@charset "UTF-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0;
	padding:0;
}a {
	color: #146c7d;
	font-weight: bold;
}
a:link {
	color: #146c7d;
	font-weight: bold;
}
a:active {
	color: #146c7d;
	font-weight: bold;
}
a:visited {
	color: #146c7d;
	font-weight: bold;
}
a:hover {
	color: #000;
	font-weight: bold;
}
body {
	background-image: url(../images/subbody.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#home {
	background-image: url(../images/bgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 95px;
	padding-top: 15px;
	background: rgb(62,69,79); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlNDU0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVmNjQ2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTQ1NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  rgba(62,69,79,1) 0%, rgba(95,100,107,1) 50%, rgba(62,69,79,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(62,69,79,1)), color-stop(50%,rgba(95,100,107,1)), color-stop(100%,rgba(62,69,79,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(62,69,79,1) 0%,rgba(95,100,107,1) 50%,rgba(62,69,79,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(62,69,79,1) 0%,rgba(95,100,107,1) 50%,rgba(62,69,79,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(62,69,79,1) 0%,rgba(95,100,107,1) 50%,rgba(62,69,79,1) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(62,69,79,1) 0%,rgba(95,100,107,1) 50%,rgba(62,69,79,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e454f', endColorstr='#3e454f',GradientType=1 ); /* IE6-8 */


}
#topnav {
	float: right;
	margin-top: 40px;
	width: 400px;
	text-align: right;
}
#topnav ul {
	float: right;
	padding-top: 7px;
}
#topnav ul li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav ul li a {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
#topnav ul #end  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
}
#topnav ul li a:link {
	font-weight: normal;
	color: #FFF;
}
#topnav ul li a:visited {
	font-weight: normal;
	color: #FFF;
}
#topnav ul li a:active {
	font-weight: normal;
	color: #FFF;
}
#topnav ul li a:hover {
	font-weight: normal;
	color: #0EB5D7;
}
#banner {
	background-image: url(../images/bannerbgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 389px;
	margin-top: 2px;
	padding-top: 40px;
	clear: both;
}
#subbanner {
	background-image: url(../images/bannerbgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 248px;
	margin-top: 2px;
	padding-top: 40px;
}
#nav {
	width: 220px;
	float: left;
	margin-right: 30px;
}
#nav ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5692a1;
	list-style-position: outside;
	list-style-image: url(../images/bullet-square.gif);
	/* [disabled]padding-left: 13px; */
}
#nav ul {
	padding-left: 13px;
}
#nav ul li a {
	font-size: 14px;
	font-weight: normal;
}
#nav ul #end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-size: 10px;
	padding-top: 10px;
	clear: both;
}
#RHS {
	float: right;
	width: 360px;
	padding-top: 30px;
}
#LHS {
	float: left;
	width: 255px;
	padding-top: 30px;
	margin-right: 30px;
}
#body {
	margin-top: 30px;
	padding-bottom: 20px;
	width: 500px;
	float: left;
}
#subbody {
	margin-top: 30px;
	padding-bottom: 20px;
	float: right;
	width: 615px;
}
h1  {
	font-size: 26px;
	font-weight: normal;
	color: #038aa6;
	padding-bottom: 20px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #038aa6;
	padding-bottom: 15px;
}
p  {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}
.featuregrey {
	background-color: #3e454f;
	padding: 15px;
	margin-bottom: 10px;
}
.featuregrey h2  {
	color: #2ad7fa;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 7px;
}
.featuregrey p  {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding-bottom: 0px;
}
.featuregrey p a  {
	color: #2ad7fa;
}
.featuregrey p a:link {
	color: #2ad7fa;
}
.featuregrey p a:active {
	color: #2ad7fa;
}
.featuregrey p a:visited {
	color: #2ad7fa;
}
.featuregrey p a:hover {
	color: #FFF;
}
#RHS .feature {
	padding: 15px;
	margin-bottom: 10px;
	background-color: #edfafc;
	border: 1px solid #b5bdbf;
	min-height: 75px;
}
#RHS .feature h2 {
	color: #00677c;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 7px;
}
#RHS .feature p {
	font-size: 12px;
	line-height: 18px;
}
#RHS img  {
	float: left;
	margin-right: 10px;
}
#LHS img {
	float: left;
	margin-right: 10px;
}
#slider {
	width: 650px;
}
#subnav {
	float: none;
	background-color: #b2effe;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}
#subnav ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5692a1;
	list-style-position: outside;
	list-style-image: url(../images/bullet-square.gif);
	/* [disabled]padding-left: 13px; */
}
#subnav ul {
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#subnav ul li a {
	font-size: 14px;
	font-weight: normal;
}
#subnav ul #end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LHS .featuregrey {
	background-color: #3e454f;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#LHS .featuregrey h2  {
	color: #2ad7fa;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 7px;
	line-height: normal;
}
#LHS .featuregrey p  {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding-bottom: 0px;
}
#topnav #phone {
	float: right;
	margin-left: 10px;
	font-size: 14px;
	color: #0EB5D7;
	font-weight: bold;
	line-height: 35px;
}
#subbanner img {
	border: 5px solid #FFF;
	float: left;
	margin-right: 14px;
	-moz-box-shadow:0px 0px 6px 0px #777777;
-webkit-box-shadow:0px 0px 6px 0px #777777;
box-shadow:0px 0px 6px 0px #777777;
}
#subbanner #bannerend {
	margin: 0px;
}
