/*font-family: Arial, Helvetica, sans-serif;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-family: Verdana, Arial, Helvetica, sans-serif;*/
body {
	background: url(../img/bg.jpg);
	color: #4F4527;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#container {
	position: absolute;
	top: 5px;
	left: 50%;
	width: 950px;
	margin: 0 0 0 -475px;
	background: #D4D1AB url(../img/shadowSides.jpg) repeat-y;
	font-size: 90%;
}

#top {
	width: 950px;
	padding-top: 15px;
	background: url(../img/shadowTop.jpg) top left no-repeat;
}

#base {
	width: 920px;
	padding: 0 15px;
	padding-bottom: 15px;
	background: url(../img/shadowBottom.jpg) bottom left no-repeat;
}

#innerContainer {
	background:  url(../img/containerBg.gif) top left repeat-x;
}

img {
	border: none;
}

#header {
 position: relative;
 width: 900px;
 height: 140px;
 offset: 0;
 background: url(../img/headerBgLeft.jpg) 150px 20px no-repeat;
 padding: 0 0 0 20px;
}

#ivyRight {
	width: 880px;
 height: 140px;
 background: url(../img/headerBgRight.jpg) top right no-repeat;
 padding: 0 20px 0 0;
}

h1 {
	margin: 0;
}

h1 img {
	position: absolute;
	left:0;
	top: 0;
	z-index: 2;
}

#menu {
	display: block;
	width: 900px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 85%;
 	text-transform: uppercase;
}

#menu ul {
	position: absolute;
	top: 60px;
	left: 180px;
	z-index: 1000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	float: left;
	margin-left: 15px;
	width: auto;
}

#menu ul li a:link,#menu ul li a:visited {
	display: block;
	width: auto;
	color: #78290f;
	text-decoration: none;
}

#menu ul li a span {
	display: block;
	height: 11px;
	padding: 6px 10px;
	width: auto;
	cursor: pointer;
}

#menu ul li a:hover, #menu ul li a:active,
#menu ul li.selected a:link,#menu ul li.selected a:visited,
#menu ul li.selected a:hover,#menu ul li.selected a:active {
	background: url(../img/menuButtonLeft.jpg) top left no-repeat;
}

#menu ul li a:hover span, #menu ul li a:active span,
#menu ul li.selected a:link span,#menu ul li.selected a:visited span,
#menu ul li.selected a:hover span,#menu ul li.selected a:active span {
	background: url(../img/menuButtonRight.jpg) top right no-repeat;
}

/**************************DROPDOWNS*****************************/
#menu ul li.expanded ul {
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 23px;
  z-index: 2000;
  width: 200px;
  padding: 0 10px 10px 10px; 
  left: -999em;
  background: url(../img/subMenuBg.gif) bottom left no-repeat;
}

#menu ul li.expanded ul li {
	position: static;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	float: left;
	width: 200px;
	clear: both;
	border: none;
	padding: 0;
	margin: 0;
}

#menu ul li:hover ul, #menu ul li.sfhover ul {
  left: auto;
  margin-left:-10px;
}

#menu ul li.expanded ul li a:link,
#menu ul li.expanded ul li a:visited {
	
	padding: 6px 10px;
	background: none;
}

#menu ul li.expanded ul li a:hover,
#menu ul li.expanded ul li a:active,
#menu ul li.expanded ul li.selected a:link,
#menu ul li.expanded ul li.selected a:visited,
#menu ul li.expanded ul li.selected a:hover,
#menu ul li.expanded ul li.selected a:active {
	background: #b0a480;
}

#motto {
	position: absolute;
	top: 84px;
	right: 69px;
}

#banner {
	clear: both;
	margin-left: 20px;
}	

#slideshow {
    position: relative;
    clear: both;
    margin-left: 20px;
    width: 880px;
    height: 275px;
    z-index: 900;
}   

#content {
	display: inline;
	float: left;
	margin: 20px;
	width: 550px;
}

a#homeLink {
	position: absolute;
	display: block;
	margin-top: -17px;
	margin-bottom: .2em;
	z-index: 1000;
}

a#contentHomeLink {
    position: absolute;
    display: block;
    margin-top: -17px;
    margin-bottom: .2em;
    z-index: 1000;
}

h2, h3 {
	margin: 0 0 .5em 0;
}

h3 {
	font-size: 120%; 
}

#nathanServices {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
	width: 310px;
}

#serviceList h3 {
    font-size: 100%;
}

p {
	margin: 0 0 1.2em 0;
}

#rightColumn {
	display: inline;
	float: left;
	width: 310px;
	margin-top: 20px;
}	

#rightColumn h3 {
	margin: 0;
}

#projectsSide {
	width: 290px;
	background: url(../img/projectsSideBg.jpg) bottom left no-repeat;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

#projectsSide .moreButton {
	margin-left: 92px;
}

#projects .project {
    position: absolute;
    /*opacity:0;
    filter:alpha(opacity=0);*/
    visibility: hidden;
    width: 380px;    	
    z-index: 1;
}

#projects .project img {
    border: 2px solid #766943;	
}

.previewProject {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 140px;	
    margin-bottom: 10px;
}

.previewProject h5 {
    font-size: 100%;
    margin: 0;	
}

.project h4 {
    margin: 0;
}

.thumbs {
    display: inline;
    float: left;
    margin: 0 0 10px 11px;
}

#projects #listing {
    display: inline;
    float: left;
    width: 150px;
}

#projects #listing ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}

#projects #listing ul li {
    margin: 0 20px 10px 0;
    padding: 0;
}

#projects #projectListing {
    position: relative;
    display: inline;
    float: left;
    width: 380px;
    background: #CCC599;
    padding: 10px; 
}

#projects #projectScreen {
    position: absolute;
    width: 400px;
    top: 0;
    left: 0;
    background: #CCC599;
    z-index: 0;
}

#sidebarImage {
	text-align: center;
}

#content ul li {
	margin-bottom: 10px;
}

#servicesSide {
	width: 290px;
	background: url(http://www.nathanconstruction.net/img/servicesSideBg.jpg) top left no-repeat;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#servicesSide ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

#servicesSide ul li {
	list-style-image: url(../img/bullet.gif);
	float: left;
	width: 115px;
	padding-right: 20px;
	margin-bottom: 10px;
}

a:link,a:visited,a:hover,a:active {
	color: #78290f;
}

.quote {
	clear: both;
	width: 246px;
	padding: 0 50px;
	margin: 20px 0 10px 102px;
	background: url(../img/quotes.gif) center top no-repeat;
	text-align: center;
	font-style: italic;
}

.signature {
	color: #78290f;
	font-style: normal;
	font-weight: bold;
}

#footer {
	border-top: 1px solid #766943; 
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
	width: 880px;
	margin: 0 20px;
}

#footerMenu ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}	

#footerMenu ul li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 16px;
	background: url(../img/bullet.gif) left no-repeat;
}

#footerMenu ul li.first {
	margin: 0;
	padding: 0;
	background: none;
}

#footerMenu a:link,#footerMenu a:visited,
#footerMenu a:hover,#footerMenu a:active {
	color: #4F4527;
	font-weight: bold;
}

address {
	font-style: normal;
	margin: 0;
	padding: 0;
}	

/**************************HOME********************************/
ul#serviceList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#serviceList li {
	display: inline;
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
}

/***********************TESTIMONIALS***************************/
.testimonial {
	border-top: 1px solid #766943;
	padding-top: 10px; 
}

#greenCert {
    width: 290px;
    padding: 10px;
    background: #CCC599;
    margin-bottom: 10px;
    text-align: center;
}