/* Acres Away Projects pages */


body {
	font-family:Comic Sans MS, Comic Sans, sans-serif;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background:#EDBA60;
	text-align:center;
    }
	
	
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		
		text-decoration:none;
	}
	
	a:active, a:focus{  /* takes away dotted line around links */
	outline:0;
}

p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	
	
/* Header Styles */

#logo {
	height: 260px;  /* image height 220 plus 20px top bottom margins */
	min-width: 800px;
	background: #EDBA60;
	margin: 0px auto;
}


#logo img {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#logo h1{
	display: none;
}
	




/* Nav styles */

div#navback {
	min-width: 800px;
	padding: 0px;
	height: 49px;
	margin: 0px auto;
	background: url(../images/navdarkbrown.jpg) repeat-x;
}

#nav {
	
	clear:both;
	width:800px;
	height:49px;
	margin: 0px auto;
	padding:0;
	text-align: center;
	
}

#nav ul {
float:right;
height:49px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:100%; /* strtches to fit text */
}

#nav ul li {
float:left;
margin:0;
padding:0 0 0 0;
}

#nav ul li a {
border-right:1px solid #FFFFFF;
color:#FFFFFF;
float:left;

font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:49px;
margin:0;
padding:0 20px;
text-decoration:none;
text-transform:lowercase;
}
#nav ul li a:hover, #nav ul li a:active {
background:transparent url(../images/active.jpg) repeat-x scroll 0 0;
color:#FFFFFF;
}
#nav ul li.current_page_item {
background:transparent url(../images/active.jpg) repeat-x scroll 0 0;
}
#nav ul li.current_page_item a {
background:transparent url(../images/active.jpg) no-repeat scroll right top;
color:#FFFFFF;
}

/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	
	font-size:90%;
	letter-spacing:0.2px;
	margin:0;
	padding:10px 0 25px;
	color: #000;
	text-align:center;
    }
    #footer p {
	padding:20px 0;
	text-align:center;
    }




#content_container {
	width:1000px;
	margin: 20px auto 0px;/*no gap between header and content_container */
	overflow: hidden;	
}

#gallerywrapper {
	width:1000px;
	background: #EDBA60;
	overflow: hidden;	

}



.toppage {
	padding-top: 20px;
	background: none;
		
}

.topheading {
	
	font-size: 24px;
	color: #000;
	text-align: center;
	
}



/* layout  projects_wrapper */

#projects_wrapper {
	background: #000;
	overflow: hidden;
	margin: 0px auto;
	width:1000px;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}



/* layout  projects_seo */

#projects_seo {
	width: 930px;
	margin-top: 30px;
	padding-left: 30px;
	overflow: hidden;
}


#projects_seo h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	margin-left: 0;
}

#projects_seo p {
	font-family: Arial;
	font-size: 11px;
	color: #666;
	padding-bottom: 10px;
}

#projects_seo ul {
	font-family: Arial;
	font-size: 11px;
	color: #666;
	line-height: 12px;
}

#projects_seo ul li {
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}

#projects_seo .column {
	float: left;
	height: 115px;
	padding-bottom: 20px;
	width: 146px;
	margin-right: 20px;
	padding-right: 20px;
	background: url(../images/vertical_dotted_divider.gif) repeat-y right top;
}

#projects_seo .last {
	background: none;
}

#projects_seo .contact a {
	display: block;
	color: #666;
	padding: 3px;
	text-decoration: none;
}
#projects_seo .contact a:hover {
	color: #fff;
	background: #CC3927; /* light orange */
	text-decoration: none;
}

#projects_seo .about a {
	display: block;
	color: #666;
	padding: 3px;
	text-decoration: none;
}

#projects_seo .about a:hover {
	color: #fff;
	background: #4F5D28; /* dark green */
	text-decoration: none;
}

#projects_seo .portfolio a {
	display: block;
	color: #666;
	padding: 3px;
	text-decoration: none;
}

#projects_seo .portfolio a:hover {
	color: #fff;
	background: #758312;/* dark green */
	text-decoration: none;
}

#projects_seo .areas a {
	display: block;
	color: #666;
	padding: 3px;
	text-decoration: none;
}

#projects_seo .areas a:hover {
	color: #fff;
	background: #758312;/* light green */
	text-decoration: none;
}

#projects_seo .follow a {
	display: block;
	color: #666;
	padding: 3px;
	text-decoration: none;
}

#projects_seo .follow a:hover {
	color: #fff;
	background: #952E1F;  /* dark orange */
	text-decoration: none;
}











