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

*{
	margin:0px;
	padding:0px;
	border:none;
}

body
{
	background-image:url(images/body-bg.png);
	background-repeat:repeat;
}

.wrapper
{
	width:908px;
	margin:0 auto;
	margin-top:15px;
	border-top:1px solid #FFFFFF;
}

.header
{
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:149px;
	float:left;
}

.logo
{
	float:left;
	margin-left:15px;
	margin-top:35px;
}

.logo h1
{
	text-indent:-9999px;
}

.logo h1 a {
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    display: block;
	width:506px;
	height:44px;
}

.header h2
{
	font-family:arial;
	font-size:24px;
	color:#000000;
	float:left;
	padding-left:40px;
	padding-top:47px;
}

.header-nav
{
	float:left;
	background-image:url(images/nav-bg.png);
	background-repeat:no-repeat;
	width:877px;
	height:23px;
    margin-left: 14px;
    margin-top: 47px;
}

.header-nav ul li {
    float: left;
    list-style: none outside none;
}
.header-nav ul li a {
    border-left: 2px solid #CC0000;
    color: #CC0000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 25px;
    text-decoration: none;
}
#nav-1 {
    border-left: medium none !important;
}

.content
{
	width:908px;
	float:left;
	background-color:#FFFFFF;
}

.welcome-box
{
	float:left;
	width:515px;
}

.welcome-box h2
{
	color:#000000;
	font-family:arial;
	font-size:22px;
	padding:30px 0px 0px 15px;
}

.welcome-box p
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	margin-left:15px;
	margin-top:10px;
	width:490px;
}

.quote-box
{
	width:393px;
	float:left;
}

.quote-form
{
	background-image:url(images/quote-form.jpg);
	background-repeat:no-repeat;
	width:378px;
	height:405px;
	float:left;
	margin-top:30px;
}

.form-left
{
	width:207px;
	float:left;
	margin-top:50px;
	margin-left:8px;
}

.form-right
{
	width:163px;
	float:left;
	margin-top:50px;
}

h3
{
	color:#E9302E;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	float:left;
	margin-top:10px;
}

.comments
{
	float:left;
	widows:373px;
	margin-left:8px;
	font-family:
}

.button
{
	float:left;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:35px;
	display: block;
	color:#FFFFFF;
	font-size:24px;
	font-family:"Agency FB";
	font-weight:inherit;
	margin-left:90px;
    margin-top:15px;
}

.payment-box
{
	background-image:url(images/payment-box.jpg);
	float:left;
	width:908px;
	height:139px;
	margin-top:35px;
}

.payment-logos
{
	float:left;
	width:908px;
	min-height:54px;
	margin-top:15px;
}

.payment-logos
{
	text-decoration:none;
}

.payment-box h2
{
	color:#000000;
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	padding:18px 0px 0px 15px;
}

.second-headline
{
	
	float:left;
	width:908px;
}

.second-headline h2
{
	color:#000000;
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	padding:18px 0px 0px 15px;
}

.second-headline p
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	margin-left:15px;
	margin-top:10px;
	width:875px;
	margin-bottom:20px;
}

.footer
{
	float:left;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:908px;
	height:37px;
	margin-bottom:15px;
}

.footer h4
{
    color: #CC0000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    text-align:center;
	font-weight:inherit;
	padding-top:14px;
}