/* CSS Document */

body {
	margin:0px;
	padding:0px;
	color:#666666;
	height:100%;
	background-color:#246caa;

}

p, h1, h2, h3 {
	margin:0px;
	padding-bottom: 10px;
}

h4 {
	color:#666;
	margin:0px;
	padding: 0 0 5px 0;
}

h1, h2, h3 {
color:#246caa;
}

h3 {
font-size:12pt;	
}

a {

color:#246caa;
text-decoration:none;
}

a:hover {
color:#f9b838;

}


#outerShell {
	width:100%;
	background-image:url(images/bg-tile.gif);
	
}

#headerContainer {
	width:900px;
	margin: 0px auto;
	background-color:#246caa;

}

#pageContainer {
	width:900px;
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:135%;
	background-color:#ffffff;


}



#headerTopLeft {
float:left;
margin-left:10px;
width:600px;
}


#logo {

}

#topNav {

}


#headerTopRight {
float:right;
margin-right:15px;
width:250px;
}

#phone {
text-align:right;	
height:35px;
margin-right:10px;
}

#phone p {
color:#ffffff;
font-weight:bold;
font-size:16px;
font-family:Helvetica, Arial,  sans-serif;
padding-top:10px;
}

#icons {
text-align:right;	
padding-top:20px;
}

.tagline {
	
text-transform:uppercase;
color:#aec9e0;
font-weight:normal;
font-size:12px;
font-family:Helvetica, Arial,  sans-serif;
font-style:italic;
}

#topCurve {
	background-color:#246caa;
	width:900px;


}


#headerGraphic {

	background-color:#ffffff;
	width:850px;
	margin-left:26px;



}





#contentArea {

	width:850px;
	min-height: 140px;
   height: auto;
   _height: 140px;
	line-height:155%;
	margin-left:26px;
	margin-top:20px;
	background-color:#ffffff;

}

#oneColumn {
	

	width:850px;

}


#twoColumnLeft {
	
	float:left;
	width:550px;

}

#twoColumnRight {
	
	float:right;
	width:275px;

}

#twoColumnRight ul{
	
margin:0px;
padding-top:0px;
padding-left:0px;
}

#twoColumnRight ul li{
font-size:11px;	
list-style-type: none;
padding: 2px 0 0 10px;
background: url(images/bullet-arrow.gif) no-repeat 0 5px;

}

#twoColumnLeft ul{
	
margin:0px;
padding-top:0px;
padding-left:0px;
}

#twoColumnLeft ul li{
font-size:12px;	
list-style-type: none;
padding: 2px 0 0 10px;
background: url(images/bullet-arrow.gif) no-repeat 0 5px;

}

#bottomCurve {
	width:900px;
	background-color:#246caa;
	margin: 0px auto;



}



#footerContainer {
	width:100%;	
	background-color:#246caa;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:135%;
	overflow:auto;
}

#footer {
	width:900px;
	background-color:#246caa;
	min-height: 140px;
   height: auto;
   _height: 140px;
	margin: 0px auto;


}

#footerLeft {
	
	float:left;
	width:550px;
	padding-left:26px;
	margin-top:20px;
	padding-bottom:20px;
}

#footerLeft p {
padding-bottom:3px;	
line-height:150%;
	
}


#footerRight {
	
	float:right;
	width:270px;
	margin-top:20px;
	padding-right:26px;
	border-left: 1px dotted #538bbc;
	/*height: 140px; */
}

#footerRight p {
padding-left:20px;	
	color:#d4cfb6;
	font-size:10px;
	line-height:150%;
	padding-top: 0;
	padding-bottom:3px;
	margin-top:0;
	margin-bottom:0;
	
}

.footerMainNav {
	
	color:#f9b838;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	
}

a.footerMainNav:hover{
	
	color:#ffffff;
}


.footerSubNav {
	color:#ffffff;
	font-size:8pt;	
	text-decoration:none;
}

a.footerSubNav:hover {
	color:#d4cfb6;
}

.footerContact {
	
	color:#d4cfb6;
}

.footerContactLink {
	color:#d4cfb6;
	font-size:8pt;	
	text-decoration:none;
}

a.footerContactLink:hover {
	color:#d4cfb6;
}

#footerLinksOne {
	width:125px;
	
}

#footerLinksTwo {
	width:125px;
	padding-left:20px;
	
}

#footerLinksThree {
	width:125px;
	padding-left:20px;
	
}

#footerLinksFour {
	width:125px;
	padding-left:20px;
	
}

.blackSubhead {
	color:#000000;

}

.blueSubhead {
	color:#246caa;
	font-weight:bold;
}

.blueText {
	color:#246caa;
	
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}



