html, body {
	width: 100%;
	height: 100%;
}
* {
	margin:0px;
	padding:0px;
}
body {
	font-size:62.5%;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
p, h1, h2, h3 {
	margin-bottom: 0.6em;
}
#container {
	width: 787px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#contentTable {
	background-color: #FFFFFF;
	width: 787px;
	height: 100%;
}
#footerSection {
	background-color: #FFFFFF;
}
#mainInner {
	width: 787px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#navigation {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
	background-color: #4B76A2;
}
#navigation img {
	margin-right: 0px;
	margin-left: 0px;
}
#mainPic {
	height: 90px;
}
#mainBody {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 787px;
}
#mainLeft {
	float: left;
	width: 480px;
	padding-top: 20px;
	padding-left: 35px;
}
#mainRight {
	float: right;
	width: 150px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #164C21;
}
#mainRight2 {
	float: right;
	width: 180px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #164C21;
}
#footer {
	background-image: url(../images/main-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainBody ul {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1em;
	margin-left: 1.4em;
	margin-top: 0em;
	margin-right: 0em;
}
#mainBody li {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
#mainBody p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#mainBody h1 {
	color: #304D9B;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
}
#readMoreBtn {
	position: relative;
	left: -105px;
	top: 5px;
	width: 80px;
}
#moreNewsBtn {
	position: relative;
	left: -55px;
	top: 20px;
	width: 84px;
}
#servicesSub {
	left: 300px;
	width: 85px;
}
#assuranceSub {
	left: 437px;
	width: 95px;
}
.subs {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #2C649D;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #FFFFFF;
	top: 126px;
	position: absolute;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	height: 69px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	visibility: hidden;
}
.subs a {
	color: #E6E6E6;
	text-decoration:none;
}
.subs a:hover {
	color: #FFFFFF;
}
#mainBody a {
	text-decoration: none;
	color: #1C558F;
}
#mainBody a:hover {
	color: #002181;
}
.red {
	color:#990000;
}
#newsLinks a:hover {
	background-color: #FFFFCC;
}
#contactForm td {vertical-align:top;}
input.error {background-color:#ffcccc;}
label.error {color:#ff5555;}