/*
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;
}

#head_copy h2 {
	color: #00529b;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
}

#head_copy p {
	color: #818285;
	font-size: 1.2em;
	line-height: 1.5em;
}

#overviews div h3 {
	color: #fff;
	font-size: 1.75em;
	line-height: 1.1em;
	font-weight: normal;
}

#overviews div h3 a {
	color: #fff;
	text-decoration: none;
}

#overviews div h3 a:hover {
	text-decoration: underline;
}

#overviews div p {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
}

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

#body_copy p {
	color: #575654;
	font-size: 1.2em;
	line-height: 1.6em;
}

/*Local Layout Styles*/

body.home #topnav a#topnav_left {
	background-position: 0px -32px;
}

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

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

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

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

#tabnav li {
	display: inline;
}

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

#tabnav a#tab_about {
	width: 133px;
}

#home_about #tabnav a#tab_about, #tabnav a#tab_about:hover {
	background-position: 0px -25px;
}

#tabnav a#tab_services {
	background-position: -133px 0px;
}

#home_services #tabnav a#tab_services, #tabnav a#tab_services:hover {
	background-position: -133px -25px;
}

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

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

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

#overviews {
	padding-top: 6px;
	width: 696px;
}

#overviews div h3 {
	background-color: #ee3124;
	background-image: url(/images/home/overview_header_bg.gif);
	background-repeat: no-repeat;
	height: 37px;
	padding: 10px 20px;
	width: 304px;
}

#overviews div p {
	background-color: #e8a713;
	background-image: url(/images/home/overview_p_bg.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
	height: 13em;
	padding: 10px 20px;
	width: 303px;
}

#overview_left {
	float: left;
	width: 344px;
}

#overview_right {
	float: right;
	width: 344px;
}

#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;
	width: 696px;
}

#body_copy h2, #body_copy p {
	padding: 0px 35px;
}

#body_copy h2, #body_copy p {
	margin-bottom: 0.8em;
}