/*----------------- Main Structure----------------------*/
html {
	background: #fcf0e0 ;
}
body {
	text-align:center;
}
div#hanger {
	position: absolute;
	z-index:3;
	width: 100%;
	height: 12px;
	background: #a3936d;
}
div#backwrapper {
	position: relative;
	width:950px;
	margin: 0 auto;
	background: #fcf0e0 url(../images/backwrapper.jpg) no-repeat;
}
div#wrapper {
	text-align: left;
	position: relative;
	top: 12px;
	margin: 0 auto;
	height: 820px;
	width: 950px;
	background-color: #1a453d;
	-webkit-box-shadow: 0px 0px 12px  #4a484a;
	-moz-box-shadow: 0px 0px 12px #4a484a;
	box-shadow: 0px 0px 12px #4a484a; 
}
div.menu {
	position: absolute;
	top: 286px;
	margin-left:22px;
}
div#header_menu {
	position:absolute;
	top:0px;
	right:50px;
	height:16px;
	padding:6px 10px;
	background: #a3936d;
	color:#fff;
}
div#header_menu a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#fff;
	text-decoration:none;
}
div#header_menu a:hover {
	text-decoration:underline;
}
div#head_info {
	position: absolute;
	background: #d3af7e;
	height: 204px;
	width: 1000px;
}
div#head_info img {
	margin: 14px 12px;
}
div#grab {
	margin: 14px;
	padding:7px;
	background:#FFF;
	width: 500px;
	height: 162px;
}
div#head_txt {
	position: absolute;
	background: #fff;
	width: 423px;
	height: 180px;
	top: 0px;
	left: 540px;
	padding:12px;
}
div#head_txt a {
	display:block;
	padding:2px;
	width:100%;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#111;
	border-bottom: #aaa solid 1px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
div#head_txt a.current {
	background:#ebdac4;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #0f5a4a;
	float: left;
	width: 100%;
	margin-bottom:6px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555;
	margin-top:12px;
	line-height: 16px;
}

div.divider {
	border-bottom:1px solid #ccc;
	height:2px;
	margin:10px 0px;
	clear:both;
}

/*-----------------End Main Structure--------------------*/
/*-----------------Page Specific Structure---------------*/

div#body_content {
	margin-top: 235px;
	background: white;
	position: relative;
	z-index: 600;
}

div#fp_content_left {
	width: 500px;
	padding: 20px;
	/* background: #fff url(../images/main_grad_backer.jpg) repeat-x; */
background:#fff;
	float: left;
}
div#main_panel {
	padding-bottom: 20px;
	border-bottom: #AAA solid 1px;
	float: left;
}
div#fp_content_left h1.main_tag {
	width: 300px;
}
div#fp_content_left h1.module_tag {
	width: 150px;
}
div#fp_content_left p#main_quote {
	float: right;
	margin-right: 12px;
	width: 320px;
}
div#fp_content_left img#plines {
	float: left;
}
div.main_module {
	padding-top:20px;
	width:45%;
	float:left;
	padding-right: 5%;
	margin-left: -3%;
	padding-left: 3%;
}
div#fp_content_right {
	padding: 12px;
	height: 477px;
	width: 436px;
	background: #6a737b;
	float: left;
	position: relative;
}
div.module {
	background: #fff url(../images/fp_right_module_back.jpg) repeat-x bottom;
	border: 1px solid #444;
	padding: 7px;
	-webkit-box-shadow: 3px 3px 9px  #4a484a;
	-moz-box-shadow: 3px 3px 9px #4a484a;
	box-shadow: 3px 3px 9px #4a484a; 
}
div.module img {
	float:left;
	margin-right:8px;
}
div#module1 {
	position: absolute;
	width: 422px;
	height: 73px;
}
div#module2 {
	position: absolute;
	top: 114px;
	width: 180px;
	height: 120px;
}
div#module3 {
	position: absolute;
	top: 114px;
	left: 220px;
	width: 214px;
	height: 120px;
}
div#module4 {
	position: absolute;
	top: 260px;
	width: 180px;
	height: 216px;
}
div#module5 {
	position: absolute;
	top: 260px;
	left: 220px;
	width: 214px;
	height: 216px;
}
/*-----------------End Page Specific Structure-----------*/

.clear {
	clear: both;
}

#footer {
	width: 98%;
	background: url(../images/footer_bg.jpg) #1a453d no-repeat top;
	clear: both;
	float: left;
	-webkit-box-shadow: 0px 0px 12px  #4a484a;
	-moz-box-shadow: 0px 0px 12px #4a484a;
	box-shadow: 0px 0px 12px #4a484a; 
	padding:0 1% 2% 1%;
}

#footer p {
	color: #fff;
	border-bottom: 1px solid #53726b;
	padding-bottom: 8px;
}

#footer ul#footer_nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	border-right:1px solid #ccc;
	margin-top: 20px;
}

#footer ul#footer_nav li {
	float: left;
	width: 16%;
	margin-right: 19px;
}

#footer ul#footer_nav li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #53726b;
	padding:5px 2px;
	color: white;
} 

#footer ul#footer_nav li a:hover {
	background: rgba(255,255,255,.1);
}

#footer ul#footer_nav li ul li {
	float: none;
	width: 100%;
}

#footer ul#footer_nav li ul li a {
	padding-left: 10px;
	font-style: italic;
	font-size: 10px;
	padding:3px 12px;
	color:#ccc;
	border-bottom: none;
	line-height: 14px;
}

.left_side, .right_side {
	float: left;
	width: 50%;
}

div.icons img { 
	padding: 0px 17px; 
	border-right: 1px solid #ccc;
}

div.icons img:hover { 
	opacity:.85;
}

