@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#565757;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/common/page_bg.gif);
	background-repeat: repeat-x;
	background-color:#ffa653;
}

/* PAGE */
.pagewrap {
	position:absolute;
	float:left;
	left:50%;
	width:790px;
	margin-left:-395px;
	background-image:url(../images/common/pageshadow_bg.gif);
}

.bottomshadow {
	position:relative;
	float:left;
	width:790px;
	height:4px;
	margin:0px;
	padding:0px;
	background-image:url(../images/common/pageshadowbottom_bg.gif);
}
.contentwrap {
	position:relative;
	float:left;
	width:780px;
	height:100%;
	background-color:#FFFFFF;
	margin-left:4px;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	border-top-style:hidden;
}

/* BANNER */
.banner {
	width:780px;
	height:182px;
}
.bannernav {
	position:absolute;
	float:left;
	left:50%;
	width:300px;
	height:24px;
	margin:0px;
	margin-left:90px;
	padding:0px;
}
.bannernavul {
	margin:0px;
	margin-top:5px;
	padding:0px;
}
.bannernavbutton {
	float:left;
	list-style:none;
	margin-left:30px;
}
a#bannernavbutton {
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
a:hover#bannernavbutton {
	text-decoration:underline;
}


/* NAV */
.navwrap {
	height:34px;
	width:780px;
}
li#navbuttons {
	float:left;
	list-style:none;
	margin-left:22px;
}
a#navbuttonlink {
	font-family:Helvetica, Arial, sans-serif;
	color:#db700c;
	font-size:14px;
	text-decoration:none;
}
a:hover#navbuttonlink {
	text-decoration:underline;
}
.navtype {
	margin:0px;
	padding:0px;
	margin-top:12px;
	margin-left:0px;
}

/* BODY */
.bodywrap {
	width:780px;
	float:left;
	margin-top:20px;
}
.leftcolumn {
	width:162px;
	float:left;
	margin-left:22px;
	padding:0px;
}
.rightcolumn {
	width:534px;
	float:right;
	margin-right:22px;
	padding:0px;
	padding-top:10px;
}
.investalogopanel {
	position:relative;
	float:left;
	width:780px;
	height:30px;
	margin-top:30px;
	background-image:url(../images/common/investalogo_bottom.gif)
}
.tabledatawrap {
	float:left;
	width:534px;
	border-width:1px;
	border-color:#565757;
	border-top-style:solid;
	border-bottom-style:solid;
}
.tabledatawrapfollower {
	float:left;
	width:534px;
	border-width:1px;
	border-color:#565757;
	border-bottom-style:solid;
}
.tabledataleft {
	float:left;
	width:162px;
}
.tabledataright {
	float:right;
	width:350px;
}

/* LEFT PANEL */
.leftpanelheader {
	margin:0px;
	margin-top:10px;
	padding:6px;
	background-color:#db700c;
}
.topleftbox {
	width:162px;
	min-height:79px;
	float:left;
	background-image:url(../images/leftpanel/leftpanel_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.bottomleftbox {
	width:162px;
	float:left;
	margin-top:30px;
	padding:0px;
}
.leftpanelbullets {
	font-size:11px;
	line-height:1.4em;
	margin-left:-14px;
	margin-bottom:10px;
	padding:0px;
	padding-right:10px;
	list-style-image:url(../images/leftpanel/plus_bullet.gif);
	list-style-position:outside;
}
.leftpanelbulletheading {
	font-size:12px;
	font-weight:bold;
}

/* FOOTER */
.footernav {
	width:772px;
	float:left;
	margin-top:15px;
	padding:10px;
	padding-left:4px;
	padding-right:4px;
	border-width:1px;
	border-color:#333333;
	border-top-style:solid;
}
.footerleft {
	position:relative;
	float:left;
	width:400px;
}
.footerright {
	position:relative;
	float:right;
	width:245px;
}
.footernavul {
	margin:0px;
	margin-left:4px;
	padding:0px;
}
.footerbuttons {
	float:left;
	list-style:none;
	margin:0px;
	margin-left:15px;
	padding:0px;
}
a#footerbuttons {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#565757;
	text-decoration:none;
}
a:hover#footerbuttons {
	text-decoration:underline;
}

/* HEADSHOTS */
.headshotswrap {
	width:530px;
	float:left;
	margin-top:20px;
}
.headshot {
	width:176px;
	float:left;
	text-align:center;
}
.teammember {
	font-size:10px;
}


/* TYPE STYLES */
.pageheading {
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}
.bodycopy {
	line-height:14px;
	margin-top:10px;
	margin-bottom:12px;
}
.bodylist {
	list-style:square;
	margin-top:0px;
	margin-bottom:6px;
	margin-left:-25px;
}
.hd1 {
	color:#db700c;
	font-size:12px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:2px;
}

.hd2 {
	color:#565757;
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
}
.leftpanelheading {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	margin-left:4px;
	padding:0px;
}
.feedbacklink {
	font-size:11px;
	margin:0px;
	padding:0px;
}
a {
	color:#565757;
	text-decoration:underline;
}

a img {
	border:0px;
}