
body {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	margin:0; 
	text-align:center; 
	color:#666;
}
div#container { 
	margin:0 auto;
	width:890px;
}

div#header { 
	width:100%; 
	height:100px; 

}

div#headerContent { 
	width:100%; 
	height:154px;
	background-image:url(images/header.jpg); 
	background-repeat:no-repeat; 
	background-position:top;
}

#miniNav { 
	width:200px; 
	height:20px;
	float:right; 
	position:relative; 
	top:30px;
	font-size:11px;
	color:#626471;
	visibility:hidden;
}

#miniNav a { 
	color:#626471;
}

#miniNavContent { 
	width:200px; 
	height:20px;
	float:right; 
	position:relative; 
	top:70px;
	font-size:11px;
	color:#626471;
}


#miniNav a:hover { 
	color:#000;
	text-decoration:underline;
}

ul#menu {
	margin-top:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:45px;
	font-size:12px;
	font-weight:bold;
	background-color:#333333;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}

ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a {
	display:block;
	float:left;
	color:#EFEFEF;
	text-decoration:none;
	font-weight:bold;
	padding:14px 20px 0 20px;
}
	
ul#menu li a:hover {
	color:#FFFFFF;
	height:45px;
	background:transparent url(images/nav_bg_hover.png) 0px 0px no-repeat;		
}	

ul#menu li a.current {
	display:inline;
	height:45px;
	background:transparent url(images/nav_bg_hover.png) 0px 0px no-repeat;	
	float:left;
	margin:0;
}

div#mainBody {
	width:100%px;
	height:490px;
	background-image:url(images/banner.jpg); 
	background-repeat:no-repeat; 
	background-position:top;
}

div#mainBodyContent {
	width:100%px;
	height:490px;	
}

div#login { position:relative; top:330px; left:-150px;}

div#infoBoxContainer { 
	width:890px;
	height:156px;
	background-color:#E2F6FD;
	position:absolute;
	top:495px;
}
	
div#infoBoxContainer ul {
	list-style:none;
	padding:0;
	margin:0;
}
	
div#infoBoxContainer ul li {
	float:left;
	display:block;
	height:154px;
	border-right:8px solid #FFF;
/*	border-top:8px solid #487B8D;*/
	width:216px;
	padding:0;
	margin:0;
	text-align:left;
}
	
div#infoBoxContainer ul li.last { 
	width:217px;
/*	border-top:8px solid #487B8D;*/
	border-right:0px;
	/*border:none;*/
}

div#infoBoxContainer .infoBox { 
	height:119px;  /*109px 130px*/
	margin-left:18px;
	margin-right:18px;
}

div#infoBoxContainer .more { 
	width:100%; 
	height:23px;
	text-align:right; 	
	vertical-align:middle;
	padding-right:0px;
	margin-right:0px;
	margin-top:14px;
}

hr.headerStrip {
	width:216px;
	margin-top:0;
	margin-left:-18px;
	border:none;
	border-top:8px solid #487B8D;
}

hr.headerStrip.last {
	width:217px;
}

div#footer { 
	width:100%; 
	text-align:right;
	position:relative;
	margin-top:180px;
}
div#footer ul { list-style:none; }
div#footer ul li { display:inline; padding-right:20px; }

h3 {
	color:#487B8D;
}

.button {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	margin:0; text-align:center;
	background-color:#EFEFEF;
	border:1px solid #666;
	padding:1px 1px 1px 1px;
	width:30px;
}

.textBox {
    border:solid 1px #666px;
}