body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align:center;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	height: 100%;
	background-image: url(images/graphics/bg3c.jpg);
	background-repeat: repeat-x;
	background-color: #32384e;
	background-attachment: fixed;
}

html>body #container {
	height: auto;
}

/*Content Containers*/
.maincontainer {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	height: 800px;
	width:955px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5D5D5D;
	border-bottom-color: #485462;
	border-left-color: #5D5D5D;
	background-color: #FCFCF8;
	border-top-color: #5D5D5D;
}


h3 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}



/*Content End*/


/*Navigational Elements*/

#top_utility {
	height: 81px;
	width: 205px;
	padding-left:15px;
	float: left;
	position: relative;
	padding-top: 20px;
	background-image: url(images/utility_bg.jpg);
	background-repeat: repeat-x;
	}

#navcontainer {
	width: 180px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B5B5B;
	padding-top: 9px;
	float: left;
	line-height: 16px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 185px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcd0a3;
}
#navcontainer .selected {
	display: block;
	padding: 3px;
	width: 185px;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBD9C1;
	background-color: #b3a97f;
}
#navcontainer a:link, #navlist a:visited {
	
	text-decoration: none;
}

#navcontainer a:hover{
	background-color: #dcd0a3;
	color: #333333;
	font-size: 14px;
}

#sitemaplinks a:link {
	text-decoration: underline;
}
# sitemaplinks a:visited {
	text-decoration: underline;
	color:#336699;
}

#sitemaplinks a:hover {
	text-decoration: underline;
	color: #A35114;
}

#sidebar {
	height: 100%;
	width: 220px;
	float: left;
	position: relative;
	background-color: #C1BD9F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


#menu {
	width: 206px;
	float: left;
}

#menu_text {
	height: 300px;
	width: 200px;
	background-color: #DAD3C5;
	float: left;
	top: 15px;
	position: relative;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/*Navigational End*/


/*Graphical and Branding Elements*/

#logo {
	height: 95px;
	width: 200px;
	background-color: #000000;
	float: left;
	clear: left;
}

#top_image {
	float: right;
	width: 734px;
	height: 93px;
	background-image: url(images/header_bg.jpg);
	background-repeat:repeat-x;
	
}

#main_text {
	float: right;
	width: 710px;
	height: auto;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}

#intro_text {

	width: 700px;

	padding-right: 10px;
	padding-bottom: 15px;
	
	
}





#contactinfo {
	height: auto;
	width: 203px;
	clear: left;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

#free_report {
	height: auto;
	width: 200px;
	clear: left;
	float: left;
	padding-top: 15px;
	padding-left:12px;
	padding-bottom: 12px;
}

.localrep {
	height: 100px;
	width: 400px;
	padding-left: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #29648F;
	padding-top: 25px;
}
/*Graphical End*/

/*Clearing Float*/

.clearfix:after {
	  content: ".";
	  clear: both;
	  height: 0;
	  visibility: hidden;
	  display: block;
}

.clearfix {
	  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */	

/*Clearing End*/


/*Secondary nav*/

#secondary_nav a, #secondary_nav a:link, #secondary_nav a:visited {
	text-decoration: underline;
	color: #fff;
}
#secondary_nav a:hover {
	text-decoration: underline;
}

/*Secondary end*/


/*Footer elements*/

#footer {
	position: relative;
	background-color: #17182F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: auto;
	width: 940px;
	padding: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
}

#footer_container {
	height: 20px;
	width: 700px;
	padding: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#copyright {
	float: right;
	height: 15px;
	width: 220px;
	text-align: right;
}
/*Footer end*/

.horizontal_line {
	width: auto;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #8B8B8B;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.questionnaire_title {
	background-color: #F0EFE6;
	height: auto;
	width: 500px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #E8E8E8;
}
.questionnaire_container {
	background-color: #FBFBF9;
	font-size:11px;
	height: auto;
	width: 500px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}



#testimonials {
	
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4F4F4F;
	font-style:oblique;
}

.why_us {
	height: auto;
	width: 339px;
	border-bottom: 5px;
	border-bottom-color: #F0F0F0;
	border-bottom-style:solid;
	left: 15px;
	right: 15px;
	background-image: url(images/rep_bg.jpg);
	margin-bottom: 3px;
	clip: rect(auto,auto,auto,auto);
}



#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
	padding-top: 25px;
	
}

#side-a {
	float: left;
	padding-right: 15px;
	width: 336px;
}

#side-b {
	margin: 0;
	float: left;
	border-left-color:#CCCCCC;
	width: 338px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	border-left-width: 1px;
	border-left-style: dashed;
	margin-top: 15px;
	padding-left: 15px;
	
}

#side-b_text {
	color:#4F4F4F;
	margin: 0;
	width: 330px;
	
}




.firstletter {
font-weight:lighter;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 24px}
