/*
Theme Name: 
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/

/* reset styles */
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; font-size: 100%; 
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-size: 62.5%;
	text-align: center;
	color: #858585;
	background: #EDF2FA;
}

/* container - place inside each section or around the entire page depending on your layout */
.container {
	width: 976px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url('images/shadow.png') left repeat-y;
}

/* misc classes */
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.right {
	float: right;
}
.left {
	float: left;
}

/*--- Typography section -----------------------------*/
h1 {
	font: 2.8em Verdana, Arial, Helvetica, sans-serif;
	color: #4B641E;
	text-shadow: #C1E089 0 1px 0;
	font-weight: bold;
}
h2 {
	font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	margin-bottom: 30px;
}
h3 {
	font: 1.89em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	margin-bottom: 15px;
}
.headline {
	font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #EAF4D5;
	font-style: italic;
}
.large {
	font: 2.8em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.white {
	color: #fff;
}

/*--- header section - put whatever you want here ---*/
#header #logo {
	background: #EDF2FA;
}
#header .green {
	background: url('images/back-green.png') top left repeat-x;
	height: 200px;
	margin: 0 8px 0 8px;
	z-index: 1;
	position: relative;
}
#header .green .woman {
	width: 382px;
	position: absolute;
	top: 0;
	right: 0;
}
#header .darkgrey {
	background: url('images/back-darkgrey.png') top left repeat-x;
	height: 55px;
	margin: 0 8px 0 8px;
	padding: 20px 0 0 30px;
	z-index: 0;
	position: relative;
}
.button {
	background: url('images/button-green.png') no-repeat;
	width: 170px;
	height: 55px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 380px;
	padding: 20px 0 0 0;
}
#top {
	background: url('images/top.png') top left no-repeat;
	width: 976px;
	height: 18px;
}

/*--- content section - put whatever you want here ---*/
#content {
	margin: 0 8px 0 8px;
	background: url('images/back-lightgrey.png') top repeat-x;
	padding: 22px;
}
#content #explore {
	border-right: 1px solid #ccc;
	width: 517px;
}
#content #explore li {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #858585;
	background-image: url('images/checkmark.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 55px;
	margin-top: 20px;
	min-height: 30px;
}
#content #contact {
	width: 306px;
	height: 235px;
	background: url('images/contact-square.png') top left no-repeat;
	margin-top: 4px;
	padding: 35px 42px 35px 42px;
}
#content #contact .contact-icon {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 20px;
}
#content #contact .contact-text {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 20px;
}
#content #contact .contact-text a {
	color: #666;
	font-size: .9em;
}


#bottom {
	background: url('images/bottom.png') top left no-repeat;
	width: 976px;
	height: 18px;
}

/*--- footer section - put whatever you want here ---*/
#footer {
	width: 960px;
	text-align: left;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	padding-bottom: 15px;
}
#footer a {
	color: #666;
}



