@charset "UTF-8";
/* CSS Document */

*/

/* RESETS &  BASIC PAGE SETUP */
* { margin: 0; padding: 0; }

html, body {height: 100%;}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	margin: 0px;
	background:url(images/JC_topbg.gif) repeat-x top #f9f7ed;
	}
	


	
	/* END RESET */
	
	/* TOOLBOX */

	
p {margin-top: 0; margin-bottom: 0; font-size:14px; line-height:150%; }
a { color: #f9f7ed; text-decoration: none; }
a: hover, a:active {text-decoration: underline; }
h1 {font-size:18px; font-style:bold; }
h2 {font-size: 12px; font-style: bold; color: #f9f7ed; }



.sold {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}


.style2 {color: #a7ab74}

/* END TOOLBOX */


/* STRUCTURE AND STUFF */


.wrapper {
		 min-height: 100%;
		 height: auto !important;
		 height: 100%;
		 margin: 0 auto -189px;
		 }
 
.footer, .push {
		height: 189px;
		}

div#page-wrap {
		width: 860px;
		margin: 0 auto;
		height: 100%;
		}	


#main1 {
		clear:both;
		} 
	
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
		
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

* html .clearfix { height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

	
 ul#nav {
		height: 158px;
		background: url(images/JC_Header.jpg) no-repeat;
		}
	

	
#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		color: #f9f7ed;
		}

#nav a {
		display: block;
		width: 110px;
		color: #a7ab74;
		}

#nav li {
		float: right;
		width: 125px;
		position: relative;
		top: 133px;
		left: 50px
		
		}

#nav li ul {
		position: absolute;
		width: 180px;
		left: -999em;
		background-color: #442c05;
		padding: 10px;
		}
	
#nav li ul li{
		position: relative;
		width: 190px;
		top: 5px;
		list-style: none;
		}		

#nav li ul li a {
		display: block;
		width: 180px;
		}		
		

#nav li:hover ul {
		left: auto;

		}

ul#nav a:hover {
		color: #f9f7ed;
		}

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}

sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		}	

 
div#sidebar {
	 	float: right;
		clear:both;
		color: #ffffff;
		}
	

div#new {
		height: 320px;
		width: 200px;
		background: #442c05;
		padding: 15px;
		margin-left: 25px;
		margin-top:40px;
		}

div#benefits {
		height: auto;
		width: 200px;
		background: #442c05;
		padding: 15px 15px 30px 15px;
		margin-left: 25px;
		margin-top:15px;
		}

 
div#sidebar p {
		color: #ffffff;
		font-size:13px;
 		padding-top: 16px;
		line-height: 130%; 
		}	
	
	
div#main-content { 
		padding:10px;
		margin: 0px;
		}
 

#form {
		margin: 0px;
		float: right;
		width: 415px;
		}
	
#contact {
		width: 314px;
		float: left;
		margin: 35px;
		}
 
 
div#article-area {
		height: auto;
		margin-top: 20px;
		}
		
div#article-area {
		padding-top: 10px;
		}		

div#gallery {
		padding: 50px;
		}


img.img {
		margin-right: 10px;
		margin-bottom: 17px;
 		border: 3px solid #442c05;
		}
	
.clear {clear: both;}
	
div#footer {
		position: relative;
		height: 189px;
		background: url(images/JC_footer.gif) repeat-x bottom;
		text-align: center;
		}	
	
	
div#footer p {
		font-size: 10px;
		padding-top: 150px;
		color: #f9f7ed;
		}