/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 800px;
}

#headerbg {
	background-repeat: no-repeat;
	height: 166px;
	width: 800px;
	background-image: url(images/header_bg.jpg);
}

#logo {
	float: left;
	height: 145px;
	width: 320px;
}


#servicesheader {
	height: 200px;
	width: 800px;
	background-image: url(images/services_header.jpg);
}

#professionalsheader {
	height: 200px;
	width: 800px;
	background-image: url(images/professionals_header.jpg);
}

#accomplishmentsheader {
	height: 200px;
	width: 800px;
	background-image: url(images/accomplishments_header.jpg);
}

#faqheader {
	height: 200px;
	width: 800px;
	background-image: url(images/faq_header.jpg);
}

#contactheader {
	height: 200px;
	width: 800px;
	background-image: url(images/contact_header.jpg);
}

#interiorbar {
	height: 10px;
	width: 800px;
	background-color: #000000;
}

#interiorwrapper {
	width: 800px;
	background-image: url(images/interior_bg.gif);
	background-repeat: repeat-y;
	float: left;	
}

#sidebarnav {
	float: left;
	width: 250px;
		text-align: left;


}

#sidebarnavtext {
	width: 210px;
	margin: 20px;

	
}

#sidebarnavtextheading {
	width: 210px;
	height: 35px;

}

#sidebarnavtextlinks {
	width: 210px;


}



#interiorbody {
	float: right;
	width: 550px;

}

#interiorbodytext {
	width: 510px;



}

#interiorbodycopytext {
	width: 510px;




}

#interiorbodytextheading {
	width: 510px;



}




#mainnavbar {
	background-repeat: no-repeat;
	height: 34px;
	width: 800px;
	background-image: url(images/mainnavbar.jpeg);

}


#mainnavwrapper {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainnav_services {
	width: 107px;
	float: left;
	text-align: center;

}

#mainnav_pros {
	width: 140px;
	float: left;
	text-align: center;

}

#mainnav_ma {
	width: 227px;
	float: left;
	text-align: center;

}

#mainnav_faq {
	width: 70px;
	float: left;
	text-align: center;

}

#mainnav_print {
	width: 153px;
	float: left;
	text-align: center;

}

#mainnav_contact {
	width: 103px;
	float: left;
	text-align: center;	

}

#bodybg {
	height: 300px;
	width: 800px;
	background-image: url(images/h_body.jpg);
	background-repeat: no-repeat;

}


#footerbg {
	height: 34px;
	width: 800px;
	background-color: #000000;
	float: left;
}

#contactbar {
	height: 34px;
	width: 800px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#photobox {
	width: 510px;
	margin-bottom: 20px;
}


.nav a {
	color: #99ccff;
	font-family: "Trebuchet MS";
	text-align: left;
	font-size: 12pt;
	text-decoration: none;
	vertical-align: middle;
	}

.nav a:hover {
	color: #FFFFFF;
}

.nav a:active {
	color: #FFFFFF;
}

.nav2 a {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 12pt;
	text-decoration: none;
	}

.nav2 a:hover {
	text-decoration: underline;
}

.nav2 a:active {
	color: #FFFFFF;
}

.nav3 a {
	color: #006699;
	font-family: "Trebuchet MS";
	text-align: left;
	font-size: 10pt;
	text-decoration: none;
	margin-bottom: 20px;
	}

.nav3 a:hover {
	color: #003366;
	text-decoration: underline;
}

.nav3 a:active {
	color: #003366;
}


.contact_text {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #666666;
	text-align: center;
}

.intro_text {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #999999;
	text-align: justify;
	font-weight: bolder;
	line-height: 15pt;
	margin: 20px;
}

.interiorbodytextheading {
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 14pt;
	font-weight: bolder;
		margin: 20px;

	}
	
	
.interiorbodytext {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #666666;
	line-height: 13pt;
	text-align: justify;
		margin: 20px;
}



