@charset "utf-8";
/* CSS Document */

/* [ contact ] */
#contactWrapper { /* Overall Contact page wrapper - overrides "subContent" class */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/* change the following to override default styles */
#contactWrapper h2 { 
	font-size:12px;
	color:#669933;
}
#contactWrapper p { }
#contactWrapper a:link { }
#contactWrapper a:visited { }
#contactWrapper a:hover { }
#contactWrapper a:active { }


#contactFormWrapper { /* Wrapper for contact form only */
	margin: 0;
	padding: 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-weight: normal;
	font-size:12px;
	font-weight:bold;
	color:#669933;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#contactFormWrapper input, #contactFormWrapper select {
	margin: 5px 0 0 0;
	width: 200px;
	/*height: 18px !important;
	height: 18px;*/
}
#contactFormWrapper select#Country, #contactFormWrapper select#StateAU, #contactFormWrapper select#StateUS {
	width: 140px;
}
#contactFormWrapper input#contactSubmit { /* Contact Form submit button */
	margin: 10px 0 0 185px;
	padding: 2px;
	width: auto;
	height: auto;
}
#contactFormWrapper textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	display: block; /* Change this to "none" to remove the address displayed at the top of the contact page */
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
}
#contactAddress p {}

.contactMessage { /* Form introduction text and form successfully submitted message - will override default <p> style */

}
#contactUIMessage { 
	font-size: 11px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
#contactCompulsory { 
	font-size: 10px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* [ Form Styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #669933;
	border: 1px solid #669933;
	cursor: pointer;
}
.forms {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.formsSelected {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
select.forms, select.formsSelected {
	height: 18px !important;
	height: 18px;
}
#confirmationWrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}