/*  
Theme Name: FiveMinuteQuotes
Description: WordPress theme
Version: 1.0
Author: Me and WordPress
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
a { /*-- Removes dotted outline from clicked links in FF --*/
	outline: none;
}
img {
	border:none;
}
.clearer {
	clear:both;
}
blockquote {
	background: #F2F2F2 url(images/blockquote.png) no-repeat top left;
	border: 1px solid #D7D7D7;
	padding: 10px 10px 10px 40px;
}
/*-- Main structure for the layout --*/
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color:#f9f9f9;
}

#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
}
#contentWrapper {
	overflow: hidden;
	clear:both;
	margin-top:15px;
	border-radius: 8px;
  border: 1px solid #ddd;
  background-color:#fff;
}
#sidebar {
	float: right;
	padding: 20px 20px 10px 5px;
	width: 316px;
	min-height:500px;
}
#Content {
	margin: 0 0px 0 0;
	padding: 20px 0px 30px 30px;
	float: left;
	width: 650px;
}
#Footer {
	padding: 20px 10px 0px;
	height: 51px;
	color:#555;
	text-align:center;
}
#Content {
	line-height: 150%;	
}
.article ul li, .article ol li {
	padding-bottom:10px;	
}
.article a, .article a:link {
	text-decoration: underline;
}
.article a:visited {
	text-decoration: none;
}
.cccontainer h2, .cccontainer h3, .cccontainer h4, .cccontainer h5, .cccontainer h6 {
	margin-top:30px;	
}
#headerWrapper {
	padding: 0;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	background-color:rgba(255,255,255,0.8);
	width:100%;
	position:fixed;
	top:0;
	z-index:99;
}
.logo {float:left;}
#nav {float:right;}
.menuitem1, .menuitem2, .menuitem3 {
	padding:12px 12px;
	margin-top:12px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
}
.menuitem1 { background-color:#00336F;}
.menuitem2 { background-color:#FA8B00;}
.menuitem3 { background-color:#9C0;display:none !important;}
.menuitem1:hover { background-color:#0954AB;}
.menuitem2:hover { background-color:#FFC13A;}
/*-- Heading styles --*/
h1 {
	font: normal 150%/120% Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font: 400 180%/130% 'Oswald', Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	color: #526A78;
}
h3 {
	font: 400 140%/130% 'Oswald', Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #666;
}
h4 {
	font: 400 160%/130% 'Oswald', Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #666;
}
h5 {
	font: 400 125%/130% 'Oswald', Verdana, Geneva, sans-serif;
	color: #666;
}
h6 {
	font: 400 135%/140% 'Oswald', Verdana, Geneva, sans-serif;
	color: #333;

}
.topcompare h6 {
margin-top:20px;	
}
.secdiv {height:1px;width:100%;background-color:#ddd;margin:20px 0;clear:both;}
.footquote {
font: 400 160%/130% 'Oswald', Verdana, Geneva, sans-serif;
	font-weight: 400;
	text-align:center;
	clear:both;
}
.bold {font-weight:700;}
/*-- Link styles --*/
a, a:link {
	text-decoration: none;
	font-weight:bold;
}
p a, p a:link {text-decoration:underline;}
a:hover {
	text-decoration:underline;
	color:#9C0;
}
#sidebar a.quoteButton:hover {
color:#fff !important;	
}
.article a.more-link { /*-- Removes underline from more link --*/
	text-decoration:none;
}
#header a, #header a:link, #header a:active, #header a:visited {
	color: #FFF;
}
#header a:hover {
	color: #0CF;
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	color: #555;
}
#Footer a:hover {
	color: #C60;
}

/*-- Header styles --*/

#header {
	width:990px;
	height:68px;
	margin:0px auto;
	text-align:left;
	position:relative;
}

.title { /*-- This is the title of your blog --*/
	font: bold 30px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 600px;
	padding-top: 15px;
}
.title a:hover {
	text-decoration:none;	
}
.description h2 {
	letter-spacing:normal;
	font-size:120%;
	font-weight:bold;
}
.featuredtop {
  background: #FFF8D4;
  padding: 20px;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid #ECD16A;
  float:left;
  width:100%;	
}
.featuredtop a.quoteButton {
margin: 10px 0 0 0 !important;	
}
.featuredleft {
width:60%;
float:left;	
}
.featuredright {
width:38%;
float:right;	
}
.featuredtop h6 {font-size:180%;letter-spacing:-1px;}
.featuredtop p { margin-bottom:0; font-size:120%; line-height:125%;}
span.red {
  color: #FFF;
  background: #a10000;
  padding: 0 8px;
  margin-right: 8px;
  letter-spacing: normal;
  border-radius:4px;
}
.homeleft {
	max-width:65%;
	padding-right:40px;
	float:left;
}
.homeright {
	max-width:35%;
	float:right;
}
.homeright h2 {
margin-top:0;	
}
.topnav { /*-- This is the RSS links in the header --*/
	float:right;
	color: #000;
	text-align:right;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-top: 10px;
}

/*-- Header search box styles --*/
#headersearch {
	float:right;
	padding-right: 6px;
	margin-top: 0px;
	clear: right;
	background: url(images/header-vehicles-btm.png) no-repeat right top;
	height:45px;
	width:315px;
}
#header #searchform {
	width: 245px;
	height: 15px;
	position:absolute;
	top:19px;
	right:64px;
}

#header #searchbox {
	width: 245px;
	height:15px;
	background: none;
	border: none;
	color: #ccc;
	font-size: 12px;
	line-height:15px;
}
#header #searchbutton {
	width: 30px;
	background: none;
	border: none;
	margin-left:10px;
}
#header #searchbutton:hover {
	cursor: pointer;
}

/* Navigation Styles */
#menu {
	max-width:400px;
	position:relative;
	margin:0 auto;
	float:left;
	display:block;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:right;
}
#menu ul li {
	display:inline-block;
	margin:0 5px 0 0;
	padding:0;
}
#menu ul li a {
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 1px 1px 0px black;
}
#menu ul li a:hover {
	color:#FFF;
}

a.quoteButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:'Oswald', Verdana, Geneva, sans-serif;
	font-size:23px;
	font-weight:bold;
	padding:10px 0;
	width:100%;
	text-align:center;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #528009;
	line-height:100%;
}
a.quoteButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.quoteButton:active {
	position:relative;
	top:1px;
}


.article a.quoteButton, .featuredtop a.quoteButton {
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e36410), color-stop(1, #bf5b13));
	background:-moz-linear-gradient(top, #e36410 5%, #bf5b13 100%);
	background:-webkit-linear-gradient(top, #e36410 5%, #bf5b13 100%);
	background:-o-linear-gradient(top, #e36410 5%, #bf5b13 100%);
	background:-ms-linear-gradient(top, #e36410 5%, #bf5b13 100%);
	background:linear-gradient(to bottom, #e36410 5%, #bf5b13 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36410', endColorstr='#bf5b13',GradientType=0);
	background-color:#e36410;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#fff !important;
	font-family:'Oswald', Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight:bold;
	padding:14px 0;
	width:100%;
	text-align:center;
	text-decoration:none !important;
	text-shadow:0px 2px 0px #854629;
	line-height:100%;
	max-width:350px;
	margin: 20px auto;
}

span.qtearr {
background: url(images/quote-arrow.png) no-repeat right center;
padding-right:55px;
}
p.quotebtn {text-align:center;}
.article a.quoteButton:hover, .featuredtop a.quoteButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bf5b13), color-stop(1, #e36410));
	background:-moz-linear-gradient(top, #bf5b13 5%, #e36410 100%);
	background:-webkit-linear-gradient(top, #bf5b13 5%, #e36410 100%);
	background:-o-linear-gradient(top, #bf5b13 5%, #e36410 100%);
	background:-ms-linear-gradient(top, #bf5b13 5%, #e36410 100%);
	background:linear-gradient(to bottom, #bf5b13 5%, #e36410 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5b13', endColorstr='#e36410',GradientType=0);
	background-color:#bf5b13;
}

#sidebar ul.topcompare {
	 background:#f9f9f9;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 10px 20px 20px 20px;
  text-align:center;
}
#sidebar ul.topcompare h5 {
text-align:center;
border-bottom:none;	
padding:0;
margin-bottom:15px;
line-height:1.3;
font-size:180%;
letter-spacing:-1px;
}
/*-- Post styles --*/
h1.posttitle, h2.posttitle {
	font-size: 32px;
	font-family: 'Oswald', Verdana, Geneva, sans-serif;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom:15px;
	line-height:120%;
	color: #555;
}
h2.posttitle a {
font-weight:400;	
}
.homemfr {
  max-width: 50px;
  float: left;
  margin-right: 10px;
  border: 3px solid #efefef;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  border-radius: 8px;
}
.mfrmodel {
  width: 185px;
  float: left;
  margin-right: 0;
}
.mfrmodel a {
  line-height: 30px;
}
.posttitle a:hover {
	text-decoration:none;
}
.archivetitle {
	font-size: 21px;
	line-height: 35px;
	color:#666;
	background: url(images/archiveicon.png) no-repeat left center;
	padding-left: 42px;
	margin-bottom:8px;
}
.metablock {
	margin-top: 5px;
	padding-bottom: 20px;
	font-size: 11px;
}
.meta {
	float: left;
	background: url(images/icon-date.png) no-repeat left top;
	padding-left: 22px;
}
.postcomments {
	float: right;
	background: url(images/icon-comment.png) no-repeat left top;
	padding-left: 22px;
}
.tags {
	font-weight: bold;
	margin-bottom: 0px;
}


/*-- Sidebar styles --*/
#sidebar h5 { /*-- This is the title of each widget --*/
	font: 400 150%/140% 'Oswald', Verdana, Geneva, sans-serif;
	color: #333;
	padding-top: 5px;
	padding-left:5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ddd;

}
#sidebar ul.leftlist
{
  width: 48%;
  float: left;
}
#sidebar ul.rightlist {
  width: 48%;
  float: right;
  display: inline-block;
}
.leftside {
  width: 48%;
  float: left;
  padding: 0 3%;
  margin-bottom:15px;
}
.rightside {
  width: 48%;
  float: right;
  padding: 0 3%;
  margin-bottom:15px;
}
#sidebar a {
font-weight:bold;	
}
#sidebar ul {
	padding: 8px;
	margin-bottom: 10px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:316px;
}
#sidebar ul ul {
	border:none;
	background:none;
}
#sidebar ul li {
	margin-bottom:10px;
	clear:both;

}
#sidebar ul.recentquotes li {
line-height:130%;	
}
#sidebar ul li ul li {
	margin-left: 8px;
	background: url(images/arrow.png) no-repeat left top;
	padding-left: 9px;
	padding-bottom: 10px;
	border:none;
	margin-bottom:0;
	padding-top: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	font-size:14px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 260px;
}
#sidebar ul.children {
	padding-top:3px;
}
#sidebar ul.children li { /*-- This styles the sub categories in the hierarchy --*/
	background: url(images/childbullets.png) no-repeat left top;
	padding-bottom:2px;
}

.cccontainer {
padding-right:15px;
}

/*---Image alignment in posts and pages---*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding: 0 20px 20px 0;
}
.alignright {
	float: right;
	padding: 0 0 20px 20px;
}

/*---Image Captions---*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*---Comment Styles---*/
ol.commentlist {
	clear:both;
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}
ol.commentlist p {
	clear:both;
	margin:0;
	padding:0 10px 10px 10px;
}
ol.commentlist ul.children {
	list-style:none;	
}
.avatar {
	float:right;
	padding:2px;
}
div.comment-author {
	margin-top:5px;
	background-color:#EBEBEB;
	border: solid 1px #CCC;
	height:36px;
}
div.comment-author .fn {
	font: bold 18px/36px Verdana, Geneva, sans-serif;
	padding-left:10px;
}
.says {
	display:none;
}
div.comment-meta {
	float:right;
	padding-bottom:8px;
}
#respond {
	clear:both;
}
div.reply {
	text-align:right;
}
div.reply a {
	text-decoration:underline;
}
#comment {
	width: 100%;
}
.article a, .article a:link, a:link {
	color: #3E72B8;	
}
.posttitle > a:link {
	color: #555;	
}
.article h3, .article h4, .article h5, .article h6 {
	color: #666;
}
.article a:hover, #sidebar a:hover, .posttitle a:hover {
	color: #9C0;
	text-decoration:none;	
}
a:visited {
	color: #3E72B8;
}
.external {
	background: url(images/new_window_icon.png) no-repeat right top;
	padding-right:18px;
}
#topfeature {
	height: 43px;
	width:900px;
	margin-top:10px;
	overflow:hidden;
	background: url(images/noteicon.png) no-repeat 8px center;	
	padding-left:60px;
}
#topfeature a {
	display:block;
	padding-left:15px;	
}
.agentlist {
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    line-height: 200%;
    padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.agentul {
    font-size: 12px;
}
#topsidebar {
	height: 242px;
	width: 300px;
	font: 21px/21px Tahoma, Geneva, sans-serif;
	font-weight:normal;	
	letter-spacing:-1px;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em black;
	text-align:center;
	padding-top:8px;
}
#topsidebar a {
	display:block;
	height:220px;
	width:300px;	
}

#topfeature p {

}
#topfeature p span {
	font: bold 130%/120% Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	color: #069;
	padding-right:10px;
}
#menu ul li a.veh {
	background: url(images/menusprite.png) no-repeat 0 0;
	width:170px;
	height:45px;
	border-right: 1px solid rgba(0,0,0,0.3);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
#menu ul li a.veh:hover {
	background: rgba(0,0,0,0.3) url(images/menusprite.png) no-repeat 0 -45px;
}
#menu ul li a.comp {
	background:  url(images/menusprite.png) no-repeat 0 -90px;
	width:160px;
	height:45px;
	border-left:1px solid rgba(255,255,255,0.3);
}
#menu ul li a.comp:hover {
	background: rgba(0,0,0,0.3) url(images/menusprite.png) no-repeat 0 -135px;
}

.vehicles {
	padding-bottom:8px;
}
.vehicles p {
	text-align:center;	
}
#vehiclemake, #vehiclemodel {display:none; margin-top:8px;}
#vehicleselect span {
	font: bold 130%/120% 'Oswald', Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #666;
	width:70px;
	padding: 0 5px;
	display:inline-block;
	text-align:right;
		

}
#vehiclesubmit {
	margin:10px 0 0 46px;

}
#car-years, #car-makes, #car-models {
	border: 1px solid #999;
	padding:2px;
	width:180px;
	color: #666;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#Content.fullwidth {
	width:975px;	
}
.wj_mp_middlecol > li {
	margin-left: 20px;	
}
.big {
	color: #C60;	
}
.vehicles p.lr {
	background: url(images/key.jpg) no-repeat left top;
	padding-left:75px;	
	font-size:12px;
	text-align:left;
	min-height:50px;
}
.sbad {
	display:inline-block;
	border:1px solid #ddd; 
	padding:5px;
	background-color:#fff;
	margin:5px 0 5px 9px;
}
span.bwapsproductstate {display:none;}

#bwapsilisting {max-width:100% !important;}
#topsidebar {width:auto;background-size:100% 100%;}
#subsb {max-width:325px;}

/* Mobile Styles */
#outerWrapper {max-width:990px;width:100%;margin-top:85px;}
#Content {max-width:650px;width:100%;}
#Content.fullwidth {max-width:100%;width:100%;}
#sidebar {max-width:330px;width:100%;}
img {max-width:100%;}
* {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#header {max-width:990px;width:100%;}
#sidebar ul {width:100%;}
#sidebar ul li ul li {width:95%;}
.listleft {
width:31%;
margin-right:2%;
float:left;
}
.listmiddle {
width:31%;
margin-right:2%;
float:left;
	
}
.listright {
width:31%;
float:left;	
}
ul.listleft li, ul.listmiddle li, ul.listright li, #Content li {
line-height:160%;	
}
.mfr {
width:175px;
margin-top:10px;
border:2px solid #fff;
border-radius:5px;
box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
ul.modelyears {margin-bottom:30px;}
#sidebar ul.topcompare h5.mfrtop {
font-size:180%;
margin-top:15px;
color:#666;	
}
.mfrtop strong {
font-weight:400;
}
.col {
width:100%;	
}

.sbButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
	width:90%;
	margin:10px auto 20px auto;
	text-align:center;
	clear:both;
	display:block;
	font-size:120%;
}
.sbButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
	color:#ffffff !important;
}
.sbButton:active {
	position:relative;
	top:1px;
}
h1.cta,h2.cta {display:none;}
.formpad {padding-left:80px;}
.cccontainer h2.quotetop, .cccontainer h3.quotetop {
margin-top:0;
max-width:700px;
text-align:center;
margin:0 auto;
margin-bottom:15px;
}
.cccontainer h2.quotetop { font-size:240%;color:#2194DA;}
.mobileonly {display:none;}
@media screen and (max-width: 990px) {
#feature {
background: #333;
height:auto;
padding:20px;	
}
table {
	max-width:100%;
	width:100%;
}
input, textarea {max-width:100%;}
table.comparetable td {width:50%;}
.comparison {background-size:100% 100%;}
#Content {width:68%;padding-left:2%;padding-right:2%;}
#sidebar {max-width:300px;width:32%;}
#topsidebar {max-width:100%;width:100%;}
}
@media screen and (max-width: 680px) {
.homeleft, .homeright {
float:left;
max-width:100%;
width:100%;	
padding:0;
}
.featuredleft, .featuredright {
float:left;
width:100%;	
text-align:center;
}
.featuredright {
margin-top:15px;	
}
.formpad {padding-left:0;}
.mobileonly {
display:block;
}
}
@media screen and (max-width: 815px) {
.featuredtop a.quoteButton span {
background-image:none;
	padding-right:0;
}
}
@media screen and (max-width: 730px) {
#searchform {display:none;}


#Content {max-width:100%;width:100%;}

#sidebar {float:left;width:100%;padding:20px;}
.comparison {display:none;}
#sidebar ul,#sidebar,#sidebar ul li ul li {max-width:100%;}
ul.listleft li, ul.listmiddle li, ul.listright li, #Content li { line-height:200%;}
}
@media screen and (max-width: 650px) {
.logo {width:100%;text-align:center;}
#menu,#nav {max-width:100%;width:100%;}
#nav {margin-bottom:8px;}
#menu ul {text-align:center;}
#headerWrapper {position:relative;}
#outerWrapper {margin-top:10px;}
.menuitem3 {display:block !important;font-size:24px;}
.menuitem1, .menuitem2, .menuitem3 {width:100%;}
#menu ul li {display:block;margin: 5px 0;}
}