/* CSS Document */


#home .home, #company .company, #clients .clients, #markets .markets, #contact .contact {text-decoration: underline; color: #FFFFFF}

body {
	margin: 0px;
	background-color: #E3E2C4;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 775px;
	background-color: #FFFFFF;
	height: auto;
}
.logo {
	padding-bottom: 60px;
}
.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: auto;
}
.nav {
	padding-left: 10px;
	font-size: 14px;
	background-color: #6E6228;
	height: 22px;
	display: block;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.nav ul {
	margin: 0px;
	list-style-type: none;
	clear: both;
	padding: 0px;
}
.nav li {
	float: left;
	padding-right: 15px;
	color: #181602;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DAD9B6;
	padding-left: 5px;
}
.nav a {
	color: #B1A177;
	text-decoration: none;
	padding-left: 8px;
	display: block;
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
.nav .selected {
	text-decoration: underline;
	color: #FFFFFF;
}
.nav a:hover{
	text-decoration: none;
	color: #FFFFCC;
}
.left_col {
	width: 470px;
	padding-top: 25px;
}
.right_col {
	width: 270px;
	float: right;
	height: auto;
	margin-left: 15px;
}
.content {
	background-color: #FFFFFF;
	width: 760px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 0px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: right;
	clear: both;
}
.content h3 {
	margin: 0px;
	color: #8F9295;
	font-weight: lighter;
	font-size: 24px;
	line-height: 30px;
}
.content h3 strong {
	font-weight: lighter;
	color: #A18C1B;
}
.content h4 {
	font-weight: lighter;
	color: #908D58;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 17px;
	font-size: 15px;
}
.left_col ul {
	font-size: 14px;
	color: #6E6228;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
.content  h4 strong {
	display: block;
	margin: 0px;
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 9px;
	font-weight: normal;
}
.content h5 {
	color: #A18C1B;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 4px;
	font-weight: lighter;
}
.content p {
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 12px;
	color: #4D4832;
}
.content a { color:#006699}
.content a:hover {color:#999999}

.title_image {
	height: auto;
	width: 497px;
	float: left;
	padding-top: 10px;
	padding-left: 12px;
	color: #B0AA84;
	font-size: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.titletext {margin-bottom:12px; margin-top:10px}

.bottom_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999933;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
	width: 238px;
	clear: both;
	padding-right: 0px;
	margin-left: 15px;
}
.bottom_text a{
	color:#996633;
	padding-right: 5px;
	text-decoration: none;
}
.bottom_text a:hover {color:#444}

.right_pic {
	float: left;
	height: 189px;
	width: 266px;
}

.footer {
	font-size: 9px;
	color: #86855B;
	padding-top: 12px;
	width: auto;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	clear: both;
	background-color: #D8CBAE;
}
.footer a {
	color: #7F794E;
}
