* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #494f57;
}
a img {
	border: none;
}
body {
	margin-top: 0px;
	margin:0px;
	font-family:Arial, Verdana;
	font-size:12px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.sub {
	margin-top: 0px;
	margin:0px;
	font-family:Arial, Verdana;
	font-size:12px;
	background-image: url(../images/sub-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#wrapper {
	width: 920px !important;
	height: 407px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	width:920px;
	height: auto;
	padding-bottom: 8px;
}
#sub-wrapper {
	height: 160px;
	width: 920px;
	margin: 0 auto;
	position: relative;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin: 0px;
	display: block;
	padding-bottom: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #494f57;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/h2-arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	display: block;
	width: 230px;
	margin-bottom: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #494f57;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #494f57;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/h2-arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	display: block;
	width: 245px;
	margin-bottom: 14px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #494f57;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636b75;
	line-height: 17.5px;
}
.body-text a {
	color: #636b75;
}
.body-text p {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.body-text ul {
	margin-left: 20px;
}
.block {
	display: block;
	width: 255px;
	padding-top: 150px;
}
.banner-text {
	padding-top: 30px;
	float: right;
	width: 290px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 23px;
}
#logo {
	width: 311px;
	height: 67px;
	margin-top:14px;
	padding-left: 3px;
}
#menu {
	width:920px;
	height:53px;
	float:left;
	padding-top: 7px;
}
.banner {
	float: left;
	width: 600px;
	height: auto;
	position: relative;
}
.banner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.banner ul li {
	float: left;
	display: inline;
}
.homepage-column {
	padding-top: 15px;
	padding-left: 17px;
	position: relative;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 390px;
}
#homepage-column-1 {
	width: 283px;
}
#homepage-column-2 {
	width: 287px;
	margin-left: 4px;
}
#homepage-column-3 {
	width: 283px;
}
#footer-bg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #071f4b;
	width:100%;
	float: left;
	margin-top: 20px;
}
#footer-outer {
	width: 920px;
	margin: 0 auto;
	height: 165px;
	padding-top:15px;
	padding-bottom: 20px;
	background-image: url(../images/footer-le.jpg);
	background-repeat: no-repeat;
}
.icon {
	width:65px;
	float:left;
	margin-left: 12px;
}
.footer {
	width: 292px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding-left: 12px;
	display:block;
}
.footer li {
	list-style: none;
}
.footer ul ul{
	margin-left: 15px;
}
.footer a {
	text-decoration: none;
	color: #999;
}
.footer a:hover {
	color: #fff;
}
.white {
	color: #fff;
}
.carousel-previous {
	background-image: url(../images/arrow-left.png);
	position:absolute;
	z-index:1;
	top: 112px;
	width:36px;
	height:36px;
}
.banner .carousel-previous {
	left: 0px;
}
.slideshow-inner .carousel-previous {
	left: -13px;
}
.carousel-next {
	background-image: url(../images/arrow-right.png);
	position:absolute;
	z-index:1;
	top: 112px;
	width:36px;
	height:36px;
}
.banner .carousel-next {
	left: 564px;
}
.slideshow-inner  .carousel-next {
	left: 507px;
}
#nav ul li {
	display:inline;
}
#nav li a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/nav-button-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 112px;
	height: 28px;
	padding-top: 11px;
	margin-left: -9px;
}
#nav li a:hover {
	text-decoration:none;
	color: #0f3666;
	background-image: url(../images/nav-button-bg.png);
	background-repeat: no-repeat;
}
.top-pad {
	padding-top: 20px;
}
.thumb-bg {
	background-image: url(../images/image-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 244px;
	height: 102px;
	left: 6px;
	top: 58px;
	padding: 17px;
}
.sub-left {
	width: 570px;
	float: left;
	min-height: 550px;
}
.column-full {
	width: 910px;
	min-height: 550px;
}
.pic-padding {
	padding-top: 20px;
}
.left-padding {
	padding-left: 11px;
}
.side-bar {
	width: 315px;
	height: auto;
	float: left;
	padding-left: 25px;
}
.sb-box {
	width: 270px;
	height: 80px;
	background-image: url(../images/side-bar-bg.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
.contact-button {
	background-image: url(../images/contact-button.jpg);
	background-repeat: no-repeat;
	width: 290px;
	height: 57px;
	padding-left: 15px;
	padding-top: 13px;
	margin-top: 6px;
}
.white {
	color: #fff;
}
.white a {
	text-decoration: none;
	color: #fff;
}
.contain {
	padding-left: 22px;
	width: 920px;
	height: auto;
	margin: 0 auto;
}
#phone-number {
	position:absolute;
	width:256px;
	height:27px;
	z-index:1;
	left: 641px;
	top: 88px;
	color: #fff;
	font-size: 18px;
}
.selected {
	background-image: url(../images/h2-arrow-selected.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#nav .current_page_item a, #nav .current_page_ancestor a {
	color: #0f3666;
}
.sb-top {
	width: 290px;
	height: 37px;
	background-image: url(../images/sb-top.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}
.sb-mid {
	width: 266px;
	height: auto;
	background-image: url(../images/sb-mid.jpg);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}
.sb-bottom {
	width: 290px;
	height: 5px;
	background-image: url(../images/sb-bottom.jpg);
	background-repeat: no-repeat;
	padding-bottom: 12px;
}
#contactform_submit {
	background: transparent url(../images/submit.jpg) no-repeat scroll left top;
	width: 78px;
	height: 30px;
	z-index: 1000;
	border: none;
}
.input-width {
	width: 250px;
	padding: 5px;
}
.select-width {
	width: 263px;
	height: 30px;
	padding: 5px;
}
.mbs {
	float: left;
	margin-bottom: 50px;
	padding-right: 40px;
	display: block;
	text-align: left;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.blog-meta {
	padding: 5px;
	font-size: 10px;
	color: #636b75;
	display: block;
	width: 100%;
	background-color: #efefef;
	margin-top: 10px;
	margin-bottom: 25px;
}
.blog-meta a {
	color: #636b75;
	text-decoration: none;
}
.blog-meta a:hover {
	color: #2073b0;
	text-decoration: none;
}
.share-save {
	padding-top: 10px;
	margin-left: -10px;
}
.tel {
	display: block;
	padding-top: 20px;
}
.learn-more
{
	position: absolute;
	height: 30px;
	width: 99px;
	background-image: url(../images/button-learn-more.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
	color: #ffffff;
}
.learn-more-left {
	top: 360px;
	left: 13px;
}

.learn-more-right {
	top: 360px;
	left: 178px;
}

.slideshow-outer {
	background-image: url(../images/image-bg570_297.png);
	background-repeat: no-repeat;
	padding: 17px;
	display: block;
	margin-top: 20px;
	padding: 20px;
	height: 257px;
	width: 530px;
}

.slideshow-inner {
	height: 257px;
	width: 530px;
	position: relative;
}

.slideshow-inner ul {
	list-style: none;
	margin: 0px;
}

.slideshow-inner li {
	list-style: none;
	float: left;
	display: inline;
}
