

/*============================================= GLOBALs =============================================*/

body
{
	margin:0;
	font-family:Arial, Verdana;
	font-size:12px;
	margin-bottom:10px;
	background:#000000 url("../images/framework/bg_body.jpg") repeat-x fixed center -200px;
	
	/*
	
	background:#000000 url("../images/framework/bg_body.jpg") repeat-x scroll center top;
	
	background:#000000 url(../images/framework/bg_body.jpg) repeat-x center bottom;
	*/
	color:#222;
}

::selection{ background: #330066; color: white; /* Safari */ }
::-moz-selection{ background: #330066; color: white; /* Firefox */ }


img{border:none;}

td
{
	vertical-align:top
}

a:link
{ 
	color:#009;
}

a:hover
{
	text-decoration:none;
}

h1
{
	font-size:22px;
	color:#666;
	font-weight:normal;
	letter-spacing:3px;
}

h2
{
	font-size:18px;
}

h4{
margin:0px;
}

h5{
margin:0px 0px 0px;
}

/*============================================= IDs =============================================*/



#wrapper
{
	margin:0 auto;
	
}

#wrapperTop
{
	width:100%;
	margin:0 auto;
}

#logoBar
{
	margin:0 auto;
	width:1000px;
/*	height:66px;*/
	

	padding:6px;
}

#header
{
	margin:0 auto;
	background: url("../images/framework/bg_header.jpg") no-repeat bottom left;
	height:55px;
	width:1000px;
}

#homeLink
{
	position:absolute;
	width:210px;
	height:55px;
	margin-top:0;
	text-decoration:none;
	border:0;
}

#navContentWrapper
{
	background-color:#DCDBDB;
	width:1000px;
	margin:0 auto;
}

#nav
{
	position:relative;
	font-family:Verdana;
	background:#dadad8 url("../images/framework/bg_nav.png") repeat-x top right;
	/*width:1000px;
	margin:0 auto;*/
	z-index:80;
}


#contentWrapper
{
	margin-top:2px;
	background:#E9E8E7 url("../images/framework/bg_contentWrapper.png") repeat-x top right;
	_background:#E9E8E7 url("../images/framework/ie6/bg_contentWrapper.png") repeat-x top right;
	/*
	width:1000px;
	margin:0 auto;*/
}

#content
{
	background:transparent url("../images/framework/bg_content.png") no-repeat top left;
	_background:transparent url("../images/framework/ie6/bg_content.png") no-repeat top left;
}


#wrapperBottom
{
	background-color:#000000;
}

#footer
{
	margin:0 auto;
	text-align:center;
	color:white;
	width:1020px;	
	background:transparent url("../images/framework/bg_footer.png") no-repeat scroll center top;
	_background:transparent none;
}

#footerNav
{
	padding:7px 0px;
	text-align:center;
}

#footerNav a:link,
#footerNav a:visited
{
	color:white;
	padding:0px 14px;
	font-size:10px;
}

#footerNav a:hover
{
	text-decoration:none;
}

#footerFinePrint
{
	color:#ccc;
	font-size:9px;
}

#footerFinePrint a:link,
#footerNav a:visited
{
	color:white;
}

#footerFinePrint a:hover
{
	text-decoration:none;
}

#footerFinePrint hr
{
	color:#111111;
	border-color:#111111;
	width:80%;
}

#ArchiveLinks
{
	float:right;
	width:200px;
	font-weight:bold;
	text-align:right;
}

/*======================================== TABLE COLUMNS =============================================*/
table#content.twoColumn
{
	padding:0px;
}

#contentTable
{
	border-collapse:collapse;
	width:100%;
}

#content.twoColumn h1
{
	margin-top:0px;
}

/*============================================= PAGE CONTENT =============================================*/


#pageContentTD
{
	
}

#pageContent
{
	padding:15px;
	min-height:500px;
}

/*======================================== SIDEBAR BLOCKS =============================================*/



#sidebarTD
{
	background:transparent url("../images/framework/bg_sidebar_shadow.png") repeat-y top left;
	_background:transparent url("../images/framework/ie6/bg_sidebar_shadow.png") repeat-y 20px 0px;
	padding:0px;
	min-height:600px;
	
	width:269px;
}

#sidebar
{
	padding-top:6px;
}

#sidebar h1
{
	background:transparent url("../images/framework/bg_sidebar_title.png") no-repeat top left;
	_background:transparent url("../images/framework/ie6/bg_sidebar_title.png") no-repeat top left;
	color:#888;
	margin-left:0px;
	margin-right:-10px;
	font-weight:normal;
	width:240px;
	height:40px;
	padding:12px 0 0 40px;
	letter-spacing:3px;
	margin-bottom:0px;
	font-family:verdana;
	position:relative;
}

#sidebar h1 div.small
{
	font-size:10px;
	color:#999;
}

#sidebar h1 div.large
{
	color:#999;
	font-size:13px;
	font-weight:bold;
}

#sidebar h2
{
	color:#666666;
	font-size:11px;
	letter-spacing:4px;
	text-align:center;
	margin-top:9px;
}

#sidebar p
{
	/*	padding:0px 10px 0px 30px;*/
	margin:10px 0px;
}

#sidebar hr
{
	width:85%;
	text-align:center;
	border-color:#fff;
	color:#bbb;
	background-color:transparent;
}

	
#sidebar ul.blockList
{
	list-style:none;
	padding-left:30px;
	margin:0px;
}

#sidebar ul.blockList li
{
	list-style:none;
	margin:0px;
	padding:5px 0px;
}
	
#sidebar ul.blockList li a
{
	color:#333;
	font-size:11px;
}

body.frame #sidebarTD
{
	display:none;
}
/*======================================== LEFT SIDEBAR BLOCKS =============================================*/

#leftSidebarTD
{
	background: transparent url(../images/framework/bg_leftSidebar.png) repeat-y right;
	padding-right:2px;
	width:137px;
}
#leftSidebar
{

}

#leftSidebar ul,
#leftSidebar li
{
	list-style-type:none;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}

#leftSidebar a:link,
#leftSidebar a:visited
{
	display:block;
	color:#333;
	width:108px;
	margin:0px 0px;
	text-decoration:none;
	padding:12px 2px 12px 27px;
	
	text-transform:uppercase;
	text-align:left;
	
	background:#EFEFEF url(../images/framework/nav/side_nav_btn_off.png) left bottom no-repeat;
}

#leftSidebar a:hover
{
	background-image:url(../images/framework/nav/side_nav_btn_on.png);
}


#leftSidebar li:first-child a:link,
#leftSidebar li:first-child a:visited
{
	background-image:url(../images/framework/nav/side_nav_btnTop_off.png);
}
#leftSidebar li:first-child a:hover
{
	background-image:url(../images/framework/nav/side_nav_btnTop_on.png);
}

#leftSidebar a.twoLine:link,
#leftSidebar a.twoLine:visited
{
	padding:6px 2px 6px 27px;
}

/*============================================= intranetLogin =============================================*/

#intranetLoginBlock 
{
	background:transparent url("../images/framework/intranetLogin.png") no-repeat top left;
	_background:transparent url("../images/framework/ie6/intranetLogin.png") no-repeat top left;
	min-height:71px;
	margin-right:-10px;
	padding:75px 30px 5px 30px;
	color:#eee;
	font-weight:bold;
	position:relative;
}

a#intranetBtn
{
	display:block;
	margin:0 auto;
	background:transparent url("../images/framework/btn_login_off.png") no-repeat top left;
	width:147px;
	height:49px;
	text-decoration:none;
}

a#intranetBtn:hover
{
	background:transparent url("../images/framework/btn_login_on.png") no-repeat top left;
	text-decoration:none;	
}
/*
#intranetLoginBlock h1
{
	background:transparent url("../images/framework/bg_intranet_title.png") no-repeat top left;
	color:#888;
	z-index:3;
}
#loginForm
{
	text-align:right;
	font-size:10px;
	letter-spacing:2px;
}

.loginText
{
	font-size:11px;
	padding:1px;	
	width:120px;
	border:2px inset #999;
}

.loginSubmit
{
	font-size:10px;
	border:none;
	background:transparent url("../images/framework/okBtn.png") no-repeat top left;
	cursor:pointer;
	width:28px;
	height:20px;
}
*/

/*============================================= CLASSES =============================================*/
.returnTopLink
{
	font-weight:bold;
	text-align:right;
}

.floatLeft
{
	float:left;
	margin:5px 5px 5px 0px;
}

.floatRight
{
	float:right;
	margin:5px 0px 5px 5px;
}

.clear
{
	clear:both;
}

.grayBorder
{
	border:solid 4px #dad9d8;
}
	
.red
{
	color:#CC0000;
}

a.rssLink
{
display:block;
	background:transparent url("../images/framework/icons/icon_rss.png") no-repeat;
	padding:5px 0px 15px 35px;
}


.tab
{
padding-left:15px;
}
/*=========================================== PAGE STYLES ===========================================*/

.noBullets
{
	list-style:none;
}
.gcLeft
{
	float:left;
	margin:0px 30px 10px 0px;
}
.gcHead
{
	float:left;
	margin:0px 10px 10px 0px;
}

.hideOverflow
{
overflow: hidden; 
margin-left:-15px;
margin-right:-50px;
}

/*=============================== portfolios table ===========================*/

.portPuzzleBG
{
	background:transparent url("../images/content/portfolios_puzzle.png") no-repeat top left;
	width:706px;
	height:405px;
}

.portPuzzle
{
margin-top:8px;
margin-left:5px;
border-collapse:collapse;
	font-size:11px;
}

.portPuzzle td
{
	text-align:center;
	vertical-align:middle;

	width: 85px;
	height:128px;
	padding:6px;
/*
	height:33.3%;
	background-color:pink;
border:solid 1px red;*/
}


/*=============================== zebra table ===========================*/

.oddrow
{
    background-color:white;
}

.zebra
{
    border-collapse:collapse;
    width:100%;
    border:solid 1px #BED1E0;
    margin:5px 0px;
}



.zebra td
{
    padding:4px;
}

.zebra th,
.zebra .head
{
    background-color:#C2D3E5;
    font-weight:bold;
    font-variant:normal;
}


