/* ******************************************* 108 Homecrafters - 2008  ******************************************* 

Colors:
Bg Green = #2F4921
Tan BG = #D8CAA7
Maroon = #983620
Credit Red = #C94326
Green Link = #5C843A
Border = #CFC19F

*/  

@import url('/_common/css/meyer_reset.css');

/* Separate base html elements into another file so that it can be used w/in tinymce
to provide a consistent experience editing & viewing */
@import url('/_common/css/html_elements.css');


body { 
	margin: 0 0 100px 0; padding: 0; 
	font-family: trebuchet MS;
	background: url("/_common/img/bg-body.gif") repeat 0 0;
}
#container { 
	margin:0 auto; 
	width:981px;
	background: url("/_common/img/bg-container.jpg") repeat-y top center;
}

/* *******************************************  General   ******************************************* */ 

.clr { clear:both; }
hr { border:1px solid #EFEFEF; }
.align-center { text-align: center; }
.flourish-left {
	width: 65px;
	height: 17px;
	background: url("/_common/img/flourish-left.gif") repeat-y 0 0
}
.flourish-right {
	width: 65px;
	height: 17px;
	background: url("/_common/img/flourish-right.gif") repeat-y 0 0
}
.pdf { padding:5px 0 5px 25px; background:url("/_common/img/icon-pdf.gif") no-repeat left center; }


/* *******************************************  Header   ******************************************* */ 

#header {
	width: 981px;
	height: 653px;
	background: url("/_common/img/bg-header.jpg") no-repeat 0 0;
}
ul#header-links {
	position: relative;
	left: -72px; top: 20px;
	float: right;
}
ul#header-links li {
	list-style-type: none;
	display: inline;
}
ul#header-links li a {
	font-size: 12px;
	color: #000;
}

#logo {
	position:relative;
	left: 64px; top: -5px;
	float:left;
}
#logo h1 { text-indent: -9999px; }
#logo a {
	width: 160px;
	height: 155px;
	display: block;
}

/* ---------- main navigation ---------- */

#nav {
	position: relative;
	left: 375px; top: -53px;
	width: 600px;
	float: left;
}
#nav ul { list-style-type: none; }
#nav ul li {
	padding: 0 30px 0 0;
	display: inline;
	float: left;
}
#nav a, #nav a.off {
	height: 50px; 
	display: block;
	text-indent: -9999px;
	background-position: top center;
	background-repeat: no-repeat;
}
#nav a:hover, #nav a.on { background-position: bottom center; }
#nav a.about {
	width: 110px;
	background-image: url("/_common/img/nav/about.gif");
}
#nav a.current-projects {
	width: 166px;
	background-image: url("/_common/img/nav/current-projects.gif");
}
#nav a.for-sale {
	width: 90px;
	background-image: url("/_common/img/nav/for-sale.gif");
}
#nav a.contact-us {
	width: 87px;
	background-image: url("/_common/img/nav/contact.gif");
}

/* ---------- main image ---------- */

#main {
	position: relative;
	left: 55px; top: -37px;
	width: 866px;
	height: 446px;
	border: 1px solid #BEB091;
}


/* *******************************************  Content  ******************************************* */  

#content-wrapper { 
	padding: 20px 10px 10px 10px;
	position: relative;
	left: 54px;
	width:845px;
	background: url("/_common/img/bg-container.jpg") repeat-y top center;
}
#content {
	position: relative;
	left: 10px; top: -10px;
	padding: 0 0 50px 0;
	width:595px;
	color:#000;
	float: left;
}

/* ---------- 1st level list item ---------- */

#content ul {
	padding: 0 0 0 20px;
	list-style-type: disc;
	line-height: 20px;
}
#content ul li {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

/* ---------- 2nd level list item ---------- */

#content ul ul {
	position: relative;
	left: 10px;
	list-style-type: square;
}
#content ul li ul li {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}


/* *******************************************  Sidebar  ******************************************* */  

#sidebar {
	margin: 0 10px 0 0;
	width: 232px;
	float: left;
	border-top: 1px solid #CFC19F;
}

/* ---------- primary ---------- */

#sidebar ul {
	position: relative;
	left: 0;
	padding: 10px 0;
	width: 230px;
	list-style-type: none;
}
#sidebar ul li {
	padding: 5px 5px 5px 25px;
	font-size: 14px;
	background: url("/_common/img/icon-sidenav.gif") no-repeat 2px 4px;
}

/* ---------- secondary ---------- */

#sidebar ul ul {
	position: relative;
	left: 0;
	padding: 8px 0;
	width: 200px;
	list-style-type: none;
}
#sidebar ul li ul li {
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	background: none;
}
#sidebar ul li ul li a { color: #000; }

#sidebar-footer {
	position: relative;
	left: 0;
	width: 232px;
	height: 66px;
	background: url("/_common/img/bg-sidebar.gif") no-repeat 0 0;
}


/* *******************************************  Footer  ******************************************* */  

#footer { 
	margin:0 auto; padding: 0;
	width:981px;
	height: 385px;
	color:#D8CAA7;
	font-size:11px;
	background: url("/_common/img/bg-footer.jpg") no-repeat 0 0;
}
#footer ul { 
	padding: 20px 0 180px 0;
	list-style-type:none;
	text-align:center;
}
#footer ul li { 
	padding:0 40px 10px 0;
	color: #D8CAA7;
	display: inline;
}
#footer ul li a { 
	padding: 0; 
	color:#D8CAA7; 
	font-size: 14px;
	font-weight: bold;
}
#footer p { 
	text-align: center;
	color:#D8CAA7; 
}

#footer address {
	display: block;
	color: #D8CAA7;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
#footer #copyright { 
	padding: 15px 0;
	text-align: center;
}
#footer #seo_text { 
	padding: 0 0 50px 0;
	position:relative;
	left:130px;
	width:700px;
	text-align: center;
}

#footer #credit { 
	padding: 0 0 25px 0;
	text-align: center;
}
#footer #credit a {
 	padding: 6px 0 8px 25px;
	color: #C94326;
	background: url("/_common/img/logo-rculver.gif") no-repeat 0 0;
}


/* *******************************************  Links  ******************************************* */

a.foot_nav:link, a.foot_nav:visited { text-decoration:none; color: #D8CAA7; }
a.foot_nav:active, a.foot_nav:hover { text-decoration:underline; color: #D8CAA7; }


