* {
	 margin: 0px;
	 padding: 0px;
}
body {
	background-color: #063c66;
}
p {
	font-family: Arial, Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
	font-size: .9em;
}
h1 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #007396;
}
h2 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #007396;
}
h3 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #007396;
}
h4 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #007396;
}
.clear {
	clear: both;
}
.space {
	width: 600px;
	height: 20px;
}
.bold {
	font-weight: bold;
}
.green {
	color: #43af4d;
}
.blue {
	color: #107799;
}
.red {
	color: red;
}
/******************************************/
#wrapper {
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #007396;
	border-right: 1px solid #007396;
	background-color: #fff;
}
#header {
	width: 900px;
	height: 84px;
	background: url('../images/header.jpg') no-repeat;
}
#leftBar {
	width: 240px;
	float: left;
	text-align: center;
}
#rightContent {
	width: 635px;
	float: left;
}
#rightContent p {
	padding: 10px 15px;
	line-height: 17px;
}
#rightContent h1, h2, h3 {
	padding: 3px 15px;
}
#footer {
	width: 900px;
	height: 30px;
	background: #43af4d;
}
#footer a img {
	border: none;
	margin-left: 15px;
}
#bigMap {
	width: 790px;
	height: 425px;
	margin: 0 auto;
}
.resource {
	width: 300px;
	float: left;
}
.resource li{
	font-family: Arial, Myriad, Helvetica, sans-serif;
	border-right: 1px solid #fff;
	padding: 3px 17px;
}
.resource ul {
	list-style: none;
	text-align: left;
	padding: 3px 0;
	font-size: 90%;			
}
.resource a:link, .resource a:visited {
	text-decoration: none;
	color: #ffffff;
}
.resource a:hover {
	text-decoration: underline;	
}
.resource  a:active {
	color: #efefef;
}
/*********** NAV **********************/
#nav {
	width: 900px;
	height: 28px;
	background: url('../images/navSlice.jpg') repeat-x;
}
#nav li{
	display: inline;
	font-family: Arial, Myriad, Helvetica, sans-serif;
	border-right: 1px solid #fff;
	padding: 3px 17px;
}
#nav ul {
	text-align: right;
	padding: 3px 0;
	font-size: 90%;			
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #ffffff;
}
#nav a:hover {
	text-decoration: underline;	
}
#nav  a:active {
	color: #efefef;
}
#nav .last {
	border: none;
}
/************ LeftBar and Links *****************/
#phoneTab {
	width: 217px;
	height: 30px;
	margin: 0 auto;
}
.leftList {
	width: 215px;
	border: 1px solid #43af4d;
	margin: 0 auto;
}
.leftList ul {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-weight: bold;
	color: #107799;
}
.leftList li {
	list-style: none;
}
.leftList a {
	display: block;
	padding: 4px 0;
	border-bottom: 1px dotted #43af4d;
}
.leftList a:link, .leftList a:visited {
	text-decoration: none;
	color: #107799;
}
.leftList a:hover {
	background-color: #e8f6ee;
}
.leftList .last {
	border: none;
}
/********* LINK FOOTER ***********/
#linkFooter {
	margin: 0 auto;
	width: 900px;
	text-align: center;
}
#linkFooter p {
	font-size: 70%;
	padding: 3px 15px;
}
#linkFooter li{
	display: inline;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	border-right: 1px solid #3f3f3f;
	padding: 0px 10px;
}
#linkFooter ul {
	text-align: center;
	font-size: 70%;			
}
#linkFooter a:link, #linkFooter a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
#linkFooter a:hover {
	color: #3f3f3f;
	text-decoration: underline;	
}
#linkFooter  a:active {
	color: #3f3f3f;
}
#linkFooter .last {
	border: none;
}
/****** QUOTE FORM LAYOUT *************/
#quoteForm p {
	padding: 0;
	
}
/**********************************/
#rightContent a {
	font-family: Arial, Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
	font-size: .9em;
	border-bottom: 1px dotted #107799;
}
#rightContent a:link, #rightContent a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
#rightContent a:hover {
	color: #107799;
}
/********************************/
#bottomLeft {
	width: 270px;
	float: left;
}
#bottomRight {
	width: 270px;
	float: left;
}