@charset "UTF-8";
html, body {
	height: 100%;
	text-align: center;
}
body {
	background-image: url(../images/background/main.jpg);
	background-repeat: repeat-x;
}

#container {
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 64em;
	text-align: left;

}

/*header rules*/

#header {
	height: 120px;
}
#logo {
	position: relative;
	float: left;
	left: 50px;
	width:352px;
	top: 12px;
}

#nav {
position:relative;
float: right;
color:#2A88C9;
top: 0px;
}

li {
	background: url(../images/background/bullet.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	padding-right: 15px;
}

#nav li {
display:inline;
}
#nav a {
	text-decoration:none;
}

#nav a:link {
color:#2A88C9;
}
#nav a:visited {
color:#2A88C9;
}
#nav a:hover {
color:#D57B28;
}
#nav a:active {
color:#2A88C9;
}

/*slider rules*/

#slider {
	height: 400px;
	margin-left: 100px;
	margin-top: 2px;
}
#slider a {
	border: none;
	text-decoration: none;
}

/*image_center rules*/

#image_center {
	height: 330px;
	margin-left: 100px;
	margin-top: 2px;
}

/*home rules*/

#home_content {
	height: 300px;
	margin-top: 20px;
}

.feature {
	padding-left: 10px;
	background: url(../images/background/blue_gradient.jpg) no-repeat;
	width: 190px;
	float: left;
	min-height: 100%;
	margin-left: 20px;
	color: #808080;
	padding-right: 10px;
}
#home_content h3 {
	color: #2A88C9;
}
.feature p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 2px;
	line-height: 1.4em;
	color: #808080;
	clear: both;
}

.feature a {
	padding-left:18px;
	text-decoration:none;

}
.feature a:link {
	color: #808080;

}
.feature a:visited {
	color: #808080;

}
.feature a:hover {
	color: #D57B28;
		background: url(../images/background/bullet.gif) left center no-repeat;
}
.feature a:active {
	color: #808080;

}

.feature_title {
	font-family: Cambria, serif;
	font-size: 29px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #D57B28;
	margin-left: 15px;
}
.float img {
	float:right;
	position: relative;
	padding-right: 10px;
}

.float2 img {
	float:left;
	position: relative;
	margin: 10px;
	border: thick groove #2B86C7;
}


/*feature _Large section*/

.feature_large {
	padding-left: 10px;
	background: url(../images/background/gradient_large.jpg) no-repeat;
	width: 650px;
	float: left;
	min-height: 100%;
	margin-left: 20px;
	color: #808080;
	padding-right: 10px;
}

.feature_large p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
}
.feature_large .float img {
	float:left;
	position: relative;
	padding-right: 20px;
	padding-bottom:15px;
}

.feature_large .learn_more a {
	margin-left: -18px;
	background: none;
}

.feature_large a:link {
	color: #D57B28;
	text-decoration:none;

}
.feature_large a:visited {
	color: #D57B28;
	text-decoration:none;

}
.feature_large a:hover {
	color: #2A88C9;
	text-decoration:none;

}
.feature_large a:active {
	color: #D57B28;
	text-decoration:none;
}

/* Testimony Div Rules*/

.testimony {
	padding-left: 10px;
	position: relative;
	background: url(../images/background/blue_gradient.jpg) no-repeat;
	width: 195px;
	float: left;
	min-height: 400px;
	margin-left: 75px;
	padding: 10px;
}
.testimony p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 2px;
	line-height: 1.2em;
	color: #808080;
	padding-left:10px;
	padding-right:10px;
}
hr {
	color: #D06718;
	clear: both;
	margin-top: 15px;
}

.testimony a {
	padding-left:18px;
	text-decoration:none;

}
.testimony a:link {
	color: #808080;

}
.testimony a:visited {
	color: #808080;

}
.testimony a:hover {
	color: #D57B28;
		background: url(../images/background/bullet.gif) left center no-repeat;
}
.testimony a:active {
	color: #808080;

}

/*Testimony Quotes section*/


.bqstart {
	font-family: Cambria, serif;
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #2A88C9;
 }

 .bqend {
	 font-family: Cambria, serif;
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #2A88C9;
 }

/* learn more rules */

.learn_more {
	background: url(../images/background/buttons/learn_more.jpg) no-repeat center;
	width:inherit;
	text-align:center;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-top: 30px;
	position: relative;
	bottom: 0px;
}

.feature .learn_more a {
	margin-left: -18px;
	background: none;
}

.testimony .learn_more a {
	margin-left: -18px;
	background: none;
}
.learn_more a:link {
	color: #FFFFFF;
	text-decoration:none;

}
.learn_more a:visited {
	color: #FFFFFF;
	text-decoration:none;

}
.learn_more a:hover {
	color: #808080;
	text-decoration:none;

}
.learn_more a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* read story rules */

.read_story {
	background: url(../images/background/buttons/story.png) no-repeat center;
	text-align:center;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	position: relative;
	float: right;
	margin-bottom: 10px;
	width:140px;
}

.feature_large .read_story a {
	margin-left: -18px;
	background: none;
}

.read_story .learn_more a {
	background: none;
}
.read_story a:link {
	color: #FFFFFF;
	text-decoration:none;

}
.read_story a:visited {
	color: #FFFFFF;
	text-decoration:none;

}
.read_story a:hover {
	color: #808080;
	text-decoration:none;

}
.read_story a:active {
	color: #FFFFFF;
	text-decoration:none;
}


/*footer rules*/

#footer {
height: 100px;
position: relative;
clear: both;
}
.terms {
	position: relative;
	float: left;
}
.copyright {
	position: relative;
	float: right;
}

.clearfooter {
height: 100px;
clear: both;
}

#footer_content p {
	color: #2A88C9;
	font-family: cambria, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: right;
}
#footer_content {
	margin-left: auto;
	margin-right: auto;
	width: 64em;
}

#footer_content .learn_more a {
	margin-left: -18px;
	background: none;
}

#footer_content a:link {
	color: #D57B28;
	text-decoration:none;

}
#footer_content a:visited {
	color: #D57B28;
	text-decoration:none;

}
#footer_content a:hover {
	color: #2A88C9;
	text-decoration:none;

}
#footer_content a:active {
	color: #D57B28;
	text-decoration:none;
}
