@charset "utf-8";
/* CSS Document */

body {
	background: #ECEFF4 url(/_img/bg-page.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
div{ position:relative; }
form{margin:0;padding:0;}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

table.newsList td{
	vertical-align:top;
	padding:5px;	
}
table.newsList td p{
	margin:0 0 5px 0;
}

#topLeft{
	width:540px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	float: left;
}
#topLeft ul{
	list-style:none;
	margin:10px 0;
	padding:0;
}
#topLeft ul li{
	display:block;
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}
#topLeft ul li.separate{
	border-right:1px solid #ccc;
}
#topLeft ul li a,#footer ul li span{ 
	padding:3px 15px;
	display:block;
	text-decoration:none;
	color:#666666;
}
#topLeft .firstItem a{ 
	padding:0;
	margin:0;
}
#topLeft a:hover{
	color:#006699;
	text-decoration:underline;
}

#topRight{
	margin:0 40px 20px 0;
	width:280px;
	float:right;
	text-align:right;
}
#topRight input{border:1px solid #ccc; font-size:10px; color:#666;}
#mainMenu {
	margin:20px 40px;
}
#mainMenu ul{
	margin:0;
	list-style:none;
	padding:0;
}
#mainMenu ul li{
	display:block;
	float:left;
	font-size:11px;
	font-weight:normal;
}
#mainMenu .firstItem{
	width:58px;
	text-align:left;
}
#mainMenu .navItem{
	width:118px;
	text-align:center;
}
#mainMenu .lastItem{
	width:88px;
	text-align:right;
}
#mainMenu ul li a{ 
	display:block;
	text-decoration:none;
	padding:5px;
	color:#888;
}

#mainMenu a:hover{
	color:#006699;
}
#homeColumns{
	line-height:140%;
	width:820px;
}
#homeStory1,#homeStory2,#homeStory3{
	float:left;
	width:246px;
	line-height:140%;
	margin:20px 0 20px 40px;
}
#homeTitle1,#homeTitle2,#homeTitle3{
	float:left;
	width:246px;
	margin:30px 0 0 40px;
	position:relative;
}

#homeStory1 h1,#homeStory2 h1,#homeStory3 h1,#homeColumns h1{
	font-size:14px;
	color:#002776;    /* previously  #22689E; */
	font-weight:bold;
	padding:0;
	margin:0;
}
#homeStory1 p,#homeStory2 p,#homeStory3 p{
	margin:0 0 10px 0;
	color:#333;
}
.moreLink{
	margin:0 20px 0 0;
	text-align:right;
}
#homeColumns a,#homeStory1 p.moreLink a,#homeStory2 p.moreLink a,#homeStory3 p.moreLink a{
	color:#006699;
}

#basePagesCol2{
	float:right;
	width:220px;
	padding:0 40px 0 0;
	margin:0;
	overflow:hidden;
}
#basePagesCol1{
	float:left;
	width:580px;
	margin:0 0 30px 40px;
	overflow:hidden;
	font-size:12px;
	line-height:1.75em;
	padding: 0px;
}
#basePagesCol1 ul li{
	/*list-style-image:url(/_img/bul-10.gif)*/
}
#basePagesCol1 ul ul li{
	/*list-style-image:url(/_img/bul-5.gif)*/
}
#InsidePagesCol1{
	float:left;
	width:140px;
	padding:0 0 0 40px;
	margin:0;
	overflow:hidden;
}
#InsidePagesCol2{
	float:left;
	width:580px;
	font-size:12px;
	line-height:1.75em;
	padding: 15px 0 15px 20px;
}
#InsidePagesCol2 ul li{
	/*list-style-image:url(/_img/bul-10.gif)*/
}
#InsidePagesCol2 ul ul li{
	/*list-style-image:url(/_img/bul-5.gif)*/
}
#footer{
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer  a{ 
	text-decoration:none;
	color:#006699;
}

#footer a:hover{
	text-decoration:underline;
}
#subMenuScroll{
	border: 1px solid #999;
	background-color: #fff;
	color: #333333;
}
#subMenu{
	font-size:12px;
	width:220px;
	float:left;
	padding: 15px 0 15px 20px;
}
#subMenu ol{
}
#subMenu ol li{
	font-size:11px;
}
#subMenu ol li a{
	padding:4px;
	text-decoration:none;
	/*color:#999;*/
	display:block;
}

#subMenu a:hover{
	color:#000;
	background-color:#ddd;
}
#subMenu a.active{
	color:#000;
	background-color:#99CCFF;
}
#mainContentMainCol{
	float:left;
	width:465px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#mainContentRightSideCol{
	float:left;
	width:120px;
	margin:0 0 0 15px;
	padding:0;
	overflow:hidden;
}
.floatingSideBar{
	float:right; 
	text-align:center;
	font-size:9px;
	margin:0 0 0 10px;
}#homeBanner {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#homeStory1, #homeStory2, #homeStory3{
	color:#333
}
#chart td{
	border-bottom:solid 1px #999999;border-right:solid 1px #999999; text-align:center
}
#chart td.highlight{
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	text-align:center;
	background-color:#CCE3E6;
	color:#333333
}
#chart th{
	border-bottom:solid 1px #999999;border-right:solid 1px #999999; text-align:center; color:#333333
}
#chart{
	border:solid 2px #333333
}
#giant li{
/*	font-size:2em;
	font-weight:bold;
	color:black;
	line-height:2.5em;
	list-style-image:url(/_img/bul-38.gif);
	margin-left:40px;
	vertical-align:middle*/
}
#btn{
	float:right;
	visibility:collapse
		}
.orange_callout, .tt_lg{
	
}

.slideHeader {
	padding: 5px;
	height: 30px;
	font-size: 1.5em;
}
#slideTitle {

}
#slideTitle h1 {
	font-size:1.2em;
	color:#999;
	font-weight:bold;
}
.slideNav {
	float: right;
	width: 150px;
	text-align: right;
}
#slideFooter {
	padding: 5px;
}
#slideSection{
	width:400px;
	float:left;
}
#slideContent {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	color: #333333;
}
#slide {
	background-color:#002776; /* #428DAD;*/
	color: #FFFFFF;
	width: 900px;
}
