html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #4F5052;
	color: #525252;
	line-height: 150%;
}

#wrapper {
	width: 780px;
	background-color:#D9DADC;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/backborder.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	padding-top: 170px;
	background-image: url(images/header.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#content{
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.container{
width: 100%; 
float:right;
}

#footer{
	border-top: 1px solid #000000;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 85%;
	width: 850px;
}

#footer p {
padding: 3px;
}

.leftimage{
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
.leftimage2{
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

.footer_clearit{
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-indent: 5px;
	font-weight: bold;
}

#leftcol{
width: 200px;
background-color:#99CCFF;
float: left;
}

#legal {
	padding-top: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/baseBorder.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

/* LINK STYLES */

a:link.legal {

	color: #ffffff;
	text-decoration: none; 
}
a:active.legal {

	color: #999999;
	text-decoration: none; 
}
a:visited.legal {

	color: #9f9f9f;
	text-decoration: none; 
}
a:hover.legal {

	color: #ffffff;
	text-decoration: none; 
}



a:link.footerlinks {

	color: #9f9f9f;
	text-decoration: none; 
}
a:active.footerlinks {

	color: #999999;
	text-decoration: none; 
}
a:visited.footerlinks {

	color: #9f9f9f;
	text-decoration: none; 
}
a:hover.footerlinks {

	color: #81A00D;
	text-decoration: none; 
}
a:link {
	color: #525252;
	text-decoration: none;
}
a:hover {
	color: #81A00D;
	text-decoration: none;
}
a:visited {
	color: #525252;
	text-decoration: none;
}
a:active {
	color: #81A00D;
	text-decoration: none;
}
#dropshadow {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/backborder.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.title1 {
	font-size: 130%;
	font-weight: bold;
	color: #81A00D;
}
.margin {
	padding-right: 20px;
}
#topshadow {
	background-attachment: scroll;
	background-image: url(images/topBorder.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
}
li, ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.ticklist {
	list-style-image: url(images/tick.png);
}
.greenBold {
	font-weight: bold;
	color: #81A00D;
}
.quote {
	font-size: 135%;
	font-weight: bold;
	color: #81A00D;
	line-height: 130%;
}
.quoteperson {
	padding-top: 10px;
}
.telephoneButton {
	padding-top: 25px;
}
.largertext {
	font-size: 110%;
}
.tableSpacer {
	font-size: 100%;
}
.tableSpacer td {
	padding-top: 8px;
}
.ticklist li {
	padding-bottom: 12px;
}
.formBox {
	border: 1px solid #666666;
}


.nav {
text-align:center;
font-size:14px;
}
.nav a {
color:#ccc !important;
padding:0 20px;

}
.nav a:hover {
text-decoration:underline;
}