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

/**********  LAYOUT ELEMENTS ************/

body {
	margin:0px;
	padding:0;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#76716b;
	background: #aeaa94 url(img/bg.jpg) repeat;
}

#wrapper {
	width:920px;
	margin:0 auto;
	padding:0;
	background: url(img/mid_bg.jpg) repeat;
	
}
#midwrapper {
	width:896px;
	padding:0;
	margin-left:12px;
	background: #eff5e2; /* url(img/mid_bg.jpg) repeat-y */
}

#top {
	width:896px;
	height:158px;
	background: url(img/top.jpg) no-repeat;
}


/****FLOATING DIVS****/
#main {
	float:none;
	width:900px;
	margin:0;
	padding:0;
	background: #eff5e2;
}
	#main .section {
	width:880px;
	background: #ffffff;
	clear:none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	}
	#main .section p { padding:0 20px 20px 20px; margin:0; }
	#main h1 {
		line-height:60px;
		padding:0 5px;
		width: 630px;
		height: 61px;
		color:#d6963e;
		background: url(img/h1_bg.jpg) no-repeat;
		font-size:19px;
		font-family:"Trebuchet MS", "Helvetica CY", arial;
	}


#right {
	margin:0;
	padding:5px 10px;
	float:left;
	width:222px; /* account for 20px padding + a little less space for <p>'s */
	background:#eff5e2;
}
	#right h2 {
		line-height:15px;
		padding:0;
		margin:20px 0 0 0;
		color:#d6963e;
		font-size:15px;
		font-family:"Trebuchet MS", "Helvetica CY", arial;
	}
	#right p {
		line-height:13px;
	}

#generalMid {
	height:15px;
	width:896px;
	background: url(img/mid_home_bg.jpg) repeat;
}

#homeMid {
	height:326px;
	width:896px;
	background: url(img/mid_home_bg.jpg) repeat;
}
	#homeMid .imgbanner {
		float:left;
		padding:0;
		margin:10px 10px 0 10px;
		border:1px solid #eeeeee;
	}
	#homeMid .quicklinks {
		float:left;
		padding:3px 0 0 0;
		width:230px;
	}
	#homeMid .quicklinks p { padding:0 10px 0 10px; }
	#homeMid h3 {
		background: url(img/home_h3.jpg) repeat-x;
		width:230px;
		height:28px;
		font-family:"Trebuchet MS", "Helvetica CY", arial;
		font-size:13px;
		font-weight:normal;
		letter-spacing:1px;
		text-transform:uppercase;
		color:#e8e8e8;
		padding:7px 0 0 5px;
		line-height:25px;
		margin:0;
	}
	#homeMid ul { padding:0;margin:0; }
	#homeMid li {
		background: url(img/arrow_bullet.jpg) no-repeat left bottom;
		padding:0 0 0 17px;
		margin:10px 0 0 10px;
		list-style-type:none;
	}
	#homeMid .quicklinks a {
		color: #646464;
		text-decoration: none;
	}
	#homeMid .quicklinks a:hover { text-decoration:underline; }


#nav {
	float:left;
	padding:0;
	margin:0;
	background: url(img/nav_bg.jpg) repeat;
	width:896px;
	height:64px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:block;
	margin:0;
	float:left;
	padding:25px 0 0 80px;
	font-size:12px;
	font-family: "Trebuchet MS", "Helvetica CY";
	text-transform:uppercase;
	letter-spacing:2px;
	
}
#nav li a {
	color: #ffffff;
	text-decoration:none;
}
#nav li a:hover {
	color: #a6ddf0;
}




.clearer {
	clear:both;
	padding:0px;
	margin:0px;
	font-size:1px;
}



#footer {
	background:url(img/footer.jpg) no-repeat;
	width:920px;
	font-size:10px;
	height:42vpx;
	line-height:35px;
	text-align:center;
	color:#FFF;
	background-color:inherit;
}








/**********  MAIN TAGS **********/

h1 {
	font-size:15px;
	color:#1c5169;
	font-style:italic;
}

hr {
	width:85%;
	border:1px dotted #999999;
	text-align:center;
}



p {
	line-height:18px;
}

a { color: #9b9c6c; }
a:hover { text-decoration:none; }


input, textarea {
border:1px dashed #9b9c6c;
color: #853f18;
font-size: 12px;
padding:4px;
font-family:"Trebuchet MS", "Helvetica CY", arial;
margin:0;
}



img {
	border:none;
}

/******** CUSTOM TAGS ********/

.datehead:before {
	content:url(img/datebullet.jpg);
}




/******** ANY LINK ********/


#dropmenudiv{
position:absolute;
border:1px solid #d6963e;
border-bottom-width: 0;
font-family:"Trebuchet MS", "Helvetica CY", arial;
font-size:11px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d6963e;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#9c623a;
height:20px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eff5e2;
}
