/* SITE WIDE ELEMENT STYLES BY CLASS NAME */


/* Rectangle Container for all Home Page Content (not in navigation files) 
	everything underneath the top listing links and to the left of the logo, contact and left-hand links
	*/



.class_link_brown {
 color: #392c05;
}

a.class_anchor_continued {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight: 500;
	color: #007c85;
}

a.class_anchor_continued:hover {
color:#FFFFFF;
}


.site_class_body {
position:absolute;
top: 58px;
left: 260px;
 margin: 8px 0 0 0;
 padding-bottom: 20px;
 min-height: 570px;
 width: 680px;
/* border:1px solid #10bc49;*/
}

.site_class_linkdesc {
	margin:0;
	color: #fef3e3;
	line-height:12px;
	padding:0 10px 0 10px;
	text-align:left;


}

.site_class_hidden {
display:none;
}

/* formats a digit to precede text in a heading*/
.site_headingnumber {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:normal;
	line-height: 18px;
	font-weight: 400;
	color: #fef3e3;
	margin:10px 2px 10px 0;
	padding:3px 4px 2px 4px;
	text-align:center;
	background:#332701;
}

.site_ul_bullet {
	color: #fef3e3;
	font-size:18px;
	margin-right:5px;
}
