/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:"Trebuchet MS", Tahoma, Arial;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(../images/slice2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #768C96;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	background-color: #FFFFFF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-family: "Times New Roman", Times, serif;
 font-size: 110%;
 font-style: italic;
 font-weight: 100;
 color: #835A2A;
 text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc; 
 font-size: 120%;
 color: #545454;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

sub {
	line-height: 5px;
}
blockquote {
	width: 100%;
	line-height: 1.5em;
	margin-left: 0;
	display: inline;
}
cite {
}	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto
}

#header {
	height: auto;
	width: 800px;
	margin: 0;
	padding: 10px 0px;
	width: 800px;
	background-image: url(../images/header_art.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto
}
#header img {
	margin-top: -10px
}

#content {
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#content img {
	margin-top: -8px
}
#content p {
	font-size: 80%
}
/************* #globalNav styles **************/

.contact_bg {
	background-image: url(../images/form_grad.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #C7D2F6;
	border: dotted thin #AAB8E5;
	padding: 10px;
	margin-bottom: 10px;
}
/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 3px 0px 5px 10px;
	white-space: nowrap;
	margin-left: -10px;
	margin-bottom: -3px;
	width: 60%;
	border-top: #FFFFFF thin solid;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a:link {
	font-size: 80%;
	padding: 2px 8px 5px 8px;
	color: #EAEEFF;
	text-decoration: none;
}
#globalNav a:visited {
	font-size: 80%;
	padding: 2px 8px 5px 8px;
	color: #EAEEFF;
	text-decoration: none;
}
#globalNav a:hover {
	font-size: 80%;
	color: #003399;
	background-color: #FFFFFF;
}

/************* #footer styles ***************/


#footer{
	width: 800px;
	clear: both;
	font-size: 75%;
	color: #CCCCCC;
	background-color: #022A65;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px dotted #000033;
	border-bottom: 1px dotted #000033;
	padding-top: 5px;
	padding-bottom:10px;
	z-index: 12;
	height: auto;
	line-height: 1.75em;
}
#footer a:link {
	font-size: 100%;
	color: #CCCCCC;
	border: 0;
	padding: 4px 4px;
	text-decoration: none;
}
#footer a:visited {
	font-size: 100%;
	color: #CCCCCC;
	border: 0;
	padding: 4px 4px;
}
#footer a:hover {
	font-size: 100%;
	color: #000;
	text-decoration: underline;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #component classes **************/

#left_col {
	width: 500px;
	float: left;
	line-height: 1.3em;
	padding-left: 5px;
	margin-right: -5px;
}
#left_col a:link {
	font-size: 100%;
	color: #CC9900;
}
#left_col a:visited {
	font-size: 100%;
	color: #CC9900;
}
#left_col a:hover {
	font-size: 100%;
	color: #CC6600;
	text-decoration: underline;
}

#right_col {
	float: right;
	width: 260px;
	min-height: 470px;
	background-color: #E5EEE2;
	padding: 0 8px;
	border-left: 1px double #9EA57E;
	border-right: 1px double #9EA57E;
}
#right_col p {
	line-height: 1.5em
}

#quick_links {
	float: right;
	width: 260px;
	min-height: 470px;
	background-color: #C5D9F2;
	margin-bottom: 5px;
	padding: 0 4px;
	border-left: 1px double #9EA57E;
	border-right: 1px double #9EA57E;
}
#quick_links a:link, a:visited {
	color: #333333
}
#quick_links a:hover {
	color: #000033;
	text-decoration: underline
}

#quick_links h2 {
	color: #093FAB;
	padding: 0 5px
}
#quick_links h3 {
	color: #093FAB;
	padding: 0 5px
}
#quick_links p {
	color: #1F1F1F;
	padding: 0 5px
}
/* fixed nav styles */
#fixed_nav {
	float: right;
	width: 260px;
	min-height: 470px;
	background-color: #C5D9F2;
	margin-bottom: 5px;
	padding: 0 4px;
	position: relative;  
	z-index: 20;
}
#fixed_nav a:link, a:visited {
	color: #333333
}
#fixed_nav a:hover {
	color: #000033;
	text-decoration: underline
}
#fixed_nav h2 {
	color: #093FAB;
	padding: 0 5px
}
#fixed_nav h3 {
	color: #093FAB;
	padding: 0 5px;
	padding-top: 10px
}
#fixed_nav p {
	color: #1F1F1F;
	padding: 0 5px;
	padding: 0 12px;
}
#fixed_nav h6 {
	padding: 0 4px;
}
#fixed_nav li {
	margin-left: -10px;
	padding-right: 14px;
}
/* end fixed nav styles */
.brokerage_access {
	border-top: dotted thin #336699;
	border-bottom: dotted thin #336699;
	display: block;
	margin: 0 5px;
}
.brokerage_access a:link, a:visited{
	color:#CC9900;
}
.brokerage_access a:hover {
	border-top: solid thin #336699;
	border-bottom: solid thin #336699;
}
.invest_approach {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: 100;
	line-height: 1em;
}
.brown_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: 100;
	color: #835A2A
}
.home_brown_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: 100;
	color: #835A2A;
	padding-top: 15px;
}
.masthead_img {
	margin-bottom: 10px;
}

#WhatsNew{
	padding: 2px 0 0 3px;
	background-image: url(../images/left_col_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	line-height: 3.5em;
	color: #003366;
	font-size: 100%;
}
#OfficeNews {
	height: 100%;
	margin-top: 10px;
	
	padding: 10px 0px 5px 10px;
	font-size: 90%;
}
.news li {
	font-size: 80%;
	line-height: 1.5em;
	margin-left: -10px;
	padding-right: 14px;
}

.accounts li {
	font-size: 80%;
	line-height: 1.5em
}
.login {
	float: right;
	color: #000;
	font-size: 70%;
	margin-right: 1em;
	margin-top: 0;
	height: 50px;
}
.login a:link {
	color: #979797;
	text-decoration: none
}
.login a:visited {
	color: #979797;
	text-decoration: none
}
.login a:hover {
	color: #000033;
	text-decoration: underline
}
.client {
	background-color: #E5EEE2;
	padding: 3px 4px;
	text-align: center;
	border: solid thin #E5EEE2;
	margin-top: -2px;
}
.client a:hover {
	color: #4E6F47;
	background-color: #E5EEE2;
}
.brokerage {
	background-color: #FFF;
	color: #003366;
	padding: 4px 4px;
	text-align: center;
	border: solid thin #FFF;
	margin-top: -6px;
	margin-bottom: 0;
}

.feature img{
	float: right;
	padding: 30px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/*********** .yahoo styles ***********/

.yahoo{
	margin: 0 auto;
	padding: 0px 0px 10px 25px;
	font-size: 90%;
	height: 280px;
	width: 100%;
}
/*********** hide print styles ***********/

#hires_logo {
	display: none
}


/*********** services styles ***********/
.disclaimer {	
	font-size: 80%
}
.links {
	border-bottom: dotted thin #9EA57E;
	display: block;
	margin-top: -20px;
	margin-bottom: 10px
}
.offices {
	font-size: 80%;
	line-height: 1.5em;
	list-style: none;
}

.offices li {
	padding-bottom: 1em;
}	
/*********** standard styles ***********/

.bold {	
	font-weight: bold
}
.bold_topic {	
	font-weight: bold;
	margin-bottom: -10px
}
.italic {
	font-style: italic;
}
.no_italic { 
	font-style: normal;
}
.bold_italic {
	font-weight: bold;
	font-style: italic;
}
.smallcaps {
	font-variant: small-caps
}
.underline {
	text-decoration: underline
}
.small_font {
	font-size: 80%
}
.ten_px_margin {
 	width: 800px;
	margin: 10px auto;
	height: 17em;
	background-color: #EFF7FA;
	border: solid 1px #000;
	padding: 10px;
	font-size: 110%;
	line-height: 1.5em;
}
.ten_px_margin img{
	padding-bottom: 10px;
}
.ten_px_margin p{
	padding-bottom: 20px;
}
.align_center {
	text-align: center;
	
}
.highlight {
	background-color: #FFFF33;
}
.brownfont {
	color: #835A2A
}
.author {	
	font-size: 80%;
	font-weight: 100;
	font-style: italic;
}
.float_left {
	float: left;
	margin-top: -8px;
	margin-right: 5px;
	padding-top: 13px;
	border: 0
}
.float_right {
	float: right;
	margin-top: -8px;
	margin-left: 5px;
	padding-top: 13px;
	padding-right: 10px
}
.top_h2 {
	padding-top: 15px;
}
#quick_links h3 {
	padding-top: 10px
}
#quick_links p {
	padding: 0 12px;
}

#quick_links h6 {
	padding: 0 4px;
}
#quick_links li {
	margin-left: -10px;
	padding-right: 14px;
}
#right_col h3 {
	padding-top: 10px
}
.align_right {
	text-align: right;
	margin-right: 220px;
}

.read_more a:link {
	text-decoration: none;
	text-align:right;
}
.bullet_img {
	border: solid thin;
	padding: 1px;
}
.chad_wins {
	float: left;
	margin-top: -8px;
	margin-right: 5px;
	padding-top: 13px;
	border: 0;
	padding-right: 6px;
}
/* this controls column with fixed menu */
#fixed_menu {
	width: 260px;
	min-height: 470px;
	background-color: #C5D9F2;
	margin-bottom: 5px;
	padding: 0 4px;
	left: 694px;
	position: relative;
}
#fixed_menu a:link, a:visited {
	color: #333333
}
#fixed_menu a:hover {
	color: #000033;
	text-decoration: underline
}

#fixed_menu h2 {
	color: #093FAB;
	padding: 0 5px
}
#fixed_menu h3 {
	color: #093FAB;
	padding: 0 5px
}
#fixed_menu p {
	color: #1F1F1F;
	padding: 0 5px
}
.display {
	display: inline;
}
.trademark {
	font-size: 70%;
	padding-left: 1px;
}

#myName {
	display: inline;
	height: 300px;
	width: 300px;
	position: relative;
	background-color: #003366 transparent;
	background-image: url(../images/transBox.png);
	border: dotted 1px #999999;
	top: 0px;
	left: 200px;
	z-index: 100;
	float: left;
	color: #FFF;
	text-align: center;
	margin-top: -10em;
	margin-bottom: -10em;
	height: 180px;
}

#myName p {
	margin: 1em, 1em, 0em, 1em;
	padding: 1em, 1em, 0em, 1em;
	line-height: 2em;
}

.red {
	color: red;
}

.thumb {
	float: right;
	margin: 0 0 0 .5em;
	padding-top: 1.5em;
}


.brown_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: 100;
	color: #835A2A;
	padding-top: 15px;
	margin-bottom: 1em;
}
.pullout {
	font-size: 140%;
	float: left;
	border-right: solid 1px #000000;
	width: 150px;
	line-height: 1.4em;
	margin: .25em .5em .25em .25em;
	padding: .25em .25em .25em.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.brown_headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	font-style: italic;
	font-weight: 100;
	color: #835A2A;
	padding-top: 15px;
	margin-bottom: 1em;
}
#pullout2 {
	font-size: 90%;
	background-color: #003300;
	line-height: 1.3em;
	margin: .5em 0 1em 0;
	padding: 1.5em .25em .25em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 200px;
}
#pullout2 img {
	float: left;
	margin-right: 1em;
	margin-left: 1em;
	border: solid 1px #E5EEE2;
}
#pullout2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 1em;
}
#pullout2 a:link {
	color: #E5EEE2;
	background-color: transparent;
	text-decoration: none;
}
#pullout2 a:visited {
	color: #E5EEE2;
	background-color: transparent;
}
#pullout2 a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
#pullout2 a:active {
	color: #E5EEE2;
	background-color: transparent;
}
.team_author {
	font-size: 70%;
}