@charset "utf-8";
body {
	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 */
	color: #003466;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #nav {
	height:30px;
}

.oneColFixCtrHdr #header {
	padding: 0;
	height: 120px;
	margin-top: 1px;
}
.oneColFixCtrHdr #header h1 
				{
	display:block;
	width:313px;
	height:110px;
	position:absolute;
	top:41px;
	left:auto;
	font-size:1px;
	overflow:hidden;
}

.oneColFixCtrHdr #header p					{
	font-family:Verdana;
	color:#F3F3F3;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	right:285px;
	top:53px;
	line-height:1.1;
}

.oneColFixCtrHdr #header2 {
	padding: 0;
	height: 251px;
	width: 900px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	height:auto;
	min-height:350px;
}

.oneColFixCtrHdr #mainContent h1 {font-size:18px;}

.oneColFixCtrHdr #mainContent a {text-decoration:none;
	color: #003366;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
}

.oneColFixCtrHdr #footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 141px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #more a {
	text-decoration:none;
	color: #003366;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
  
}

.oneColFixCtrHdr #bottom {
	width:900px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

ul#topmenu{
	margin:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:33px;
	width:auto;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#topmenu li{display:block;float:left;margin:0;pading:0;}
ul#topmenu li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:30px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5;
	padding-left: 20px;
}
ul#topmenu li a:active{background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;

}
ul#topmenu li a:hover{
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	color:#003466;
}
ul#topmenu li a.current, li a.current:hover{color:#CCCCCC;
}

/* Menus */
.h-menu		{margin:0; padding:0; display:block;}
.h-menu li	{float:left; display:block;}
/* Align */
.c-align	{
	text-align:left;
	margin-left: 5px;
}
.l-align	{text-align:left;}
.r-align	{text-align:right;}

/*Images*/
img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}
.top {
	position:relative;
	bottom: 100px;
}
.contact {
	float: right;
	color: #ECFAFD;
	font-weight: bold;
	text-align: center;
	position: relative;
	bottom: 105px;
	margin-right: 10px;
}
/*highlight boxes*/

table td {
	width:33%;
	background-color:#C4E7F6;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	vertical-align: top;
}
table h3 {
	line-height:1.2em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

/** Other */
/* Float containers fix */ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
.clear		{clear:both;}
 img { behavior: url(css/iepngfix.htc) }
