@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	background-color: #F1F1F1;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	padding: 0px;
	margin: 0;
	background-image: url(/images/bgTop.png);
	background-repeat: repeat-x;
}

a:link {
	color: #09C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
	color: #09C;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 28px;
	font-weight:normal;
}
h2 {
	font-size: 22px;
	font-weight:normal;
}
h3 {
	font-size: 24px;
	font-weight:normal;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
}
h5 {
	font-size: 16px;
	font-weight: normal;
}
h6 {
	font-size: 18px;
}
#top {
	height: 170px;
	color: #FFF;
}
#top #header {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
}
#top #header #merquree{
	position:absolute;
	left:638px;
	top:85px;
	width:321px;
	height:43px;
	layer-background-color:#e7e7e7;
	z-index:2;
}
#top #nav {
	height: 30px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
#top #nav a {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #547F9E;
	margin-right: 3px;
	margin-left: 3px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition:all 1.0s;
	-webkit-transition:all 1.0s;
	-moz-transition:all 1.0s;
	-o-transition:all 1.0s;
	color: #FFF;
}
#top #nav a:hover {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #C20B1A;
	margin-right: 3px;
	margin-left: 3px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition:all 1.0s;
	-webkit-transition:all 1.0s;
	-moz-transition:all 1.0s;
	-o-transition:all 1.0s;
	color: #FFF;
}
#top #header #phone{
	position:absolute;
	left:635px;
	top:30px;
	width:323px;
	height:70px;
	layer-background-color:#e7e7e7;
	z-index:1;
	font-size: 34px;
}
#banner {
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #F5F5F5;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position: relative;
}
#welcomeBox {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position: relative;
	margin-top: 20px;
	color: #FFF;
	padding: 5px;
}
#welcomeBox h1 {
	font-size: 24px;
	line-height: 25px;
}
#welcomeBox h1 strong {
	font-weight: normal;
	color: #6DAADC;
}
#container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 15px;
	margin-bottom:15px;
	background-color: #FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border: thin solid #CCC;
	position: relative;
}
#container2 {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 15px;
	margin-bottom:15px;
	background-color: #D9D5BE;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border: thin solid #CCC;
	position: relative;
	text-align: center;
}
#container #content {
	width: 600px;
	padding-left: 10px;
	padding-right: 5px;
	height: auto;
}
#container #content h3 {
}
#container #content h3 strong {
	color: #44819C;
	text-decoration: underline;
	font-size: 18px;
}
#container #content h2 {
	color: #44819C;
	text-decoration: underline;
}
#container #sidebar {
	position: absolute;
	width: 300px;
	left: 649px;
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	min-height:100%;
	background-color: #E7E3DA;
}
#container #sidebar ul {
	list-style-type: none;
}
#container #sidebar ul a li{
	margin-left: -25px;
	background-color: #09F;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 25px;
	color: #FFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
	border: thin solid #FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-o-transition: all 1.0s;
}
#coverageAreas {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position: relative;
	margin-top: 20px;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}
#coverageAreas ul {
	float: left;
	list-style-type: none;
	margin-left: -10px;
}
#btm {
	height: 100px;
}
#btm #footer {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px;
	background-color: #222;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 10px;
}
#btm #design {
	font-size: 10px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
#btm #design a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#btm #design a img {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

}
