/*
Landing Page Styles for Style My House
Date: July 16, 2009
Last Modified: July 16, 2009
*/


/* ------- General Styles ------ */

body {
	background: #f5fafa url(../../images/lp_5177/bg_hd.jpg) repeat-x top left;
	color: #666666;
}

#hd .in,
#bd .in,
#ft .in {
	margin: auto; text-align: left;
	width: 74.6153846em; /* !IE */
	*width: 72.8171538em; /* IE */
	min-width: 970px;
}

em {color: #cc0000; font-size: 1.2em;}
.clearboth {clear: both;}


/* ------- Header Styles ------ */

#hd {
	background: url(../../images/lp_5177/bg_hd.jpg) repeat-x top left;
	display: block;
	height: 85px;
}


/* ------- Body Styles ------ */

#bd {
	background: #f2f2f2 url(../../images/lp_5177/bg_bd.jpg) repeat-x top left;
	border-bottom: 1px solid #cccccc;
	min-width: 940px;
	display: block;
	 /* min-height hack for ie6 */
    /*min-height: 400px;
    height: auto !important;
    height: 400px;*/

}

#bd .in {
	position: relative;
    }

	#bd #hd_areyouready {
		background-image: url(../../images/lp_5177/hd_are_you_ready.png);
		display: block;
		height: 61px;
		width: 425px;
		margin: 0 !important;
		text-indent: -10000px;
	}
	
	#pagecontent {/*margin-right: 260px;*/}
	
	.content {display: block; float: left; width: 700px;}
	
	
	
	#mainimage {float: left; margin: 10px 0 0 0;}
	.content #maintext {margin-left: 260px;}
	#maintext p {font-size: 107%; margin: 1em 2em 1em 0;}
	#maintext p.highlight {color: #333333;font-size: 114%;font-weight: light; margin: 0 1em 1em 0;}
	#maintext p.highlight2 {font-size: 114%;font-weight: bold; margin: 1em 1em 1em 0;}
	#maintext ul.reasons {margin-left: 0;}
	#maintext ul.reasons li {
		background: url(../../images/lp_5177/blt.png) no-repeat 0 3px;
		font-size: 114%;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 .4em 0;
		padding-left: 20px;
		width: 90%;
		list-style-type: none;
	}
	#maintext .fineprint {
		font-size: 92%;
		font-style: italic;
	}
	
	.content h2 {
		color: #cc0000;
		font-size: 122%;
		font-weight: bold;
		padding: 1em 0 0 0;
		margin: 0 2em 1em 1em;
	}	
	
	.content h3 {
		color: #cc0000;
		font-size: 122%;
		font-weight: bold;
		padding: 1em 0 0 0;
		margin: 0 1em 0.5em 1em;
	}

	.content p {margin: 0 2em 1em 1em;}
	.content p strong{font-weight:bold;}

	.content ul {margin: 0 2em 1em 1em;}		
	.content ul li {
		list-style-type: disc;
		list-style-position: inside;
		margin: 0 0 .6em 0;
	}
	
	.content dl {
		margin: 0 10px 0 10px;
	}
				
	.content dl dt {
		font-weight: bold;
	}

	.content dl dd {
		margin-bottom: 1em;
	}

	.content ol {
	    margin: 0 10px 10px 10px;
	}
	
	.content ol li {
		list-style-type: decimal;
		list-style-position: inside;
		margin-bottom: .8em;
	}	
	
/* New code for Sharelinks added 1/11/10 */

#sharelinks {
		color: #dfe3e6;
		padding-top: 8px;
		margin-left:140px;
		margin-right:auto;
	}
	
#sharelinks li {
			float: left;
		}

#sharelinks li a {
			display: block;
			color: #68696A;
			font-size:11px;
			font-family: Arial, sans-serif;
			padding-right:15px;
			text-decoration:none;
			
		}
	
/* End added sharelinks */


/* Here's how to register styles */

#here {
	background: #e8e8e8 url(../../images/lp_5177/bg_here.jpg) repeat-x top left;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

#here h4 {
	background: transparent url(../images/bg_here_tl.png) no-repeat top left;
	border-right: 1px solid #cccccc;
	float: left;
	width: 24%;
	min-height: 40px;
	margin: -1px 0 0 -1px;
	text-align: center;
}

#here h4 em {
	background: transparent url(../images/bg_here_bl.png) no-repeat bottom left;
	display: block;
	color: #cc0000;
	font-size: 136%;
	margin: 0 0 -1px 0;
	padding: 10px 0;
}

#here ul {
	background: transparent url(../images/bg_here_tr.png) no-repeat top right;
	display: block;
	float: right;
	width: 75%;
	margin: -1px -1px 0 0 !important;
	padding: 0 !important;
}

#here ul li {
	float: left;
	list-style-type: none;
	width: 33%;
}
	
	
	
#here2 {
	background: #e8e8e8 url(../images/bg_here.png) repeat-x top left;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	position: relative;
}

#here2 .tl {
	background: transparent url(../images/bg_here_tl.png) no-repeat top left;
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
	top: -1px;
	left: -1px;
}

#here2 .bl {
	background: transparent url(../images/bg_here_bl.png) no-repeat top left;
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
	bottom: -1px;
	left: -1px;
}

#here2 .tr {
	background: transparent url(../images/bg_here_tr.png) no-repeat top left;
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
	top: -1px;
	right: -1px;
}

* html #here2 .tl {top: 0;left: -1px;}
* html #here2 .tr {top: 0;right: 0;}

#here2 ul {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

#here2 ul li {
	border-right: 1px solid #ccc;
	float: left;
	list-style-type: none;
	width: 24.8%;
	margin: 0 !important;
	padding: 0 !important;
}

#here2 ul li.col1 {
	background: transparent url(../images/bg_here_bl.png) no-repeat -1px -1px;
}

#here2 ul li.col1 em{
	display: block;
	color: #cc0000;
	font-size: 136%;
	padding: 10px 0;
	text-align: center;
}

#here2 ul li.col2 {
	
}

#here2 ul li.col3 {
	
}

#here2 ul li.col4 {
	border: none !important;
}



#here3 {
	background: url(../../images/lp_5177/bg_here.jpg) repeat-x top left;
	display: block;
	width: 710px;
	height: 47px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	color: #333333;
}

#here3 h4 {
	float: left;
	width: 24%;
	min-height: 40px;
	margin: -1px 0 0 -1px;
	text-align: center;
}

#here3 h4 em {
	display: block;
	color: #cc0000;
	font-size: 136%;
	margin: 0 0 -1px 0;
	padding: 10px 0;
}

#here3 ul {
	display: block;
	float: right;
	width: 75%;
	margin: -1px -1px 0 0 !important;
	padding: 0 !important;
}

#here3 ul li {
	float: left;
	list-style-type: none;
	width: 33%;
}

#here3 ul li em {
	display: block;
	font-size: 85%;
	color: #333;
}

#here3 ul li.col1 em {padding: 12px 50px 0 10px;}
#here3 ul li.col2 em {padding: 17px 20px 0 10px;}	
#here3 ul li.col3 em {padding: 4px 30px 0 10px;}

/* ------- Form Styles ------ */
	
	#form_div {
		display: block;
		float: right;
		width: 280px;
		/*position: absolute;
		top: 0;
		right: 0;*/
		padding:0;
		margin-right: -20px;
		margin-bottom: -40px;
	}
	
	#form_div form {
		background: url(../../images/lp_5177/bg_form_full.png) no-repeat bottom left;
		font-size: 90%;
		margin: 0 auto;
		width: 280px;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	
	
	#form_div form h5 {background: url(../../images/lp_5177/signuphere.png) no-repeat 0 0;display: block; height: 36px; margin: 0 0 0 10px;width: 250px; text-indent: -10000px;}
	
	#form_div form ol {margin-left: 1.5em;}
	
	#form_div legend {display: none;}
	#form_div label {display: block;}
	
	#form_div form li {display: block; float: left; margin: 0 .6em .3em 0;}
	#form_div form li.full {clear: both; display: block; width: 90%;}
	#form_div form input {border: 1px solid #7f9db9; }
	#form_div form input.text {width: 100px; }
	#form_div form select {border: 1px solid #7f9db9; font-size: 92%; padding: 0;}
	#form_div form p#agevalid { font-size:88%; font-style: italic; padding: 0 25px 5px 25px; }
	#form_div form div {margin:1em 2.5em 1em 1.7em;}
	#form_div form div input.checkbox{border: none;float: left;}
	#form_div form div span{display: block; margin-left: 1.5em; font-size: 92%;}
	#form_div form div #btn_join{border: none;display: block; height: 35px; margin: 0 auto;width: 135px;}
	
	#form_div form p input{border: none;}	
	
	
/* ------- Footer Styles ------ */

#ft {
	margin: 60px 0 0 0;
	width: 100%;
}

#ft .in {
	background: #eaeaea url(../../images/lp_5177/bg_ft_tl.jpg) no-repeat top left;
	clear: both;
	text-align: center;
}

#ft .in p.nav {
	background: transparent url(../../images/lp_5177/bg_ft_tr.jpg) no-repeat top right;
	padding: 10px 0 0 0;
	width: 100%;
}


#ft a {color: #666666;}
#ft .copyright {
	background: transparent url(../../images/lp_5177/bg_ft_br.jpg) no-repeat bottom right;
	font-size: 85%;
	}
#ft .copyright em {background: transparent url(../../images/lp_5177/bg_ft_bl.jpg) no-repeat bottom left; color: #cccccc; display: block;padding: 0 0 10px 0; width: 100%;}


