body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #a6abaf url(images/strip_bg.jpg) repeat-x;
	font-family: 'Times', Arial, Verdana, sans;
	font-size: 13px;
	color: #000;
}

#container {
	background: url(images/body_bg.jpg) 50% 0 no-repeat;
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	height: 520px;
	padding: 100px 30px 0 30px;
}

a.logo {
	position: absolute;
	top: 0;
	right: 30px;
	width: 170px;
	height: 100px;
}

#chamber2 {
	float: right;
	width: 130px;
	height: 110px;
}

.indextitle { 

	text-decoration: none; 

	font-family: Georgia, "Times New Roman", Times, serif; 

	font-weight: bold; 

	font-size: 14px; 

}
/* ---------- Side Nav Bar Rules ------------ */

#sidebar {
	position: absolute;
	left: 0;
	top: 99px;
	width: 30px;
	height: 328px;
	background: url(images/side_bar_bg.jpg) no-repeat;
}

#sidebar_home a { display: block; height: 30px; width: 30px; background: none; }
#sidebar_about a { display: block; height: 108px; width: 30px; background: none; }
#sidebar_contact a { display: block; height: 94px; width: 30px; background: none; }
#sidebar_directions a { display: block; height: 96px; width: 30px; background: none; }

#sidebar_home_on a { display: block; height: 30px; width: 30px; background: none; }
#sidebar_about_on a { display: block; height: 108px; width: 30px; background: none; }
#sidebar_contact_on a { display: block; height: 94px; width: 30px; background: none; }
#sidebar_directions_on a { display: block; height: 96px; width: 30px; background: none; }

#sidebar_home a:hover, #sidebar_home_on { background: url(images/side_bar_home_over.jpg) no-repeat; }
#sidebar_about a:hover, #sidebar_about_on { background: url(images/side_bar_about_over.jpg) no-repeat; }
#sidebar_contact a:hover, #sidebar_contact_on { background: url(images/side_bar_contact_over.jpg) no-repeat; }
#sidebar_directions a:hover, #sidebar_directions_on { background: url(images/side_bar_directions_over.jpg) no-repeat; }

#sidebar b { display: none; }

/* ----------- Nav Bar Rules ----------- */

#navbar {
	position: absolute;
	top: 75px;
	left: 30px;
	width: 620px;
	height: 23px;
	background: url(images/nav_bar.jpg) no-repeat;
}

#navone, #navone_on     {float: left;  display: inline;}
#navtwo, #navtwo_on     {float: left;  display: inline;}
#navthree, #navthree_on   {float: left; display: inline;}
#navfour, #navfour_on {float: left;  display: inline;}
#navfive, #navfive_on {float: left;  display: inline;}

* html #navone_on { margin: 0 0 0 1px; }
* html #navtwo_on { margin: 0 0 0 1px; }

#navone a { display: block; height: 26px; width: 122px; background: none; }
#navtwo a { display: block; height: 26px; width: 120px; background: none; }
#navthree a { display: block; height: 26px; width: 120px; background: none; }
#navfour a { display: block; height: 26px; width: 120px; background: none; }
#navfive a { display: block; height: 26px; width: 120px; background: none; }


#navone_on a { display: block; height: 26px; width: 122px; background: none; }
#navtwo_on a { display: block; height: 26px; width: 120px; background: none; }
#navthree_on a { display: block; height: 26px; width: 120px; background: none; }
#navfour_on a { display: block; height: 26px; width: 120px; background: none; }
#navfive_on a { display: block; height: 26px; width: 120px; background: none; }


#navone a:hover, #navone_on     { background: url(images/business_over.jpg) no-repeat;}
#navtwo a:hover, #navtwo_on     { background: url(images/personal_over.jpg) no-repeat;}
#navthree a:hover, #navthree_on   { background: url(images/claim_over.jpg) no-repeat;}
#navfour a:hover, #navfour_on { background: url(images/career_over.jpg) no-repeat;}
#navfive a:hover, #navfive_on { background: url(images/client_over.jpg) no-repeat;}


#navbar b { display: none; }

/* ----------- Area Specific Nav Bar ----------- */

#area_nav_bar {
	position: relative;
	margin: 0;
	padding: 0;
	height: 25px;
	font-family: 'Helvetica', Arial, Verdana, sans;
}

#area_nav_bar ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

* html #area_nav_bar ul {
	padding: 5px 0 0 0;
}

#area_nav_bar ul li {
	display: inline;
	margin: 0;
	padding: 6px 6px 0 6px;
}

#area_nav_bar ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #626c76;
	padding: 6px 6px 0 6px;
	margin: 0;
}

#area_nav_bar a:hover {
	color: #002e63;
}

/* ---------- Content Area Rules ----------- */

#content {
	width: 780px;
	height: 475px;
	margin: 0;
	padding: 10px;
}

#content2 {
	width: 780px;
	height: 500px;
	margin: 0;
	padding: 10px;
}


* html #content {
	margin: 0 0 0 1px;
}

* html #content2 {
	margin: 0 0 0 1px;
}

.personal {
	background: url(images/personal_bg.jpg) no-repeat;
		height: 455px;
}

.business {
	background: url(images/business_bg.jpg) no-repeat;
		height: 455px;
}

.home {
	background: url(images/brooks_bg.jpg) no-repeat;
	height: 500px;
}

.about {
	background: url(images/brooks_column.jpg) no-repeat;
	height: 500px;
}

.directions {
	background: url(images/brooks_city.jpg) no-repeat;
	height: 525px;
}

#content2.directions p {
	color: #fff;
	margin: 5px 0 0 15px;
	width: 430px;
	line-height: 18px;
	font-family: 'Helvetica', Arial, Verdana, sans;
	font-size: 12px;
	color: #fff;

}
#content2.directions h3 {
	margin: 30px 0 0 15px;
	padding: 15;
	font-size: 24px;
	color: #b9b6b4;
	font-weight: normal;
}

#content2.directions a {
	color: #b2d06e;
	font-size: 12px;
	line-height: 18px;
}

#content2.directions a:hover {
	color: #89ad3d;
}

.contact {
	background: url(images/brooks_phone.jpg) no-repeat;
	height: 500px;
}

#content2.contact p {
	color: #fff;
	margin: 5px 0 0 15px;
	font-family: 'Helvetica', Arial, Verdana, sans;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
#content2.contact h3 {
	margin: 30px 0 0 15px;
	padding: 15;
	font-size: 24px;
	color: #b9b6b4;
	font-weight: normal;
}

#content2.contact a {
	color: #b2d06e;
	font-size: 12px;
}

#content2.contact a:hover {
	color: #89ad3d;
}

#content2.about p {
	color: #fff;
	margin: 2px 0 0 15px;
	font-family: 'Helvetica', Arial, Verdana, sans;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
}

#content2.about h3 {
	margin: 30px 0 0 15px;
	padding: 15;
	font-size: 24px;
	color: #b9b6b4;
	font-weight: normal;
}

#content2.about h4 {
	margin: 0px 0 0 15px;
	font-size: 18px;
	color: #b9b6b4;
	font-weight: normal;
}

#content2.home p {
	color: #fff;
	margin: 10px 0 0 540px;
	font-family: 'Helvetica', Arial, Verdana, sans;
	font-size: 12px;
	color: #fff;
	width: 200px;
	line-height: 21px;
}

#content2.home h3 {
	font-size: 16px;
	color: #b9b6b4;
	font-weight: normal;
	margin: 240px 0 0 540px;
	width: 200px;
	line-height: 22px;
}

#content2.home a {
	color: #b2d06e;
	font-size: 12px;
}

#content2.home a:hover {
	color: #89ad3d;
}

#content.business p {
	color: #000;
	margin: 5px 0 0 15px;
	font-family: 'Helvetica', Arial, Verdana, sans;
	font-size: 12px;
	color: #333333;
	width: 275px;
}

#content.business h3 {
	margin: 120px 0 0 15px;
	padding: 0;
	font-size: 36px;
	color: #b9b6b4;
	font-weight: normal;
}

#content.personal p {
	color: #000;
	margin: 5px 0 0 15px;
	color: #333333;
	font-family: 'Helvetica', Arial, Verdana, sans;
	font-size: 12px;
	width: 275px;
}

#content.personal h3 {
	margin: 120px 0 0 15px;
	padding: 0;
	font-size: 36px;
	color: #b9b6b4;
	font-weight: normal;
}

#content p {
	margin: 8px 0 0 0;
	font-family: 'Helvetica', Arial, Verdana, sans;
	font-size: 12px;
	color: #333333;
	padding: 0;
}

.disclaimer {
	font-size: 10px;
	font-family: 'Helvetica', Arial, Verdana, sans;

}

#copyright {
	margin: auto;
	float: left;
	padding: 0px;
	text-align: left; 
	vertical-align: top;
	font-size: 11px;
	color: #5d6a7d;
	width: 650px;
}

#copyright a {
	font-size: 11px;
	color: #5d6a7d;
	text-decoration: none;
}

#copyright a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #495361;
}


/* ------------ Content Area w/ Two Columns Rules ---------- */

#content_two {
	margin: 10px 0 15px 15px;
	padding: 10px;
	width: 500px;
}

#content_three {
	margin: 0px 0 0px 0px;
	padding: 0px;
	width: 470px;
}

#overflow {
	height: 370px;
	overflow: auto;
	font-family: 'Helvetica', Arial, Verdana, sans;
	color: #333333;
	font-size: 12px;
	margin: 10px 0 0 0;
}
#overflow h9 {
	font-size: 16px;
	color: #565453;
	font-weight: strong;
}

#overflow h4 {
	font-size: 18px;
	font-family: 'Times', Arial, Verdana, sans;
	color: #565453;
	font-weight: bold;
}

#content_right {
	float: right;
	width: 190px;
	height: 415px;
	padding: 10px;
	margin: 60px 40px 0 0;
	display: inline;
}

#content_right ul {
	width: 185px;
	margin: 0 0 0 6px;
	padding: 0;
	list-style: none;
	font-family: 'Helvetica', Arial, Verdana, sans;
}

#content_right ul li {
	border-bottom: 1px dashed #c5c4c4;
	padding: 5px 0;
	font-size: 11px;
	
}

#content_right ul li a {
	text-decoration: none;
	color: #65625f;
}

#content_right ul li a:hover {
	color: #000
}

#content_two h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 32px;
	color: #b9b6b4;
	font-weight: normal;
}

#content_two h4 {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #565453;
	font-weight: strong;
}

#content_two p {
	margin: 8px 0 0 0;
	padding: 0;
	line-height: 16px;
}

#content_two ul li {
	padding: 3px 0;
	margin: 0;
}

#content_two ul {
	padding: 15px;
	margin: 0;
}

#content_two ol li {
	padding: 3px 0;
	margin: 0;
}

#content_two li {
	padding: 25px;
	margin: 0;
}

#left {
	float: left;
	width: 220px;
	height: 237px;
	margin: 0 0 0 0px;
	display: inline;

}

#right {
	float: left;
	width: 300px;
	height: 237px;
	margin: 0 0 0 0;
	display: inline;
}

#left2 {
	float: left;
	width: 220px;
	height: 120px;
	margin: 0 0 0 0px;
	display: inline;

}

#right2 {
	float: left;
	width: 200px;
	height: 120px;
	margin: 0 0 0 0;
	display: inline;
}

