/* Make It Cheaper
Home page styles
June 2009
========================================== */

/* leftcol start */
#leftcol {
	width: 710px;
	float: left;
	margin-bottom: 2px;
}

/* feature start */
#leftcol div.container {
	width: 704px;
	margin-bottom: 10px;
	border: solid 3px #ffffff;
	position: relative;
}

#leftcol div.feature {
  	height: 182px;
	width: 300px;
 	padding: 20px 389px 90px 15px;
	font-family: verdana, sans serif;
	color: #ffffff;
	background-color: #ec0000;
	background-position: left bottom;
	background-repeat: no-repeat;
z-index: 1;
}

#leftcol div.feature a {
  	text-decoration: none;
color: #ffffff;
}
#leftcol div.feature a:hover {
  	text-decoration: none;
color: #ffffff;
}

#leftcol #helping {
	display: block;
//	background-image: url("/images/home/mic_feature_helping_business.jpg");
}

#leftcol #searching {
	display: none;
//	background-image: url("/images/home/mic_feature_searching_market.jpg");
}

#leftcol #removing {
	display: none;
//	background-image: url("/images/home/mic_feature_removing_hassle.jpg");
}

#leftcol #featurenav {
	border-top: solid 5px #fefefe;
	list-style-type: none;
}

#featurenav li {
	width: 234px;
	float: left;
	border-right: solid 1px #dedede;
	background: #eff1ea url("/images/home/feature_nav_bg.gif") repeat-x top left;
	text-align: center;
}

#featurenav li.last {
	border-right: none !important;
}

#featurenav li a {
	display: block;
	color: #ee0000;
	font-weight: bold;
	min-height: 25px;
	padding: 10px 5px 5px 5px;
	text-decoration: none;
}

#featurenav li a:hover {
	color: #ee0000;
	text-decoration: underline;
}

#leftcol div.feature h1 {
	font-size: 200%;
}

#leftcol div.feature h2 {
	font-size: 200%;
}

#leftcol div.feature ul {
	margin: 5px 0;
	list-style-type: none;
}

#leftcol div.feature ul li {
	padding: 3px 0 3px 20px;
	background: url("/images/home/feature_bullet.gif") no-repeat center left;
	font-weight: bold;
}

#leftcol div.feature p {
	margin: 5px 0;
	line-height: 150%;
}

#leftcol div.feature h5 {
	font-size: 180%;
	font-weight: bold;
}
/* feature end */


/* 3 boxes start */
#leftcol div.homebox {
	width: 230px;
	float: left;
	padding-bottom: 20px;
	background: url("/images/home/box_shadow_bg.gif") repeat-x bottom left;
}

#leftcol .bordbg {
	border-right: solid 10px #eff1ea;
}

#leftcol div.homebox div.box{
	width: 208px;
	min-height:260px;
	height:auto !important;
	height:260px;
	border: solid 1px #ffffff;
	padding: 9px;
	background: #ffffff url("/images/home/box_bg.gif") repeat-x bottom left;
}

#leftcol div.box h3, #rightcol div.rboxbg div.rbox h3 {
	font-family: verdana, sans serif;
	font-size: 135%;
	color: #ee0000;
	margin: 5px 0 10px 0;
}

#leftcol div.box p {
	color: #333333;
	line-height: 150%;
}

#leftcol div.box div.steps, #rightcol div.rboxbg div.rbox div.steps {
	height: 34px;
	width: 182px;
	margin: 5px auto;
	background: url("/images/home/steps_bg.gif") repeat-x top left;
}

#leftcol div.box div.steps img, #rightcol div.rboxbg div.rbox div.steps img {
	float: left;
	margin: 0;
}

#leftcol div.box div.steps img.pad40, #rightcol div.rboxbg div.rbox div.steps img.pad40 {
	padding-right: 40px;
}

#leftcol div.box div.checks, #rightcol div.rboxbg div.rbox div.checks{
	float: left;
	width: 85px;
	font-size: 90%;
	margin: 5px 10px 5px 0;
}

#leftcol div.box div.checks span, #rightcol div.rboxbg div.rbox div.checks span {
	display: block;
	margin: 3px 0;
}

#leftcol div.box div.checks span input, #rightcol div.rboxbg div.rbox div.checks span input {
	margin-right: 3px;
}

#leftcol div.box strong {
	color: #101010;
}

#leftcol div.box p.quote {
	color: #ee0000;
	font-style: italic;
	font-weight: bold;
}

#leftcol div.box img {
	float: right;
	margin: 0 0 10px 10px;
}
/* 3 boxes end */
/* leftcol end */


/* rightcol start */
#rightcol { 
	width: 230px;
	float: right;
}

#rightcol div.rboxbg {
	width: 230px;
	padding-bottom: 20px;
	
	background: url("/images/home/box_shadow_bg.gif") repeat-x bottom left;
}

#rightcol div.rboxbg div.rbox {
	width: 208px;
	border: solid 1px #ffffff;
	padding: 10px;
	background: #ffffff url("/images/home/box_bg.gif") repeat-x bottom left;
}

#rightcol div.rboxbg div.rbox img {
	margin: 0 auto;
}

#rightcol div.rboxbg2 {
	width: 230px;
	padding-bottom: 20px;
	background: url("/images/home/box_shadow_bg.gif") repeat-x bottom left;
}

#rightcol div.icons {
	width: 220px;
	border: solid 5px #ffffff;
}

#rightcol div.icons div.odd {
	padding: 3px 5px;
	background: #f6f7f5;
	border-top: solid 1px #dedfdb;
	border-left: solid 1px #dedfdb;
	border-right: solid 1px #dedfdb;
}

#rightcol div.icons div.even {
	padding: 3px 5px;
	background: #fbfbf9;
	border-top: solid 1px #dedfdb;
	border-left: solid 1px #dedfdb;
	border-right: solid 1px #dedfdb;
}

#rightcol div.icons .last {
	border-bottom: solid 1px #dedfdb;
}

#rightcol div.icons img {
	vertical-align: middle;
	margin: 2px 0;
}

#rightcol div.icons div.odd a, #rightcol div.icons div.even a {
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}

#rightcol div.icons div.odd a:hover, #rightcol div.icons div.even a:hover {
	color: #000000;
	text-decoration: underline;
}
/* rightcol end */


/* news start */
#news {
	clear: both;
	width: 622px;
	float: left;
	padding: 5px;
	background: #ffffff;
}

#news div.head {
	width: 612px;
	padding: 5px;	
	background: #c00906 url("/images/news_headline_bg.gif") top left repeat-x;	
	color: #ffffff;
}

#news div.head h3 {
	display: inline;
	float: left;
	padding: 3px 5px;
	/* width: 90px; */
	margin-right: 10px; 
	margin-left: 0px !important;	
}

#news div.head p {
	display: inline;
	/* float: left; */
	padding: 2px 5px;
	margin: 0;
	/* width: 492px; */
}

#news div.head img {
	float: right;
	width: 26px;
	height: 29px;
	margin-left: 7px;
}

#news div.col {
	width: 300px;
	float: left;
	padding: 5px;
	color: #999999;
}

#news div.col p {
	line-height: 120%;
	padding: 3px 0 7px 0;
}

#news div.col a {
	color: #de0000;
	font-weight: bold;
	text-decoration: none;
}

#news div.col a:hover {
	color: #de0000;
	text-decoration: underline;
}
/* news end */

#newsleft{
width:580px;
/*height:820px;*/
float:left;
background-color:white;
margin-right:30px;
}
.newsdate{
color:red;
font-weight:bold;
}
.newsheading{
color:black;
font-weight:bold;
}
.newssummary{
color:black;
}

.rightcontent{
width:290px;
float:left;
}
.rightcontent div{
height:200px;
}

/* notice start */
#notice {
	width: 304px;
	float: right;
	border: solid 5px #ffffff;
}
/* notice end */

.nobr {white-space: nowrap}



.pdf-download
{
	padding: 2px 0 8px 39px;
	margin-top: 35px;
	font-size: 11px;
	background: url("/images/pdf-icon.gif") no-repeat;
/*display:none;*/
}
.pdf-download a
{ 
	text-decoration: none;
}
.pdf-download a:hover
{ 
	text-decoration: underline;
}

.pdf-download span.bigger
{
	font-size: 17px;
}

a.home-page-feature
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 690px;
	height: 270px;
z-index: 2;
display: block;


}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
