﻿body {
	background-color: #0058aa;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #004788;
}
#wrapper {
	width: 930px;
	margin: 10px auto 10px auto;
	background-color: #FFFFFF;
}
#logo {
	width: 180px;
	background-image: url('images/logoGB-repeat.gif');
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
#callNow {
	width: 710px;
	float: right;
	display: inline;
	background-image: url('images/logoGB-repeat.gif');
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: top;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 96px;
}
#greenBar {
	clear: both;
	height: 30px;
	background-color: #a6d277;
	margin-right: 10px;
	margin-left: 10px;
}
#blueBar {
	margin: 3px 10px 3px 10px;
	background-color: #005aab;
	clear: both;
	height: 15px;
}
#leftNav {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 10px;
}
#banner {
	background-position: left top;
	width: 707px;
	float: right;
	display: inline;
	margin-right: 10px;
	margin-left: 3px;
	height: 158px;
	background-image: url('images/bannerImage.jpg');
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#menu {
	padding: 0px;
	margin: 0px;
}
#menu li {
	list-style-type: none;
}
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	background-color: #A6D277;
	display: block;
	margin-bottom: 3px;
	line-height: 20px;
	padding-left: 10px;
	border-right-style: solid;
	border-right-width: 20px;
	border-right-color: #5A852C;
}
#menu li a:hover {
	background-color: #005AAB;
	text-decoration: none;
	color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 20px;
	border-right-color: #003F77;
}
#belowBanner {
	background-image: url('images/belowBanner.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 10px 10px 10px;
	height: 19px;
	clear: both;
}
#left {
	width: 200px;
	margin-left: 10px;
	float: left;
	display: inline;
	margin-bottom: 10px;
	text-align: center;
}
#main {
	width: 670px;
	float: right;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#aboveFooter {
	background-color: #6a9a30;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	clear: both;
}
#belowFooter {
}
#left img {
	padding: 5px;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #808080;
	padding: 5px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	padding: 10px;
	overflow: hidden;
	background-color: #A6D277;
	color: #000000;
	font-size: 85%;
}
#footer a {
	color: #008000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#designedBY {
	width: 930px;
	font-size: 85%;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px auto 0px auto;
	color: #B0DAFF;
}
#designedBY a {
	color: #BDDD99;
	text-decoration: none;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #B00000;
}
a:visited {
	color: #B00000;
}
a:hover {
	color: #003399;
}
a:active {
	color: #B00000;
}
#main h1 {
	font-size: 130%;
	color: #666666;
	letter-spacing: 2px;
	background-color: #E4E4E4;
	padding: 10px;
}
#main h4 {
	color: #666666;
	font-size: 110%;
	background-color: #EFEFEF;
	padding: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
