/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-position: inside;
	
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	text-align: center;
	background: #eff5eb url(images/green_bg.gif) center top repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}

#top {
	background: #eff5eb;
	width: 100%;
	border-bottom: solid 2px #fff;
}

#green_box {
	width: 720px;
	background-color: #7fae52;
	margin: 0 auto;
	}

#pattern {
	position: relative;
	background: #eff5eb url(images/pattern2.gif) repeat;
	margin: 0 auto;
	width: 100%;
	border-bottom: solid 2px #fff;
}

#header {
	width: 720px;
	margin: 0 auto;
	}

#nav {
	width: 720px;
	background: #dbe8ce url(images/nav_bg.gif) top repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	}
	
#nav ul {
     padding: 0 12px;
	}
	
#nav ul li{
	display: inline;
	}
	
#nav ul li a{
	color: #7ead51;
	padding: 0 .5em .1em .5em;
	border-right: 1px solid #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	}

#nav ul li.last {
	border: none;
	}
	
#nav ul li a:hover, #nav ul li a:focus{
	color: #fff;
	background-color: #93BA6E;
	}
	
#nav ul li a.active {
	color: #fff;
	background-color: #93BA6E;
	}

.content {
	margin: 0 auto;
	width: 680px;
	text-align: left;
	padding: 1.2em;
	}
	* html .content {
	width: 700px;
	w\idth: 680px;
	}

.content h1 {
	/*font-size: .8em;*/
	font-size: 1.5em;
	color: #666;
	}
	
.content h2 {
	/*font-size: .7em;*/
	font-size: 1.3em;
	color: #93BA6E;
	}
	
.content p {
	/*font-size: .7em;*/
	font-size: 1.2em;
	color: #666;
	line-height: 1.5em;	
	}

.content ul {
	font-size: 1em;
	color: #999;
	line-height: 1.5em;
	padding: 0 1.5em 0 1em;
	list-style-type: none;	
	}

.content em {
	font-weight: bold;
	font-style: normal;
	}

.content a {
	color: #7fae52;
	text-decoration: none;
	}

.content a:hover, .content a:focus{
	text-decoration: underline;
	}

.sidebar {
	width: 25%;
	border-left: dotted 1px #ccc;
	float: right;
	padding: 0 .5em;
	margin: 0 0 0 1em;
	height: 100%;
	}
	
	* html .sidebar {
	width: 12em;
	w\idth: 11em;
	}

.sidebar h1 {
	font-size: 1em;
	color: #666;
	}
	
.sidebar p {
	font-size: 1em;
	color: #666;
	line-height: 1.5em;	
	padding: 0 1.5em 0 0;
	}
	
.sidebar ul {
	font-size: 1em;
	color: #666;
	line-height: 1.5em;	
	padding: 0 1.5em 0 1em;
	}
	
.sidebar_map {
	width: 340px;
	border-left: dotted 1px #ccc;
	float: right;
	padding: 0 5px;
	margin: 0 0 0 5px;
	height: 100%;
	text-align: center;
	}
	
	* html .sidebar_map {
	width: 3450px;
	w\idth: 340px;
	}
	
.galleries {
	width: 25%;
	border-left: dotted 1px #ccc;
	float: right;
	padding: 0 1%;
	margin: 0 0 0 10px;
	height: 100%;
	}
	
	* html .galleries {
	width: 26%;
	w\idth: 25%;
	}

.galleries h1 {
	font-size: 1em;
	padding: 0 0 .3em 0;
	color: #666;
	}
	
.galleries p {
	font-size: 1em;
	color: #666;
	line-height: 1.5em;	
	padding: 0 1.5em .4em 0;
	font-weight: bold;
	}
	
p.testimonial {
	padding: 10px;
	width: 450px;
	font-size: 1.05em;
	color: #7ead51;
	border-top: 1px dotted #7ead51;
	border-bottom: 1px dotted #7ead51;
	font-weight: bold;
	}
	
p.testimonial2 {
	padding: 10px 0;
	font-size: 1.05em;
	color: #7ead51;
	border-top: 1px dotted #7ead51;
	border-bottom: 1px dotted #7ead51;
	font-weight: bold;
	}
	
	
	
	
	
	
	
