@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	clip: rect(0px,auto,auto,auto);
	padding: 0;
	background-color: #F7F7F7;
}

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: 26px;
	font-weight: lighter;
}
h3 {
	font-size: 24px;
	font-weight: normal;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
	font-weight: normal;
}
h6 {
	font-size: 18px;
}
#top {
}
#top #header {
	min-height: 130px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(/images/headerBg.png);
	background-repeat: repeat-x;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color: #000;
}

#top #phone{
	position:absolute;
	left:702px;
	top:21px;
	width:248px;
	height:61px;
	layer-background-color:#e7e7e7;
	z-index:2;
	color: #333;
	font-weight: normal;
}
#top #header #nav{
	width: 960px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000;
	text-align: center;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#top #header #nav a {
	color: #FFF;
	background-color: #000;
	padding: 5px;
	transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-o-transition: all 1.0s;
	text-decoration: none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top: 15px;
	margin-right: 12px;
	margin-left: 12px;
}
#top #header #nav a:hover {
	color: #333;
	padding: 5px;
	transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-o-transition: all 1.0s;
	text-decoration: none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top: 15px;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #FFC646;
}
#top #headerNotes{
	position:absolute;
	left:390px;
	top:-1px;
	width:167px;
	height:101px;
	layer-background-color:#e7e7e7;
	z-index:1;
	color: #333;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
}
#top #header #headerNotes ul {
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#banner {
	height: 330px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#banner #slideshow {
	width: 960px;
	height: 330px;
}
#welcome {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	margin-top: 15px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
#welcome h2 {
	font-weight: normal;
	line-height: 27px;
	font-size: 20px;
	text-transform: uppercase;
}
#welcome h2 strong {
	color: #FF9F32;
	font-weight: normal;
}
#boxes {
	height: 260px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#boxes #box {
	width: 295px;
	height: auto;
	display: inline-block;
	margin-right: 12px;
	margin-left: 12px;
	background-image: url(/images/headerBg.png);
	background-repeat: repeat-x;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align: center;
	float: left;
}
#boxes #box h2 {
	color: #FFF;
}
#boxes #box h2 a {
	color: #FFF;
}
#boxes #box #boxText {
	background-color: #222;
	width: 290px;
	height: auto;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container {
	min-height: 500px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	border: thin solid #FFC646;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-top: 10px;
}
#container #content {
	min-height: 400px;
	width: 600px;
}
#container #content h3 strong {
	color: #FF9F32;
	font-weight: normal;
}
.serviceBtn {
	background-color: #FF9A44;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border: thin solid #000;
	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;

}
#container #content p .serviceBtn {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#container #content p .serviceBtn:hover {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#container #sidebar {
	width: 320px;
	height: 100%;
	position: absolute;
	left: 629px;
	top: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFC646;
	background-color: #F5F5F
%;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topright:10px;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F1F1F1;
}
#container #sidebar img {
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
#container #sidebar #icons {
	text-align: center;
}
#container #sidebar #icons a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#coverage {
	padding: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
}
#coverage ul {
	float: left;
	margin-left: 17px;
	list-style-type: none;
}
#btm {
}
#btm #footer {
	height: 45px;
	width: 940px;
	background-color: #222;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align: center;
	color: #FFF;
	border: medium solid #FFC646;
}
#btm #footer a {
	color: #FFF;
	text-decoration: none;
	transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-o-transition: all 1.0s;
}
#btm #footer a:hover {
	color: #FFC357;
	text-decoration: none;
	transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-o-transition: all 1.0s;
}
#btm #design {
	font-size: 10px;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive;
}
#btm #design a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
