/* ----------------------------------------------------------------- */
/* TITLE: Contact Section Stylesheet	//////////////////////////// */
/* DATE: 10/05/2006						//////////////////////////// */
/* LAST UPDATED: 10/05/2006				//////////////////////////// */
/* ----------------------------------------------------------------- */

#body_tbl .leftcol h1.contact
{
	background: url('../images/contact/circleContact.gif') no-repeat left;
}

/* ----------------------------------------------------------------- */
/* Navigation      ///////////////////////////////////////////////// */
/* ----------------------------------------------------------------- */

/* sets 'Audit' button to ON */
#nav li a.contact
{
	text-decoration: underline;
}

/* sets 'Audit' button rollover properties while ON */
#nav li a.contact:hover
{
	color: #FFFFFF
}

/* ----------------------------------------------------------------- */
/* Right Column Controls      ////////////////////////////////////// */
/* ----------------------------------------------------------------- */

#body_tbl .rightcol
{
	background: #FFFFFF url('../images/contact/rightColumnContact.jpg') repeat-x top;
	width: 26%;
	padding-top: 195px;
	background-color: #EBEDEE;
	min-height: 100%;
	height: 100%;
	float: right;
	clear: right;
	/*vertical-align: top;*/
}

#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; 
} 

