/*
HM - redesign
*/

body {
	margin: 0;
	padding: 0;
	background: #EDBE3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

html { min-height: 100%; margin-bottom: 1px; }



h1, h2, h3 {
	margin-bottom: 8;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #704A21;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #5B7817;
}

a:hover {
}


#wrapper {
	width: 958px;
	margin: 0 auto;
	padding: 0;
}



/* Header */

#header {
	width: 958px;
	height: 100px;
	margin-top: 20px;
	background: url(../images/HMbanner.png) top no-repeat;
}

/* Logo */

#logo {
	
     
}


#logo h1, #logo p {
	


}

#logo h1 {
	
}

#logo p {
	
	
} 

#logo a {

    border: none;
	background: none;
	text-decoration: none;
	color: #999999;
	border: none;
}

/* Search */

#search {
	float: right;
	width: 220px;
	padding: 0;
	background: #ffffff;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 30px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	padding: 5px 5px;
	border: none;
	background: #F2D14C;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	display: none;
}


/* nav1 */
.nav1 {width:450px; position:absolute; z-index:2; margin:5px 0 0 475px;}
.nav1 ul {float:right; padding:0px; font-weight:bold;}	
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color: #ffcc00; text-decoration:none; font-size:100%;}
.nav1 a:hover {text-decoration:none; color: #ffcc00;}





/* drop down menu */

.menu {width:958px; height:30px; position:relative; z-index:100;border-right:1px solid #474036; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:959px; w\idth:958px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #474036; border-width:1px 0 1px 1px; background:#474036; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #474036;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#474036; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000000; background:#ffff99;}
.menu :hover > a, .menu ul ul :hover > a {color:#000000; background:#ffff99;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}




/*

first  Menu currently disabled

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img01.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
 	height: 30px;
 	float: left;
}

#menu a {
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	padding: 7px 30px 7px 30px;
	background: url(../images/img03.jpg) no-repeat right 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #325C12;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: none;
}


*/

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img04.jpg) repeat-y left top;
}

#page-bgtop {
	padding: 20px 25px;
	background: url(../images/img02.jpg) repeat-x left top;
}

#page-bgbtm {
}



/* menu 2 */

		
/******** Menu 2 black ********/
	
	#menu2_container {
		width: 958px;
		background: #474036;
		height: 32px;
		padding-left: 0px;
		padding-right: 0px;
		_padding-right: 0px;
		}
	
	#menu2 {
		width: 100%;
		background: #474036;
		float: left;
		font-size: 95%;
		white-space: nowrap;
		padding-right: 0;
		margin-top: 0;
		margin-bottom: 0;
		}
		
				
	
	* html #menu2 {
		padding-right: 0;
		}
	
	#menu2 ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		border-left: 0px solid #cc6600;
		border-right: 0px solid #cc6600;
		width: 100%;
		}
	
	#menu2 li {
		display: inline;
		}
	
	#menu2 a:link, #menu2 a:visited {
		padding: 0.25em 1em;
		background: transparent;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		border-right: 0px solid #cc6600;
		}
	
	#menu2 a:hover {
		background: #cc6600;
		color: #ffffff;
		
		}
		
	#menu2 onlink {
	
	    background: #cc6600;
		padding: 0.25em 1em;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		border-right: 0px solid #cc6600;
	 }


/* Content */

#content {
	float: left;
	width: 630px;
	padding: 0;
}


#content img {
	
		float:left;
		border:0px;
		margin:15px 25px 15px 0px;
}



.title2 {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #8AB52B;
	text-align: center;

}


.title2 a {

	color: #5B7817;
	border: none;

}

.title-side {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #8AB52B;
	text-align: center;
}

.title-side a {
    color: #8AB52B;

}


.sidebar-content {
    text-align: center;
	
	
}

.sidebar-content p {
	text-align: center;

}


/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 0;
	color: #787878;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	background: url(../images/img06.jpg) no-repeat left 15px;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #5B7817;
}

#sidebar p {
	margin: 0 0px;
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #704A21;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

#sidebar img {
	text-align: center;
	border: 0;
	
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	background: #474036;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 12px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}