/* CSS Document */

/*** Body and Wrapper ***/
/* Center-align the website */


body {
	font-size:62.5%;
	color:#535353;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	line-height:1.4;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #C9E9AB;
}
	
#wrapper {margin:0 auto;text-align:left;}

/*** Wrapper ***/
body #wrapper{
	width:800px;
	min-height:800px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	padding: 10px;
}

#header {
	height:125px;
	font-weight: 200;
}

#header h1 {
	font-size:2.2em;
	padding-top:20px;
	padding-left:175px;
}

#header img {
	float:left;
}

p {
	padding-left:5px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	padding-bottom:3px;
}

h1 {
	font-size:1.7em;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.4em;
}

h4 {
	font-size:1.2em;
}

img.floatLeft { 
    float: left; 
    margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px; 
}

img.floatRight { 
    float: right; 
    margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px; 
}

.mission {
	float:right;
	font-size: 2em;
	font-style: oblique;
	font-weight: lighter;
	color: #666666;
	display: block;
	width: 150px;
	background-color: #E5E5E5;
	padding: 5px;
	margin: 5px;
}

.advert {
	float:right;
	font-size: 1.3em;
	font-weight: lighter;
	color: #666666;
	display: block;
	width: 150px;
	background-color: #E5E5E5;
	padding: 5px;
	margin: 5px;
}

.testimonial {
	margin: 0 auto;
	font-size: 1.3em;
	color: #666666;
	display: block;
	width: 650px;
	background-color: #EAF7DF;
	padding: 5px;

}

.test_header {
	margin-left: 25px;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1em;
}

blockquote {
	font-size: 1.6em;
	font-style: oblique;
	font-weight: lighter;
	color: #666666;
	display: block;
	width: 250px;
	background-color: #E5E5E5;
	padding: 5px;
	margin: 0 auto;
	clear: both;
}

#nav {
	height: 31px;
	clear:both;
	}

#nav a {
	display: block;
	height: 50px;
	font-size:1.3em;
	font-weight:bold;
	color:#FFB442;
	text-decoration: none;
	vertical-align: middle;
		}


	
#nav a:hover {
	background-image:url(../images/hand_blue.gif);
	background-repeat: no-repeat;
	background-position: right;	
	}

#nav ul {
	padding: 0;
	list-style-type: none;
	}
	
	
#nav ul li {
	float: left;
	width: 105px;
	height: 50px;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	}

.clear {
	clear:both;
}
