@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; background-image: url(../images/bg.jpg); background-position: top center; background-repeat: repeat-x; }


* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html, body, #wrap {height: 100%;}
a { outline:none; color:#3B635B; font-weight:bold; }
a:hover { text-decoration:none; }
body > #wrap {height: auto; min-height: 100%;}
p { font-size:12px; margin-bottom:20px; font-family:Trebuchet MS, Verdana, Arial;}
input, textarea, select { border: 1px solid #ccc; font-size:12px; }
label { font-size:12px; }
h3 { font-size:15px; font-weight:bold; color: #3a3a3a; }

#pic_interior { height: 150px; }

#form { font-size:12px;  }
.req { color:#E60000; }
#main { margin: 0px auto; padding: 30px 35px 200px 35px; width:890px; background-color: #FFFFFF; }  /* must be same height as the footer */
#padding { margin-bottom: 100px;}

#container { width:960px; margin: 0px auto; }
#banner img{ border: none; }
#iframe { border:1px solid #ccc; padding:1px; }
/* Begin Navigation */
#nav {position:relative; height: 30px; margin: 0px auto; width:960px; background-image:url(../images/nav/bg.jpg); background-position: top left; }
#about_us {margin:0px 25px 0px 20px;}
#investment_strategy {margin:0px 25px 0px 10px;}
#client_access {margin:0px 25px 0px 10px;}
#newsletter {margin:0px 25px 0px 10px;}
#where {margin:0px 20px 0px 10px;}
#contact_us {margin:0px 0px 0px 20px;}
/* End Navigation */

#left { width:555px; color: #828282;}
#left-center { width:auto; color: #828282;}

#right { width: 235px; top:-30px; right: 0; position:relative; padding: 30px 20px 0px 20px; left: 33px; float:right; color: #828282; background-image: url(../images/right_bg.jpg); background-position: top left; background-repeat: repeat-y; }

/*#right { width: 235px; margin-top:-297px; position:relative; padding: 20px 20px 20px 20px; left: 33px; float:right; color: #828282; background-image: url(../images/right_bg.jpg); background-position: top left; background-repeat: repeat-y; }*/


#right_btm { width: 277px; height:60px; margin-top:-20px; position:relative; padding: 0px 20px 0px 33px; left: 75px; float:right; color: #828282; background-image: url(../images/right_btm.jpg); background-position: top left; background-repeat: no-repeat; }
/*#right_btm { width: 277px; height:60px; margin-top:0px; position:relative; padding: 20px 20px 20px 20px; left: 75px; float:right; color: #828282; background-image: url(../images/right_btm.jpg); background-position: top left; background-repeat: no-repeat; }*/

#clear { clear:both; }
#footer { background-image: url(../images/footer_bg.jpg); background-position: top center; background-repeat: repeat-x;
position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
	font-size: 10px ;color: #86827F; line-height:18px;
	} 
	
#footer img { border:none; }
#footer a { text-decoration: none; color:#86827F; }
#footer #wrap2 { width:950px; margin:0px auto; text-align:right; }
#footer #spanLeft { float:left; text-align:left; padding-top:27px; color:#FFFFFF; }
#footer #spanLeft .under { border-bottom: 1px solid #FFF; line-height:10px;}
#footer #spanLeft .right { border-right: 1px solid #FFF; padding-right:10px;}
#footer #spanRight { float: right; table-align: right; padding-top:10px; }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


