html { height:100%; }
body
{
	background:url('../images/content-new-bg.jpg') repeat-x #fff;
	margin:0;
	height:100%;
}

#content
{
	margin:0 auto 0 auto;
	padding:10px 0 0 15px;
	width:780px;
	background:url('../images/content-new-bg.jpg') repeat-x #fff;
}

/** TEXTUAL **/
body, p, td
{
	font-family:Trebuchet,'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#444;
	line-height:1.5em;
}

a { color:#143900; text-decoration:underline; }
a:hover { text-decoration:none; }
h3
{
	font-family:Trebuchet,'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif
	font-size:110%;
	font-weight:bold;
	color:#444;
	margin:0;
	padding:0;
}
h4
{
	font-family:Trebuchet,'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif
	font-size:100%;
	font-weight:bold;
	color:#444;
	margin:0;
	padding:0;
}

/** TOP SECTION **/
#content #logo
{
	width:154px; 
	height:38px;
	cursor:pointer;
}
#content #logo h1 
{
	background:transparent url(../images/chazown-web-new-logo.jpg) no-repeat scroll 0pt 50%;
	border-bottom:0pt none;
	height:40px;
	margin-top:0px;
	text-indent:-2000em;
	width:182px;
	cursor:pointer;
	margin:0;
	padding:0;
}
/** MAIN SECTION **/
#content #main_section { margin-top:50px; }
#main_section #side_nav { float:left; padding-right:30px; width:115px; /*115*/ }
#main_section #main_content { float:left; width:595px; /*595px*/}
#main_content #bread_crumb { font-size:90%; color:#996633; text-decoration:none; padding-bottom:5px; }
#main_content #bread_crumb a { color:#297C00; text-decoration:none; }
#side_nav ul,#side_nav li { list-style-type:none; margin:0; padding:0;}
/* #side_nav li { margin:0 0 10px 0; padding:0; width:100px; height:16px; font-size:12px } */

#side_nav li a {
color:#444444;
display:block;
font-size:13px;
margin:0pt 0;
padding:4px 10px;
text-decoration:none;
}
#side_nav  li a:hover {
background-color:#FFFF99;
text-decoration:none;
}
#side_nav  li a.current {
color:#996633;
display:block;
font-size:13px;
margin:0pt 0;
padding:4px 10px;
text-decoration:none;
}
#side_nav  li a.current:hover {
background-color:#FFFFFF;
text-decoration:none;
}
/** BOTTOM SECTION **/
#content #bottom_section { clear:both; padding-top:20px; height:100px; }
#bottom_section #side { float:left; padding-right:30px; width:115px; height:100px; }
#side #season_pic { background:url('../images/spring.jpg') no-repeat; height:76px; width:115px; }
#side { color: #999999; font-size:90%; }
#side .smaller { font-size:90%; }
#bottom_section #copyright { vertical-align:bottom; float:left; width:615px; font-size:90%; color:#666; height:100px; padding-top:40px;}
#copyright a { color:#777; text-decoration:none; }
#copyright a:hover { text-decoration:none; background:#777; color:#fff; }
#copyright .darker { color:#111; }
/** POPUP BOX **/
.small_popup { position:absolute; z-index:100; margin:0 auto 0 auto; width:300px; border:1px dashed #2A7C00; background:#fff; display:none; padding:20px; margin-left:20px; }
#contact_form td { font-size:90%; color:#2F8F01; }
#contact_form input, #contact_form textarea { font-family:Arial,Verdana,Helvetica; font-size:90%; }
#contact_form select { font-family:Arial,Verdana,Helvetica; font-size:90%; }
/** LOADING **/
.loading { background: #ffffff url('../images/ajax-loader.gif') center no-repeat; width:50px; text-align:center; margin:25px auto 0 auto; height:100px; }
.form-loading { background: #ffffff url('../images/form-loading.gif') left no-repeat; width:100px; padding-left:25px; height:20px; font-size:10px; }
.form_done { color:#FF0000; }
/** VALIDATION **/
.validation-advice { color:#663300; }
/** LAYOVER **/
#overlay { position:absolute; top:0; left:0; z-index:100; background-color:#000000; opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=30); visibility:hidden;}
#overlay_popup { position:absolute; top:100px; margin-left:100px; width:500px; height:500px; background-color:#FFFFFF; visibility:hidden; z-index:200; padding:2px 20px 10px 20px; border:2px solid #2A7C00; }
#overlay_popup_option { text-align:right; width:100%; border-bottom:1px dashed #2A7C00; font-size:80%; height:15px; }
#overlay_popup_option a { padding:0 5px 0 5px; }
#overlay_popup_option a:hover { background:#666666; color:#FFFFFF; text-decoration:none; }
#overlay_popup_content { background: url('../images/popup-bg.jpg') no-repeat; background-position:bottom; height:460px; overflow:auto; margin-top:10px; }
#overlay_popup_footer { text-align:center; width:100%; border-top:1px dashed #2A7C00; font-size:80%; height:15px; }
#footer_whatwedo a { padding:0 5px 0 5px; }
#footer_whatwedo a:hover { background:#666666; color:#FFFFFF; text-decoration:none; }