/*******************************
Contact Us page
********************************/
#contact_main
{
	/*border: 1px solid red;*/	
	float: left;	
	width: 730px;
	padding: 0 0 20px 5px;
	background-image: url(/images/contact_man.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#contact_main h2
{	
	margin: 0 0 10px 0;
}

#contact_main p
{
	color: #999999;
	line-height: 1.5em;
	font-size: 90%;
}

#contact_text
{
	/*border: 1px solid green;*/	
	width: 180px;
	float: left;
}

#contact_text p
{
	margin: 0 0 20px 0;
	background-image: url(/images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#contact_text h4
{
	font-size: 90%;
}

#contact_text strong
{
	PADDING:0PX;
}

/*******************************
The Form
********************************/
#contact_form
{
	/*border: 1px solid yellow;*/
	
	float: right;
	width: 500px;
	padding: 0 0 0 20px;
	background-image: url(/images/dotline_tile_vert.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-transform: lowercase;
}

#contact_form form
{
	margin: 0;
	padding: 0;
	text-transform: none;
}

#contact_form label, #contact_form input
{
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	color: #666666;
}

#contact_form label
{
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font-weight: bold;
	color: #085A92;
	text-transform: lowercase;
}

#contact_form .button
{
	width: 70%;
	height: 24px;
	float: left;
	margin: 5px 0 0 245px;
	display: inline;
}

#contact_form .txtarea
{
	width: 180px;
	height: 80px;
	float: left;
}

/* Some weird collapsing border issues here. 
Fixed by using padding and conditional comments. 
Could do with some attention. */

#contact_form h6
{
	margin: 0;
	padding: 55px 0 0 0; /* Conditional comment reduces this for IE */
	font-size: 12px;
	text-transform: lowercase;
}

#contact_form fieldset .radio
{
	/*border: 1px solid purple;*/
	padding: 20px 0 10px 0;
	font-weight: bold;
}


#contact_form_fieldset1, #contact_form_fieldset2
{
	background-image: url(/images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	
}

#contact_form_fieldset1
{
	background-position: top left;
	margin: 5px 0 20px 0;
	padding: 5px 0 0 0;
}

#contact_form_fieldset2
{
	background-position: bottom left;
}
label{
	color:#085A92;
	font-weight:bold;
	font-size:13px;
	}
.pad{
		padding-bottom:3px;
		margin-bottom:3px;}
#contact_form input.radiobutton
{
	width: 13px;
}

#contact_form br
{
	clear: left;
}