@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #DFDFDF url(../../images/bodyBg.gif) repeat-y 50% 0;
	position:relative;
}
#wrapper {
	width:958px;
	position:relative;
	min-height:100%;
	margin-bottom:-80px;
	margin-right:auto;
	margin-left:auto;
}
#headerHolder {
	width:958px;
	height:134px;
	position:relative;
	margin:auto;
}
#logo {
	width:341px;
	height:134px;
	float:left;
	position:relative;
}
#loginHolder {
	width:360px;
	height:113px;
	float:right;
	padding:15px;
	position:relative;
}
#bannerHolder {
	height:240px;
	width:958px;
	position:relative;
	margin: 20px auto;
}
#mainPic {
	width:688px;
	height:240px;
	float:right;
	position:relative;
}
#nav {
	background-color:#0272b5;
	width:268px;
	height:216px;
	margin-top:12px;
	float:right;
	position:relative;
	right:1px;
}
#nav ul.links {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:18px Arial, Helvetica, sans-serif;
	line-height:165%;
	width:267px;
	list-style-image:none;
	margin-top:5px;
}
#nav ul.links li {
	margin:0;
	padding:0;
	list-style-image:none;
	line-height:150%;
}
#nav ul.links li a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:10px 0px 5px 25px;
	width:auto;
	list-style-image:none;
	font-size:16px;
	border-bottom:1px solid #518DB2;
}
#nav ul.links li a:hover {
	width:auto;
	background:#518db2;
	color:#fff;
}
#leftNav {
	width:235px;
	position:relative;
	float:left;
	border:1px solid #ccc;
	padding:35px 10px 80px 10px;
}
.leftNav {
	border-bottom:1px solid #ccc;
	height:25px;
	margin-bottom:10px;
}
#divider {
	width:958px;
	height:50px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position:relative;
	margin:20px auto;
}
#search {
	width:265px;
	height:50px;
	position:relative;
	padding-top:5px;
	float:left;
}
#breadcrumbs {
	width:600px;
	height:20px;
	padding:15px 30px;;
	float:left;
	position:relative;
}
.breadcrumbs, .breadcrumbs a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}
.breadcrumbsCurrent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1A75CF;
	font-weight:bold;
}
#bodyContent {
	width:938px;
	height:100%;
	position:relative;
	padding:10px;
}
#newsHolder {
	width:240px;
	height:500px;
	position:relative;
	float:left;
	border:1px solid #ccc;
}
.newsTitle {
	background-color:#dfdddd;
	position:relative;
	padding:5px 10px;
	margin:2px;
}
#newsContent {
	width:215px;
	padding:10px 5px;
	position:relative;
	margin:auto;
}
.newsText, .newsText a {
	font-size:11px;
}
#right{
	width:570px;
	height:100%;
	position:relative;
	float:right;
	padding-right:80px;
}
#quickLinks{
	width:500px;
	height:150px;
	border:1px #ccc solid;
	position:relative;
	float:left;
}
.quickLinks {
	width:500px;
	padding:20px 20px 10px 30px;
	float:left;
	position:relative;
}
#footer {
	width:958px;
	height:80px;
	position:relative;
	margin:10px auto;
	padding-top:20px;
	border-top:1px solid #ccc;
}
.footerLinks, .footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color:#1A75CF;
}

.footerLinks a:hover {
	text-decoration:underline;
}
.clearfooter {
	height: 80px;
	clear: both;
}
