#holidayheader { display: none; }

.login {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#loginform {
	position: absolute;
	left: 153px;
	top: 0px;
	width: 572px;
	background-color: #FEFEFE;
	overflow: hidden;
	border: none;
	border-bottom: 6px solid #974631;
	z-index: 0;
}

#loginform .submit {
	background-color: #CCC;
	border: 1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family: .8em;
}

.logintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-weight: bold;
}

.logininput {
	font-size: 14px;
	background-color: white;
	border: 1px solid black;
}

h1 {
	border-bottom: 1px solid #000000;
	border-left: 6px solid #974631;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 3px;
	display: inline;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	border-bottom: 1px solid #000000;
	display: inline;
}
h3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 15px;
}
hr {
	width: 75%;
	text-align: center;
}
.dateline {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 2px;
	padding-left: 15px;
}

#cont p {
 padding-left: 15px;
}

#outer { /* Container div which holds the entire contents */
 text-align:left;
 border:1px solid #000000;
 width:725px;
 height: 850px;
 margin:auto;
 overflow: visible;
}

#hdr { /* div containing the top banner image */
 background: url(../img/banner.png) no-repeat;
 /*border-bottom: 1px solid #000000;*/
 height:120px;
 width: 725px;
}
#bar {
 background: url(../img/bar.png) no-repeat;
 height: 30px;
 width: 725px;
}

#bannerad {
 position: relative;
 left: 206px;
 top: 30px;
 width: 468px;
 height: 60px;
}

#bodyblock { /* div containing the leftside menu and rightside content */
 color: #333333;
 background: #FCFCFC url(../img/left_background.png) left repeat-y;
 position: relative;
 width:725px;
 height: 780px;
 padding:0;
 overflow: visible;
}

#l-col { /* div containing left menu column */
 background: #F0F0F8;
 float:left;
 width: 150px;
}

#cont { /* Main content div */
 background:#FCFCFC;
 color: #000;
 text-align:left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 width:560px;
 height: 760px;
 padding: 100px 5px 10px 0;
}

#ftr { /* footer bar div */
 background: url('../img/footer.png');
 color: #FFF;
 height:25px;
 margin:0;
 padding: 0 5px 0 5px;
}

#ftr a { /* Applies to all links inside the footer */
 color: #FFF;
 text-decoration: none;
}

#ftr a:hover {
 color: #FFF;
 text-decoration: underline;
}

body {
 font: 13px/20px sans-serif;
 background: url(../img/background.png) repeat;
 margin: 20px;
 text-align:center;
 padding:0;
}

/* Styles for leftside menu elements */
.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 150px;
 list-style: none;
 background: #eeeef7 url(../img/menu.png) left repeat-y;
 border: none;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 155px; 
 background: #eeeef7 url(../img/menu.png) left repeat-y; 
 border: 1px solid #000000;
}

.menulist li {
 position: relative;
 z-index: 1;
}

.menulist a {
 display: block;
 padding: 3px 4px 3px 15px;
 color: #000;
 text-decoration: none;
 border: none;
}

* html .menulist a {
 border: none;
 margin: 1px
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #4466AA;
 padding: 2px 5px 4px 14px;
 border: 1px solid #A6D4BD;
 margin: 0
}

.menulist a.highlighted {
 color: #000;
 background-color: #BEC9EF;
 border: 1px solid #007751;
 margin: 0
}

.menulist a .subind {
 float: right
}

* html .menulist li {
 float: left;
 height: 1%
}

* html .menulist a {
 height: 1%
}

#listMenuTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	position: absolute;
	width: 130px;
	left: 15px;
}

#weather {
	background: #FFF;
	position: absolute;
	left: 12px;
	top: 320px;
	width: 140px;
	overflow: hidden;
	border: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}