@charset "utf-8";
/* CSS Document */
/*
This is a 960 framework width system and below is a list of the fractions for quick reference@
960 - 1 column
480 - 2 columns
240 - 4 columns
120 - 8 columns
60 - 16 columns
30 - 32 columns

Site measurements

960 - header
180 / 780 - navigation - advert panel
180 / 600 / 180 - main page with 2 columns
960 - footer

*/


#contact-us-intro{
	font-weight: bold;
	font-size: 11px;
	width: 220px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#contact-us-address
{
	float: left;
	width: 220px;
	line-height: 16px;
}

#contact-us-address-left
{
	padding: 10px 0 5px 0;
}

#contact-us-address-right
{
	padding: 0 0 10px 0;
}

#contact-us-label{
	font-weight:bold;
	font-size: 11px;
	padding : 7px 0 2px 0;
	width: 220px;
}

#contact-us-textbox,
#contact-us-optout
{
	width: 210px;
}
#contact-us-textbox-bottom{
	width: 220px;
	float: left;
	clear: both;
}

#contact-us-button {
	width: 130px;
	height: 24px;
	margin-top: 8px;
	float: left;
}	
#contact-us-button a.send
{
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 4px;
	background-image: url(../images/send_button.gif);
	background-repeat: no-repeat;
}	

#contact-us-button a.send:hover 
{
	color: #FFFFFF;
	height: 21px;
}	
#contact-us-optout,
#contact-us-disclaimer
{
	line-height : 16px;
	width: 220px;
}

#contact-us-disclaimer a:hover
{
	color:#CC0000;
	
}
