@charset "utf-8";
/* CSS Document */
/* CSS RESET */
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select{
	font-size:100%;
}
legend{
	color:#000;
}
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	font-size:small;
}
table {
	font-size:inherit;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}
/*Styles*/
html {
	background:#dbd3cb;
}
body {
	border-top:#630f10 solid 10px;
	text-align:center;
}
h2 {
	padding:0 0 10px 0;
	font-size:1.7em;
	font-weight:bold;
	color:#630f10;
}
h3 {
	padding:0 0 10px 0;
	font-size:larger;
	font-weight:bold;
	color:#630f10;
}
h4 {
	padding:0 0 5px 0;
	font-weight:large;
	font-weight:bold;
	color:#630f10;
}
p { 
	padding:0 0 10px 0;
}
strong { 
	font-weight:bold;
}
ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/list-style.gif) 1px 8px no-repeat;
}
ul li {
	padding-bottom:10px;
}
.wrap {
	margin-left:auto;
	margin-right:auto;
	width:758px;
	text-align:left;
 }
#header {
	background-image:url(../images/frontbar.gif);
	background-repeat:repeat-x;
	background-color:#7d0f1d;
	border-bottom:#630f10 solid 1px;
}
.headerbiglogo {
	background-position:bottom center;
}
.headersmalllogo {
	background-position:0% -123%;
}
#header h1 {
	display:none;
}
#topnav {
	height:70px;
	background:url(../images/bg-top_nav.gif) no-repeat bottom center;
	color:#ddd;
}
#topnav a, #bottomnav a {
	color:#FFF;
	text-decoration:none;
}
#topnav a:hover, #bottomnav a:hover {
	background:#fff;
	color:#7d0f1d;
}
#logo {
	background:url(../images/bigfront.jpg) no-repeat;
}
#logo2 { 
	background:url(../images/smalllogo.jpg) no-repeat;
}
#logo3 { 
	background:url(../images/smalllogo1.jpg) no-repeat;
}
#logo4 { 
	background:url(../images/smalllogo2.jpg) no-repeat;
}
#logo5 { 
	background:url(../images/smalllogo3.jpg) no-repeat;
}
#logo6 { 
	background:url(../images/smalllogo4.jpg) no-repeat;
}
.biglogo {
	background-position: bottom center;
	height:274px;
}
.smalllogo {
	background-position: top center;
	height:147px;
}
#logo p, #logo2 p, #logo3 p, #logo4 p, #logo5 p, #logo6 p {
	display:none;
}
#content {
	background:#fff;
}
#watermark {
	background:url(../images/bg-mark.gif) no-repeat bottom right;
	padding:10px 0 10px 0;
}
#main {
}
.maincol {
	float:left;
	width:430px;
	padding:0 30px 0 20px;
}
.mainfull {
	padding: 20px 20px 50px 20px;
}
#side {
	float:right;
	width:268px;
	padding:0 0 0 10px;
}
#bottomnav {
	background:#7d0f1d;
	padding:5px 0 5px 0;
	border-top:2px solid #630f10;
	color:#ddd;
}
#copyright p {
	padding:10px 20px 10px 20px;
}
#investmentcategories {
	border-bottom:1px dotted #DDD;
	margin:0 0 10px 0;
}
.category {
	padding:0 0 0 20px;
}
.investmentimg {
	float:left;
	padding:0 5px 5px 0;
}
.investment {
	padding: 0 20px 0 20px;
}
.ttt {
	border-bottom:1px dotted #DDD;
	margin:0 0 10px 0;
	clear:both;
	text-align:right;
}
.quote {
	margin:0 -15px 10px -20px;
	border:1px solid #630f10;
	background:#dbd3cb;
	padding:10px 20px 10px 20px;
	font-size:larger;
	font-weight:bold;
	color:#630f10;
	text-align:center;
}
.whoimage {
	float:left;
	padding:0 10px 10px 0;
}
.whocontact {
	text-align:right;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #DDD;
}
.highlight {
	background:#dbd3cb;
	margin:0 0 10px 0;
	border:1px solid #630f10;
	display:none;
}
.highlightimage {

}
.highlight h4{
	background:#630f10;
	color:#FFF;
	padding:5px;
}
.highlight p {
	padding:5px;
}
.readmore {
	font-size:smaller;
}
.clearit {
	clear:both;
}
