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

/* Normalizes margin, padding */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../../assets/images/back_tile_main.jpg) repeat-x;
	width: 990px;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
/*Define text styles*/

p {
	font-size: 1.2em;
	color: #242424;
	line-height: 1.5em;
	}
	
h1 {
	color: #4B8000;
	font: 2.2em Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	}
	
h2 {
	font: 1.6em Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #242424;
	}
	
h3 {
	font: bold 1.3em Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}
	
h4 {
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #242424;
	margin-bottom: 10px;
	}
	
h5 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	}
	
blockquote {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	}
	
a:link {
	color: #660000;
	}

a:visited {
	color: #660000;
	}

a:hover {
	color: #996600;
	}
	

	
ul {
	list-style: url(../../assets/images/bullet.gif);
	margin-bottom: 10px;
	}
	
li {
	font-size: 1.2em;
	margin-left: 15px;
	line-height: 1.5em;
	}
	
	
/*Define styles for Main Containers*/

#container {
	}
	
#header {
	height: 148px;
	width: 990px;
	}
	
#nav {
	width: 39px;
	}

/*Define styles for content area*/
	
#content_container {
	background: url(../../assets/images/content_tile.gif) repeat-y;
	float: left;
	width: 990px;
	
	}
	
#content {
	float: right;
	width: 665px;
	margin-right: 65px;
	margin-top: 15px;	
	}
	
#content_back {
	background: url(../../assets/images/content_back.jpg) no-repeat;
	width: 990px;
	min-height:605px;
	height:auto !important;
	height:605px;	
	}
	
#content img {

	}
	
.sub_text {
	margin: 20px;
	}

/*Define styles for photos within Content*/

.right_photo {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	}

.left_photo {
	float: left;
	margin-right: 10px;
}


	

	
/*Define styles for sidebar*/

#sidebar {
	float: left;
	color: #242424;
	width: 180px;
	margin-left: 55px;
	margin-top: 30px;
	}
	
.testimonial_container {
	background: url(../../assets/images/testimonials_tile.jpg);
	margin-top: 20px;
	}
	
.testimonial {
	background: url(../../assets/images/testimonials_back.jpg) no-repeat;
	min-height:187px;
	height:auto !important;
	height:187px;
	padding: 10px 8px;
	width: 170px;
	}
	
.credit {
	margin-left: 20px;
	margin-top: 10px;
	}
	
/*Define styles for footer*/

#footer {
	background: url(../../assets/images/footer.jpg) no-repeat;
	height: 84px;
	width: 990px;
	clear: both;
	color: #666666;
	text-align: center;
	font-size: 1.1em;
	padding-top: 40px;
	}
	
#footer a:link {
	color: #666666;
	}
	
#footer a:visited {
	color: #666666;
	}
	
#footer a:hover {
	color: #6C9C20;
	}
	
/*Define styles for Home Page*/

.home_text {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	}
	
#calltoaction_home {
	width: 665px;
	}
	
#calltoaction_home img{
	display: block;
	}
