/* CSS Document */

body {
	background: #000000 url(images/bg.gif) top repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #E6E6E6;
}
a, a:visited, a:active {
	outline: none;
	color: #d62507;
}
a:hover, a:focus {
	outline: none;
	color: #d62507;
	text-decoration: none;
}
#container {
	width: 950px;
	position: relative;
	margin-left:auto;
	margin-right: auto;
}


/**************************************** HEADER ****************************************/
#header {
	width: 950px;
	height: 156px;
	float: left;
	background: url(images/header_bg.jpg) no-repeat;
}
#logo {
	height: 138px;
	width: 138px;
	float: left;
	margin: 9px 0 0 10px;
}
#logo h1 {
	height: 138px;
	width: 138px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#logo h1 a {
	display: block;
	width: 138px;
	height: 138px;
}
#logo span {
	display:none;
} 	
#navigation {
	height: 24px;
	width: 950px;
	float: right;
	text-align: right;
}



/**************************************** Front Content ****************************************/

#content {
	float: left;
	width: 950px;
}
#left {
	float: left;
	width: 284px;
	background: url(images/left_bg.gif) top center repeat-y;
	padding: 0;
	margin: 0;
}
h2.events {
	float: left;
	width: 284px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url(images/events_head.gif) top center no-repeat;
}
h2.events span {
	display: none;	
}
h3.days {
	color: #000000;
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0;
}
.evntDesc {
	background: url(images/event_bg.gif) top center repeat-y;
}
.evntDesc2, .evntDesc {
	padding: 5px 15px 10px 15px;
	float: left;
	width: 254px;
	text-align: center;	
	min-height: 50px;
	font-size: 10px;
}
.evntDesc2 p, .evntDesc p {
	padding: 0;
	margin: 0;
}
#leftBot {
	background: url(images/event_bot.gif) top center no-repeat;
	width: 284px;
	height: 6px;
	float: left;
	margin: 0;
	padding: 0;
}
#right {
	float: right;
	width: 655px;
	padding: 0;
}
#feature {
	float: left;
	width: 653px;
	height: 234px;
	overflow: hidden;
	border: 1px solid #d62507;
}
#midText {
	float: left;
	margin: 20px 0 0 0;
	width: 655px;
}
h2.frontTitle {
	font-size: 28px;
	color: #d62507;
	padding: 0 0 10px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}
.frontDesc {
	padding: 0;
	line-height: 1.3;
}                	
.frontDesc p, .specDesc p{
	margin: 0;
	padding: 0 0 10px 0;
} 					
#specials {
	float: left;
	margin: 5px 0 0 0;
	width: 655px;
}
.specDesc {
	line-height: 1.3;
	font-size: 10px;
}
.specDesc h4{
	font-size: 12px;
	color: #d62507;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
}






/**************************************** Article Content ****************************************/
#artFeature {
	float: left;
	width: 653px;
	height: 125px;
	overflow: hidden;
	border: 1px solid #d62507;
}
/*#breadcrumbs {
	float: right;
	background: #fefefe;
	width: 870px;
	line-height: 10px;
	padding: 10px 40px 0 40px;
	text-align: right;
	text-transform: lowercase;
	font-size: 10px;
	color: #b5b4a4;
}
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active{
	text-decoration: none;
	color: #b5b4a4;
}
#breadcrumbs a:hover, #breadcrumbs a:focus{
	text-decoration: none;
	color: #47403B;
}*/
#artText {
	float: left;
	margin: 10px 0 0 0;
	width: 655px;
}
h2.artTitle {
	font-size: 24px;
	color: #d62507;
	padding: 0 0 10px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}
.artDesc {
	padding: 0;
	line-height: 1.3;
}
.artDesc h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}
.artDesc p{
	margin: 0;
	padding: 0 0 10px 0;
}
.summaryPageTitle {
	margin: 0;
}
.summaryPageDescription {
	margin: 0 0 15px;
}

ul#menu {
	color:#E5E5E5;
	list-style-type:none;
	margin: 0 0 5px 0;
	padding:0;
	border: 2px solid #5c5252;
}
ul#menu .row1 {
	background-color:#4A4242;
}
ul#menu li {
	background-color:#423B3B;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
}



/**************************************** Footer ****************************************/

#clear{
	clear: both;
}    
#footer {
	float: left;
	width: 950px;
	padding: 0;
	margin-top: 15px;
	font-size: 10px;
	color: #d62507;
	text-align: center;
	background: url(images/footer_bg.gif) top left repeat-x;
	line-height: 30px;
}
#footer a, #footer a:visited, #footer a:active{
	text-decoration: none;
	color: #d62507;
	font-weight: bold;
}
#footer a:hover, #footer a:focus{
	text-decoration: none;
	color: #E6E6E6;
}  



