/* CSS Document */

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

body{
	font-family:"Trebuchet MS", Tahoma, Arial;
	color: #FFF;
	line-height: 1.666;	
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}

a:link, a:visited, a:hover {
	color: #E5E5E5;
	text-decoration: none;
}

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;
}

ul{
 list-style-type: square;
}

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

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

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


#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 800px;
	background-color: #F8FFEF;
}

#bio_content {
	margin-left: 0px;
	min-height: 560px;
	height: 100%;
	width: 800px;
	background-image:url(../images/blueVert_slice.jpg);
	background-repeat: repeat-x;
	background-color: #05274A;
	overflow: hidden;
}
#main_team {
	margin-left: 0px;
	min-height: 560px;/*
	height: 45em;*/
	height: auto;
	width: 800px;
	background-image:url(../images/team/ref_group.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #003559;
	overflow: hidden;
}
.members_list {
	width: 260px;
	float: left;
	background-image: url(../images/navVert_slice.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#D7DAE1;
	min-height: 560px;
	padding-left: 14px;
	padding-right: 0px;
}
.members_list img {
	margin-top: 10px;
}

/**************** for team member list ****************/

.team_list {
	color: #92af7c;
	list-style: none;
	text-indent: 0;
	margin-left: -50px;
	padding-top: 30px;
}
.team_list li {
	display: block;
	line-height: 1.5em;
	margin-bottom: .5em
}

.team_list a {	
	color: #92AF7C;
	padding: 2px 4px;
	display: block;
}
.team_list a:hover {	
	color: #FFF;
	background-color:#92AF7C;
}
.current {
	color: #FFF;
	background-color:#92AF7C;
	padding: 2px 4px;
}
/************** #bio styles **************/
.bio {
	color: #FFF;
	font-weight: 200;
	padding-bottom: 5px;
	margin-top: 0;
	background-color: #996600;
	background-image: url(../images/bio_slice.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.bio img {
	padding-right: 0px;
	float: left;
	margin-top: -20px;
}
.bio_list {
	display: inline;
}
.biolist li {
	/*margin-left: 37px;
*/
	margin-left: 260px;
}
.spacer {
	height: 50px;
	display: block;
}
.control_p {
	margin-top: 3px;
	margin-bottom: 0
}
.hcard {
	border: 0
}
.smallerfont {
	font-size: 85%;
	color: #CCCCCC;
}
.contactinfo {
	float: right;	
	margin-top: -70px;
	margin-right: 20px;
}
.hcard {
	padding-right: 4px;
}
.line_break {
	margin-top: 20px
}
.team_image {
	margin-left: 20px;
	margin-right: 10px;
	padding-right: 0px
}
/************** #client(s) logoin styles **************/

.clear {
	display: block;
	margin-bottom: 50px;
}
.login {
	float: right;
	color: #000;
	font-size: 95%;
	margin-right: 1.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: 0px 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: 1px 4px;
	text-align: center;
	border: solid thin #FFF;
	margin-top: -5px;
	margin-bottom: 0;
}


.team_copy {
	margin-left: 330px;
	padding-top: 30px;
	margin-bottom: 0;
	width: 400px;
	font-size: larger;
	font-family: "Times New Roman", Times, serif;
}
.group_pic { 
	float: right;
	margin-left: 8px;
	margin-right: 3em;
	margin-top: 60px;
}
/************* #mainNav styles **************/

#mainNav{
	text-align: right;
	color: #cccccc;
	padding: 40px 0px 5px 0px;
	white-space: nowrap;
	margin-bottom: -2px;
}
/* '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 */

#mainNav img{
 	display: block;
}

#mainNav a {
	font-size: 100%;
	padding: 0px 4px 5px 0px; 
	padding: 1px 8px 5px 8px;
	border-top: #FFFFFF thin solid;
	
	border-bottom: #FFFFFF thin solid;
}

/************** various classes and styles **************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: -30px
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/************* #footer styles ***************/



#footer{
	clear: both;
	font-size: 100%;
	color: #CCCCCC;
	background-color: #022A65;
	padding: 0;
	margin-top: 0px;
	text-align: center;
	border-top: thin dotted #000033;
	border-bottom: thin dotted #000033;
	padding-top: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#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;
}

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

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 5px 10px;
	white-space: nowrap;
	margin-left: -10px;
	margin-bottom: -4px;
	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: 110%;
	padding: 2px 8px 5px 8px;
	color: #EAEEFF;
	text-decoration: none;
}
#globalNav a:visited {
	font-size: 110%;
	padding: 2px 8px 5px 8px;
	color: #EAEEFF;
	text-decoration: none;
}
#globalNav a:hover {
	font-size: 110%;
	color: #003399;
	background-color: #FFFFFF;
}

.clearboth {
	clear: both;
	display: block;
	height: 1px;
}

.sever_disclaimer {
	margin-left: 300px;
}
.home_brown_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-style: italic;
	font-weight: 100;
	color: #835A2A;
	padding-top: 15px;
	margin-bottom: -30px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.italic {
	font-style: italic;
}