/* CSS Document */

*
{
	margin:0;
	padding:0;
}

.clear
{
	clear:both;
}

body
{
	text-align:center;
	font-size:11px;
	font-family:verdana;
}

a:link,
a:visited
{
	color:#004fb1;
	text-decoration:none;
}

#wrapper
{
	text-align:left;
	margin:auto;
	width:780px;
}

#header-wrapper
{
	margin-top:10px;
	background:#fff url('../img/header-bg.jpg') repeat-x top left;
	color:#fff;
	position:relative;
	height:319px;
}

#header
{
	background:url('../img/header-img.jpg') no-repeat top right;
	height:206px;
	line-height:16px;
	padding-right:240px;
}

#header-left
{
	background:url('../img/header-left.jpg') no-repeat top left;
	float:left;
	width:20px;
	height:164px;
}

h1
{
	padding-top:15px;
	margin-bottom:5px;
	font-size:18px;
}

#opt-in
{
	background:url('../img/opt-in-bg.jpg') repeat-x top left;
	width:280px;
	position:absolute;
	left:0;
	top:164px;
	color:#000;
}

#opt-in-content
{
	background:url('../img/opt-in-right.jpg') no-repeat top right;
	height:155px;
	padding-top:15px;
	padding-right:15px;
}

#opt-in-left
{
	background:url('../img/opt-in-left.jpg') no-repeat top left;
	width:16px;
	float:left;
	height:155px;
}

h2
{
	font-size:14px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

#promotional
{
	float:right;
	color:#000;
	margin:5px 10px;
	width:485px;
	height:95px;
	text-align:center;
}

#promotional a
{
	color:#103ab4;
	text-decoration:none;
}

#promotional img
{
	margin-bottom:10px;
}

#number-one-wrapper
{
	background:url('../img/number1-bg.jpg') repeat-x top left;
}

#number-one
{
	background:url('../img/number1-right.jpg') no-repeat top right;
	height:173px;
	line-height:16px;
	padding-right:20px;
}

#number-one h3
{
	font-size:18px;
	color:#01428c;
	padding-top:25px;
	margin-bottom:15px;
}

#number-one-left
{
	background:url('../img/number1-left.jpg') no-repeat top left;
	height:173px;
	width:30px;
	float:left;
}

#number-one #shield
{
	background:url('../img/number1.png') no-repeat center left;
	width:115px;
	height:163px;
	float:left;
}

#reviews
{
	padding-bottom:2px;
	clear:both;
}

.review
{
	width:260px;
	float:left;
	background:url('../img/review-bg.jpg') repeat-y top left;
}

.review .review-img
{
	width:120px;
	height:100px;
	border:1px solid #ccc;
	background:#fff;
	text-align:center;
	position:absolute;
	left:15px;top:5px;
}

.review .review-img img
{
	width:120px;
	height:100px;
	border:0;
}

.review .details
{
	clear:left;
	padding:5px 0 5px 15px;
	position:relative;
}

.review p
{
	clear:left;
	margin:5px 20px 0 15px;
	text-align:justify;
}

.review .position
{
	float:left;
	margin:5px 15px 0 15px;
}

.review h3
{
	float:left;
	display:inline;
	margin-top:7px;
	width:165px;
	font-size:13px;
}

.review-container
{
	background:url('../img/review-header.jpg') no-repeat top left;
	padding-top:10px;
	height:360px;
}

.review-footer
{
	background:url('../img/review-footer.jpg') no-repeat top left;
	height:24px;
}

.review .details p
{
	margin:8px 0;
	margin-left:135px;
}

.review h4
{
	margin-bottom:6px;
	font-size:11px;
	margin-left:135px;
}

#footer
{
	margin:5px 0 15px 0;
	text-align:center;
}