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

html {	
}

body {
	/*background: #FFFCD5;*/
	background: url(/images/header_bg.gif) top center repeat-x;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	vertical-align: top;
}

h1 {
	margin: 0;
	font-size: 22px;
}

h2 {
	margin: 0;
	font-size: 16px;
}

div.hr {
	height: 1px;
	background-color: #CCCCCC;
}

hr {
	color: #ccc;
	height: 1px;
	border: 0;
	background-color: #ccc;
}

a {
	color: #0B2CB5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.avatar {
	border: 1px solid #888533;
}

.blue {
	margin: 0;
	color: #76ABDC;
}

.red {
	margin: 0;
	color: #D32027;
}

.lightgrey {
	margin: 0;
	color: #bbb;
}

#header_logo {
	float: left;
	width: 100%;
	margin: 0;
	background: url(../images/header_money_bg.jpg) top center no-repeat;
	height: auto;
}

#logo_nav {
	width: 1000px;
	height: 110px;
	margin: 45px auto 0 auto;
}

#logo_graphic {
	padding: 0 0 0 10px;
	float: left;
}

#nav_main {
	float: right;
	margin: 58px 138px 0 0;
}

#nav_main ul {
}

#nav_main ul li {
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}

#nav_main ul li img{
	margin: 0;
}

.wrapper_main {
	display: block;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.both_avatars {
	background: url(../images/bg_bothavatars.png) top center no-repeat;
}

/*.wrapper_main p{
	margin: 30px 0 0 0;
}
*/
#intro {
	clear: both;
	float: left;
	/*font-size: 14px;*/
	color: #666329;
	margin: 0;
	height: 200px;
	/*border-bottom: solid 0.5px #CCCCCC;*/
	padding-bottom: 10px;
}

#intro_left_col {
	float: left;
	width: 440px;
	padding: 0 10px;
}

#intro_left_col p.top {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 40px;
}

/*#intro_left_col p.top_right {
	float: right;
	width: 255px;
	padding: 0;
	margin: 0;
	line-height: 22px;
	font-size: 16px;
	text-align: justify;
}*/

#intro_left_col p.bottom {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
}

#intro_right_col {
	float: right;
	width: 355px;
	padding: 0 20px 0 10px;
}

#intro_right_col1of2 {
	float: right;
	width: 230px;
	margin: 52px 15px 0 0;
	padding: 0 10px;
	/*font-size: 13px;*/
	line-height: 18px;
}

#intro_right_col2of2 {
	float: right;
	width: 230px;
	margin: 52px 0 0 0;
	padding: 0 10px;
	/*font-size: 13px;*/
	line-height: 18px;
}

#intro_right_col p {
	margin: 0 0 8px 0;
	font-size: 13px;
}

#intro_right_col p.title_p {
	font-size: 16px;
}

#content_wrapper {
	clear: both;
	float: left;
	/*background: url(../images/comp_bg.png) no-repeat center top;*/
	margin: 60px 0 50px 0;
	width: 100%;
	height: 500px;
}

#content {
	clear: left;
	margin: 0 auto;
	width: 1000px;
}

.content_left_col {
	background: url(../images/avatar_jesse.png) top right no-repeat;
	float: left;
	width: 465px;
	padding: 0 20px 0 10px;
	border-right: solid 1px #eee;
}

.content_right_col {
	background: url(../images/avatar_nik.png) top right no-repeat;
	float: right;
	width: 465px;
	padding: 0 10px;
}

.content_home_top {
	float: left;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}

.content_home_toptxt {
	float: left;
	margin: 5px 0 0 0;
	width: 330px;
}

.content_home_img {
	margin: 0;
	float: right;
	width: 100px;
}

.content_home_top h1 {
	vertical-align: bottom;
}

.content_home_port {
	clear: left;
	float: left;
	display: block;
	margin: 25px 0 50px 0;
	width: 100%;
	height: inherit;
}

.content_home_port div.title {
	float: left;
	margin: 0;
	height: 1;
}

.content_home_port div.port_values {
	float: right;
	margin: 0;
}

.content_home_port img.comp_graph {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
}

.content_home_blog {
	clear: left;
	margin: 20px 0 50px 0;
	width: 100%;
}



/* about page */
#about_col1of3 {
	float: left;
	width: 330px;
	margin: 0;
	padding: 0 10px;
}

#about_col1of3 p.top {
	/*width: 282px;*/
	padding: 0;
	margin: 0;
	font-size: 40px;
}

#about_col1of3 p.bottom {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
}

#about_col2of3 {
	float: left;
	width: 217px;
	margin: 0 15px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 18px;
}

#about_col3of3 {
	float: left;
	width: 120px;
	margin: 15px 0 0 0;
	padding: 0 10px;
	font-size: 13px;
	line-height: 18px;
}

#about_col3of3 p.about_name{
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}




/* bio */
#bio_headline {
	width: 100%;
	padding: 0 10px;
	margin: 0 0 20px 0;
	font-size: 40px;
}

#bio_col1of3 {
	float: left;
	width: 295px;
	margin: 0 10px 0 0;
	padding: 0 10px;
	font-size: 18px;
	line-height: 28px;
}

#bio_col2of3 p.top {
	/*width: 282px;*/
	padding: 0;
	margin: 0;
	font-size: 40px;
}

#bio_col2of3 p.bottom {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
}

#bio_col2of3 {
	float: left;
	width: 230px;
	margin: 0 10px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 18px;
}

#bio_col2of3 div.avatar {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #CCCCCC;
}

#bio_col2of3 div.avatar p{
	float: left;
	vertical-align: text-top;
	font-size: 18px;
}

#bio_col2of3 p.about_name{
	margin: 15px;
}

#bio_col3of3 {
	float: left;
	width: 230px;
	margin: 0 10px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 18px;
}

#bio_col3of3 p.about_name{
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}



#port_val_wrapper {
	float: left;
	width: 100%;
}

#port_val {
	/*border: 1px solid #666666;*/
	margin: 20px 0 0 0;
}

table#port_val th,
table#port_val td {
	width: 140px;
	text-align: center;
}

table#port_val th {
	padding-bottom: 10px;
}


#port_val tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

#port_val tbody tr.selected td {
	background-color: #df803d;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
