/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#e1e0e0;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Verdana;
		font-size:0.688em;
		line-height:1.364em;
		color:#353e42;
	}


	input.btn {
		font-family:Verdana;
		font-size:1.0em;
		line-height:1.364em;
		color:#353e42;
	
	
	}
	
	input.txt {
		font-family:Verdana;
		font-size:1.0em;
		line-height:1.364em;
		color:#353e42;
	
	
	}	
	
p.titlehdr 
	{
		font-family:Arial,Verdana,Sans-serif;
		font-size:1.688em;
		font-weight:bold;
		color:#353e42;
	}
	

input, select { vertical-align:middle; font-weight:normal;}

a {color:#fff;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
span {color:#fff;}

/* ============================= main layout ====================== */

.link {text-transform:uppercase;}



.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 16px 0 0; float:left;}
.title {margin-bottom:20px;}
.title2 {margin-bottom:16px;}

/* ============================= header ====================== */

#header .menu {padding-bottom:178px;}
#header .menu ul {float:center; text-align:center; width:100%; overflow:hidden;}
#header .menu li {float:left; font-size:1.182em;}
#header .menu li a {text-decoration:none; color:#fff; background:url(images/menu_line.gif) top right no-repeat; display:block; text-align:center; padding:35px 0 35px 0; width:110px;}
#header .menu li a:hover {background:url(images/menu_act.jpg) top left no-repeat;}
#header .menu .active a {background:url(images/menu_act.jpg) top left no-repeat !important;}
#header .menu .last a {background:none; width:106px;}

#header .right a {color:#353e42; text-decoration:none; font-size:1.182em; padding:10 0px 0 30px;}
#header .right a:hover {color:#fff;}
#header .right .first {padding-left:0; background:none;}
#header .right {padding:55px 0px 0 0;}

/* ============================= middle ====================== */

.img {margin-bottom:23px;}
.padding1 {padding-top:10px;}
.padding2 {padding-top:25px;}
.padding3 {padding-top:18px;}
.padding4 {padding-right:30px;}

.phone {float:right; margin-right:20px; color:#353e42;}
#page9 #content {padding:43px 25px 57px 30px;}

/* ============================= footer ====================== */

#footer {font-size:1.182em; text-align:center; color:#a2a8aa;}
#footer a {color:#a2a8aa; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer .privacy {color:#fff;}

/* ============================= forms ============================= */


form .rowi {height:26px;}
form .link {float:right; margin:0 17px 0 5px;}

.input {width:187px; height:28px; border:1px solid #535b5b; background:none; padding:0 0 0 5px; background:url(images/input_bg.gif);}
textarea {width:187px; height:116px; border:1px solid #535b5b; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; background:url(images/input_bg.gif); margin-bottom:15px;}


/*------------------------------------------------------------------
content styles - Get Quote
/*------------------------------------------------------------------*/

#getQuote h1{
	padding-right:10px;
}

.headerLeadImg {
	float:left;
	padding:0 10px 10px 0;
}

 #calculatorForm{
	width:100%;
	
}

#calculatorForm .priceinput{
	border:1px solid #c1c1c1;
}

#calculatorForm p.calcLabel{
	/*width:170px;*/
}

#calculatorForm .calcinput{
	border:1px solid #c1c1c1;
	padding:3px;
	width:300px;
	font-weight: bold;
	white-space:nowrap;

}

#calculatorForm input.checkbox, #calculatorForm input.radio{
	border:none;
}


 #calculatorForm .submit{
	width:auto;
	padding:10px 0 0 0;
	margin-left:200px;
	margin-bottom:15px;
	border:none;
}

#calculatorForm .clearButton{
	padding:10px;
	display:block;
	width:auto;
	margin:10px 5px 5px 0;
}

#calculatorForm span#fees {
	font-weight: bold;
	
}
.formBlock{
	padding:0px 0 0px 55px;
	
}	

#getQuote form h1{
	padding:15px 0 10px 55px;
}

#getQuote form h1.plan{
	background:url(../images/iconCosts-05.jpg) 0 0 no-repeat;
}

#getQuote form h1.house{
	background:url(../images/iconCosts.jpg) 0 0 no-repeat;
}

#getQuote form h1.calcs{
	background:url(../images/iconCosts-02.jpg) 0 0 no-repeat;
}

#getQuote form h1.checkoffs{
	background:url(../images/iconCosts-04.jpg) 0 0 no-repeat;
}

#getQuote form h1.dollars{
	background:url(../images/iconCosts-03.jpg) 0 0 no-repeat;
 }
 
 #mainRight #calcRules p{
 	padding:5px 0 5px 0;
	line-height:18px;
 }
