@charset "utf-8";

body {
	background-color: #2c78bc;
	background: url(../images/bg.jpg) repeat-x;
	line-height: 150%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

* {
	margin: 0px;
}

img {
	border: none;
	outline: none;
}

a {
	outline: none;
}

.clear-both {
	clear: both;
}

div#container {
	width: 960px;
	background-color: #fff;
	margin: auto;
	position: relative;
}

/* HEADER STYLES */

div#logo {
	float: left;
	margin: -10px 0px 15px 55px;
	text-align: left;
}

div#contact {
	float: right;
	margin-right: 50px;
	font-size: 12px;
}

div#contact a {
	text-decoration: none;
	color: #fff;
}

div#contact a:hover {
	text-decoration: underline;
}

div#contact p {
	padding: 4px 20px;
	color: #fff;
}

div#contact div.phone {
	float: left;
	background-color: #00529b;
	margin-right: 1px;
	height: 26px;
}

div#contact div.email {
	float: left;
	background-color: #3985c3;
	height: 26px;
}

div#topnav {
	float: right;
	margin-top: -30px;
	margin-right: 40px;
}


/* CONTENT STYLES */
img#van {
	position: absolute;
	left: 88px;
	top: 151px;
}

div#content {
	height: 437px;
	background: url(../images/content_bg.gif) no-repeat;
	padding: 40px 65px 0px 65px;
}

div.page-copy {
	width: 450px;
	height: 165px;
	float: right;
	margin-left: 60px;
}

div.page-copy img {
	margin-bottom: 10px;
}

div.page-copy p {
	margin-bottom: 15px;
}

#form {
	background-color: #caddee;
	padding: 15px 30px;
}

#form td {
	padding-bottom: 10px;
	vertical-align: top;
}

#form p {
	text-align: right;
	margin: 0 15px;
	color: #3985c3;
	font-size: 15px;
}

#form p b {
	color: #ff3600;
	font-weight: bold;
}

#testimonial {
	font-family: Times;
	font-size: 18px;
	color: #3399ff;
	line-height: 24px;
	float: left;
	width: 309px;
}

#testimonial i {
	font-size: 14px;
}

.hr {
	border-top: solid 1px #CCC;
	margin-bottom: -10px;
}
#services-list {
	margin-left: 15px;
	float: left;
}

#services-list table {
	margin-top: 9px;
}

#services-list td {
	border-right: solid 1px #caddee;
	width: 240px;
}

#services-list td + td {
	border-right: none;
	padding-left: 10px;
}

#services-list ul {
	list-style-type: none;
	text-indent: 0px;
	padding-left: 0px;
}

#services-list li {
	line-height: 21px;
}

#services-list a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	padding-left: 15px;
}

#services-list a:hover {
	color: #00529b;
	background: url(../images/orangeArrow.jpg) no-repeat 0 50%;
}

div.services-detail {
	width: 315px;
	float: right;
}

div.services-detail strong {
	color: #00529b;
	font-size: 12px;
	font-style: italic;
}

div.services-detail p {
	font-size: 13px;
	color: #666;
	line-height: 14px;
}

table#service-icons {
	float: right;
	margin-right: 75px;
	text-align: left;
}

table#service-icons img {
	padding-left: 20px;
}

table#service-icons a {
	text-decoration: none;
	color: #2c78bc;
}

table#service-icons a:hover {
	text-decoration: underline;
	color: #3985c3;
}

img.smallIcon {
	float: left;
	padding: 5px 10px 30px 0px;
}
/* FOOTER STYLES */

div#footer {
	background-color: #caddee;
}

div#footer a {
	color: #2c78bc;
	text-decoration: none;
	font-size: 10px;
}

div#footer a:hover {
	color: #fff;
}

div#footer img {
	margin-right: 4px;
}

div#footer .contact {
	height: 70px;
	background-color: #fff;
	position: relative;
}

div#footer div.footer-gradient {
	background: url(../images/footer_gradient.jpg) repeat-x;
	height: 60px;
	width: 960px;
}


div.footer-info {
	background-color: #00529b;
	width: 200px;
	float: left;
	height: 100%;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
}

div#footer div.footer-info a {
	font-size: 12px;
	color: #fff;
}

div#footer div.footer-info a:hover {
	text-decoration: underline;
}

div#footer div.footer-info p {
	margin: 10px 0px 0px 20px;
}

div#footer div.footer-info a {
	margin-left: 20px;
}

/* Flash Banners */

#bannerAd001, #bannerAd002 {
	width: 450px;
	height: 100px;
	z-index: 99;
	float: right;
}

/* Overlay Plugin Styles */

div.gallery {
	background-color: #333;
	padding: 5px 5px 0px 5px;
}

div.gallery a {
	color: #fff;
	text-decoration: none;
}

div.gallery img {
	padding-right: 10px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	color: #fff;
	
	width:650px;
	height: 253px;	
	/*min-height:200px;*/
	border:2px solid #fff;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #FFF;
	-webkit-box-shadow: 0 0 90px #FFF;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.simple_overlay img {
	float: left;
	margin-right: 20px;
}

.simple_overlay .details {
	padding-top: 15px;
}

.simple_overlay .details ul {
	list-style-type: none;
	margin-top: 20px;
}

.simple_overlay .details li {
	float: left;
	display: block;
	background-color: #ff6a07;
	margin-right: 10px;
	padding: 0px 2px;
}

.simple_overlay .details a {
	color: #fff;
	text-decoration: none;
}

.simple_overlay .details h3 {
	color: #ff6a07;
}

.simple_overlay .details i {
	font-size: 12px;
}

#triggers {
	position: relative;
}

#triggers div.detail {
	position: absolute;
	top: 0;
	left: 0;
}

span.featured {
	font-size: 11px;
	color: #fff;
	background-color: #ff6a07;
	padding: 1px 3px;
	margin-left: 5px;
}

