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

/*#wrapper {
	background-image: url(../images/global/960_grid_16_col.jpg);
	background-repeat: repeat-y;
}*/

#header {
	background-image: url(../images/index/header_bg.jpg);
	height: 310px;
}

#splash {
	position: absolute;
	height: 240px;
	top: 70px;
	right: 10px;
	width: 640px;
}

#splash img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#splash img.active {
    z-index:10;
}

#splash img.last-active {
    z-index:9;
}

#faux_columns {
	background-image: url(../images/index/faux_columns_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#main {
	float: left;
	width: 460px;
}

h2 {
	color: #75328f;
}

#letter_cta {
	background-color: #fff5d5;
	border: 10px solid #ffd244;
	position: relative;
}

#letter_text {
	float: left;
	padding: 10px;
	width: 220px;
}

#letter_text h3 {
	color: #b03246;
}

#letter_links {
	float: right;
	padding: 10px;
	width: 180px;
}

.letter_link {
	background-image: url(../images/index/letter_cta_btn.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	padding: 10px 0 0 10px;
	width: 170px;
}

.letter_link a {
	color: #fff;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

.letter_link_hover {
	background-image: url(../images/index/letter_cta_btn.png);
	background-position: 0 -40px;
	background-repeat: no-repeat;
	height: 30px;
	padding: 10px 0 0 10px;
	width: 170px;
}

.letter_link_hover a {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

.letter_link+.letter_link {
	margin-top: 10px;
}

#storys_feed {
	margin-left: 480px;
	margin-right: 240px;
	font-size: 90%;
}

#storys_feed h3 {
	background-color: #e07d33;
	color: #f7f9f5;
	font-style: italic;
	padding: 10px;
}

#storys_feed h4 {
	margin: 0;
	padding: 10px 10px 0 10px;
}

#storys_feed p {
	margin: 0;
	padding: 5px 10px 10px 10px;
}

#stories_cta_links {
	padding: 10px;
}

.stories_cta_link {
	background-image: url(../images/index/stories_cta_btn.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	padding: 10px 0 0 10px;
	width: 190px;
}

.stories_cta_link a {
	color: #fff;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

.stories_cta_link_hover {
	background-image: url(../images/index/stories_cta_btn.png);
	background-position: 0 -40px;
	background-repeat: no-repeat;
	height: 30px;
	padding: 10px 0 0 10px;
	width: 190px;
}

.stories_cta_link_hover a {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

.stories_cta_link+.stories_cta_link {
	margin-top: 10px;
}

#feature_image {
	margin: 0;
	padding: 10px 10px 0 10px;
}

#feature_image img {
	border: 2px solid #fff;
}

#news_feed {
	float: right;
	font-size: 90%;
	width: 220px;
}

div.newsfeed_container {
	padding: 10px;
}

#news_feed h3 {
	background-color: #3675a3;
	color: #f7f9f5;
	font-style: italic;
	padding: 10px;
}

#news_feed h4 {
	margin: 0;
	padding: 0 0 5px 0;
}

#news_feed p {
	margin: 0;
	padding: 0 0 5px 0;
}

div.subForminput {
	padding-bottom: 8px;
}

div.subForminput input {
	width: 192px;
}

div.subFormsubmit {
	padding-top: 10px;
}

