/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:center;
	background-color:#1963a0;	
	width:100%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper{
	width:100%;
	margin:0 auto;
	padding-bottom:3px;	
	text-align:left;
	background-color:#ffffff;
	background-position:top center;
}

#header{
	height:70px; 
	position:relative;
	background-image:url('Images/header_bg.png');
	background-repeat:repeat-x;
	background-color:#F2F2F2;
	top: 0px;
	left: 0px;
	width: 100%;
}

#logo{
	position:absolute;
	top:5px;
	left:10%;	
}


#outmainnav 	
{
	background-color:#F2F2F2;		
}


#navbanner
{
	background-color:#1963a0;		
}


#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/	
	
}

#floatwrapper {	
	width: 90%;   /*** Critical left and right col/divider dimension value (moves inversly) ***/	
	float:left;
}

#leftcolumn {
	float: left;
	width: 18%;
	padding: 2px 0;
	display: inline;
	margin-left:10%;
}

#centercolumn{
	float: left;
	width: 53%;
	padding: 2px 0;	
}

#rightcolumn{
	float: right;
	width: 18%;
	padding: 2px 0;	
	display: inline;	
}

#column1 {
	float: left;
	width: 335px;
	padding: 2px 0;
	display: inline;
	margin-left:10%;
}

#column2{
	float: left;
	width: 55%;
	padding: 2px 0;	
	text-align:justify;
}

.sidebarcontainer{
	margin:0 10px 10px 10px;	
	padding:0px;
	font-size: 9px;	
	color: #000000;
}

.sidebarcontainer1
{
	margin:0;
	padding:20px;
	font-size: 9px;	
	color: #000000;
}

/* \*/
* html .sidebarcontainer {height:1%;}
/* */

.sidebarcontainer a {color:#d00f12;}

.bulletArrli
{background-image: url(Images/arrow_im_1.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;}

.bulletArrul {list-style-type: none;
	margin: 0;
	padding: 0; 
	line-height:12px;}

.highlights-red
{
	font-size:14px;
	color:#000000;	
	font-weight:bold;
	text-align:left;
	background-color:#444EEE;
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 28px;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #d00f12;
	background-color: #F2F2F2;
	line-height: 28px;
	text-indent: 5px;
}

.highlights-blue
{
	font-size:14px;
	color:#000000;	
	font-weight:bold;
	text-align:left;
	background-color:#444EEE;
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 28px;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1963a0;
	background-color: #F2F2F2;
	line-height: 28px;
	text-indent: 5px;
}

.highlights-black
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	background-color:#444EEE;
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 28px;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	background-color: #F2F2F2;
	line-height: 28px;
	text-indent: 5px;
}

.container
{
	font-size:11px;	
}

#subnav
{
	font-size:11px;
}

#breadcrumbs{
	position:relative;	
	font-size:0.9em;
}

#breadcrumbs a {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

h4 img {margin-bottom:-0.5em;}

#footerServices {
	clear:both;
	margin:1px 5px;
	padding:2px 20px;
	float:right;	
}

#footer {
	clear:both;
	margin:1px 5px;
	padding:2px 20px;	
	font-size:11px;
	
}

#footer a {
	margin:1px 5px;
	color:#b20e0f;
}

#footerPrivacy {
	position:relative;
	color:#ffffff;
	margin-left:10%;
    }
 
 #footerPrivacy a{	
	position:relative;
	color:#ffffff;
    }
    
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}

div.readmore {
	text-align:right;
	font-size:0.9em;
}


