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

/* CORE ELEMENTS */

body{
	background:#127541 url(../img/bdy_bg3.jpg) repeat-x;
	color:#453f34;

}

ul{
	margin:0 0 20px;
	padding:0;
}

li{
	list-style:square;
	font-weight:normal;
}

hr {
	height:1px;
	border:none;
	border-bottom:solid 1px #CCC;
	margin:20px 0;
	
	}


/* UNIVERSAL ELEMENTS */

#hdr{
	width:auto;
	margin:0 auto;
	display:block;
	height:130px;
	}

#bdy{
	margin:0 auto;
	}

#ftr{
	width:auto;
	margin:30px auto;
	text-align:left;
	}



/******* SITE-SPECIFIC STYLES *******/


/* HEADER STYLES*/

#hdr_logo{
	float:left;
	background:top left url(../img/hdr_logo2.gif) no-repeat;
	height:120px;
	width:320px;
	/*	margin-left:-40px;
	*/overflow:visible;
	position:absolute;
	top:0;
	left:-60px;
	}
	
	
#hdr_nav ul{
	display:block;
	float:right;
	position:absolute;
	right:0;
	}
	
#hdr_nav ul li{
	float:left;	
	height: 20px;
	padding-left:30px;
	padding-top:40px;
	list-style:none;
	}
	
#hdr_nav ul li a{
	float:left;
	font:bold 17px/1.3em Arial, Helvetica, sans-serif;
	color:#000000;
	height:20px;
	padding:5px 0;
	text-decoration:none;
	}

#hdr_nav ul li a:hover{
	color:#0E492B;
	}
	
/*#nav_home{
	width:55px;
	background-position:0px 0px;
	}

#hdr_nav ul li a:hover#nav_home{
	background-position:0px 20px;
	}
	
#nav_about{
	width:150px;
	background-position:-92px 0;
	}
	
#hdr_nav ul li a:hover#nav_about{
	background-position:-92px 20px;
	}
	
#nav_invest{
	width:207px;
	background-position:-279px 0px;
	}
	
#hdr_nav ul li a:hover#nav_invest{
	background-position:-279px 20px;
	}
	
#nav_news{
	width:108px;
	background-position:-522px 0px;
	}
	
#hdr_nav ul li a:hover#nav_news{
	background-position:-522px 20px;
	}

/* BODY STYLES*/

#bdy .container_16{
	width:964px;
	
	}

#bdy_bdr{
	border:2px solid #e8e6df;
	display:block; 
	background-color:#FFFEFC;
	/*background:top left no-repeat url(../img/cont_bg.jpg) #fffefc;*/
	position:relative;
	vertical-align:top;
	padding:10px 0 0;
	}

#bdy .container_16{
	border:1px solid #747474;	
	}
	
#bdy_btm{
	display:block;
	height:40px;
	width:100%;
	/*background: bottom center url(../img/bdy_btm.jpg) no-repeat;
	*/padding:10px 0 0 0;

	}

#bdy p, #bdy h2, #bdy h3, #bdy h4{
	padding-right:20px;
	
	}
	

.main_img{
	padding:5px;
	background-color: #978b7e;
	margin-bottom:20px;
	
	}


/* CONTACT FORM */

#form_container{
	display:block;
	float:none;
	padding-top:10px;
	padding-left:30px;
	position:relative;
	z-index:999;
	}

#contact{
	display:block;
	background:top center url(../img/contact_bg.jpg) no-repeat #FFF;
	border:1px solid #e8e4de;
	}
	
#contact form{
	padding:10px 0px 10px 0px;
	z-index:999;
	
	}

#contact_btm{
	background:bottom center url(../img/contact_btm.jpg);
	width:100%;
	height:40px;
	display:block;
	position:relative;
	margin-top:-20px;
	z-index:1;
	}

#image_col img{
	margin-bottom:10px;
		/*border:solid 2px #666;*/
}

/* FOOTER STYLES*/

#ftr .col{
	border-right:solid 1px #093;
	height:180px;
	}

#ftr .col p{
	margin-right:20px;
	
	}

#ftr .col li{
	list-style:none;
	margin-left:10pxpx;
	margin-bottom:3px;
	}

#quick_links a{
	font-size:13px;
	
	}
	


#copyright{
	padding-top:60px;
	display:block;
	height:60px;
	text-align:center;
	}
