/* 
Created for  ProMission Projects in December 2008 and January 2009 
Written by Gabe Wallace
http://promission.net/

Index:
- Main Page Styles


*/




/* Main Page Styles
------------------------------------------------------------------------ */ 

#mainfeature {
	background:  url(../img/main_head_bg3.jpg) repeat-x left top;
	width: 100%;
	margin-top: 10px;
}

.mainfeatureclass {
	margin: 0 auto;
	clear: both;
	display: block;
	width: 1000px;
	min-height: 85px;
	text-align: left;
	position: relative;
}

#maintext {
	width: 500px;
	height: 85px;
	margin: 15px 0px 0px 100px;
	float: left;
	
}

#maintext h1 {
	font-size: 30px;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
}

.mainfeatureclass .image {
	background: none;
	height: 85px;
	display: block;
}

.bodywrap {
	clear: both;
	width: 100%;
	min-width: 1000px;
	background: #ffffff;
}


#mainbase {
	background: none;
}

.mainbaseclass {
	clear: both;
	width: 1000px;
	border-top: none;
	margin: 0 auto;
	padding: 30px 0;
	display: block;
	min-height: 0px;
	text-align: left;
	position: relative;
}


#right {
	width: 654px;
	float: left;
	margin: 0px 0px 20px 20px;
}


.learnmore {
	float: left;
	width: 654px;
	display: inline;
}

.learnmore a {
	color: #343333;
	font-size: 25px;
	font-weight: lighter;
	margin-top: 30px;
	text-decoration: none;
}

.learnmore p {
	color: #292929;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}


.learnmore h1 {
	color: #870303;
	font-family: Arial Narrow, sans-serif;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: lighter;
	text-decoration: none;
}


.learnmore h2 {
	color: #232732;
	font-family: Helvetica, Arial Narrow, sans-serif;
	font-size: 18px;
	font-weight: lighter;
}

