body { background: #fcfbf9 url('../../images/background.jpg') repeat-x; }
td { vertical-align: top; }
th { vertical-align: top; }
.content {
	padding: 0 20px 30px;
	background: #ebe5d7 url('../../images/contentbg.jpg') no-repeat;
}
.thumb {
	width: 95%;
	text-align: center;
	padding-right: 0;
	padding-left: 20px;
}
.thumb img { 
	margin-left: 3px;
	margin-top: 0;
	border: solid 1px #ccc;
	width: 100px;
	height: 100px
}
#page {
	padding-top: 0;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}
.entry-content { font-size: 130%; }
#header { height: 215px; }
.gray-box {
	background: #ddd;
	padding: 2px 5px;
	font-size: 110%;
	font-weight: bold;
}
#banner {
	background: url('../../images/banner.jpg') !important;
	display: block;
	width: 100%;
	height: 215px;
}
#logo {
	background: url('../../images/logo-bg.gif') no-repeat;
	width: 418px;
	margin-left: 10px;
	padding: 5px 10px;
}
hr {
	width: 0;
	height: 0;
	border: none;
	clear: both;
}
.float-left {
	float: left;
	clear: left;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.float-right {
	float: right;
	clear: right;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h1 {
	font-size: 220%;
	border-bottom: 2px solid green;
	position: relative;
	padding: 4px;
	margin-bottom: 1em;
	/* lazy */
	text-align: left !important;
	font-weight: bold !important;
}
.columns-one #page { width: 850px; }
.columns-two #page { width: 930px; }
#primary { 
	width: 665px;
	background: white url('../../images/content.jpg') repeat-x;
}
.secondary {
	width: 190px;
	position: relative;
	left: 20px;
	float: right;
	min-height: 140px;
	background-color: #ebe5d7;
}
h2 { font-size: 170%; }
h3 { margin: 0 !important; }

span.underline {
	text-decoration: underline;
}

.border {
	border: 1px solid #bbb;
	border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.border p{
	padding: 5px;
}
.table  {
	border: 2px solid #bbb;
	margin: 0 auto;
	padding: 10px;
}

/* menu  hillrose*/
.menu { 	overflow: visible; }
ul.menu { background: white url('../../images/nav-top.png') repeat-x bottom; width: 100%; margin: 0; position: absolute; bottom: 0; border-top: 1px solid #888;	border-bottom: 1px solid #ccc; font-size: 120%; }
ul.menu li { margin-right: 4px; position: relative; float: left; list-style: none; }
ul.menu li.current_page_item a { color: green; }
ul.menu li a { background: none; color: black; display: block; padding: 5px 15px; }
ul.menu li a:hover { background: none; color: #0A5199; }
ul.menu li.hover, ul.menu li:hover { position: relative; }

ul.menu li ul{ display: none; position: absolute; left: 0; top: 100%; width: 610px; line-height: 20px; background: #ccc;}

ul.menu li:hover > ul { display: inline; }


ul.menu ul li a { margin: 0px; display: inline; color: #0A5199; }
ul.menu ul li a:hover { text-decoration: none; }
ul.menu li:hover ul { display: inline; }
ul.menu ul li.current_page_item a { text-decoration: none; color: #ECECEC;	}
