BODY
{
    FONT-FAMILY: arial;
    
}
.PageTitle {
   FONT-WEIGHT: bold;
   FONT-SIZE: 12px;
   COLOR: black;
   FONT-FAMILY: arial
}

.DetailHeader {
   FONT-WEIGHT: bold;
   FONT-SIZE: 12px;
   COLOR: #32708B;
   FONT-FAMILY: arial
}
.Detail{
   FONT-SIZE: 12px;
   COLOR: #32708B;
   FONT-FAMILY: arial
}
.DetailHeadProperty {
   FONT-WEIGHT: bold;
   FONT-SIZE: 12px;
   COLOR: white;
   FONT-FAMILY: arial
}
.DetailProperty{
   FONT-SIZE: 12px;
   COLOR: white;
   FONT-FAMILY: arial
}

.cell A:visited {color: #FFFFFF; text-decoration: underline;}
.cell A:link {color: #FFFFFF; text-decoration: underline}
.cell A:hover {color: #FFFFFF; text-decoration: underline overline; cursor:hand;}
.cell A:active {color: #FFFFFF; text-decoration: underline overline;}

.blacklink A:visited {color: black; text-decoration: underline;}
.blacklink A:link {color: black; text-decoration: underline;}
.blacklink A:hover {color: red; text-decoration: underline; cursor:hand;}
.blacklink A:active {color: black; text-decoration: underline overline;}
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#4ED1F7 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	fieldset {border:none;}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:250px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 275px; }

#header-flash { width:620; height:400px; } 

/*------------ footer --------------------------------- */

#footer { 
	font-size:9px;
	padding-bottom:5px;
	}
p.docshop-network { 
	padding:0px 10px 0px 10px;
	margin:0px;
	text-align:center;
	}