div#contactUsContent {    margin: 0 15px; }

div#contactUsInfo {
	margin-left: 230px;
}

div#contactUsInfo2 {
	margin-left: 15px;
}

div#contactUsInfo h2,
div#contactUsInfo2 h2 {
	margin-bottom: 1em;
	
	font-size: 0.75em;
}

div#contactUsInfo h2.hilite,
div#contactUsInfo2 h2.hilite {
	margin-bottom: 1em;
	font-size: 0.75em;
	padding: 2px 5px;
	background-color: #DFE0E2;
	width: 96%;
}

div#contactUsInfo p,
div#contactUsInfo2 p {
	margin-bottom: 1em;
	
	font-size: 0.75em;
}

div#contactUsInfo ul,
div#contactUsInfo2 ul {
	list-style: none;
	
	margin: 0 0 1em 0;
	padding: 0;
	
	font-size: 0.75em;
	line-height: 1.5em;
}

div#contactUsInfo a,
div#contactUsInfo2 a {
	text-decoration: none;
}

div#contactUsInfo a:hover,
div#contactUsInfo2 a:hover {
	text-decoration: underline;
}

div#contactUsInfo img.button,
div#contactUsInfo2 img.button {
	position: relative;
	top: 8px;
}

div#contactUsInfo div#contactUsForm,
div#contactUsInfo2 div#contactUsForm {
	overflow: auto;
	/* IE overflow: auto fix */
	height: 1%;
	
	margin-bottom: 1em;
}

body > div#contactUsInfo div#contactUsForm,
body > div#contactUsInfo2 div#contactUsForm {
	/* Reverse IE overflow: auto fix in compliant browsers */
	height: auto;
}

div#contactUsInfo div#contactUsForm div.elementRow,
div#contactUsInfo2 div#contactUsForm div.elementRow {
	float: left;
	clear: left;
	
	margin-bottom: 5px;
}

div#contactUsInfo div#contactUsForm div.element,
div#contactUsInfo2 div#contactUsForm div.element {
	float: left;
	
	/*width: 300px;*/
		
	margin: 0 10px 3px 0;
}

div.elementStyled {
	float: left;
	
	/*width: 300px;*/
		
	margin: 0 10px 3px 0;
	font-size: 0.65em;
}

select.styled {
	padding: 3px;
	
	font-family: Verdana, sans-serif;
	color: #555;
	
	border: 1px solid #CCC;
	background-color: #FFF;
	/*this is new, but may not be necessary once on dev*/
	font-size: 0.75em;
}

div#contactUsInfo div#contactUsForm div.textareaElement,
div#contactUsInfo2 div#contactUsForm div.textareaElement {
	float: left;
	clear: left;
	
	width: auto;
	
	margin: 0 5px 1em 0;
}

div#contactUsInfo div#contactUsForm label,
div#contactUsInfo2 div#contactUsForm label {
	display: block;
	
	font-size: 0.65em;
}

div#contactUsInfo div#contactUsForm input.button,
div#contactUsInfo2 div#contactUsForm input.button {
	margin-right: 5px;
}

span.font {
	font-size: 0.65em;
}
