@charset "UTF-8";
/* DTM Contact Page Styles - added June 08  */

#contactSidebar {
	width: 191px;
	float: right;
	margin-left: 10px;
}
.contactSidebarEntry {
	background-color: #e0e9ee;
	padding: 10px 5px 10px 10px;
	border-top: solid 1px #ffffff; 
}
.contactSidebarEntryEnd {
	background: url(../_images/side_offices_bg.gif) bottom;
}
.contactNumberLabel {
	float: left;
	width: 60px;
}
.contactTitle {
	width: 290px;
	padding: 10px 0px 5px 0px;
	color: #000000;
	font-weight: bold;
	border-bottom: solid 1px #7fa3bb;
}
form.contact {
	margin: 0px;
	padding: 0px;
}

form.contact input, textarea {
	font-size: 11px;
	background-color: #E1EAF0;
	height: 18px;
	padding: 2px 4px 0px 4px;
	border: 1px solid #004777;
	color: #004777;
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
}
form.contact textarea {
	height: 50px;
	width: 280px;
}
form.contact select {
	font-size: 11px;
	background-color: #E1EAF0;
	height: 18px;
	padding: 2px 4px 0px 4px;
	border: 1px solid #004777;
	color: #004777;
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
}
form.contact label {
	text-align: left;
	float: left;
	padding-right: 10px;
	font-size: 11px;
	width: 80px;
}
form.contact label.group {
	font-weight: bold;
	width: 200px;
}
form.contact ol {
	padding: 10px 0px 5px;
	list-style: none;
	margin: 0px 0px 5px;
}
form.contact ol li { 
	padding-bottom: 6px;
	clear: left;
	background: none;
}
form.contact ol.questions li { 
	padding-bottom: 20px;
	clear: left;
	background: none;
}
form.contact ol li ol { /* for nested checkbox and radio button groups in ol */
	display: block;
	float: left; 
	margin: 0px;  
	padding: 0px;
	list-style: none;
}
form.contact ol li ol label { /* for nested checkbox and radio button groups in ol */ 
	float: none;  
	width: auto;  
	margin-right: auto;
}
form.contact ol li ol li {  /* for nested checkbox and radio button groups in ol */
	padding-bottom: 2px;
	padding-top: 5px;
	clear: left;
}
form.contact input.checkbox {
	width: auto;
	height: auto;
	border: none;
	padding: 0px;
	margin: 0px 6px 0px 0px;
	background-color: transparent;
}
form.contact .submitBtn {
	width: 104px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
}
form.contact .submitBtnShort {
	width: 57px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
}
form.contact select.stacked {
	font-size: 11px;
	background-color: #E1EAF0;
	height: 18px;
	padding: 2px 4px 0px 4px;
	border: 1px solid #004777;
	color: #004777;
	font-family: Arial, Helvetica, sans-serif;
	width: 530px;
}
form.contact label.stacked {
	text-align: left;
	display:block;
	float: none;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 11px;
	width: auto;
}
 .errMsg, .requiredMsg {
 	color: #CC0000;
	display: inline;
} 
 .contactRequired {
 	color: #CC0000;
}