body {
	font-family: Verdana, Arial;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #5e3a2e;
	color: #27475A;
	height: 100%;
}
body a {
	color: #b60235;
}

#container{
	margin: 14px auto;
	width: 750px;
}

#masthead{
	margin: 0;
	padding: 0px;
	background: #FFFFFF url(images/head_bkgd.jpg) repeat-x;
	height: 105px;
}

/*-- HORIZONTAL NAV BAR --*/
.hbar{
	margin: 0px;
	padding: 0;
	display: inline;
	list-style:	none;
	float: left;
	background: #FFFFFF url(images/mainNav-bg.jpg) repeat-x;
	width: 750px;
	clear:left;
}



#horizonnav {
	width: 750px;
	margin: 0px;
}

#horizonnav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #FFF;
	line-height: 43px;
	white-space: nowrap;
	text-align:center;
	height:43px;
}

#horizonnav li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
	height: 43px;
}

#horizonnav li a {
	text-decoration: none;
	padding: 12px 14px;
	color: #FFF;
	font-weight: bold;
}

#horizonnav li a:link {
	color: #FFF;
	font-weight: bold;
}

#horizonnav li a:visited {
	color: #FFF;
	font-weight: bold;
}

#horizonnav ul li a:hover{
	text-decoration: underline;
}
/*---HOME CONTENT DIVS---*/
#flashy{
	width: 500px;
	height:415px;
	float: left;
}

#sidebar{
	background-color: #9ab83f;
	width: 250px;
	float:left;
}
	
.sidebarbody{
	width: 216px;
	background-color: #f3f5dc;
	margin: 12px auto;
}
#contentbox{
	width: 500px;
	height: 170px;
	background: #F0F4D8;
	float: left;
}
/*---MISC FONTS ---*/
h3 {
	font-size: 15px;
	font-weight:bold;
	color: #b60235;
	text-indent: 6px;
	text-align: left;
	padding-top: 8px;
	margin: 4px;
}
h4 {
	font-size: 13px;
	font-weight:bold;
	color: #b60235;
	text-indent: 6px;
	text-align: left;
	padding-top: 2px;
	margin: 8px;
}
.sidetext {
	font-size: 12px;
	width: 200px;
	text-align: left;
	margin: 0;
	padding: 0px 3px 10px 10px;
	line-height: 18px;
}
.sidetext a {
	color: #b60235;
}
.subsidetext {
	font-size: 12px;
	width: 200px;
	text-align: left;
	margin: 0;
	padding: 0px 3px 10px 10px;
	line-height: 22px;
}
.subsidetext a {
	color: #b60235;
}

.hometext {
	font-size: 12px;
	width: 480px;
	text-align: left;
	margin: 0;
	padding: 0px 3px 10px 10px;
	line-height: 18px;
}

.emlink a{
	font-weight:bold;
	text-decoration:underline;
	margin-top: 6px;
	color: #b60235;
	font-size: 13px;
}


#contacthead {
	width: 200px;
	height: 50px;
	float:right;
	font-size: 15px;
	line-height:18px;
	text-align: right;
	margin: 20px;
}
#contacthead a {
color:#9c904e;
text-decoration: none;
}

#footer{
	margin-bottom: 14px;
	height: 60px;
	width: 740px;
	background: #5e3a2e url(images/mainNav-bg.jpg) repeat-x;
	font-size: 9px;
	padding: 5px;
	text-align: center;
	color: #FFF;
	float:left;	
}
#footer a{
	text-decoration: underline;
	color: #FFF;
}

.subfooter{
	padding:15px;
}
.subfooter img{
	padding: 10px;
	border: 0px;
}

/* SUB PAGE TEMPLATE */

#subpageContainer{
	width: 750px;
	background-color: #f3f5dc;
	height: 100%;
	float: left;
	}

#subpageContainer p{
	padding: 0px 16px;
	
}
#subpageBody{
	width: 500px;
	height: 100%;
	float: left;	
}
#subsidebar{
	background-color: #9ab83f;
	width: 250px;
	float:left;
	margin-top:0px;
}
	
.subsidebarbody{
	width: 216px;
	background-color: #f3f5dc;
	margin: 16px auto;
	padding: 16px 0px;
}

.subdisplay{
	float:left;
	margin:10px;
}
.subdisplay img{
	border: solid 1px #FF9832;
	
}
.foliodisplay{
	float:left;
	margin: 25px 15px;
	line-height: 21px;
}
.foliodisplay img{
	padding: 0px 10px;
	border: 0px;	
}
.foliodisplay a{
	border: 0px none;	
}
