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

* {
	margin:0;
	padding:0;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
}

img, img a {
	border-style: none;
}

h1 {
	font-size: 30px;
	color:#28559a;
	font-weight: normal;
	padding-bottom: 19px;
}

h1 a {
	color:#28559a;
	text-decoration: none;
}

h2 {
	font-size: 19px;
	color:#28559a;
	padding-bottom: 24px;
}

h2 a {
	text-decoration: none;
	color:#28559a;
}

h3 {
	font-size: 15px;
	margin-bottom: 18px;
}

h3 a {
	text-decoration: none;
	color:#000000;
}

p {
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	margin-bottom: 20px;
}

ul {
	margin-left: 35px;
	margin-bottom: 20px;
}

li {
	font-size: 12px;
	line-height: 18px;
}

/* ----------------------- Wrap ------------------------- */

.wrap {
	margin: 0 auto;
	width:753px;
}

/* ----------------------- Header ------------------------- */

#header {
	background-color: #3b6bab;
	width: 100%;
	height: 100%;
}


/* ----------------------- Content ------------------------- */

.left {
	width:437px;
	border-right:3px solid #d2d2d2;
	margin-top: 18px;
	margin-bottom: 18px;
	height: 100%;
	float: left;
	padding-right:20px;
}

.right {
	float:right;
	width:273px;
	margin-top: 18px;
	margin-bottom: 18px;
	height: 100%;
}

.update-text {
	text-align: center;
	padding-top:8px;
}

.top-pick {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top:-20px;
	left:6px;
}

.top-pick a {
	color:#000000;
	text-decoration: none;
}

.CTA {
	background-color: #b3eeb7;
	text-align: center;
	margin-top: 15px;
	padding:15px 0 15px 0;
	font-size: 24px;
	font-weight: bold;
}


.left2 {
	width: 545px;
	float:left;
}

.right2 {
	float:right;
	width:190px;
}

.left2 h3 {
	text-align: center;
}

#footer {
	width:100%;
	background-color: #28559a;
	text-align: center;
	color:#FFFFFF;
	font-size: 10px;
	padding:8px 0 8px 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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

.copyright {
	font-size: 10px;
	color:#3d3d3d;
	text-align: center;
	padding:5px 0 0 0;
}

.copyright a {
	color:#3d3d3d;
}

/* ----------------------- Comparison Table ------------------------- */

#compare {
	width:753px;
	border-right: 1px solid #28559a;
	border-bottom: 1px solid #28559a;
}

#compare p {
	text-align: left;
}

#compare span {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

#compare th {
	font-size: 12px;
	font-weight: bold;
	background-color: #28559a;
	color: #FFFFFF;
	padding:5px 0 5px 5px;
	text-align: left;
	

}

.line {
	border-right: 1px solid #FFFFFF;
}

#compare td {
	border-left: 1px solid #28559a;
	border-top: 1px solid #28559a;
	padding:5px 7px 5px 7px;
}

.product {
	padding:10px 0 10px 5px;
	font-size: 20px;
	font-weight: bold;
	background-color: #b3eeb7;
}

.product a {
	color:#000000;
	text-decoration: none;
}



/* ----------------------- Global ------------------------- */

.fltLft {
	float:left;
}

.fltRt {
	float: right;
}

.center {
	text-align: center;
	margin-bottom: 15px;
}

.center a {
	text-decoration: none;
	color:#000000;
}