/* CSS Document */

body {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	background: #2F280F;
}
#container {
	width: 1000px;
	border: 1px solid #fff;
	margin: 0px auto;
	position: relative;
	background: #67613F;
}
#header {
	position: relative;
	width:1000px;
	height:320px;
	clear:both;
	border-bottom: 1px solid #fff;
	overflow:hidden;
}
/** NAV **/
#nav {
	position: relative;
	text-align: left;
	width: 1000px;
	height: 50px;
	overflow: hidden;
	background: #B7A443;
}
#nav ul {
	width:1000px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear:both;
}
#nav ul li{
	float:left;
	padding: 3px 0px 3px 30px;
}
#nav ul#main li a{
	font-weight: bold;
	font-size: 14px;
	color: #322C1A;
	text-decoration: none;
}
#nav ul#main li a:hover,
#nav ul#main li a.active{
	color: #fff;
	text-decoration: none;	
}
#nav ul#sub li a{
	font-weight: bold;
	font-size: 12px;
	color: #322C1A;
	text-decoration: none;
	padding-left: 15px;
}
#nav ul#sub li a:hover,
#nav ul#sub li a.active{
	color: #fff;
	text-decoration: none;
	background: url(../images/eagle_mainsub.gif) no-repeat 0px;
}
/**  FOOTER **/
#footer {
	position: relative;
	padding: 0px 10px;
	height: 30px;
	line-height:30px;
	text-align: left;
	overflow: hidden;
	color: #201C0C;
	background: #B7A443;
}
#footer_copyright {
	position: absolute;
	top: 0px;
	left: 20px;
	height: 30px;
	line-height: 30px;
}
#footer_goinvest {
	position: absolute;
	top: 0px;
	width: 350px;
	left: 100%;
	margin-left: -370px;
	height: 30px;
	line-height: 30px;
}
#footer a {
	color: #201C0C;
	text-decoration: none;	
}
/** CONTENT **/
#content-tile{
	background: #67613F url(../images/map_tile.jpg) repeat;
	width: 1000px;
}
#content_t,#content_b {
	width:1000px;
	height:8px;
	line-height:8px;
	font-size: 4px;
	overflow:hidden;
	background: #67613F;
}
#content_t { background: url(../images/map_top.jpg) repeat-x; }
#content_b { background: url(../images/map_bot.jpg) repeat-x; }
#content {
	position:relative;
	width:1000px;
	min-height: 350px;
	background: transparent url(../images/map_alone.gif) no-repeat top left;
	text-align:left;
	padding: 30px 0px;
	color: #fff;
}
#content h1{
	font-size: 18px;
}
#content h2{
	font-size: 16px;
}
#content h3{
	font-size: 14px;
}
#leftcontent {
	margin: 0px 10px;
	width: 240px;
	border-right: 1px solid #fff;
	float: left;
}
#leftcontent img#logo{
	display:inline;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
#leftcontent ul {
	text-align:left;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#leftcontent li {
	color: #fff;
	font-size: 13px;
}
#leftcontent li a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding-left: 15px;
}
#leftcontent li a:hover,
#leftcontent li a.active{
	color: #fff;
	background: url(../images/eagle_sidemenu.gif) no-repeat left center;
}
#leftcontent ul ul li {
	padding-left: 20px;
}
#middlecontent {
	float: left;
	width:175px;
	color: #fff;
	margin: 40px 10px 0px 10px;
	text-align:right;
}
#middlecontent h1 {
	font-style:italic;
	font-size: 18px;
	color: #fff;
	text-aling:right;
}

#rightcontent {
	float: left;
	color: #fff;
	text-align:left;
	margin-left: 10px;
}
#rightcontent p {

}
#rightcontent a {
	color: #B7A443;
}
div.twocol {
	width:700px;
}
div.threecol {
	width:500px;
}
.cleardiv {
	width: 1000px;
	height:1px;
	overflow:hidden;
	clear:both;	
}
.tRight {
	text-align:right;
}
.tLeft {
	text-align:left;
}
#searchEngine {
	position: relative;
	font-family: "Tahoma",Arial,Helvetica,sans-serif;
	font-size: 10px;
	width: 1000px;
	margin: 10px auto;
	color: #8F7A2E;
}
#searchEngine a{
	color: #8F7A2E;
}
