body {
	font-family: Arial, Helvectica, sans-serif;
	background-color: #f9d4a4;
	background-image: url('../images/bgimg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 800px;
	padding: 0;
	margin: 0;
}

/* Header */
#top_bg {
	background-image: url('../images/top_bg.jpg');
	background-repeat: repeat-x;
	height: 128px;
	padding: 0;
	margin: 0;
}

#top_head {
	background-image: url('../images/top_head.jpg');
	width: 1024px;
	height: 128px;
}

/* Navigation */
#navigation_left {
	background-image: url('../images/left_nav.jpg');
	width: 292px;
	height: 48px;
	float: left;
}
#navigation {
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 48px;
	padding: 0;
	margin: 0;
}

#nav_menu {
	width: 1024px;
}
/*
#navigation ul {
	width: 1024px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {display: inline;}

#navigation li a:link, a:visited {
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 48px;
	margin-left: 10px;
	padding: 0 5px 0 5px;
	float: left;
}

#navigation li a:hover {
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
	color: #9f3c09;
	text-decoration: none;
	line-height: 46px;
	margin-left: 10px;
	border-top: 1px solid #94160d;
	border-bottom: 1px solid #000;
	padding: 0 5px 0 5px;
	background-color: #f9d4a4;
	float: left;
} */

/* Containers */
#content_container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

#content_area {
	background-image: url('../images/area_bg.gif');
	background-repeat: repeat;
	border-left: 1px solid #d58b34;
	border-right: 1px solid #d58b34;
	overflow: auto;
	padding-bottom: 95px;
}

#right_content {
	width: 701px;
	background-color: #ffedce;
	overflow: hidden;
}

#left_content {
	width: 318px;
	float: left;
	overflow: auto;
}

/* Hover Images */
#visitors_guide {
	width: 256px;
	height: 165px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
}

#visitors_guide a:link {
	width: 256px;
	height: 165px;
	margin: 0 auto;
	margin-top: 15px;
	background-image: url('../images/visitors_guide_idle.gif');
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

#visitors_guide a:visited {
	width: 256px;
	height: 165px;
	margin: 0 auto;
	margin-top: 15px;
	background-image: url('../images/visitors_guide_idle.gif');
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}


#visitors_guide a:hover {
	background-image: url('../images/visitors_guide_hover.gif');
}

/* Content Elements */
#content_box {
	width: 670px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content {
	width: 650px;
	padding-left: 5px;
	font-family: sans-serif;
	font-size: 12pt;
	padding-top: 2px;
	padding-bottom: 15px;
}

#title_bar {
	width: 650px;
/*	background-image: url('../images/title_bar.gif');
	background-repeat: repeat-x; */
	color: #993300;
	padding-left: 5px;
}

#news {
	width: 281px;
	margin: 0 auto;
}

#news_bar {
	width: 281px;
	height: 26px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	color: #FFF;
	padding: 5px;
	font-family: sans-serif;
	font-size: 12pt;
	background-image: url('../images/news_bar.gif');
	background-repeat: no-repeat;
}

#news_list li {
	width: 218px;
	margin-bottom: 5px;
	padding-left: 20px;
	color: #000;
	font-size: 12pt;
	font-family: sans-serif;
	list-style: none;
}

#sidebarbox {
	border-top: 1px dotted #9a0202;
	width: 280px;
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 10px;
}

#sidebar_box_top {
	width: 280px;
	height: 25px;
	background-image: url('../images/side_box_top.gif');
	background-repeat: no-repeat;
	color: #FFF;
}

#sidebar_box_mid {
	width: 275px;
	background-color: #9f382f;
	color: #FFF;
	font-family: sans-serif;
	font-size: 11pt;
	padding-left: 5px;
	line-height: 16pt;
}

#sidebar_box_bottom {
	width: 280px;
	height: 25px;
	background-image: url('../images/side_box_bottom.gif');
	background-repeat: no-repeat;
	color: #FFF;
	font-family: sans-serif;
	font-size: 12pt;
}

#iarea {
	width: 660px;
	height: 280px;
	background-image: url('../images/iarea_bg.gif');
	background-repeat: no-repeat;
	background-color: #9e3b2f;
	padding-top: 20px;

}

#iarea_img {
	width: 625px;
	height: 210px;
	margin-left: 18px;
	padding: 0;
}

#iarea_nav {
	height:40px;
	margin: 10px 0 0 2px;
	padding: 0 0 0 80px;
}

#iarea ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#iarea ul li {display: inline;}

#iarea li {
	display: block;
	padding: 0;
	margin: 0;
}

#iarea li a:link {
	width: 164px;
	height: 40px;
	background-image: url('../images/iarea_button_idle.gif');
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 14pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	text-decoration: none;
}

#iarea li a:visited {
	width: 164px;
	height: 40px;
	background-image: url('../images/iarea_button_idle.gif');
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 14pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	text-decoration: none;
}

#iarea li a:hover {
	width: 164px;
	height: 40px;
	background-image: url('../images/iarea_button_hover.gif');
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 14pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #9f3c09;
	text-align: center;
	float: left;
}

#weather {
	width: 235px;
	padding: 20px 20px 0 0;
	margin: 0;
	color: #FFF;
	font-family: sans-serif;
	text-align: left;
}

img, div {
	 behavior: url('iepngfix.htc');
}

#UpcomingEvents {
	width: 650px;
	overflow: hidden;
}

#calendar {
	width: 300px;
	float: left;
}

#description {
	width: 320px;
	float: left;
	margin-left: 10px;
	padding-left: 5px;
}

#ename {
	color: #993300;
	font-family: sans-serif;
	font-size: 16pt;
}

#edescription {
	color: #343434;
	font-family: sans-serif;
	font-size: 11pt;	
	padding-left: 5px;
}

#featured {
	width: 645px;
	padding-bottom: 10px;
	padding-top: 20px;
	overflow: auto;
}

#aitem {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #343434;
}

/* Footer */
#footer {
	background-image: url('../images/footer.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 26px;
	font-family: sans-serif;
	font-size: 9pt;
	color: #FFF;
	line-height: 26px;
	padding-left: 5px;
}

/* Font Styles */
.title {
	color: #993300;
	font-family: sans-serif;
	font-size: 12pt;
}

.title a:link {
	color: #993300;
	text-decoration: none;
}

.title a:visited {
	color: #993300;
	text-decoration: none;
}

.title a:hover {
	color: #993300;
	text-decoration: underline;
}


.cheading {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 24pt;
}

.global {
	color: #343434;
	font-family: sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}

.global a:link {
	color: #993300;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: italic;
}

.global a:visited {
	color: #343434;
	font-family: sans-serif;
	font-size: 11pt;
	text-decoration: none;
}


.global a:hover {
	text-decoration: underline;
}

.sboxText {
	color: #FFF;
	font-family: sans-serif;
	font-size: 11pt;
}

.sboxText a:link {
	color: #FFF;
	font-family: sans-serif;
	font-size: 11pt;
	text-decoration: none;
}

.sboxText a:visited {
	color: #FFF;
	font-family: sans-serif;
	font-size: 11pt;
	text-decoration: none;
}

.sboxText a:hover {
	color: #FFF;
	text-decoration: underline;
}

.cWeather {
	color: #ffcc99;
	font-family: Arial;
	font-size: 10pt;
}

.cWeather a:link {
	color: #ffcc99;
	font-family: Arial;
	font-size: 10pt;
        text-decoration: none;
}


.cWeather a:visited {
	color: #ffcc99;
	font-family: Arial;
	font-size: 10pt;
        text-decoration: none;
}

.cWeather a:hover {
	color: #ffcc99;
	font-family: Arial;
	font-size: 10pt;
        text-decoration: underline;
}

.cWeatherTemp {
	color: #FFF;
	font-family: sans-serif;
	font-size: 14pt;
}

.cWeatherCondition {
	color: #FFF;
	font-family: sans-serif;
	font-size: 12pt;
}

.pnews_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pnews_list li {
	border-bottom: 1px dotted #343434;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pnews_list li a: link {
	color: #993300;
	text-decoration: none;
}

.pnews_list li a:visited {
	color: #993300;
	text-decoration: none;
	font-size: 10pt;
}

.pnews_list li a:hover {
	color: #993300;
	text-decoration: underline;
}

a img {
	border:none;
}

a {
	outline:none;	
}
