@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 1200px; 
	background: url(../images/background.jpg) no-repeat;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
p{
	line-height:25px;
}
h1{
	color: #72290d;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	margin-bottom:0;
}
h2{
	color: #72290d;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	margin-top: 0;
}
#maincontent_container {
	height: 882px;
	width: 940px;
	margin: 0 auto;
}
#maincontent{
	padding: 55px 80px 60px 90px;
	float:left;
	margin-top: 307px;
	background: url(../images/background_content.jpg) no-repeat;
	height: 508px;
}
#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 138px;
	width: 1200px;
	text-align:center;
}
#footer img{
	margin-top: -15px;
}
#overview li{
	margin: 4px 0;
	list-style: none;
}
#overview li strong{
	font-size: 17px;
	font-variant: small-caps;
	color: #72290d;
	
}
#map br{
	padding: 0;
}
#map p{
	margin: 0;
	padding: 0;
	text-align:center;
}
img{
	border: none;
	outline: none;
}
a{
	color: #2d6984;
}
a:hover{
	color: #53b0dc;
}
.thumb {
	border: 1px #c98329 solid;
	display: block;
	float: left;
	margin: 30px 10px;
}
.png { behavior: url(js/iepngfix.htc) }
/*======================= Coda ==============================*/
.demolisher{
	float: 			right;
	background:		url(../images/demolisher.png) no-repeat;
	height: 		324px;
	width:			322px;
	margin-top:		25px;
}
.featured_text{
	float:			left;
	text-align:		left;
	width:			440px;
}
#slider {
    width: 			770px;
    margin: 		0 auto;
    position: 		relative;
}
.scroll {
    height: 		340px;
    width: 			770px;
    overflow: 		auto;
    overflow-x: 	hidden;
    position: 		relative;
    clear: 			left;
}
.scrollContainer div.panel {
    height: 		300px;
    width: 			770px;
}
ul.navigation {
    list-style: 	none;
    margin: 		0;
    padding: 		0;
    padding-bottom: 9px;
	padding-top: 	7px;
}

ul.navigation li {
    display: 		block;
	float: 			left;
    margin-right: 	10px;
	height: 		25px;
	background:url(../images/button_door.png) no-repeat right top;
	text-align: center;
}
ul.navigation a {
	float: 			left;
	display:		block;
    color: 			#fae65f;
	background:		url(../images/button_left.png) no-repeat left top;
	padding: 		0 15px;
	height: 		25px;
    text-decoration: none;
	font-size:		14px;
	font-family:	Georgia, "Times New Roman", Times, serif;
	line-height:	22px;
	font-weight:	bold;
}
ul.navigation li:hover {
	background:url(../images/button_door.png) no-repeat right bottom;
}

ul.navigation a:hover {
	background:		url(../images/button_left.png) no-repeat left bottom;
}

ul.navigation a.selected {
    background: url(../images/button_left.png) no-repeat left bottom;
}
ul.navigation li.selected {
	background:url(../images/button_door.png) no-repeat right bottom;
}
ul.navigation a:focus {
    outline: 		none;
}