@charset "utf-8";
/* CSS Document */

/* colors - definitive copy in global.css, copied to others for fast reference
#000 - black, body background
#C9C9C9 - light gray, body text, footer text
#7FAA3F - bright green, headers & dividers
#66CCFF - light blue, links
#FFF - white, page headers
#999999 - medium gray, header links
#272727 - dark grey, center column background
#303030 - dark grey, left & right column
#333333 - dark grey, horizontal list dividers
#666666 - medium grey, right-column list dividers

/* get the global stylesheet */
@import url('/_common/css/global.css');

/* ************************* HOMEPAGE-SPECIFIC STYLES ************************** */

div#banner { /* banner on all subpages */
	display: none;
}

#content_home {
	height: auto;
	background-color:#303030;
}

#left_column {
	width: 285px;
	padding-left: 12px; padding-right: 12px;
	padding-top: 20px; padding-bottom: 85px;
	height: auto;
	background-color:#303030;
	float:left;
}

#left_column #welcome_text {/* welcome text on homepage */
	margin-bottom: 20px;
}

/* -------- right column homepage ----- */

#right_column {
	width: 630px;
	padding-left: 8px; padding-right: 8px;
	padding-top: 20px; padding-bottom: 85px;
	height: auto;
	background-image:url(/_common/img/right_column.jpg);
	background-repeat:repeat-y;
	float:right;
}

/* ---------------- featured cases -------------- */

#right_column_row1 { /* top row of homepage content */
	padding-top: 10px;
}

#featured_cases_list { /* triggers for featured cases display */
	width: 125px;
	padding-left: 10px;
	float: left;
	margin-top:25px;
}

#featured_cases_list ul {
	line-height: normal;
}

#featured_cases_list ul li {
	margin-bottom: 12px;
	font-size: 10px;
	font-weight: bold;
}

#featured_cases_list ul li a {
	color: #fff;
}

#featured_cases_list ul li a:hover {
	color: #66CCFF;
}

/* --------------------------------- */

#featured_cases_content { /* featured cases content - image + text which swaps out */
	width: 465px;
	padding-left: 15px; padding-right: 15px;
	float: left;
}

#featured_cases_content img { /* image associated with featured text, if any */
	float: left;
	width: 140px;
	padding-right: 10px;
}

div#featured_cases_content div.hidden { /* hidden featured cases */
	display: none;
	visibility: hidden;
}

div.featured_cases_text { /* text of featured cases */
	margin-top: 12px;
	float: left;
	width: 300px;
	height: 130px;
	overflow: hidden;
}

div#featured_cases_content div.no_image { /* if no image, width is full column */
	width: 450px;
}

div.featured_cases_text h2 {
	margin: 0; padding: 0;
	color: #7FAA3F;
	margin-bottom: 8px;
}

div.featured_cases_text p { /* paragraphs from CMS for content of featured cases */
	margin-bottom: 8px;
}

div.featured_cases_text a.learn_more {
	display: block;
}

/* --------------------- success stories ---------------- */

div#right_column_row2 {
	margin-top: 35px;
}

div#success_stories {
	margin-left: 0; padding-left: 0;
	width:378px;
	float:left;
	background-image:url('/_common/img/wide_tile.jpg');
}

div#success_stories ul {
	margin-left: 0;
	padding-left: 0;
	width: 374px;
}

div#success_stories li {
	margin-left: 0; padding-left: 0;
	width:100%;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:4px;
	border-bottom:1px #363636 solid;
	display:block;
}

/* ------------------ email sign-up box ------------------- */

div#email_signup {
	width: 243px;
	float: right;
	padding-left: 6px;
}

div#email_signup img {
}

div#email_signup div.cms_html { /* user-editable text block */
	margin-top: 5px; margin-bottom: 5px;
}

/* ------------------ header rollovers added 2/21/08 ------------------- */

.header_image ul {
	margin:0; padding:0;
	list-style-type:none;
}
.header_image ul li {
	margin:0; padding:0;
	float:left;
}