/* ! ------- BODY ------- */

body {
background-color: #2f63ae; 
background-image: url(http://www.maximdesigns.com/clarity_windows/clarity_lead_maverick_bg.jpg);
background-position: top center;
background-repeat: no-repeat;
font-family: Verdana, Arial, sans-serif; }

body div#doc {
border: none;
margin: 0px auto;
margin-top: 60px;
padding: 0px;
width: 758px;
}

/* ! ------- HEADER ------- 	*/
/* this contains the "header logo" */

div#hd { 
}

div#hd > a:first-child {
display: block;
padding: 0px 0 0 3px;
}

/* img logo (logo img has to be 750px x 90px) */
div#hd a img {
margin: 90px 0 0;
padding: 0;
}

/* ! ------- Main Content ------- 	*/

/* body background */
div#doc { background: transparent; }

div#bd {
font-family: Times New Roman, Helvetica, Arial, Verdana, sans-serif;
color: #000;
width: 575px;
margin-left: 180px;
padding: 40px 0px 0px 0px;
}

div#bd h1 {
color: #000099;
text-transform: capitalize;
font-size: 1.5em;
font-weight: bold;
width: 520px;
padding: 0 0 5px 0;
margin: 0px; }
	
div#bd h1 span {
line-height: 1em;
padding: 0px;
margin: 0px;
}

div#bd h2 {
font-size: .9em;
text-transform: uppercase;
font-weight: normal;
padding: 1em 0px .5em;
margin: 0px 0px 15px;
color: #000;
width: 520px;
border-top: 2px solid #fff;
border-bottom: 0;
}

#bd h2 a:link, #bd h2 a:visited{
color: #000099;
text-decoration: underline;
}

#b2 h2 a:active, #bd h2 a:hover {
color : #b30000;
text-decoration: none;
}

/* ! ------- Content Area ------- 	*/
#content_area {
border: none;
margin: 0px;
width: 535px;
padding: 0px;
background: transparent;
}

#content_block {
background: transparent;
}

#content_block p, #content_block span {
font-family: Times New Roman, Helvetica, Arial, Verdana, sans-serif;
}

#content_block a:link, #content_block a:visited {
color: #25246a;
text-decoration: underline; }

a:link, a:visited {
color: #000099;
font-weight: bold;
text-decoration: underline; }

a:hover, a:active {
color: #b30000;
text-decoration: none; }


#content_block a:hover, #content_block a:active {
color: #a50c0c;
text-decoration: none;
}

#content_block p strong, #content_block span strong {
font-weight: normal;
font-size: 1.3em;
font-style: italic;
}

#content_block p img, #content_block span img {
border: 1px solid #999;
text-decoration: none;
}

#content_block ul {
list-style-position: outside;
font-family: Times New Roman, Helvetica, Arial, Verdana, sans-serif;
list-style-type: disc;
margin: 0px 0px 15px 15px;
padding: 0px;
}

#content_block ul il {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#content_block h2 strong {
font-weight: bold;
text-transform: uppercase;
}

/* ! ------- Related Content ------- 	*/

div#related_content {
}
div#related_content h2 {
font-weight: bold;
text-transform: uppercase;
padding: 0px;
margin: 5px 0px 5px;
}

div#related_content h3 {
margin: 0px;
padding: 0px;
font-size: 1em;
}

div#related_content a:link, 
div#related_content a:visited {
color: #25246a;
text-decoration: underline;
}

div#related_content a:active, 
div#related_content a:hover {
color: #a50c0c;
text-decoration: none;
}

/* ! ------- Footer ------- 	*/

	div#ft {
		margin: 30px 0px 0px 150px;
                width: 565px;
		float: none;
                background: transparent;
	}



/* ! ------- Contact Sidebar ------- */
/* main content & background */
	div#contact_content {
width: 180px;
margin-left: -540px;
margin-top: -100px; 
height: 250px;
padding: 0px;
display: block;
                background: transparent;
	}
	
	div#contact_content a {
		color: #3979A8;
	}

/* phone number */
	div#contact_content h2 {
		color: #2f743b;
		font-size: .01em;
		border: none;
		margin: 0px;
		padding: 70px 0px 0px 22px;
	}
	
	div#contact_content h2 a:link, div#contact_content h2 a:visited {
		color: #fff;
		font-size: .01em;
		border: none;
		padding: 0px;
		text-decoration: underline;
	}
	
	div#contact_content h2 a:active, div#contact_content h2 a:hover {
		color: #fff;
		font-size: .01em;
		border: none;
		padding: 0px;
		text-decoration: none;
	}
	
	div#contact_content h3, div#contact_content h4, div#contact_content h5 {
		width: 170px;
	} 
	
	/* company link */
	div#contact_content h3 {
		font-weight: bold;
		text-transform: uppercase;
		font-size: .01em;
		margin: 0px;
		padding: 2px 0px 0px 22px;
	}
	
	div#contact_content h3 a:link, div#contact_content h3 a:visited {
		color: #2f743b;
		text-decoration: underline;
	}
	
	div#contact_content h3 a:active, div#contact_content h3 a:hover {
		color: #2f743b;
		text-decoration: none;
	}
	
	/* company description */
	div#contact_content h4 {
		color: #2f743b;
		font-size: .01em;
		margin: 0px;
		padding: 10px 25px 5px 20px;
	}
	
	/* small links */
	div#contact_content h5 {
		color: #000;
		font-size: .8em
		margin: 0px;
		padding: 2px;
	}
	
	div#contact_content h5 a:link, div#contact_content h5 a:visited {
		color: #fffa29;
		text-decoration: underline;
	}
	
	div#contact_content h5 a:active, div#contact_content h5 a:hover {
		color: #fffa29;
		text-decoration: none;
	}

/* images next to links */
	div#contact_content h5#contact_us_img {
		padding: 0px 0px 0px 22px;
		margin: 0px;
	}
	
	div#contact_content h5#email_us_img {
		padding: 0px 0px 0px 22px;
		margin: 0px
	}
	
	div#contact_content h5#visit_us_img {
		padding: 0px 0px 0px 22px;
		margin: 0px;
	}
	
	div#contact_content h5#contact_us_img img {
		display: none;
	}
	
	div#contact_content h5#email_us_img img {
		display: none;
	}
	
	div#contact_content h5#visit_us_img img {
		display: none;
	}

#share_content {display: none;}
#rate_content {display: none;}
#subscribe_content {display: none;}
#search {display: none;}




