@import url("reset.css");
/* Layout
-------------------------------------------------------------------*/
body {
	font: 62.5%/1.6 Arial, Helvetica, sans-serif;
	background: url(../images/texture.png) repeat;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../fonts/PTN57F-webfont.eot');
    src: url('../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTN57F-webfont.woff') format('woff'),
         url('../fonts/PTN57F-webfont.ttf') format('truetype'),
         url('../fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Header
-------------------------------------------------------------------*/
h1 { float: left; }

h1 a {
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	height: 104px;
	width: 160px;
	float: left;
	display: block;
	margin: 10px 0 0 0;
}

/* Nav
-------------------------------------------------------------------*/
nav ul {
	list-style-type: none;
	float: right;
}

nav ul li {
	margin: 0;
	display: inline;
}

nav ul li a {
	font-size: 2.2em;
	color: #666;
	font-family: 'PTSansNarrowRegular', Helvetica, Arial;
	font-weight: normal;
	text-transform: uppercase;
	padding: 65px 20px 15px 20px;
	margin: 0 0 0 20px;
	display: block;
	text-shadow: 1px 1px 3px #ccc;
	float: left;
	-moz-border-radius: 0 0 6px 6px; 
	-webkit-border-radius: 0 0 6px 6px; 
	border-radius: 0 0 6px 6px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

nav ul li a:hover, nav ul .active a {
	text-decoration: none;
	background-color: #719445;
	color: #fff;
	text-shadow: 1px 1px 3px #777;
}

/* Home Page Content
-------------------------------------------------------------------*/
#slider { height: 300px; }
#sliderOP { height: 150px; }

#slider img, #sliderOP img {
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#content { clear: both; }

#leftHome {
	float: left;
	width: 700px;
}

#leftHome p#main {
	font-size: 1.7em;
}

#leftHome ul li {
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
}
#leftHome ul .nomargin,
#leftHome ul .nomargin h3 { margin: 0; }

#leftHome ul li h3 {
	float: left;
	line-height: 1em;
	margin: 25px 0 0 0;
}

#leftHome ul li img {
	float: right;
	padding: 0 20px 0 0;
}

#leftHome ul li p { clear: both; padding: 5px 0 0 0; }

#leftHome #special { clear: both; font-size: 2em; }
#leftHome #special a { 
	color: #719445; 
	font-style: italic;
}

#rightHome {
	float: left;
	width: 240px;
	margin: 0 0 0 20px;
}

#rightHome ul li {
	background-color: #eee;
	padding: 15px;
	margin: 0 0 20px 0;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}

#rightHome ul li h3 { margin: -10px 0 0 0; text-shadow: 1px 1px 3px #ccc; }
#rightHome ul .dgreen { background-color: #719445; margin: 0; }
#rightHome ul .dgreen h3 { color: #fff; text-shadow: 1px 1px 3px #777; }
#rightHome ul .lgreen { background-color: #e6f0cb; }

.home form input {
	margin: 0 0 10px 0;
	color: #666;
}

.home form textarea {
	margin: 0 0 5px 0;
}

.home form input, .home form textarea {
	width: 200px;
	padding: 5px 0 5px 8px;
	color: #666;
	border: none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

.home form input:focus, .home form textarea:focus, .home form input:hover, .home form textarea:hover {
	color: #222;
}

.home form #submit {
	background-color: #fff;
	width: 210px;
	margin: 0;
}

.home form #submit:hover {
	font-weight: bold;
}

.clear {
	height: 40px;
	clear: both;
}

/* Other Pages Content
-------------------------------------------------------------------*/
.op ul {
	list-style-type: disc;
	margin: 5px 0 5px 30px;
}

.op h2 {
	margin: 30px 0 0 0;
}

.op ul li {
	font-size: 1.5em;
}

.process p {
	margin: 0 0 10px 0;
}

.contact ul li {
	float: left;
	margin: 0 120px 0 0;
}

.contact ul li form ul li {
	margin: 0;
}

.op ul li p {
	margin: 0;
}

.contact ul li h2 {
	margin: 20px 0 0 0;
}

.contact ul li form {
	width: 310px;
	margin: 10px 0 0 0;
}

.contact form input {
	margin: 0 0 10px 0;
	color: #666;
}

.contact form textarea {
	margin: 0 0 5px 0;
}

.contact form input, .contact form textarea {
	width: 300px;
	font-size: 1.5em;
	padding: 5px 0 5px 8px;
	color: #666;
	border: none;
	background-color: #e6f0cb;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

.contact form input:focus, .contact form textarea:focus, .contact form input:hover, .contact form textarea:hover {
	color: #222;
}

.contact form #submit {
	width: 310px;
	padding: 10px 0;
	margin: 0;
}

.contact form #submit:hover {
	font-weight: bold;
}

#map-canvas {
	width: 960px;
	height: 250px;
}

iframe {
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	border: #ccc 2px solid;
}

.op .nomargin, .contact ul .nomargin {
	margin: 0;
}


/* Footer
-------------------------------------------------------------------*/
footer {
	text-align: center;
	background-color: #dce6c0;
	padding: 20px 0;
}

footer p { font-size: 1.3em; }
footer p a { color: #333; }
footer #links { margin: 0 0 5px 0; font-size: 1.4em; }
footer #links a { margin: 0 5px 5px 5px; }

/* Text / Links
-------------------------------------------------------------------*/
p {
	font-size: 1.5em;
	color: #555;
}

h2 {
	font-size: 2.6em;
	color: #719445;
	font-family: 'PTSansNarrowRegular', Helvetica, Arial;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #ccc;
}

h3 {
	font-size: 2.4em;
	font-family: 'PTSansNarrowRegular', Helvetica, Arial;
	color: #555;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 1px 1px 3px #ccc;
}

.op h3 {
	font-size: 2em;
	margin: 5px 0 0 0;
	text-shadow: 1px 1px 3px #eee;
	color: #222;
}

.success p {
	margin: 0 0 20px 0;
}

.success h3 {
	font-size: 2em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover { text-decoration: underline; }










.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}