/*
Theme Name: Custom Theme
Author: Kussner IT
Description: Custom theme built just for this site.
Version: 1.0
Author URI: http://www.kussner.com/
*/


/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* END RESET */
p,h2,h3{ margin: 0px 0px 15px 0px; }
h3 { font-size: 1em; 
	text-decoration: underline; }
h2 { font-family: arial;
	color: #36783a;
	}
body {
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	background-color: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#wrap {
	width: 1023px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-image: url(images/header.png);
	height:144px;
	margin:0px;
}
#header h1 {
display: none;
}
#weather { display: inline: block; 
			/*overflow: hidden;*/
			width: 250px;
			height: 100px;
			background: #FFF;
			float: left;
			margin: 10px 0px 10px 30px;
			font-size: 12px;
			text-align: center;
}
#logo {
	background-image: url(images/logo.png);
	height: 100px;
	width: 131px;
	cursor: pointer;
	float: left;
	margin: 30px 0px 0px 20px;
}
#logo span {
	display: none;
}
#reserve {
	height: 102px;
	width: 300px;
	float: right;
	text-align: right;
	margin: 35px 30px 0px 0px;
	display: inline-block;
}

#bodywrap {
	background-image: url (images/body-bkgd.png);
	background-repeat: repeat-x;
}
/*START DROP DOWN NAVIGATION MENU*/

#navigation {
	background-image: url(images/menu_bar.png);
	height: 36px;
	width: 1023px;
	}
#nav {
	background-position:center center;
	background-repeat:no-repeat;
	height:34px;
	margin:0 auto;
	position:relative;
	top:0px;
	width:980px;
	font-size: .75em;
	
}
#nav, #nav ul { /* all lists */
list-style:none outside none;
margin:0px auto;
padding:0;
}
#nav {
	padding-left: 160px;
}
#nav a {
	text-decoration: none;
	color: #FFF; text-shadow: #000 0.2em 0.2em 0.2em
}
#nav a:hover {
	background-image: url('images/menu_bkgd.png');
	/*background-color:#9fba35;*/
	color: #cbfd05;
	border-top: 0px solid #36783a;
	border-bottom: 0px solid #36783a;
	text-shadow: #000 0.2em 0.2em 0.2em;
	padding-bottom: 2px;
}
#nav > li > a {
	color:#FFF;
	display:block;
	height:34px;
	line-height:35px;
	padding-left:23px;
	padding-right:23px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav > li > ul {
	width: auto;
	background-color: #002564;
}
#nav > li > ul > li {
	width: auto;
	float: none;
	display: block;
}
#nav > li > ul > li > a {
	background-color: #002564;
	color:#FFFFFF;
	display:block;
	padding:5px;
	white-space:nowrap;
}
#nav > li > ul > li > ul > li > a {
	color:#FFFFFF;
	display:block;
	padding:5px;
	white-space:nowrap;
}
#nav > li > ul > li > ul {
	width: auto;
	border: 1px solid #666;
}
#nav > li > ul > li > ul > li {
	display: block;
	float: none;
}
#nav li { /* all list items */
	float:left;
	list-style:none outside none;
}

#nav li ul { /* second-level lists */
	background:none repeat scroll 0 0 #002564;
	position:absolute;
	visibility: hidden;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	visibility: hidden;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility: visible;
}
/*END NAVIGATION*/
li {
	list-style-position: inside;
	list-style-type: circle;
}
table td {
	padding: 0px;
	text-align: left;
}
table th {
	padding: 0px;
	text-align: left;
	font-weight: normal;
}

#sidebar {
	float:left;
	width:249px;
	border-right:1px dotted;
}

#sidebar ul li {
	list-style-type: none;
}
#sidebar ul li ul li {
	list-style-type: circle;
	margin-left: 1em;
}
#sidebar h2 {
	color:#333333;
	font-weight:lighter;
	text-transform:lowercase;
}
#content {
	background-image: url(images/body-bkgd.png);
	background-repeat: repeat-y;
	margin: 0px auto;
	width:960px;
	padding: 20px 40px;
	min-height: 450px;
}

#footer {
	clear: both;
	background-image: url(images/footer.png);
	width: 1023px;
	height: 162px;
	text-align: center;
	font-size: 10px;
}

/*bottom Menu*/
#menu{
padding:0;
margin:0 auto;
color:#fff;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
padding-bottom: 3px;
margin-top: 20px;
height: 10px;
width: 500px;
}

#menu li {display:inline;}

#menu li a{
padding: 0em .5em;
padding-bottom: 3px;
background:#FFF;
color:#36783a;
text-decoration:none;
margin: 0px auto;
border-right:1px solid #003366;
height: 10px;
}

#menu li a:hover {
background:#FFF;
text-decoration: underline;
color:#333;
}
/*end bottom menu*/

#sidebar, #content {
	padding-bottom: 10px;
}

.screen-reader-text {
	display: none;
}

#s {width: 175px; .width: 150px;}
#searchsubmit {}

ul.home
{
list-style-image: url('images/arrow.gif');
font-size: 11px;
list-style-position: inside;
}

ul.front
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul.front li
{
list-style-type: none;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px;
font-size: 11px;
}

#EC_current-month {
	color: #003366;
	font-size: 1.5em;
}
.EC-tt-title-no-link {
	font-size: 12px;
	}
a	{ color: #36783a;
		text-decoration: none;
		}

#navigation .current_page_item a {
	color: #cbfd05;
	}

