@import url("../css/screen_globals.css");
@import url("../css/screen_navigation.css");
@import url("../css/screen_interior.css");

#contact_header {
	background: transparent url("../images/bg_contact_title.jpg") no-repeat top;
	width: 640px;
	height: 76px;
	border-bottom: 8px solid #FFF;
}

#contact_content {
	position: relative;
	width: 478px;
	float: left;
	margin: 8px 0 0 0;
}

#contact_content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #006685;
	margin-bottom: 8px;
	padding: 0 0 0 8px;
}

#contact_content p {
	padding: 0 0 0 8px;
	line-height: 16px;
	margin: 0 8px 16px 0;
}

#contact_content strong {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006685;
	margin: 0;
	padding: 0;
}

#contact_content a {
	text-decoration: underline;
	color: #E27C00;
}

#contact_content a:hover {
	text-decoration: none;
}

#contact_content ul {
	position: relative;
	width: 470px;
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#contact_content ul li {
	list-style: none;
	padding: 4px 0 6px 8px;
	vertical-align: bottom;
}

.odd {
	background: transparent url("../images/bg_programs_list.gif") repeat 0 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.orange {
	color: #E27C00;
}

#contact_content table.formz {
	width: 470px;
}

#contact_content table.formz thead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

#contact_content table.formz tbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding: 8px;
}

#contact_content table.formz thead td {
	vertical-align: bottom;
	border-bottom: 2px solid #E6E6E6;
}

#contact_content table.formz tbody td {
	vertical-align: middle;
	border-top: 1px solid #E6E6E6;
	padding: 8px 0 8px 8px;
}

#contact_content table.formz tbody td.tall {
	vertical-align: top;
	padding: 15px 0 8px 8px;
}

#contact_content table.formz input,
#contact_content table.formz textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
	padding: 3px 0;
	background-color: #fff;
	width: 310px;
}

#contact_content table.formz textarea {
	height: 150px;
}

#contact_content table.formz input.submit  {
	width: 155px;
	cursor: pointer;
}

html>body #contact_content table.formz input,
html>body #contact_content table.formz textarea {
	width: 310px;
}

html>body #contact_content table.formz input.submit  {
	width: 155px;
}

html>body #contact_content table.formz textarea {
	height: 150px;
}