@charset "utf-8";

/* Top level DOM and structual classes */ 
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	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: #000000;
	font-size:10px;
}
h3 {
	color:#00237c;	
	margin:0px;
	padding:0px;
	font-size:11px;
	}
h2 {
	color: #E8E8E8;	
	margin:0px;
	padding:0px;
	font-size:16px;
	}
	input {
	width:100px;
	font-size:11px;
		}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColFixCtrHdr #header {
	height:45px;
	background-image:url(../_imgs/brandshadow.png);
	background-repeat:repeat-x;
	z-index:1;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	width:980px;
}
.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 */
}

#btmtext {
	height:160px;
	padding:20px;
	color:#ffffff;
}

#footer {
	background-image:url(../_imgs/footerbg.jpg);
	height:47px;
}
/* End of structural classes*/

/* Utility classes */
p {
	color:#00237c;
	padding:0px;
	margin:0px;
	}
a 
{
    text-decoration:none;
    color:#00237c;
    cursor:pointer;
}
a:visited 
{
  color:#00237c;   
}
a:hover 
{
    color:#fe9800;   
} 

a.nav {
	color:#FFF;	
	}
a.nav:hover {
    color:#fe9800;   
	}
.orange {
    color:#fe9800;   
	}	
img 
{
    border:0px;    
}
.clear 
{
    /* class to clear floated element box models */    
    clear:both;
}
.right 
{
    float:right;
}
.left 
{
    float:left;    
}

.tenpx {
	font-size:10px	
	}
.elevenpx {
	font-size:11px;
	}
.twelevepx {
	font-size:12px;	
	}
.fourteenpx {
	font-size:14px;	
	}
.bottom {
 	position:absolute;
	bottom:10px;
}
/* End utility classes */

/* Page elements and consistent style requirements */

.date {
	width: 200px;
	text-align:right;
	padding-right:5px;
	color:#d9d6d6;
	}
.menu {
	width:100%;	
	z-index:999;
	}
.navlink {
	padding-right:30px;	
	}
.active {
	background-image:url(../_imgs/brandlinkarrow.png);
	width:25px;
	height:12px;
 	
	}
#lowertxt {
	background-image:url(../_imgs/centerbg.png);
	height:241px;
	margin-top:-15px;
	z-index:-20;
	position:relative;
	width:980px;
	}
.lth {
	width:980px;
	}
.quote {
	font-size:44px;
	width:400px;
	padding:30px;
}
.rhs {
	width:400px;	
	padding:30px;
	}
.submenu {
	height:51px;
	background-image: url(../_imgs/submenubg.jpg);
	width:976px;
	margin-left: 2px;
	}
.submenutext {
	width:33%;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-top: 0
	px;
	}
.white {
	color:#fff;	
	}
.compdesctext {
	width:296px;
	font-size:14px;
	}
.lm {
	margin-left:20px;	
	}
/* End page elements */
