body {
	background: #93979d;
	font: 12px Verdana, sans-serif;
}

#background {
	position: absolute;
	display: block;
	width:960px;
	height: 570px;
	margin-left: 50%;
	left: -470px;
	background: url(../images/bg.png);
}

#container {
	float: left;
	display: inline;
	margin: 20px 0px 0px 20px;
	width: 920px;
	height: 530px;
	border: 1px solid white;
	background: #555560;
}

#header {
	float: left;
	width: 879px;
	height: 180px;
	display: inline;
	font: 10px Verdana, sans-serif;
	color: white;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0px 10px;
	border: 0px solid red;
	background: #343436;
	overflow: hidden;
}

/* IE7 Only */
*:first-child+html #header {
	float: left;
	width: 879px;
	height: 200px;
	display: inline;
	font: 10px Verdana, sans-serif;
	color: white;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0px 10px;
	border: 0px solid red;
	background: #343436;
	overflow: hidden;
}

#logo {
	float: left;
	height: 50px;
	width: 270px;
	border: 0px solid red;
	text-align: center;
	font: 12px Verdana, sans-serif;
	overflow: hidden;
}

#nav {
	float: left;
	height: 130px;
	width: 270px;
	border: 0px solid red;
	text-align: center;
	overflow: hidden;
}

#nav a {
	float: left;
	display: inline;
	width: 200px;
	margin: 4px 0px 0px 35px;
	padding: 2px 0px 2px 0px;
	color: white;
	font: 12px Verdana, sans-serif;
	border: 1px solid #343436;
}

#nav a:hover {
	border: 1px solid white;
	background: #555560;
}

#title {
	font: 20px Verdana, sans-serif;
	border-bottom: 1px solid white;
}

#header_image {
	float: right;
	height: 178px;
	overflow: hidden;
}

.main_image {
	width: 600px;
	height: 180px;
}

#header_border {
	float: left;
	position: relative;
	width: 600px;
	height: 180px;
	margin: -180px 0px 0px 0px;
	background: url(../images/header_border.png);
}

#page {
	float: left;
	width: 879px;
	height: 247px;
	display: inline;
	font: 10px Verdana, sans-serif;
	color: white;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0px 10px;
	border: 0px solid red;
	background: #343436;
	/*overflow: hidden;*/
}

#page_title {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 16px Verdana, sans-serif;
	border-bottom: 1px solid white;
}

.event {
	float: left;
	display: inline;
	width: 200px;
	height: 200px;
	margin: 15px 0px 0px 10px;
	padding: 0px 9px 0px 0px;
	border: 0px solid red;
	border-right: 1px solid #555560;
	overflow: hidden;
	font: 11px Verdana, sans-serif;
}

.form_body {
	text-align: right;
	font: 12px Verdana, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	}

#last_event {
	margin: 15px 0px 0px 10px!important;	
	border: 0px;
}

#event_title {
	float: left;
	display: inline;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font: 12px Verdana, sans-serif;
	border: 0px solid green;
	font-weight: bold!important;
}

#event_body {
	width: 100%;
	margin: 0px 0px 10px 180px;
	padding: 40px 0px 0px 0px;
	text-align: left;
	font: 12px Verdana, sans-serif;
	font-weight: normal;
}

#footer {
	float: left;
	width: 889px;
	display: inline;
	font: 10px Verdana, sans-serif;
	color: white;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 0px 10px;
	border: 0px solid red;
	background: #343436;
}

#contact_us_link {
	float: right;
	margin: 0px 10px 0px 0px;
}

#contact_us_link a {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	color: white;
	font: 10px Verdana, sans-serif;
	border: 1px solid #343436;
}

#contact_us_link a:hover {
	border: 1px solid white;
	background: #555560;
}

#contact_wrapper {
	width:880px;
	background:url(../images/contact_outline_bg.jpg) bottom center;
	height:248px
	}

#contact_wrapper_nomap {
	margin: 0px 0px 0px 0px;
	width:880px;
	height:248px
	}

#ravine {
    float: right;
    display: inline;
    border: 0px solid red;
    margin: 0px 0px 0px 0px;
}

#ravine a {
	color: white;
}

#copy {
    float: left;
    display: inline;
    border: 0px solid red;
    margin: 0px 0px 0px 0px;
}

/*-------------------------------------------------------------------------------calendar-------------------------------------------------------------------------------------------------------------/*
 

/* the div that holds the date picker calendar */
.dpDiv {
 }
 

/* the table (within the div) that holds the date picker calendar */
.dpTable {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-align: center;
 color: black/*#505050*/;
 background-color: silver /*#ece9d8*/;
 border: 1px solid white /*#AAAAAA;*/
 }
 

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
 }
 

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
 }
 

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
 }
 

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
 }
 

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
 border: 1px solid #ece9d8;
 }
 

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
 background-color: white;/*#CCCCCC;*/
 border: 1px solid #AAAAAA;
 color:black;
 }
 

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
 /*background-color: #aca998;*/
 border: 1px solid black;
 cursor: pointer;
 color: black /*red*/;
 }
 

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
 }
 

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
 }
 

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
 }
 

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
 background-color: white;/*#CCCCCC;*/
 border: 1px solid #AAAAAA;
 color: black/*white*/;
 }
 

/* additional style information for the text that indicates the month and year */
.dpTitleText {
 font-size: 12px;
 color: black;/*gray;*/
 font-weight: bold;
 }
 

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
 color: black;
 font-weight: bold;
 background-color: orange;
 }
 

/* the forward/backward buttons at the top */
.dpButton {
 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: black;
 background: white;
 padding: 0px;
 }
 

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: black;
 background: white;
 }

