@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #efedea;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	font-weight: 100;
}
img {
	border: none;
}
#header_wrapper {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 101px;
	border-bottom: 8px solid #134d7d;
	text-align: center;
}
#pg_wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.shadow_wrap {
	width: 1042px;
	text-align: center;
	margin: 0px auto;
}
.sdw_left {
	background: url(images/main_sdw_left.png) repeat-y 15px; 
}
.sdw_right {
	background: url(images/main_sdw_right.png) repeat-y 955px 900px;
}
#head_menu {
	font-size: 18px;
	width: 800px;
	margin: 0px auto;
	font-family: Georgia;
}
#head_menu ul {
	margin-top: 50px;
	display: block;
	float: left;
}
#head_menu li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
.menu_active a {
	color: #E58E1A;
	font-size: 18px;
}
.menu_inactive a {
	color: white;
	font-size: 18px;
}
.menu_selected {
	padding-left: 30px;
	padding-top: 6px;
	margin-right: 30px;
	height: 26px;
	text-align: right;
	float: left;
	background: url(images/menu_selected.png) no-repeat;
}
.menu_notselected {
	padding-left: 30px;
	padding-top: 6px;
	margin-right: 30px;
	height: 26px;
	text-align: right;
	float: left;
	background: url(images/menu_notselected.png) no-repeat;
}

#title_wrapper {
	background: url(images/gradient_blue.png) no-repeat;
	height: 53px;
	width: 900px;
}
#mid_content {
	background: url(images/main_image_bg.jpg) no-repeat;
	width: 900px;
	height: 344px;
}
#mid_content_aboutus, #mid_content_gallery, #mid_content_services, #mid_content_testimonials, #mid_content_contactus {
	width: 900px;
	height: 240px;
	border-bottom: 8px solid #134d7d;
}
#mid_content_aboutus {
	background: url(images/aboutus_main_bg.jpg) no-repeat;
}
#mid_content_services {
	background: url(images/services_main_bg.jpg) no-repeat;
}
#mid_content_gallery {
	background: url(images/gallery_main_bg.jpg) no-repeat;
}
#mid_content_testimonials {
	background: url(images/testimonials_main_bg.jpg) no-repeat;
}
#mid_content_contactus {
	background: url(images/contact_main_bg.jpg) no-repeat;
}
#leftbox {
	height: 680px;
	width: 288px;
	background-color: #a0581a;
	float: left;
	
}
#aboutus_leftbox {
	margin-left: -160px;
	height: 680px;
	width: 288px;
	background-color: #a0581a;
	float: left;
}
#rightbox{
	float: left;
	height: 680px;
	overflow: hidden;
}
#rightbox_top{
	height: 375px;
	width: 612px;
	background-color: #c3b8a5;
	border-top: 8px solid #134d7d;
}
#rightbox_top img {
	border: 4px solid #73592d;
	float: left;
	margin-top: 28px;
	margin-left: 9px;
}
#rbt_content {
	width: 250px;
	margin-top: 28px;
	padding-right: 10px;
	padding-left: 20px;
	float: left;
	color: #73592d;
}
#rbt_content h2{
	background: url(images/home_welcome_txt.png) no-repeat ;
	width: 266px;
	height: 74px;
}
#rightbox_bottom{
	height: 305px;
	width: 612px;
	background-color: #87714b;
}
#footer{
	text-align: center;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 71px;
	width: 900px;
	background-color: #dd0000;
	background: url(images/footer_bg.png) repeat-x;
}
#footer p{
	padding-top: 20px;
}
.clr {
	clear: both;
}
#gallery_top{
	height: 53px;
	width: 288px;
	background: url(images/galleryhighlight.png);
	margin-top: -53px;
}
#aboutus_gallery_top {
	margin-top: 57px;
	float: left;
	height: 53px;
	width: 128px;
	background: url(images/aboutus_gallery_tab.png) no-repeat;
}
img.logo {
	float: left;
	margin-left: 21px;
	margin-top: 8px;
}
#rbb_line {
	width: 4px;
	height: 250px;
	margin-top: 30px;
	background-color: #442f0b;
	float: left;
}
#rbb_left, #rbb_right {
	float: left;
	width: 304px;
	height: 300px;
}
#rbb_left h2 {
	margin-left: 40px;
	height: 61px;
}
#rbb_right h2 {
	margin-left: 60px;
	height: 61px;
}
#rbb_left p, #rbb_right p {
	padding: 0 20px;
	color: #c3b8a5;	
}
.home_prevbox{
	background-color: #73592d;
	height: 142px;
	width: 264px;
	float: left;
	margin-left: 5px;
	border: 1px solid #ad9377;
	margin-top: 24px;
}
.home_prevbox img {
	float: left;
	margin: 6px 0 0 5px;
	border: 2px solid #c7b299;
}
.home_more {
	
	float: right;
	padding-top: 7px;
	margin-top: 5px;
	margin-right: 15px;
	background: url(images/main_more_bg.png) no-repeat;
	text-align: right;
	height: 22px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fdcc99;
}
#aboutus_main, #services_main, #testimonials_main, #contact_main {
	background-color: #c3b8a5;
	width: 900px;
	height: 790px;
	overflow: hidden;
}
#gallery_main {
	background-color: #c3b8a5;
	width: 900px;
	float: left;
}
#services_main p{
	margin: 20px 40px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #87714b;
}
#services_wrapper, #testimonials_wrapper, #contact_wrapper{
	margin-left: 170px;
	
}
#testimonials_wrapper, #contact_wrapper {
	margin-top: 20px;
	margin-right: 100px;
	color: #87714B;
	font-family: Arial, Helvetica, sans-serif;
}
#testimonials_wrapper h3 {
	font-weight: bold;
	margin-top: 40px;
}
#services_wrapper {
	margin-left: 150px;
	margin-right: 45px;
}
#services_wrapper h3 {
	margin-bottom: 0px;
	color: #87714b;
}
#services_bottom img{
	float: right;
}
#services_bottom p {
	margin: 0px;
	float: left;
}
#aboutus_rt_top {
	float: left;
	height: 428px;
	width: 772px;
}
#ab_rtt_text {
	float: left;
	width: 300px;
	text-align: left;
	height: 300px;
	margin: 15px 0 0 35px;
	color: #73592d;
	font-family: Arial, Helvetica, sans-serif;
}
#ab_rtt_text p {
	padding-left: 5px;
}
#aboutus_rt_bottom {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 308px;
	background-color: #87714b;
	width: 772px;
}
#aboutus_left {
	float: left;
	width: 128px;
	overflow: hidden;
}
#aboutus_right {
	padding-top: 57px;
	float: left;
	width: 772px;
}
.abtus_bottom {
	float: left; 
	width: 350px; 
	margin-top: 10px;
	color: #c7b299;
}
.abtus_bottom img {
	border: 4px solid #c7b299;
}
.main_light_more {
	background: url(images/main_light_house.png) no-repeat;
	padding-top: 7px;
	width: 75px;
	height: 22px;
	text-align: right;
	color: #c7b299;
}
.main_dark_more {
	float: right;
	margin-right: 70px;
	margin-top: 10px;
	font-weight: bold;
}
.main_dark_more a{
	float: right;
	color: #87714b;
	font-size: 12px;
}

/* Contact Form Styles */
.style8 {
	font-size: 18px;
	font-weight: bold;
	color: #3399cc;
}
#contact_form {
	margin-top: 15px;
}
#footer p {
	margin: 0px;
}
#aboutus_main a {
	font-weight: bold;
	color: #6b8cb7;
}
#g_leftside {
	width: 359px;
	float: left;
	
}
#g_leftside_top {
	width: 359px;
	background: #87714b url(images/gallery_leftside_top.png) no-repeat scroll 0 0;
	height: 101px;
	display: block;
}
#g_lftside_bottom {
	width: 359px;
	float: left;
	background-color: #a0581a;
}
#g_rightside {
	width: 541px;
	float: left;
}
#g_rightside_top {
	background-color: #87714b;
	height: 101px;
	width: 541px;
	float: left;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}
#g_rightside_bottom {
	text-align: center;
	float: left;
	width: 541px;
}

#g_rightside_top img {
	margin-top: 48px;
	margin-left: 35px;
}
/*
Navigator Micro
*/
#nmPeerList {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
#gpDescription {
	width: 415px;
	margin: 30px auto 0px auto;
	text-align: left;
}
