﻿body {
	background-image: url(../MediaFiles/Background.jpg);
	background-repeat: repeat-x;
	margin: 20px;
	padding: 0;
	font: 16px Verdana, Helvetica, Arial, sans-serif;
}
img {
	border: 0;
}
.Clear {
	clear: both;
}
#Container {
	position: relative;
	text-align: left;
	width: 908px;
	margin: 0 auto;
	overflow: hidden;
	border: solid 1px #CCC;
}
#Wrapper {
	float: left;
	width: 100%;
	margin: 0;
	background-color: #FFF;
}
#Logo {
	margin: 50px 0 0 50px;
}
#LeftCol {
	float: left;
	width: 180px;
	margin: 0 0 0 50px;
}
#NavList {
	padding: 20px 0 20px 0;
	margin-left: 0;
	width: 180px;
	z-index: 0;
}
#NavList li {
	list-style: none;
	padding: 5px 0 6px;
	border-top: 1px solid #CCC;
}
#NavList .TopLink {
	border: none;
}
#NavList li a {
	font-size: 16px;
	text-decoration: none;
	color: #376A9F;
	padding: 0 0 3px 31px;
	background-image: url(../MediaFiles/NavOut.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}
#NavList li a:hover {
	background-image: url(../MediaFiles/NavOver.gif);
}
#NavList li a.Active {
	background-image: url(../MediaFiles/NavOver.gif);
}
#QuoteStatement {
	font-size: 12px;
	color: #376A9F;
	background-image: url(../MediaFiles/QuoteOpen.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 26px 0 0 6px;
	z-index: 2;
	position: relative;
}
#QuoteClose {
	background-image: url(../MediaFiles/QuoteClose.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 46px;
	position: relative;
	margin: -20px 0 0;
	z-index: 1;
}
#QuotePerson {
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 6px;
	margin: 0 0 20px;
}
#RightCol {
	float: left;
	width: 550px;
	margin: 0 0 20px 62px;
	text-align: justify;
	color: #707070;
	font-size: 16px;
	font: 16px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#RightCol h1 {
	font-size: 20px;
	padding: 0;
	margin: 0 0 10px;
	color: #376A9F;
	text-align: left;
}
#RightCol h2 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px;
	color: #376A9F;
	text-align: left;
}
#RightCol a {
	color: #376A9F;
}
.TickList {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.TickList li {
	padding: 0 0 7px 20px;
	background-image: url(../MediaFiles/Tick.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
.BodyQuoteStatement {
	font-size: 12px;
	color: #376A9F;
	background-image: url(../MediaFiles/QuoteOpen.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 35px 0 0 6px;
	z-index: 2;
	position: relative;
}
.BodyQuoteClose {
	background-image: url(../MediaFiles/QuoteClose.gif);
	background-repeat: no-repeat;
	background-position: 370px 0;
	width: 550px;
	height: 46px;
	position: relative;
	margin: -20px 0 0;
	z-index: 1;
}
.BodyQuotePerson {
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 6px;
}
#Map {
	border: solid 3px #376A9F;
}
#BaseImage {
	text-align: right;
	margin: 20px 0 0;
}
#Footer {
	background-color: #376A9F;
	color: #FFF;
	padding: 20px 50px;
	font-size: 11px;
}
#Footer ul {
	padding: 0;
	margin: 0;
}
#FooterLinks li, #FooterLinksSecond li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#FooterLinks li a, #FooterLinksSecond li a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#FooterLinks li a:hover, #FooterLinksSecond li a:hover {
	text-decoration: underline;
}
#FooterLeft {
	float: left;
	width: 700px;
}
#FooterRight {
	float: right;
	margin: 8px 0 0;
}