.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%;
}
body {
	font-size: 100%;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	}
#wrapper {
	width: 960px;
	margin: 0 auto;	
	position: relative;
	border: 1px solid #000;
	}
	
nav {
	background-color: #827b00;
	width: 960px;
	height: 30px;
	}
#main-nav{
	padding: 0;
	height: 32px;
	margin: 10px auto;
	width: 940px;
	}
#main-nav li{
	float:left;
	margin: 0 2px;
	list-style-type: none;
	border: 1px solid #000;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	font-size: 18px;
	font-variant: small-caps;
}
#main-nav li a{
	text-decoration: none;
	color: #000;
	float: left;
	display: inline-block;
    padding: 2px 0 7px;
    text-align: center;
    width: 150px;
	}

#main-nav li a:hover {
	text-decoration: underline;
	}
	
/* current */
#main-nav .home-nav.current a {
	color: #dde000;
	font-weight: bold;
	text-decoration: underline;
}
#main-nav .about-nav.current a {
	color: #dde000;
	font-weight: bold;
	text-decoration: underline;
}
#main-nav .services-nav.current a {
	color: #dde000;
	font-weight: bold;
	text-decoration: underline;
}
#main-nav .plans-nav.current a {
	color: #dde000;
	font-weight: bold;
	text-decoration: underline;
}
#main-nav .staff-nav.current a {
	color: #dde000;
	font-weight: bold;
	text-decoration: underline;
}
#main-nav .gallery-nav.current a {
	color: #dde000;
	font-weight: bold;
	text-decoration: underline;
}


/* header */
header {
	background-color: #032800;
	height: 180px;
	}

header h1{
	text-indent: -9999em;
	}

header h1 a {
	background-image: url(images/nvlogo2.png);
	background-repeat: no-repeat;
	display: block;
	width: 275px;
	height: 112px;
	float: left;
}
.tagline {
	float: left;
	color: #91c073;
	width: 385px;
	margin-top: 85px;
	padding-left: 5px;
	font-style: italic;
	}
.utility-nav{
	float: right;
	margin-top: 10px;
	}
.utility-nav li{
	display: inline;
	color: #dde000;
	padding: 10px 20px 10px 0;
	}
.utility-nav li a{
	color: #dde000;
	text-decoration: none;
	font-style: italic;
	}
.utility-nav li a:link{
	color: #dde000;
	}
.utility-nav li a:visited {
	color: #f7941d !important;
	}
.utility-nav li a:hover {
	text-decoration: underline;
	}
.utility-nav .hide{
	display: none;
	}
	
.search {
	width: 280px;
	float: right;
	margin-top: 30px;
	}
	
.search input {
	font-size: 16px;
	height: 25px;
	}
.submit {
	color: #dde000;
	background-color: #032800;
	font-size: 22px;
	} 

/* BODY */
/* slider */
#pix {
	width: 940px;
	margin: 10px;
	position: relative;
	} 
#slider {
	height: 390px;
	width: 940px;
	position: absolute;
	z-index: -1; 
}
#next {
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 33px;
	position: absolute;
	top: 200px;
	left: 920px;
	z-index: 1;
	text-indent: -9999em;
	}
#prev {
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 52px;
	position: absolute;
	top: 200px;
	left: -17px; 
	z-index: 1;
	text-indent: -9999em;
	}
	
figcaption {
	border: 1px solid #00ff00;
	color: #0f4001;
	background-color: #fff;
	padding: 2px;
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 50%;
	font-size: 16px;
	font-weight: bold;
	}

/* content area */	
#wrapper small{
	margin-left: 20px;
	}

#home {
	clear: both;
	margin-top: 410px;
}	
	
.box {
	float: left;
	background-color: #c7b299;
	margin-left: 7px;
	padding: 5px;
	font-size: 14px;
	width: 300px;
	height: 315px;	
	}
.box a{
	color: #dde000;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	}
.box a:visited{
	color: #f7941d;
	}
.box a:hover{
	text-decoration: underline;
	}
.spec-text {
	font-style: italic;
	color: #032800;
	}
.spec-text1 {
	color: #032800;
	font-weight: bold;
	}
.spec-text2 {
	color: #a0410d;
	font-size: 16px;
	}

/* CONTACT US */
#sidebar-about p{
	padding-top: 50px;
	}

fieldset {
	border: 1px solid #a0410d;
	}
legend {
	font-size: 18px;
	font-variant: small-caps;
	}
#form {
	margin: 10px;
	}
.svcs label{
	padding: 10px;
	}
.contct label.required:after{
		content: "*";
	}
.contct label	{
	display: inline-block;
	width: 75px;
	}
.contct input {
	border-bottom: 1px solid #a0410d;
	}
.cmnt label {
	padding-right: 5px;
	}
.cmnt textarea {
	border-bottom: 1px solid #a0410d;
	}
#submit {
	margin-left: 423px;
	border: 1px solid #a0410d;
	font-size: 16px;
	font-variant: small-caps;
	}

/* BLOG */
#socmedia{
	margin-top: 60px;
	}
#socmedia li{
	display: inline;
	}
#socmedia li img {
	padding: 5px;
}	
.blog h2{
	padding-left: 10px;
	color: #032800;
	}

/* NEWSLETTER */
.add {
	font-size: 16px;
	font-variant: small-caps;
	}
.but {
	padding-left: 300px;
	}
#newsletter h2, h4 {
	padding-left: 10px;
	color: #032800;
	}


/* PRESS */
.press h2 {
	padding-left: 10px;
	color: #032800;
	}

/* TERMS */

#terms h2, h3 {
	padding-left: 10px;
	color: #032800;
	}
#terms p {
	padding: 0 10px;
	}

	
/* SERVICES */
.rectangle {
	background-color: #c7b299;
	font-size: 14px;
	width: 630px;
	float: right;
	margin: 10px 10px 0 0;
	}
.rectangle h3 {
	padding: 0 10px;
	}
.rectangle p {
	padding: 0 10px;
	}

.rectangle a {
	color: #dde000;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	}

.services img{
	margin-top: 40px;
	}
.services {
	margin-top: 10px;
	}
	
#newland img{
	margin-left: 10px;
	}	
#newland h4{
	padding-left: 10px;
	color: #032800;
	}

/* STAFF */
.staff {
	margin: 10px;
	width: 938px;
	border: 1px solid #000;
	}
.staff img{
	float: left;
	padding-right: 10px;
	}
.staff h3{
	padding: 10px;
	}
.staff div {
	float:left;
	width: 720px;
	}
	
/* GALLERY */
#gallery {
	clear: both;
	margin-top: 410px;
	}
	
/* SIDEBAR */	
#sidebar {
	float: left;
	background-color: #c4df9b;
	width: 300px;
	height: 260px;
	background-image: url(images/paver.png);
	background-repeat: repeat-y;
	margin-left: 10px;
	}
#sidebar ul {
	list-style-type: none;
	}
#sidebar ul li{
	padding: 29px 0 1px 10px;
	}
#sidebar a:link {
	color: #754c24;
	font-weight: bold;
	text-decoration: none;
	}
#sidebar a:visited {
	color: #f7941d;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
#sidebar a:active {
	text-decoration: underline;
	}

#sidebar .current a {
	color: #0f4001;
	font-weight: bold;
	text-decoration: underline;
	}
	
/* sidebar for about */
#sidebar-about {
	float: left;
	background-color: #c4df9b;
	width: 300px;
	height: 312px;
	background-image: url(images/paver.png);
	background-repeat: repeat-y;
	margin-left: 10px;
	}
#sidebar-about ul {
	list-style-type: none;
	}
#sidebar-about ul li{
	padding: 29px 0 1px 10px;
	}
#sidebar-about a {
	color: #754c24;
	font-weight: bold;
	text-decoration: none;
	}
#sidebar-about a:visited {
	color: #f7941d;
	}
#sidebar-about a:hover {
	text-decoration: underline;
	}

#sidebar-about .current a {
	color: #0f4001;
	font-weight: bold;
	text-decoration: underline;
	}

/*sidebar for design plans */
	
#sidebar-plan {
	float: left;
	background-color: #c4df9b;
	width: 300px;
	height: 208px;
	background-image: url(images/paver.png);
	background-repeat: repeat-y;
	margin-left: 10px;
	} 
#sidebar-plan ul {
	list-style-type: none;
	}
#sidebar-plan ul li{
	padding: 29px 0 1px 10px;
	}
#sidebar-plan a {
	color: #754c24;
	font-weight: bold;
	text-decoration: none;
	}
#sidebar-plan a:visited {
	color: #f7941d;
	}
#sidebar-plan a:hover {
	text-decoration: underline;
	}

#sidebar-plan .current a {
	color: #0f4001;
	font-weight: bold;
	text-decoration: underline;
	}

/* SITEMAP */
#sitemap {
	margin: 10px auto;
	width: 800px;
	}
	
/* footer */
footer {
	clear:both;	
	}
#address {
	position: relative;
	display: block;
	padding: 5px 10px;
	width: 295px;
	}
#subfoot ul {
	float: right;
	margin-top: -120px;
	margin-right: 25px;
	}
#subfoot li{
	display: inline;
	}
#subfoot li:last-child {
	padding-left: 15px;
	}
#bottom{
	clear: both;
	background-color: #827b00;
	width: 960px;
	height: 30px;
	}

#bottom ul {
	padding-top: 5px;
	}
#bottom li{
	display: inline;
	font-variant: small-caps;
	color: #dde000;
	}
#bottom li a{
	text-decoration: none;
	color: #dde000;
	padding-right: 300px;
	}
#bottom li a:visited {
	color: #f7941d;
	}
#bottom li a:hover{
	text-decoration: underline;
	}