body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
html { height:100% }

h1 { font-size:24px; font-weight:300; color:#0460A8; margin:0px; }
h2 { font-size:20px; font-weight:300; color:#0460A8; margin:0px; }
h3 { font-size:18px; font-weight:300; color:#0460A8; margin:0px; }

a { color:#003272; text-decoration:underline }
a:hover { text-decoration:none }

#wrapper {
	width:900px;
	margin:0 auto;
}
#logo {
	background-image:url(images/logo.png);
	width:304px;
	height:106px;
	float:left;
}
#belowHeader {
	background-image:url(images/belowhdr.png);
	width:876px;
	height:52px;
}
#contactUs {
	background-image:url(images/imgCallNow.png);
	width:274px;
	height:106px;
	float:right;
}
#navContainer {
	background-image:url(images/navContainer.png);
	width:876px;
	height:35px;
}
#content {
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	width:858px;
	max-width:858px;
	padding:8px;
	height:100%;
}
#footer {
 	background-image:url(images/footer.png);
	width:876px;
	height:64px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	clear:both;
}
#footerLinks {
	padding-top:15px;
	line-height:25px;
}
#footerCopyrights {
	line-height:15px;
}
#footer p {
	line-height:15px;
}
#footer a {
	color:#FFFFFF;
}


#colLeft {
	float: left;
	width: 215px;
}

#colRight {
	float: right;
	width: 210px;
}

#colMiddle { 
	float: left;
	width: 410px;
}
#colMiddleSub { 
	float: left;
	width: 610px;
}

/* Rounded Corners */
.rcnTop {
	background-image:url(images/rcrnTop.png);
	width:205px;
	height:7px;
}
.rcnBg {
	background-image:url(images/rcrnBg.png);
	background-repeat:repeat-y;
	width:180px;
	padding:15px;
}
.rcnBottom {
	background-image:url(images/rcrnBottom.png);
	width:205px;
	height:6px;
}
.rcn2Top {
	background-image:url(images/rcrn2Top.png);
	width:205px;
	line-height:33px;
	text-align:center;
}
.rcn2Top h3 { color:#FFFFFF; }
.rcn2Bg {
	background-image:url(images/rcrn2Bg.png);
	background-repeat:repeat-y;
	width:180px;
	padding:15px;
}
.rcn2Bottom {
	background-image:url(images/rcrn2Bottom.png);
	width:205px;
	height:3px;
}
.clearBoth { clear:both; }

.txtGray { color:#666666 }
.txtNavyBlue { color:#00377a }