/*
HCR Website
home.css - CSS specific to the home page of the site, optimized for standards-compliant browsers
October 17, 2007
*/

@import url(/styles/global/reset.css); /* /global Reset Styles */
@import url(/styles/global/typography.css); /* /global Typography Styles */
@import url(/styles/global/layout.css); /* /global Layout Styles */
@import url(/styles/global/global.css); /* /global Miscellaneous Styles */

/*Local Typography Styles*/

#testimonial {
	color: #00529b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#testimonial h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
}

#testimonial p, #testimonial dt, #testimonial dd {
	font-size: 1.1em;
	line-height: 1.5em;
}

#testimonial dt, #testimonial dd {
	font-style: italic;
	text-align: right;
}

#body_copy h2 {
	color: #00529b;
	font-size: 2.25em;
}

#body_copy h3 {
	color: #333;
	font-size: 1.6em;
}

#body_copy p, #body_copy form label, #body_copy dl, #body_copy ul {
	color: #575654;
	font-size: 1.2em;
	line-height: 1.6em;
}

#contact_line dd {
	color: #818285;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#contact_line dd a {
	color: #818285;
	text-decoration: underline;
}

#contact_line dd a:hover {
	text-decoration: none;
}

/*Local Layout Styles*/

body.cc #topnav a#topnav_center {
	background-position: -318px -32px;
}

#tabnav {
	background-image: url(/images/cc/tabnav_sprite.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 696px;
}

#tabnav li {
	display: inline;
}

#tabnav a {
	background-image: url(/images/cc/tabnav_sprite.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	width: 134px;
}

#hcr_services #tabnav a#tab_services, #tabnav a#tab_services:hover {
	background-position: 0px -25px;
}

#tabnav a#tab_consultants {
	background-position: -134px 0px;
}

#hcr_consultants #tabnav a#tab_consultants, #tabnav a#tab_consultants:hover {
	background-position: -134px -25px;
}

#tabnav a#tab_become {
	background-position: -268px 0px;
}

#hcr_become #tabnav a#tab_become, #tabnav a#tab_become:hover {
	background-position: -268px -25px;
}

#tabnav a#tab_login {
	background-position: -402px 0px;
	width: 160px;
}

#tabnav a#tab_login:hover {
	background-position: -402px -25px;
}

#tabnav a#tab_contact {
	background-position: -562px 0px;
}

#hcr_contact #tabnav a#tab_contact, #tabnav a#tab_contact:hover {
	background-position: -562px -25px;
}

#testimonial {
	float: right;
	padding-right: 26px;
	padding-top: 160px;
	width: 179px;
}

#testimonial h2 {
	margin-bottom: 0.8em;
}

#testimonial p {
	margin-bottom: 1.5em;
}

#body_copy, #contact_line {
	width: 696px;
}

#body_copy {
	background-color: #f9e0b5;
	background-image: url(/images/cc/body_copy_bg.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
	margin-bottom: 1em;
	padding: 20px 0 30px 0;
}

#body_copy h2, #body_copy h3, #body_copy p, #body_copy dl, #body_copy ul {
	margin-bottom: 0.8em;
	padding: 0px 35px;
}

#body_copy h3 {
	padding-top: 0.3em;
}

#body_copy ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 55px;
}

#contact_line dt, #contact_line dd {
	float: left;
}

#contact_line dd {
	margin-right: 15px;
}

#contact_line dd.last {
	margin-right: 0px;
}

#contact_line dt {
	margin-right: 2px;
	text-indent: -9999px;
	width: 1px;
}

#body_copy form label {
	clear: left;
	display: block;
	float: left;
	padding-left: 55px;
	padding-right: 10px;
	text-align: right;
	width: 180px;
}

#submit {
	margin-left: 245px;
	margin-top: 3px;
}