/* ----------------------------------------------------------------- */
/* TITLE: About Section Stylesheet		//////////////////////////// */
/* DATE: 10/05/2006						//////////////////////////// */
/* LAST UPDATED: 10/05/2006				//////////////////////////// */
/* ----------------------------------------------------------------- */

#body_tbl .leftcol h1.about
{
	background: url('../images/about/circleAbout.gif') no-repeat left;
}

/* ----------------------------------------------------------------- */
/* Navigation      ///////////////////////////////////////////////// */
/* ----------------------------------------------------------------- */

/* sets 'Audit' button to ON */
#nav li a.about
{
	text-decoration: underline;
}

/* sets 'Audit' button rollover properties while ON */
#nav li a.about:hover
{
	color: #FFFFFF
}

/* ----------------------------------------------------------------- */
/* Right Column Controls      ////////////////////////////////////// */
/* ----------------------------------------------------------------- */

#body_tbl .rightcol
{
	background: #FFFFFF url('/about/images/csAboutRightColumnBg.jpg') repeat-x top;
	width: 26%;
	padding-top: 195px;
	background-color: #EBEDEE;
	min-height: 100%;
	height: 100%;
	float: right;
	clear: right;
	/*vertical-align: top;*/
}

#content .aboutheader
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 26px tahoma, verdana, helvetica, sans-serif;
	color: #666666;
}

#content .datagrid_row
{
	font-size: 83%;
	border-bottom-color: #666666;
}

#content .datagrid_header_row
{
	font-size: 83%;
	font-weight: bold;
	background-color: Silver;
}

#content td.left { vertical-align: text-top; }
#content td.leftmgmt { vertical-align: text-top; }
#content img { border: solid 5px white; }
#content img.mgmt { border: solid 1px #B1B6BC; }
#content img.partner { border: solid 1px white; }
#content td.middlemgmt { width: 15px; }
#content td.right { font-size: 80%; line-height: 1.4em; }
#content td.rightmgmt { font-size: 70%; line-height: 1.4em; }
#content hr.mgmt { color: #B1B6BC; height: 1px; }



#contactform 
{
	font-family:tahoma, verdana, sans-serif;
	width: 250px;
	font-size: 11px;
	text-align: left;
	color: #464f58; 
	font-style:normal; font-variant:normal; font-weight:bold;
}

#contactform .form 
{ 
        font-weight: normal; 
		font-family:tahoma, verdana, sans-serif;        
		padding: 3px; 
        border-top: #848484 1px solid; 
        border-left: #848484 1px solid; 
        border-bottom: #b0b6bc 1px solid; 
        border-right: #b0b6bc 1px solid; 
        position: relative; 
        top: -6px; 
} 

