@charset "utf-8";
/* CSS Document */

body {
	background: #999 url(/_img/page_bg.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 */
}
/* Holly Hack, Hides from IE5-mac \*/
* html div#content{height: 1%}
/* End hide from IE5-mac */ 
div{position:relative;padding:0px;margin:0px;}
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: #fff url(/_img/top_band.jpg) no-repeat;
	margin: 0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px 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;
}

#searchCtr{
	float:right;
	text-align:right;
	padding: 0 15px 0 0;
}
#searchCtr input{border:1px solid #ccc; font-size:10px; color:#666;}
#mainMenu {
	
	margin:20px 40px;
	border-top:1px solid #ccd3e0;
	border-bottom:1px solid #ccd3e0;
}
#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;
}
#homeFocusArea{
	width:570px;
	float:right;
}
#homeFocusArea2 {
	float: left;
	width: 240px;
	padding: 30px 0 0 45px;
}
#homeFocusSWF{

}
#homePushArea{
	width:170px;
	float:right;
	text-align:right;
	overflow:hidden;
}
#homePushArea .pushItemMiddle{
	margin-top:18px;
	margin-bottom:18px;
}
#homePushArea .pushItem img{
	border:1px solid #acb7cd;
	margin-right:40px;
}
.homeColumn{
	float:left;
	width:240px;
	color:#666;
	padding: 10px 0 0 45px;
}
#homeLowerCtr{
	background-color:#eee;
	border-top:1px solid #999;
}

.homeColumn h1{
	font-size:14px;
	color:#369;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:1em;
}
.homeColumn p{
	margin:0 0 10px 0;
	line-height:1.4em;
}
.moreLink{
	margin:0 20px 0 0;
	text-align:right;
}
.homeColumn p.moreLink a{
	color:#069;
}
#homeFocusIndex{
	float:right;
	padding:4px 0;
}
#homeFocusIndex a:hover { background-color:#069;color:#fff;border:1px solid #069;}
#homeFocusIndex a.focused, #homeFocusIndex input.focused{ background-color:#ccc;color:#fff;}
#homeFocusIndex a, #homeFocusIndex input{
	text-decoration:none;
	padding:2px 6px;
	margin:0 0 0 4px;
	border:1px solid #ccc;
	color:#aaa;
	background-color:#eee;
	display:block;
	float:left;
	cursor:hand;
}
#interiorSingleCol {
	float:right;
	width:525px;
	padding:20px 45px 20px 0;
	line-height: 1.4em;
}

#interiorSingleCol a{
	text-decoration:underline;
}

#footer{
	text-align: left;
	font-size:10px;
	padding: 30px 0 30px 45px;
}

#subMenu {
	float: left;
	width: 240px;
	padding: 30px 0 20px 45px;
}

#logoCtr {
	float: left;
	width: 240px;
	padding: 0 0 0 45px;
}
#taglineCtr {
	float: left;
	width: 615px;
}
#newsList  a{
	text-decoration:none
}
#newsList h2{
	font-weight:bold;
	font-size:12px;
}