@charset "UTF-8";

/*---------- RESET ----------*/

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, 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,article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a:link,a:visited{
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}

ul, ol{
	list-style: none;
}

html{
	width: 100%;
	height: 100%;
}

body{
	font-size: 14px;
	line-height: 20px;
	font-family: "Proxima Nova", Arial, sans-serif;
	background: #edeae6;
}

/* --------------- clearfix ------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* END clearfix */

#container{
	width: 949px;
	margin: 0 auto;
	box-shadow: 0 6px 7px #cbcbcb;
	-moz-box-shadow: 0 6px 7px #cbcbcb;
	-webkit-box-shadow: 0 6px 7px #cbcbcb;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 0;
}

#header{
	background: url(../images/header-bg.jpg) no-repeat;
	min-height: 676px;
	position: relative; 	
}

.headerTop{
	background: #015ea3;
	height: 9px;
	box-shadow: 0 1px 3px rgba(4,4,4,0.2);
	-moz-box-shadow: 0 1px 3px rgba(4,4,4,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(4,4,4,0.2);
}

.logo{
	float: left;
	margin-left: 36px;
	margin-top: 41px;
}

#header img.headerImg{
	position: absolute;
	right: 0;
	top: 45px;
}

.about{
	background: #fff;
	padding: 70px 19px 60px;
}

.about h1{
	font-size: 45px;
	color: #009140;
	font-family: "Chaparral Pro";
	margin-bottom: 23px;
	font-weight: bold;
}

.about p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
}

.box{
	background: #e5e5e5;
	padding: 10px;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
}

.slideshow{
	margin-top: 40px;
	position: relative;
}

.slideshowWrapper{
	width: 889px;
	height: 476px;
	overflow: hidden;
	position: relative;
}

a.prev{
	display: block;
	width: 41px;
	height: 37px;
	display: block;
	background: url(../images/sprites1.png) 0 0 no-repeat;
	position: absolute;
	top: 233px;
	left: 33px;
	z-index: 10;
}

a.prev:hover{
	background: url(../images/sprites1.png) 0 -42px no-repeat;
}

a.next{
	display: block;
	width: 41px;
	height: 37px;
	display: block;
	background: url(../images/sprites1.png) -53px 0 no-repeat;
	position: absolute;
	top: 233px;
	right: 33px;
	z-index: 10;
}

a.next:hover{
	background: url(../images/sprites1.png) -53px -42px no-repeat;
}

.slideshowWrapper img{
	position: absolute;
	top: 0;
	left: 0;
}

.slideshowNav{
	width: 170px;
	margin: 20px auto 0;
}

.slideshowNav a{
	background: url(../images/sprites1.png) -103px 0 no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.slideshowNav a.activeSlideNav{
	background: url(../images/sprites1.png) -103px -18px no-repeat;
}

.address{
	width: 889px;
	height: 327px;
	margin-left: 19px;
	margin-bottom: 54px;
}

.addressLeft{
	float: left;
	width: 320px;
	height: 272px;
	background: #fff url(../images/address-left-bg.gif) repeat-x;
	padding-left: 80px;
	padding-top: 55px;
	border-right: 1px solid #e4e4e4;
}

.addressLeft h2{
	font-size: 28px;
	color: #009140;
	font-family: "Chaparral Pro";
	margin-bottom: 20px;
	font-weight: bold;
}

.addressLeft p{
	font-size: 18px;
	line-height: 24px;
	color: #666;
}

.addressLeft p.addressP{
	margin-bottom: 10px;
}

.addressLeft p a{
	color: #666;
}

.addressMap{
	float: right;
	width: 488px;
	height: 327px;
	overflow: hidden;
}

#footer{
	min-height: 80px;
	background: #dadada;
	padding-left: 20px;
	border-top: 15px solid #009140;
	position: relative;
}

#footer p{
	color: #717171;
	font-size: 18px;
	text-shadow: 1px 1px rgba(255,255,255,0.65);
	margin-top: 32px;
}

#footer img.footerImg{
	position: absolute;
	right: 35px;
	top: -65px;
}