@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif ;
	color:#333;
}

#wrapper {
	width:960px;
	margin: 5px auto;
}

#top-content {
	clear:both;
	background-image:url(../__WRPimages/main-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:420px;
}

#main-logo {
	float:left;
}

#main-logo img {
	padding:10px 20px;
}

#top-contact {
	float:right;
	font-weight:bold;
	font-size:13px;
	margin:10px 20px
}

#main-content {
	clear:both;
	padding:1px 20px;
}

#top-content h1 {
	font-size:40px;
	font-weight:bold;
}

#top-content h2 {
	font-size:24px;
	font-weight:normal;
}

#top-content p {
	width:550px;
	font-size:14px;
	line-height:18px;
}

#top-content .button {
	font-size:14px;
	font-weight:bold;
}

#top-content .button a {
	color:#FFF;
	text-decoration:none;
}

#top-content .button a:hover {
	color:#FFF5BE;
}

#top-content p.phone {
	font-size:18px;
	color:#2D56CF;
	font-weight:bold;
	margin:8px 0;
}

#bottom-content {
	clear:both;
}

#bottom-content .logo {
	float:right;
	margin:30px 30px 10px 30px;
}

#quote {
	float:left;
	font-size:20px;
	font-weight:bold;
	width:500px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:30px 30px 15px;
}

#quote.sig {
	font-size:14px;
	font-style:normal;
}

.info-box {
	background-image:url(../__WRPimages/info-box.jpg);
	width:202px;
	height:140px;
float:left;
margin:3px;
text-align:center;
}

.info-box .heading {
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	padding:3px;
	margin:0;
	line-height: 16px;
	clear:both;
}

.info-box img {
	float:left;
	margin: 8px 8px 50px;
}

.info-box .content {
	text-align:left;
	margin-top: 8px;
}

#video-box {
	float:left;
	margin-top: 40px;
	margin-left: 20px;
}

.phone {
}

.clear {
clear:both;
}