@charset "utf-8";
/* CSS Document */
/* +++++++++++++++++++++ Common Clear Styles +++++++++++++++++++++++++++ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.brclear {
    clear:both;
    height:0;
    margin:0;
    font-size: 1px;
    line-height: 0;
    }
/* -------------------------------------------------------------------------------- */
body{
	background:#4b6a86;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
h1,h2,h3,form,p{
	padding:0;
	margin:0;
	}
img{
	vertical-align:bottom;
	border:none;
	}
#top{
	width:960px;
	margin:0 auto;
	clear:both;
	padding:5px;
	background:#4b6a86;
	font-size:11px;
	color:#a4bcd1;
	}
#top .txtField{
	width:135px;
	padding:2px;
	line-height:14px;
	height:14px; 
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #93abc2;
	}
#top .searchField{
	width:105px;
	padding:3px;
	line-height:12px;
	height:12px;
	!height:14px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #93abc2;
	!border:0px solid #93abc2;
	background:#e3edf6;
	border-right:none;
	}
#top .searchBtn{
	width:20px;
	border:1px solid #93abc2;
	!border:none;
	border-left:none;
	background:url(../images/search-icon.jpg) no-repeat right #e3edf6;
	}
#top .login{
	width:780px;
	float:left;
	}
#top .login div.loginTxt{
	padding-top:0px;
	!padding-top:3px;
	}
#top .login div.loginTxt a{
	background:url(../images/login-icon.jpg) no-repeat left 50%;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	padding-left:17px;
	font-weight:bold;
	margin-right:15px;
	}
#top .login a{
	color:#FFFFFF;
	}
#top .login div{
	float:left;
	}
#top .login label{
	color:#fff;
	margin:0 5px;
	}
#top .loginBtn{
	margin-top:1px;
	!margin-top:2px;
	}
#top .search{
	width:180px;
	float:right;
	text-align:right;
	}
#wrapper{
	margin:0 auto;
	width:970px;
	background:#fff;
	}
#header{
	margin:0 auto;
	width:970px;
	clear:both;
	height:88px;
	width:930px;
	display:block;
	padding:15px 20px;
	}
#header .logo{
	float:left;
	width:255px;
	display:block;
	}
#header .banner{
	float:left;
	width:564px;
	margin:0 10px;
	display:block;
	margin-top:5px;
	}
#header .clock{
	float:left;
	width:90px;
	display:block;
	margin-top:5px;
	}
div.navbar{
	width:952px;
	background:url(../images/navBar-bg.jpg) repeat-x bottom;
	height:27px;
	padding:0 9px;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	}
/*div.navbar a{
	height:27px;
	padding-left:12px;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	}
div.navbar a span {
	padding:5px 12px 0 0;
	height:23px;
	float:left;
}
div.navbar a:hover{
	background:url(../images/top-nav-left.gif) no-repeat left;
	height:27px;
	display:block;
	width:auto;
	float:left;
	padding-left:12px;
	text-decoration:none;
	color:#263945;
	}
div.navbar a:hover span {
	background:url(../images/top-nav-right.gif) no-repeat right;
	padding:5px 12px 0 0;
	height:23px;
	float:left;
}*/
div.subnavbar{
	width:952px;
	background:#9fb4c7;
	height:29px;
	padding:0 9px;
	color:#253a48;
	font-size:11px;
	}
div.subnavbar a{
	height:27px;
	line-height:27px;
	width:auto;
	padding:1px 10px;
	text-decoration:none;
	color:#253a48;
	cursor:pointer;
	}
div.subnavbar a:hover{
	padding:1px 10px;
	background:#354a58;
	color:#FFFFFF;
	}
#mainContainer{
	margin:0 auto;
	width:954px;
	padding:8px;
	}	
#footer{
	margin:0 auto;
	width:972px;
	height:107px;
	display:block;
	}
#footer .footerlinks{
	line-height:48px;
	width:956px;
	padding:0 8px;
	background:#354a58;
	clear:both;
	color:#bacbd6;
	font-size:12px;
	}
#footer .footerlinks a{
	color:#bacbd6;
	text-decoration:none;
	margin:0 5px;
	}
#footer .footerlinks a:hover{
	color:#fff;
	}
#footer .copyright{
	width:956px;
	padding:0 8px;
	background:url(../images/footer-bg.jpg) repeat-x;
	clear:both;
	font-size:12px;
	color:#6a8795;
	height:58px;
	display:block;
	}
#footer .copyright a{
	color:#bacbd6;
	}
#footer .copyright a:hover{
	text-decoration:none;
	color:#6a8795;
	}
#footer .copyright .left{
	width:400px;
	float:left;
	line-height:58px;
	}
#footer .copyright .right{
	width:400px;
	float:right;
	text-align:right;
	line-height:58px;
	}
	
.padTop3{
	padding-top:3px;
	}
.padLeft5{
	padding-left:5px;
	}
.padLeft15{
	padding-left:15px;
	}
.floatleft{
	float:left;
	}
	
.error{
	color:#FF0000;
	}
	
	
.viewAll{
	padding-top:5px;
	font-size:11px;
	float:right;
	}
.viewAll a{
	color:#fff;
	}
.viewAll a:hover{
	text-decoration:none;
	}
.mustBeLoggedInMessage {
	color: #CF0000;
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

