@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border:none;
}

#header {
	height: 83px;
	width: 100%;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}
#header-container {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
#logo-container {
	float: left;
	width: 260px;
	margin-top: 20px;
}
#logo-container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#slogan-container {
	float: right;
	width: 364px;
	margin-top: 20px;
}
#content-container {
	clear: both;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
#content-container h1 {
	font-size: 1.3em;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content-container p {
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#upper-navigation {
	width: 100%;
	margin-top: 9px;
	background-image: url(../images/upper-navigation-bar.gif);
	height: 30px;
	padding-top: 5px;
	background-repeat: repeat-x;
}
#upper-navigation  ul  {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
}
#upper-navigation   a,#upper-navigation a:visited    {
	font-weight: bold;
	text-decoration: none;
	color: #183A61;
	text-transform: uppercase;
}
#upper-navigation  li  {
	display: inline;
	margin-right: 22px;
	margin-top: 7px;
}
#upper-navigation  a:hover  {
	color: #2B67AA;
	font-weight: bold;
}
#atf-container {
	width: 100%;
}
#hero-container {
	float: left;
	width: 260px;
}
#hero-container img {
	margin-left: 80px;
	margin-top: 10px;
}

#headline-container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 714px;
}
#headline-container h1 {
	font-size: 1.4em;
	color: #333333;
	padding: 0px;
	margin-top: 20px;
	line-height: 1.3em;
}
#atf-note {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
	font-size: 0.9em;
	color: #666666;
	padding: 0px;
}

#comparison-container {
	padding: 0px;
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#headline-container ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
}
#headline-container  .blue-check  {
	background-image: url(../images/blue-checkmark.gif);
	background-repeat: no-repeat;
}
#headline-container .green-check {
	background-image: url(../images/green-checkmark.gif);
	background-repeat: no-repeat;
}
#headline-container .red-check {
	background-image: url(../images/red-checkmark.gif);
	background-repeat: no-repeat;
}


#headline-container li {
	margin-top: 8px;
	font-size: 1.3em;
	padding-left: 28px;
	height: 22px;
	padding-top: 2px;
	font-weight: bold;
}
.text-maroon {
	color: #990000;
}
.text-blue {
	color: #353368;
}
.text-green {
	color: #0B4627;
}
.text-red {
	color: #B2220F;
}
.text-bold {
	font-weight: bold;
}


.text-uc {
	text-transform: uppercase;
}
.text-ul {
	text-decoration: underline;
}
.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99AABC;
}
.border-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #99AABC;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99AABC;
}
.border-left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #99AABC;
}
.no {
	font-weight: bold;
	color: #990000;
	text-align: center;
	text-transform: capitalize;
}
.yes {
	font-weight: bold;
	text-transform: capitalize;
	color: #006600;
	text-align: center;
}

th {
	font-weight: bold;
	text-align: center;
	color: #F5F5F5;
	background-color: #487CA3;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.1em;
}
.featured    {
	background-color: #244800;
	background-image: url(../images/table-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.table-header-right {
	background-color: #487CA3;
	background-image: url(../images/table-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.table-bg {
	background-color: #F2F4F7;
}
.table-fbg {
	background-color: #E0FFC1;
}

.thumbnail  {
	margin: 0px;
	padding: 4px;
}
.thumbnail p {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: normal;
	color: #003366;
	line-height: 1.7em;
}
.thumbnail img {
	float: left;
	border: 1px solid #999999;
	padding: 0px;
	margin-right: 4px;
}
#top-cap {
	background-color: #99AABC;
	height: 4px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top-cap-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#lbottom-cap {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-color: #99AABC;
	background-image: url(../images/bottom-cap-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#rbottom-cap {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-color: #99AABC;
	background-image: url(../images/bottom-cap-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.criteria {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #003366;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .9em;
}
.badge  {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.badge img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.visit  {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
.visit a, .visit a:visited {
	color: #0033CC;
}
.visit a:hover {
	color: #000000;
}
#comparison-info  h2 {
	padding: 0px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #333333;
}
#comparison-info  p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.4em;
	color: #333333;
}
#comparison-info  ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	line-height: 1.4em;
}
#comparison-info a, #comparison-info a:visited {
	color: #0033CC;
}
#comparison-info a:hover {
	color: #000000;
}

#footer {
	padding: 0px;
	height: 100px;
	width: 100%;
	background-color: #DFE4EC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-links {
	text-align: center;
	width: 100%;
}
#footer-links ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-links li {
	display: inline;
	padding: 0px;
	margin-right: 50px;
}
#footer-links a, #footer-links a:visited {
	color: #2B4E74;
}
#footer-copyright {
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
}
#ltcontent-container {
	float: left;
	width: 205px;
	display: inline;
}

#sidenav-container {
	width: 200px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/sidenav-top.gif);
	background-repeat: no-repeat;
	background-color: #BFD5E3;
	display: block;
}
#sidenav-nav {
	padding: 0px;
	margin-top: 8px;
}
#sidenav-nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidenav-prev {
	display: inline;
	float: left;
}
#sidenav-next {
	display: inline;
	float: right;
}

#sidenav-bottom {
	background-image: url(../images/sidenav-bottom.gif);
	height: 16px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}

#sidenav-container h2 {
	padding: 0px;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sidenav-container ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
}
#sidenav-container li {
	font-size: 1.1em;
	padding: 0px;
	margin-bottom: 7px;
}

#sidenav-container a, #sidenav-container a:visited {
	color: #23538A;
}
#sidenav-container a:hover {
	color: #000000;
}
.thumb-container {
	margin-left: 10px;
	margin-top: 4px;
	width: 180px;
}
.thumb-container  p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.thumb-container a {
	font-weight: bold;
}

.thumb img {
	float: left;
	border: 1px solid #23538A;
	margin-bottom: 5px;
}
.ratingbox {
	float: left;
	margin-left: 2px;
	border: 1px solid #23538A;
	width: 114px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	height: 40px;
	background-color: #DFE4EC;
}
.ratingbox img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.ratingbox h3 {
	padding: 0px;
	color: #666666;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#rtcontent-container {
	float: left;
	width: 740px;
	margin-top: 3px;
	padding: 2px;
	margin-left: 20px;
	display: inline;
}
#review-box {
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #23538A;
	border-left-color: #23538A;
	margin: 0px;
	background-color: #FFFFD7;
}
#review-box-top {
	background-image: url(../images/review-box-top.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 8px;
	width: 740px;
	background-position: bottom;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#review-box-bottom {
	background-image: url(../images/review-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 8px;
	margin-bottom: 20px;
	width: 740px;
}

.sidebar-line {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCD5E1;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#review-box h2 {
	padding: 0px;
	color: #333333;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#rtcontent-img {
	float: left;
}

#rtcontent-img img {
	border: 1px solid #666666;
	margin: 4px;
	width: 302px;
}
#rtcontent {
	float: left;
	width: 417px;
	margin: 0px;
	padding: 0px;
}
.reviewsplit {
	margin-left: 5px;
	margin-bottom: 10px;
}
.reviewsplit ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.reviewsplit li {
	list-style-type: none;
	font-weight: bold;
	font-size: 0.95em;
	text-transform: capitalize;
}

#button {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#button img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.procon-red {
	font-weight: bold;
	color: #990000;
	margin-right: 10px;
	text-decoration: underline;
}
.procon-green {
	font-weight: bold;
	color: #404D06;
	text-decoration: underline;
}
.procon-orange {
	font-weight: bold;
	color: #AA4D00;
	text-decoration: underline;
}
.procon-blue {
	font-weight: bold;
	color: #204B7B;
	text-decoration: underline;
}



#contact-form {
	margin-left: 50px;
	margin-top: 30px;
	width: 560px;
}
#contact-form label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}
#contact-form .text-input {
	margin-bottom: 10px;
	display: inline;
	float: left;
}
#contact-form .submit {
	margin-top: 10px;
	padding: 0px;
	float: right;
	margin-right: 34px;
}
#contact-form  .capcha  p   {
	float: left;
	width: 280px;
}
#contact-form .capcha img {
	float: right;
	margin-right: 34px;
}
#site-map {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#site-map li {
	margin-top: 8px;
}
#site-map a, #site-map a:visited {
	color: #23538a;
}
#site-map a:hover {
	color: #333333;
}
#idxhero-container {
	float: left;
	width: 310px;
	margin-top: 10px;
	display: inline;
}
#idxheadline-container {
	float: left;
	width: 664px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
}
#idxheadline-container h1 {
	margin-left: 10px;
	font-size: 1.7em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#idxheadline-container p {
	margin-left: 10px;
	margin-top: 5px;
	line-height: 1.5em;
	margin-right: 10px;
}
#idxfeature-container {
	width: 972px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 1px;
	margin-left: 1px;
	height: 190px;
}
.idxfeature-box {
	width: 302px;
	margin-left: 11px;
	float: left;
	height: 174px;
	background-image: url(../images/feature-box.gif);
	background-repeat: no-repeat;
	display: block;
}
.idxfeature-box h2 {
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: center;
	color: #333333;
	text-transform: capitalize;
	font-size: 1.3em;
	font-weight: bold;
}
.idxcontent {
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.idxcontent p {
	height: 90px;
	overflow: hidden;
	line-height: 1.5em;
	width: 282px;
	margin: 0px;
	clear: both;
}
.idxaction {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.idxcontent img {
	float: left;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.idxaction a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.idxaction a, .idxaction a:visited {
	font-size: 1.1em;
	color: #000066;
}
.top-vendor {
	background-color:#ffffe6;
	border: 1px solid #333333;
	
}
.review-preview {
	padding: 8px;
}
.review-preview h2 {
	font-size: 1.4em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
	display:inline;
}
.review-preview .stars img{
	margin:5px 0 6px 0;
}
.review-preview a, .review-preview a:visited {
	color: #23538A;
}
.review-preview a:hover {
	color: #333333;
}
.review-preview .thumb-image {
	height:135px;
	width:202px;
	background-color:#99AABC;
	float: left;
	margin-right:10px;
	display:inline;
}
.review-preview .thumb-image-2 {
	width:220px;
	float: left;
	display:inline;
}
.review-preview .thumb-image h2, .review-preview .thumb-image-2 h2{
	margin:5px 0 8px 10px;
}
.review-preview .content {
	float:left;
	width: 498px;
	display:inline;
}
.review-preview .thumb-image img, .review-preview .thumb-image-2 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.review-preview .button {
	margin:10px 0 10px 20px;
}

.review-preview .content {

	line-height: 1.5em;
	text-decoration: none;
}
.review-preview .details {
	font-size: 1.1em;
	float:right;
	display:inline;
	margin:5px 0 5px 0;
}
