/*******************************		DEFAULTS		*************************************/

body {
   padding: 0px;
   margin: 0px;
   background:url(../img/bg.gif) repeat;
   font-family:"Trebuchet MS", Times New Roman, Serif;
}

a {
   text-decoration: underline;
   color: #000000;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}



/*******************************		TOP SECTION / CONTAINER STUFF		*************************************/

#content  {
   margin: 0px auto 0px auto;
   padding:0;
   width: 870px;
   background-color:white;
}

/*******************************		HEADER 		*************************************/

#header {
	background-color:#ebebfe;
	width:100%;
	height:143px;
}

#header img{
	float:left;
}


#header h1 {
   text-align:right;
   font: bold 41px/22px "Trebuchet MS";
   *font: bold 41px/41px "Trebuchet MS";
    padding: 25px 25px 7px 0;
   *padding: 15px 30px 5px 0;
   color: #606390;
   font-variant: small-caps;
}

#header h2 {
   font: italic 22px/22px Georgia;
   margin: 0px 25px 10px 0;
   color: #B6B656;
   text-align: right;
}

#header #phonetext  {
   float:right;
   margin-right:30px;
}
	#header #phonetext p  {
	   font: 18px/22px "Trebuchet MS";
	   color: #567D7C;
	}

/*******************************		NavBar 		*************************************/

#navbar{
	height:26px;
	margin:0 auto;
	padding:5px 0 5px 95px;
	text-align:center;
	background-color:#7D2D52;
	clear:both;
	color:white;
}

#navbar ul{
	list-style-type:none;
	display:inline;
	text-align:center;
}

#navbar ul li  {
   float: left;
   color:white;
   text-align:center;
}

#navbar ul li a  {
   color: #FFFFFF;
   padding:0 10px;
   text-decoration:underline;
}

#navbar ul li a:hover  {
   text-decoration:underline;
}

/*******************************		SIDEBAR		*************************************/

#leftColumn{
	background:url(../img/id6sidebar.gif) no-repeat top left;
	width:234px;
	height:585px;
	float:left;
}

#leftColumn .signup{
	background:url(../img/signup.gif) no-repeat top left;
	width:160px;
	height:48px;
	padding-top:17px;
	margin:45px 0 0px 35px;
}
	#leftColumn .signup a{
		color:#7d2d52;
		font-size:24px;
		text-align:center;
		padding:0px 0 0 38px;
		font-style:italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
	}
		#leftColumn .signup a:hover{
			text-decoration:underline;
		}	
#leftColumn .benefits{
	background:url(../img/benefits.gif) no-repeat top left;
	width:160px;
	height:48px;
	padding-top:17px;
	margin:25px 0 0px 35px;
}
	#leftColumn .benefits a{
		color:#7d2d52;
		font-size:24px;
		text-align:center;
		padding:0px 0 0 38px;
		font-style:italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
	}
		#leftColumn .benefits a:hover{
			text-decoration:underline;
		}
#leftColumn .newsletters{
	background:url(../img/benefits.gif) no-repeat top left;
	width:160px;
	height:48px;
	padding-top:17px;
	margin:25px 0 0px 35px;
}
	#leftColumn .newsletters a{
		color:#7d2d52;
		font-size:24px;
		text-align:center;
		padding:0px 0 0 20px;
		font-style:italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
	}
		#leftColumn .newsletters a:hover{
			text-decoration:underline;
		}
		
#leftColumn p{
	color:white;
	font-size:13px;
	padding-left:42px;
	margin-bottom:8px;
}
	#leftColumn p a{
		color:white;
		font-weight:bold;
	}
		
		
/*******************************		MAIN CONTENT		*************************************/


#mainContent{
	float:left;
	clear:right;
	width:550px;
	min-height:590px;
	padding:30px 0 0 45px;
}
	#mainContent h3{
		font-size:24px;
		color:#577c7b;
		margin-bottom:10px;
	}
	#mainContent h4{
		font-size:16px;
		color:#577c7b;
		margin:10px 0 5px 20px;
	}
	#mainContent h4.maroon{
		font-size:16px;
		color:#7D2D52;
		margin:10px 0 5px 20px;
		}
	
	#mainContent p{
		color:#606390;
		font-size:12px;
		margin-left:20px;
	}
	#mainContent #signature p{
		margin:-25px 0 0 110px;
		color:#863b5e;
		font-weight:bold;
	}
	#mainContent ul{
		list-style-image:url(../img/applebullet.gif)
	}
	#mainContent ul li{
		font-family:"Trebuchet MS";
		color:#606390;
		font-size:12px;
		padding:0 0 10px 0;
		margin-left:30px;
	}
	#mainContent a{
		color:#577c7b;
		font-size:12px;
		text-decoration:underline;
}
		
	
/*******************************		FOOTER		*************************************/

#footer {
	background-color:#213e60;
	color:white;
	margin: 0px auto 0px auto;
	padding:10px 0 10px 0;
	width: 870px;
}	
	#footer a{
		color:white;
	}
	#footer ul{
		margin:10px 0 0px 190px;
		display:inline;
		list-style-type:none;
	}	
		#footer ul li{
			display:inline;
		}
		#footer ul li a{
			color:white;
			padding-right:6px;
			font-size:11px;
		}
			#footer ul li a:hover{
				text-decoration:underline;
				color:#C3B086;
			}
	#footer p{
		text-align:center;
		font-size:12px;
		margin-bottom:7px;
	}

/*******************************		FORM STYLES		*************************************/

fieldset {
	border:1px dashed #606390;
	padding:10px;
	width:507px;
	margin:10px 0 0 20px;
}

legend {
	font-family:"Trebuchet MS";
	font-size:17px;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#606390;
	*margin:0 0px 7px -7px;
}
label {
	width:142px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#fff;
	background:#606390;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}
.form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}
.holder {
	background-color:#fff;
}
.div_textbox {
	width:347px;
	float:right;
	background-color:#ABD4D4;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.textbox {
    	background-image: url(../img/16t.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 26px;
}
.textbox:focus, .textbox:hover {
	background-color:#EBEBFE;
}

h6{
width:502px;
	height:32px;
	margin-top:3px;
	margin-right:0px;
	margin-bottom:2px;
	padding-top:10px;
	padding-left:6px;
	background-color:#2D334A;
	float:left;
	display: block;
	font-size: 11pt;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.div_checkbox {
	width:502px;
	height:45px;
	background-color:#ABD4D4;
	margin-top:3px;
	padding-top:15px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
	color:#fff;
	font-size:14px;
}
.checkbox{
	width: 15px;
	height: 15px;
}

.checkRight {
	float:left;
	width:125px;
	text-align:left;
	display:inline;
}

.checkRightRoof {
	float:left;
	width:150px;
	text-align:left;
	display:inline;
}

.div_checkboxRoofing {
	width:502px;
	height:45px;
	background-color:#ABD4D4;
	margin-top:3px;
	padding-top:15px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
	color:#fff;
	font-size:14px;
}

.div_textarea {
	width:347px;
	float:right;
	background-color:#ABD4D4;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textarea {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.textarea:focus, .textarea:hover {
	background-color:#EBEBFE;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#EBEBFE;
}
   
.password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#EBEBFE;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
.email:focus, .email:hover {
	background-color:#EBEBFE;
}

.button_div {
	width:287px;
	float:right;
	background-color:;
	border:1px solid #ABD4D4;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
.buttons {
	background: #7D2D52;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #CF679A #4F0F2E #4F0F2E #CF679A;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

/*******************************		END OF FORM STYLES		*************************************/