﻿@import url(layout.css);
body {color: black; font-size: 13px; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; background-color: #d3d9d6; }
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	position:relative;
	z-index:1;
}
#page_content{
	position:relative;
	z-index:1;
	top:28px;
	width:100%;
	position:relative;
	z-index:1;
}
#masthead {
	text-align: right;
	background-color: #036;
	width: 620px;
	background-image:url('../images/backdrop.jpg');
	overflow:hidden;
	
}
#navigation {
	background-color: #545454;
	height:28px;
	position:absolute;	
	top:150px;
	z-index:20;	
	width:100%;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #a9a9a9;
	background-color: #a9a9a9;
}
#navigation a,#navigation a:hover{border-left-width: 1px; }

#navigation ul, #navigation li{ position:relative;}
#navigation ul ul {
position:absolute;
top:29px;left:0px;z-index:20;width:150px;
background-color:#545454;
}
#navigation ul ul li {
float:none;
}

#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;	
	position: relative;	
}
#column_l h1 {
	float:left;width:150px;font-size:18px;
}
#column_l #insidemenu {
	float:right;width:230px;
}

#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
	text-align:right;
}
#column_r h3, #column_r h2{
	margin:10px;
}

#fullpage{width: 600px;	padding-top: 5px; }
#footer {
	width: 620px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
	position:relative;
	z-index:1;
	top:60px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead div{float:left;padding:0px;margin:0px; }
#masthead h2,#masthead h4  { 
	 padding:0px;
}

#masthead h2{float: left;line-height: 36px; font-size: 30px; margin: 10px 0px 0px 15px; text-align: left; }
#masthead h4{
	line-height:16px;
	font-size:14px;
	margin:5px 0px 0px 5px;
}
#masthead h4 a{
	line-height:16px;
	font-size:14px;
}

#masthead h5{
	line-height:14px;
	font-size:12px;
	margin:5px 0px 0px 5px;
}

#masthead h4.BottomHeader{width:400px;float:right;line-height: 12px; font-size: 10px; margin: 3px 0px 0px 0px; clear: both; text-align: right; }

#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
	float:right;
	text-align:left;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.eventdate{margin-left:20px; }