/* CSS Document */

html {
	background: #fff url(images/site-bg.gif) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
	}
	
body {
	background: none;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	}

.clearit {
	clear: both;
	height: 0;
	overflow: hidden;
	}

hr {
	margin:12px 14px 0 14px;
	padding:0;
	height:1px;
	color:#b8d1da;
	background:#b8d1da;
	clear:both;
}

img.icon {
	vertical-align: middle;
	margin: 0 5px 0 0;
	}

/******************************** Branding Area ********************************/
	
div#branding {
	background: url(images/branding.gif) no-repeat;
	height: 84px;
	}

.branding_left {
	float: left;
	width: 690px;
	}
.branding_left h1 {
	text-indent: -9999px;
	}
.branding_left h1 a {
	display:block;
	width:688px;
	height:84px;
	background:none;
	}

/**************************** Search Box Styles *********************************/

.branding_right {
	float: right;
	width: 190px;
	height: 84px;
	background: none;
	}
.branding_right form {
	margin: 38px 0 0 0;
	background: none;
	}

.search_field {
	padding: 2px;
	font-size: 11px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #6a412f;
	background: #fff;
	}
.search_button {
	margin: 1px 0 0 8px;
	vertical-align: middle;
	}

/******************** Navigation Styles ********************/

/*see Dropdowns.css for navigation styles*/


/*********************** Main Content Area **********************/

div#maincontent_home {
	margin: 2px 0 0 0;
	}
div#maincontent_subhome {
	margin: 2px 0 0 0;
	width: 958px;
	border: solid 1px #d3d3d3;
	}
div#maincontent_sub {
	background: url(images/maincontent-bg.gif) repeat-x 0 0;
	margin: 2px 0 0 0;
	padding: 0 0 6px 0;
	border-bottom: solid 1px #d3d3d3;
	}

/********************** Headline Component **********************/

#maincontent_left {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#headline {
	width:630px;
	height:317px;
	position:relative;
	border: none;
	overflow:hidden;
	z-index: 1;
}
#headline * {
	margin:0;
	padding:0;
}
#headline a {
	cursor:pointer;
	}
#headline ul {
	list-style:none;
	}

/* Navigation */
#headline ul#headlineNav {
	display:block;
	position:absolute;
	width:210px;
	height:26px;
	background: none;
	left:10px;
	bottom:10px;
}
#headline ul#headlineNav li {
	float:left;
}
#headline ul#headlineNav li a {
	outline:none;
	display:block;
	height:20px;
	line-height:20px;
	width:60px;
	margin:3px 0 0 3px;
	background:#333;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	border: solid 1px #f6f6f6;
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=90);
}
#headline ul#headlineNav li a:hover {
	color:#fff;
	background:#666;
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=90);
}
/* Content */
#headline ul#content {
	width:1890px;
}
#headline ul#content li {
	float:left;
}
#headline ul#content li img {
	display:block;
	width:630px;
	height:317px;
}
#headline #more {
	display:block;
	width:110px;
	height:26px;
	text-align:center;
	line-height:26px;
	position:absolute;
	right:10px;
	bottom:10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background:#333;
	border: solid 1px #f6f6f6;
	opacity:0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#headline #more:hover {
	background: #666;
	opacity:0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=90);
}


/**************** Homepage and Subpage Banner Styles ******************/

.home_banner_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 630px;
	height: 317px;
	overflow: hidden;
	}
.home_banner_left ul {
	list-style: none;
	}
.home_banner_left ul#headlineNav {
	display:block;
	position:absolute;
	width:300px;
	height:26px;
	background:#ccc;
	left:10px;
	bottom:10px;
	}
.home_banner_left ul#headlineNav li {
	float: left;
	}
.home_banner_left ul#headlineNav li a {
	outline:none;
	display:block;
	height:20px;
	line-height:20px;
	width:96px;
	margin:3px 0 0 3px;
	background:#333;
	text-align:center;
	text-decoration:none;
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	}
.home_banner_left ul#headlineNav li a:hover {
	color:#333;
	background:#666;
	opacity:1.0;
	-moz-opacity:1.0;
	filter: alpha(opacity=100);
	}

.home_banner_left li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

div#banner_subpage{
	margin: 2px 0 0 0;
	height: auto;
	}

/*******************************************************************************/
/****************************** Banner Controls **********************************/

.banner_control {
	position: absolute;
	top: 395px;
	left: 26px;
	width: 200px;
	height: 30px;
	z-index: 100;
	}

a.capsule {
	float: left;
	width: auto;
	height: auto;
	margin: 0 3px 0 0;
	padding: 5px 10px;
	font-size: 14px;
	color: #ee8300;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #fff;
	background: #222;
	}
a.capsule:hover {
	color: #fff;
	text-decoration: none;
	}
a.capsule_on {
	float: left;
	width: auto;
	height: auto;
	margin: 0 3px 0 0;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #fff;
	background: #222;
	}
a.capsule_on:hover {
	color: #fff;
	text-decoration: none;
	}

/*************** Banner 'More' Link ***************/

.banner_more {
	position: absolute;
	top: 402px;
	left: 574px;
	width: 38px;
	height: 30px;
	z-index: 100;
	font-size: 14px;
	color: #ee8300;
	font-weight: bold;
	}
.banner_more a {
	color: #ee8300;
	text-decoration: underline;
	}
.banner_more a:hover {
	color: #fff;
	text-decoration: underline;
	}

/*******************************************************************************/
/********************** Homepage  Top Right Feature Styles *************************/

.home_features_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 328px;
	height: 317px;
	}
.home_features_right h2 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 14px 14px 0 12px;
	}
.home_features_right p {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 14px 14px 0 12px;
	line-height: 1.18em;
	}
.home_features_right a {
	color: #d7e3ee;
	text-decoration: underline;
	}
.home_features_right a:hover {
	color: #fff;
	text-decoration: underline;
	}
.home_features_right img.mrg {
	margin: 0 0 6px 12px;
	border: solid 1px #fff;
	}

/****************************** Homepage Lower Left Column Styles *******************************/

.homesub_left {
	margin: 0;
	padding: 0 0 12px 0;
	float: left;
	width: 617px;
	background: url(images/subhome-bg.gif) no-repeat;
	}
.homesub_left h2 {
	margin: 34px 14px 0 30px;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	}
.homesub_left h2.normal {
	margin: 14px 14px 0 30px;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	}
.homesub_left p {
	margin: 12px 14px 0 30px;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 1.3em;
	}
.homesub_left ul {
	margin: 12px 14px 0 30px;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	list-style-image: url(images/subhome-bullet.gif);
	}
.homesub_left li {
	margin: 0px;
	padding: 1px 0 1px 0;
	}
.homesub_left a {
	color: #31597a;
	}
.homesub_left img.program {
	margin: 0 0 6px 14px;
	border: solid 1px #5a97ca;
	}

.italic, em {
	font-style:italic;
}

/*********************** Subpage Main Column Styles *****************************/

sup {
	margin:0 0 0 2px;
}

.submain {
	margin: 0;
	padding: 0 0 12px 0;
	float: left;
	width: 630px;
	background: url(images/sub-main-bg.gif) repeat-x 0 0;
	min-height: 500px;
	}
.submain-cms {
	margin: 0;
	padding: 0 0 12px 0;
	float: left;
	width: 958px;
	min-height:375px;
	background:url(images/sub-main-bg.gif) repeat-x 0 0;
	}
.submain h1, .submain-cms h1 {
	margin: 16px 14px 0 14px;
	padding: 0;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: #31597a;
	font-weight: normal;
	}
.submain h2, .submain-cms h2 {
	margin: 28px 14px 0 14px;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	}
.submain h2.normal, .submain-cms h2.normal {
	margin: 14px 14px 0 30px;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	}
.submain h3, .submain-cms h3 {
	margin: 14px 14px 0 14px;
	padding: 0;
	font-size: 14px;
	color: #31597a;
	font-weight: bold;
	line-height:1.35em;
	}
.submain h3.dotted, .submain h3.slide, .submain-cms h3.dotted, .submain-cms h3.slide {
	margin: 6px 14px 0 14px;
	padding: 4px 0 0 0;
	font-size: 14px;
	color: #31597a;
	font-weight: bold;
	background: url(images/dotted.gif) top left repeat-x;
	}
.submain h3.slide a, .submain-cms h3.slide a {
	display: inline-block;
	padding: 2px 0 2px 21px;
	margin:0 0 0 12px;
	font-size:13px;
	font-weight:normal;
	background: url(images/icons/16/106.png) left no-repeat;
	text-decoration: none;
	}
.submain h3.slide a:hover, .submain h3.slide a.expand:hover, .submain-cms h3.slide a.expand:hover {
	text-decoration: underline;
	}
.submain h3.slide a.expand, .submain-cms a.expand {
	display: inline-block;
	padding: 2px 0 2px 21px;
	background: url(images/icons/16/108.png) left no-repeat;
	}

.submain h3 a, .submain-cms h3 a {
	text-decoration: none;
	}
.submain h3 a:hover, .submain-cms h3 a:hover {
	text-decoration: underline;
	}
.submain p, .submain-cms p {
	margin: 14px 14px 0 14px;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 1.35em;
	}
.submain p.stafflist, .submain-cms p.stafflist {
	font-size: 14px;
	}
.submain p.mrgmore, .submain-cms p.mrgmore {
	margin: 20px 14px 0 14px;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 1.35em;
	}
.submain p.small, .submain-cms p.small {
	font-size: 12px;
	}
.submain blockquote, .submain-cms blockquote {
	margin: 14px 14px 0 14px;
	padding: 10px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 1.35em;
	text-align:justify;
	background:#e9eff4;
	}
.submain ul, .submain-cms ul {
	margin: 12px 14px 0 30px;
	padding: 0 0 0 10px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	list-style-image: url(images/subhome-bullet.gif);
	}
.submain ul li {
	margin:0;
	padding:2px 0 2px 0;
	}
.submain ol, .submain-cms ol {
	margin: 12px 14px 0 25px;
	padding: 0 0 0 25px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	list-style:inherit
	}
.submain ol.small, .submain-cms ol.small {
	margin: 12px 14px 0 25px;
	padding: 0 0 0 25px;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	list-style:decimal;
	}
.submain ol.small li, .submain-cms ol.small li {
	margin: 0px;
	padding: 1px 0 1px 0;
	line-height: 1.25em;
	}
.submain a, .submain-cms a {
	color: #31597a;
	}
.submain img.program, .submain-cms img.program {
	margin: 0 0 6px 14px;
	border: solid 1px #5a97ca;
	}

.more_info {
	margin: 14px 14px 0 14px;
	padding: 0 0 10px 0;
	width: 600px;
	border: solid 1px #c2d5e2;
	background: #e9eff5 url(images/div-more-left.gif) left no-repeat;
	}
.slide-sample {
	margin: 8px 14px 0 14px;
	padding: 0 0 10px 0;
	width: 588px;
	border: solid 1px #c2d5e2;
	background: #e9eff5 url(images/div-more-left.gif) left no-repeat;
	}
.more_info p {
	margin: 0px;
	padding: 10px 10px 0 14px;
	font-size: 13px;
	}
.slide-sample p {
	margin: 0px;
	padding: 10px 10px 0 14px;
	font-size: 13px;
	text-align: justify;
	}
.more_info ul, .slide-sample ul {
	margin: 8px 0px 0 14px;
	padding: 0 10px 0px 10px;
	font-size: 13px;
	list-style-image: url(images/more-info-bullet.png);
	line-height: 1.25em;
	}
.more_info li, .slide-sample li {
	padding: 2px 0 2px 0;
	}


/****************************** Subpage Right Column Styles *******************************/

#homesub_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 328px;
	}
.homesub_right_rel {
	margin: 0;
	padding: 0;
	position: relative;
	width: 328px;
	}

/************************ Fixed Width/Height Module Styles ***************************/

.homesub_fixed_module {
	margin: 0px 0 0 0px;
	padding: 0 0 12px 0;
	width: 328px;
	}
.homesub_partner_wrap {
	margin: 0 15px;
	padding: 0px;
	width: 310px;
	height: auto;
	}

.homesub_logo_left {
	float:left;
	width:21px;
	height:auto;
	margin:12px 0 0;
}
.homesub_text_right {
	float:right;
	width:276px;
	height:auto;
	margin:0 0px 0 0px;
}

.homesub_fixed_module h2 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin: 0 15px;
	padding: 0 12px 0 0;
	}
.homesub_fixed_module p {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 10px 12px 0 18px;
	line-height: 1.2em;
	}
.homesub_fixed_module p.color {
	color: #31597a;
	margin: 12px 0 0 0px;
	padding:0;
	}
.homesub_fixed_module p.color_mrg {
	color: #31597a;
	margin: 19px 0 0 0px;
	padding:0;
	}
.homesub_fixed_module a {
	color: #31597a;
	text-decoration: underline;
	}
.homesub_fixed_module a:hover {
	color: #31597a;
	text-decoration: underline;
	}
.homesub_fixed_module img.mrg {
	margin: 0 0 6px 12px;
	border: solid 1px #999;
	}

.homesub_fixed_module img.partners {
	margin: 0 12px 4px 0;
	}

.homesub_fixed_module_graphic {
	margin: 0 0 0 18px;
	padding: 0;
	width: 310px;
	height: 164px;
	background: url(images/flower-bg.gif) no-repeat;
	}

.margin_text {
	padding:5px 0 0 0 !important;
}

/********************************* Floating Menu **********************************/

#floatMenu {
    position:absolute;
    top:342px;
    left:632px;
    margin-left:0px;
    width:328px;
	background: url(images/sub-main-bg.gif) repeat-x 0 0;
	padding-top: 6px;
	}
#floatMenu ul {
    margin-bottom:20px;
	}
#floatMenu ul li a {
    display:block;
    border:1px solid #999;
    background-color:#222;
    border-left:6px solid #999;
    text-decoration:none;
    color:#ccc;
    padding:5px 5px 5px 25px;
	}

/********************************* Footer **********************************/

div#footer {
	margin: 8px 0 0 0;
	padding: 0 0 20px 0;
	clear: both;
	}
div#footer img {
	border:none;
	}
.footer_left {
	float: left;
	display:inline;
	width: 534px;
	margin: 0px;
	padding: 0px;
	}
.footer_left p {
	font-size: 12px;
	color: #444;
	margin: 0 0 0 13px;
	padding: 0;
	line-height: 1.3em;
	}
.footer_left a {
	color: #31597a;
	}

.footer_right {
	float: right;
	display:inline;
	width: 425px;
	margin: 0 0px 0 0;
	padding: 0px;
	text-align: right;
	}
.footer_right a.hsph {
	margin: 0 15px 0 0;
	padding:0;
	}

/********************************* Special **********************************/

a.hhrj_module {
	display: block;
	background: transparent url(images/HHR_blurb-1.jpg) no-repeat left top;
	}
	
a.hhrj_module p {
	display: none;
	}
	
div#maincontent_subhome a.hhrj_module {
	width: 327px;
	height: 157px;
	border: 1px solid #d3d3d3;
	border-width: 0 0 1px 1px;
	}
	
div#floatMenu a.hhrj_module {
	width: 326px;
	height: 157px;
	border: 1px solid #6f96b3;
	margin-top: 2px;
	}
	
/********************************* Search Results **********************************/

ol#search-results h3 {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	}

ol#search-results p {
	margin-top: 0;
	}
	
div#paginator {
	margin: 15px;
	border-top: 1px solid #CCCCCC;
	padding : 10px 0px 0px 0px;
	}
	
div#paginator p {
	margin: 0 auto;
	width: 275px;
	position: relative;
	text-align: center;
	}
	
div#paginator p:hover {
	cursor: default;
	}
	
div#paginator p a {
	padding: 3px;
	text-decoration: none
	}
	
div#paginator p a.on, div#paginator p a:hover {
	text-decoration: underline;
	}
	
div#paginator p a.prev, div#paginator p a.next {
	position: absolute;
	}

div#paginator p a.prev {
	left: 0; top: 0;
	padding: 0 5px 0 0;
	}
div#paginator p a.next {
	right: 0; top: 0;
	padding: 0 0 0 5px;
	}

.nav_carat {
	color:#94b2cb;
	margin:0 6px;
}

.imgmargin_left {
	margin:0 0 10px 20px;
}
.imgmargin_right {
	margin:0 20px 10px 0;
}
.imgmargin_left_bdr {
	margin:0 0 10px 20px;
	border:solid 1px #31597a;
}
.imgmargin_right_bdr {
	margin:0 20px 10px 0;
	border:solid 1px #31597a;
}
