@charset "utf-8";
/* CSS Document */


body {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(pix/bkg.gif); background-repeat:repeat-x;
	width: 895px;
}

a:link { color: #560c70; font-weight : bold; text-decoration: none; }
a:visited { color: #560c70; font-weight : bold; text-decoration: none; }
a:hover { color: #9250b2; font-weight : bold; text-decoration: none; }


ul {
list-style:square;
}


/****************************************** Nav Section **************************************************/	
#Nav {
	margin-top:-8px;
	background-position:0%;
	width: 831px;
	height:54px;
	background-image: url(pix/nav_bkg_inside.gif); background-repeat:no-repeat;
	padding-left: 64px;
}
/****************************************** Nav Section **************************************************/	

#header {
	border-style:solid; border-left-width:1px; border-left-color:#FFFFFF;
	border-style:solid; border-right-width:1px; border-right-color:#FFFFFF;
	border-bottom:none;
	border-top:none;
	width: 893px;
	height:245px;
/*	margin-left: auto;
	margin-right: auto;*/
}

#admin #header {
	height:118px;
}

#header p {
	margin: 0px;
}

#wrapper {
	position: relative;
/*	background: #610202;
	margin-left: auto;
	margin-right: auto;*/
	width: 893px;
	border-style:solid; border-left-width:1px; border-left-color:#FFFFFF;
	border-style:solid; border-right-width:1px; border-right-color:#FFFFFF;
	border-bottom:none;
	border-top:none;
	background-color:#FEFDFB;
}

#sidebar {
	position: absolute;
	left: 0px;
	color: #fff;
	float: left;
	width: 304px;
	margin-left: auto;
	background-image: url(pix/g_column1_topfade.gif); background-repeat:no-repeat;
}

#column1 {
	float:left;
	width: 304px;
	background-image: url(pix/g_column1_topfade.gif); background-repeat:no-repeat;
	background-color:#FEFDFB;
}	

#column1 img {
	margin-top:5px;
	margin-bottom:5px;
}

#column1 #indent {
	padding-top:63px;
	padding-left:25px;
	padding-right:25px;

}	

/* Subnav  Section */	
.subnav {
	font-weight:bold;
	color: #3077b3;
	font-size: 11px;
	line-height: 22px;
}
.subnav p {
	font-weight:bold;
	color: #3077b3;
	font-size: 11px;
	line-height: 12px;
}
.subnav ul {
	list-style: none;
	margin:0px 0px 15px 0px;
	padding:0px;
}

.subnav li {
	background: url(pix/subnav_bullet.gif) no-repeat 15px 9px;
	padding-left:30px;
	padding-bottom:2px;
	border-bottom: 1px solid #d8e4ec;
}

.subnav ul li ul li {
	background: url(pix/subnav_dash.gif) no-repeat 15px 9px;
	border: none;
	line-height:14px;
}

.subnav ul li ul li a:link { color: #004b8c; text-decoration: none; }
.subnav ul li ul li a:visited { color: #004b8c; text-decoration: none; }
.subnav ul li ul li a:hover { color: #3077b3; text-decoration: none; }

.subnav ul .subMenu {
	background: url(pix/subnav_sub_bullet.gif) no-repeat bottom left;
	padding-left:30px;
	padding-bottom:2px;
}

a.subnav:link { color: #3077b3; font-weight : bold;  text-decoration: none; }
a.subnav:visited { color: #3077b3; font-weight : bold;  text-decoration: none; }
a.subnav:hover { color: #004b8c; font-weight : bold;  text-decoration: none; }

.subnav_on {
	font-weight:bold;
	color: #004b8c;
	font-size: 11px;
	line-height: 22px;
}

a.subnav_on:link { color: #004b8c; font-weight : bold;  text-decoration: none; }
a.subnav_on:visited { color: #004b8c; font-weight : bold;  text-decoration: none; }
a.subnav_on:hover { color: #004b8c; font-weight : bold;  text-decoration: none; }
/* Subnav Section */

#content {
	background: #fff;
	width: 530px;
	margin-left: 304px;
	padding-top:40px;
	padding-right: 60px;
/*	padding: 5px;*/
	background-color:#FEFDFB;
}

#content #title {
	padding-bottom:8px;
	margin-bottom:15px;
}	

#content #InvestorReport {
	padding-bottom:8px;
	margin-bottom:15px;
	background: url(pix/title_investor_reports.gif) no-repeat bottom left;
	height:29px;
}

#content #InvestorArchive {
	padding-bottom:8px;
	margin-bottom:15px;
	background: url(pix/title_archived.gif) no-repeat bottom left;
	height:29px;
}

/*#content img {
	margin-top:0px;
	margin-bottom:0px;
}	*/

#InvestorReport select {
	border-color:#d5e2eb;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style:solid;
	border-bottom-width:1px;
}	



h2 {
	font-weight:bold;
	color: #9051ae;
	font-size: 13px;
	line-height: 16px;
}

.dashline {
	width:703px;
	height:1px;
	background-image:url(pix/g_dashline.gif); background-repeat:no-repeat;
	margin-top:20px;
	padding-bottom:20px;
	font-size: 2px;
}

.column {
	float: left;
	list-style: none;
	padding-left:20px;
}

.column li {
	margin-bottom: 2px;
}
.column li p {
	color: #5f5f5f;
	font-size: 8pt;
	margin: 0px 0px 0px 20px;
}

.clear {
	clear:both;
}

h2 {
	margin: 0px;
	clear: left;
}

#admin h2 {
margin-top:10px;
margin-bottom: 20px;
}

/* Footer */
#footer {
	float:left;
	width:895px;
	height:17px;
	margin-bottom:30px;
	padding-top: 30px;
	padding-bottom:60px;
	background-image:url(pix/g_footer_bar.gif); background-repeat:no-repeat;
	font-size: 10px;
	line-height:14px;
	color: #888B8A;
	font-weight:normal;	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}	

#footer1 {
	float:left;
	margin-left:40px;
	color: #560c70;
	font-weight:bold;
}

#footer2 {
	float:left;
	margin-left:40px;
}

#footer3 {
	float:left;
	margin-left:20px;
}

#footer4 {
	float:left;
	margin-left:20px;
}

#footer5 {
	float:left;
	margin-left:20px;
	margin-right:40px;
}

#footer6 {
	float:left;
	padding-top:10px;
	margin-left:40px;
	margin-right:40px;
}

.purple {
	font-weight:bold;
	color: #560c70;
	font-size: 10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.purpleReg {
	font-weight:bold;
	color: #560c70;
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}

.purple_italic {
	font-weight:bold;
	color: #560c70;
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height:14px;
}

.black {
	font-weight:bold;
	color: #000000;
	font-size: 10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:12px;
}

h3 span {
	display:block;
	font-style:italic;
}

.purpleTitles {
	font-weight:bold;
	color: #560c70;
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}


.purpleLg {
	margin-top:0px;
	font-weight:bold;
	color: #560c70;
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	clear:left;
	padding-bottom:20px;
}

p.purpleLg {
	margin-bottom: 10px;
	padding: 0px;
}

.purpleLg label, .purpleLg input {
	display:block;
}

.purpleLg label {
	text-align:right;
	width:140px;
	margin-right:10px;
	float:left;
}

.purpleLg input {
	margin-left:150px;
}

.purpleLg span input {
	float: left; 
	margin-left: 0px;
}

.purpleLg span {
	white-space: nowrap;
	display: block;
	margin-left: 150px;
	width: 250px;
}

.footer_bold {
	font-weight:bold;
	color: #801735;
}

a.footer:link { color: #9250b2; font-weight : normal;  text-decoration: none; }
a.footer:visited { color: #9250b2; font-weight : normal;  text-decoration: none; }
a.footer:hover { color: #560c70; font-weight : normal;  text-decoration: none; }

a.footer_validator:link { color: #888B8A; font-weight : normal;  text-decoration: none; }
a.footer_validator:visited { color: #888B8A; font-weight : normal;  text-decoration: none; }
a.footer_validator:hover { color: #560c70; font-weight : normal;  text-decoration: none; }

/********************************************************** Footer **********************************************************/

/********************************************************** Forms***********************************************************/
label, input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #560c70;
}

.formtxt {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	width: 200px;  margin-bottom: 3px;
}

#admin .formtxt {
	width: 230px; 
} 

.formtxt2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	width: 430px;  margin-bottom: 3px;
}

.formtxt3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;  width: 70px;  margin-bottom: 3px;
	border: 1px solid #B4BAC0;
}

.formsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/********************************************************** Forms***********************************************************/

/* data entry errors */
.investorLoginError {
	padding-left:125px;
	font-weight:bold;
	color: #560c70;
	font-size: 10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:-30px;
}
.investorLoginError img {
	padding-bottom:8px;
	padding-right:5px;
}

.DataError {
	color:#FF0000;
	padding-bottom:15px;
	border:#FF0000;
	width:450px;
}
.DataError p {
	color:#FF0000;
	margin-left:15px;
}

.DataError legend {
	color:#FF0000;
}

/* data entry errors */
/* Forms*/

	div.forms {
		width: 45%;
		float: left;
	}
	label, input {
		display: block;
		margin-bottom: 0px;
	}
	.inline {
		float: left;
		clear: right;
	}
	.clear {
		clear: both;
	}
	
.login {
	margin-top:5px;
	margin-left:295px;
}	
#loginButton {
  width: 79px;
  height: 16px;
  margin: 0;
  margin-left:300px;
  padding: 0;
  border: 0;
  background: transparent url(pix/g_login_button.gif) no-repeat top left;
  text-indent: -1000em;
  vertical-align: middle;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* IE 5.x */
}
#admin .login {
	margin-left:275px;
}

.right {
	float:right;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}

.reports {
	color:#560c70;
	size:11px;
	line-height:10px;
}
#archive_year {
	padding-left:25px;
}
a.reports:link { color: #560c70; font-weight : bold; text-decoration: none; }
a.reports:visited { color: #560c70; font-weight : bold; text-decoration: none; }
a.reports:hover { color: #9250b2; font-weight : bold; text-decoration: none; }

.backtotop {
	display:block;
	text-align:right;
	font-size:10px;
	padding-right:10px;
}	

.portfolio {
	display:block;
	text-align:right;
	font-size:11px;
	padding-right:10px;
}	

#photos-container {
width: 510px;
list-style-type: none;
}

.photo {
float: left;
display: inline;
width: 141px;
padding: 5px;
font-size:10px;
}

#team_column {
width: 540px;
list-style-type: none;
padding-bottom:45px;
}

#team_column span {
	display: block;
}

#team_column .left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	text-align: left;
}

#team_column .right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48%;
	text-align: right;
}
input.cal {
    padding-right: 20px;
    background: url(./pix/calendar.gif);
    background-repeat: no-repeat;
    background-position: right center;
    
}
/* Form Errors */

li.errors {
  color:red;
  list-style-image: url(pix/form_error_bullet.gif);
  list-style-type: circle;
}
legend.errors {
  color:#4C125C;
}