/*MASTHEAD*/

div#masthead_container {
	width: 100%;
	height: 300px;
	position: relative;
	margin: 0px auto 0px auto;
	background: url(/../assets/images/home/masthead_bg.png) white repeat-x;
}

div#masthead_promo_container {
	width: 960px;
	height: 300px;
	position: relative;
}

div.masthead_promo {
}

div#masthead_promo_01 {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 1;
	background: url(/../assets/images/home/masthead_bg.png) #2277c0 repeat-x;
}

div#masthead_promo_01_item {
	width: 960px;
	height: 300px;
	position: absolute;
	background: url(/../assets/images/home/masthead_promo_01_bg.png);
}

div#masthead_promo_02 {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 1;
	background: url(/../assets/images/home/masthead_bg.png) #9a3b7f repeat-x;
}

div#masthead_promo_02_item {
	width: 960px;
	height: 300px;
	position: absolute;
	background: url(/../assets/images/home/masthead_promo_02_bg.png);
}

div#masthead_promo_03 {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 1;
	background: url(/../assets/images/home/masthead_bg.png) #1a8296 repeat-x;
}

div#masthead_promo_03_item {
	width: 960px;
	height: 300px;
	position: absolute;
	background: url(/../assets/images/home/masthead_promo_03_bg.png);
}

div#masthead_promo_04 {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 1;
	background: url(/../assets/images/home/masthead_bg.png) #1a8296 repeat-x;
}

div#masthead_promo_04_item {
	width: 960px;
	height: 300px;
	position: absolute;
	background: url(/../assets/images/home/masthead_promo_03_bg.png);
}

div#masthead_promo_05 {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 1;
	background: url(/../assets/images/home/masthead_bg.png) #8c112d repeat-x;
}

div#masthead_promo_05_item {
	width: 960px;
	height: 300px;
	position: absolute;
	background: url(/../assets/images/home/masthead_promo_04_bg.png);
}




/*CONTENT*/

div#home_container {
	width: 960px;
	margin: 0px auto 12px auto;
	position: relative;
}

div#home_explain {
	color: white;
	left: 0px;
	background: #1a8296;
	padding: 12px 12px 1px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 12pt;
	line-height: 1.75em;
	text-align: center;
}

div#home_explain p {
	margin-bottom: 12px;
}

h1 {
	font-family: "presicav-1","presicav-2",sans-serif;
	font-weight: 500;
	font-size: 14pt;
	color: white;
	margin: 0px 0px 12px 0px;
	text-align: center;
}

div#home_blogs {
	width: 688px;
	position: absolute;
	left: 0px;
	padding: 12px 12px 12px 0px;
	color: #444444;
}

div#home_blogs h1 {
	text-align: left;
	color: #1a8296;
	font-size: 12pt;
}

.blog_person {
	background: url(/../assets/images/connect/user_pic_sam.jpg);
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: -5000px;
	display: block;
}

.blog_title {
	font-weight: bold;
	margin-left: 62px;
	padding-top: 5px;
}

.blog_subtitle {
	font-weight: bold;
	font-size: 8pt;
	margin-left: 62px;
}

.blog_content {
	margin-left: 62px;
	padding-right: 62px;
	font-size: 12pt;
	line-height: 1.5em;
}

div#home_sections {
	width: 224px;
	background: #eeeeee;
	position: absolute;
	right: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 12px 0px 12px;
	color: #666666;
}

div#home_sections h1 {
	text-align: left;
	color: #1a8296;
	font-size: 12pt;
}

div#home_sections a {
	font-weight: bold;
}

a#home_sections_ichurch {
	color: #2277c0;
}

a#home_sections_connect {
	color: #9a3b7f;
}

a#home_sections_video {
	color: #b1183b;
}

a#home_sections_store {
	color: #e5851b;
}


