* { margin: 0; padding: 0; border: none; text-decoration: none; outline: none; }

body {
	background: #dbc9a9 url(../img/bg.jpg) repeat-x top left;
}

.maincontain {
	width: 975px;
	margin: 0 auto;
}

.header {
	width: 975px;
	height: 320px;
	position:relative;
}

	.parkrapids {
		width: 288px;
		height: 159px;
		padding-top: 161px;
	}
	
.leftcol {
	float: left;
	width: 671px;
}

	.tagline {
		width: 671px;
		height: 56px;
	}

.mainnav ul {
	list-style: none;
}
	
	.mainnav ul li {
		display: inline;
		font-size: 0;
		float: left;
	}	

#homeflash{
	width:975px;
	height:320px;
	background:url(../img/loading.png) center center no-repeat;
}

#visitflash{
	width:975px;
	height:320px;
	background:url(../img/backgrounds/visit.jpg) top center no-repeat;
}

#commflash{
	width:975px;
	height:320px;
	background:url(../img/backgrounds/community.jpg) top center no-repeat;
}

#chamberflash{
	width:975px;
	height:320px;
	background:url(../img/backgrounds/chamber.jpg) top center no-repeat;
}

#eventsflash{
	width:975px;
	height:320px;
	background:url(../img/backgrounds/events.jpg) top center no-repeat;
}


/* START COPY AREA */
	
.contentarea {
	background: #dbc9a9 url(../img/contentbg.jpg) no-repeat top left;
	width: 647px;
	padding: 24px 24px 24px 0;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}	

.contentarea h1 {
	font: normal 26px/1em "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #6e1401;
} 

	.contentarea h1 a {
		color: #6e1401;
	}
	.contentarea h1 a:hover {
		color: #000;
	}

.contentarea h2 {
	font: bold 14px/1.5em Arial, Helvetica, sans-serif;
	color: #0b3f7d;
}

.contentarea p {
	margin-bottom: 10px;
}

.contentarea a {
	color: #b52706;
}

.contentarea a:hover {
	color: #561001;
}

.contentarea ul, ol {
	margin: 0 0 10px 30px;
}

.contentarea ul ul {
	margin: 0 0 0 30px;	
}

.contentarea input,textarea,select {
	border: 1px solid #000;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 1px;
}

	.contentleft {
		width: 290px;
		float: left;
		padding-right: 50px;
	}
	
	.contentright {
		width: 290px;
		float: right;
	}
	
.imgleft {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #0b3f7d;
}

.imgright {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #0b3f7d;
}
.imgrightnobr {
	float: right;
	margin: 0 0 20px 20px;
}

.imgborder {
	border: 1px solid #0b3f7d;
}
td.tdcellspaceright {
	padding: 0 20px 0 0;
}

.board img {	
	border: 1px solid #0b3f7d;
	width: 117px;
	height: 150px;
}

.missingimage {
	border: 1px solid #0b3f7d;
	width: 97px;
	text-align: center;
	background: #a93207;
	font-size: 10px;
	text-transform: uppercase;
	padding: 60px 10px 55px 10px;
	color: #fff;
}

.lodgingbanners img {
	width: 144px;
	height: 144px;
	margin: 0 10px 10px 0;
}

/* END COPY AREA */

/* START RIGHTCOL */

.rightcol {
	float: right;
	width: 304px;
	background: url(../img/rightcolbg.jpg) no-repeat top left;
}

.rightcol h1, .rightcol h1 a{	
font: bold 26px/1em "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #6e1401;
}

.weather {
	width: 304px;
	height: 70px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

	.weather img {
		float: left;
		margin: 0 10px 0 40px;
	}
	
	.weather h1 {
		font: bold 16px Georgia, "Times New Roman", Times, serif;
		padding-top: 12px;
		font-variant: small-caps;
	}	
	.weather h1 a {
		color: #000;
	}	
	
.navbtm {
	width: 275px;
	margin-left: 29px;
	height: 18px;
}

/* END RIGHTCOL */

/* START NAV */

.nav {
	float: right;
	width: 275px;
	background: #721501 url(../img/navbg.jpg) no-repeat top left;
	padding: 24px 0 10px 0;
}

.nav p {
	height: 28px;
}
	.nav p:hover {
		background: url(../img/nav/arrow.gif) no-repeat top right;
	}
	
	.nav img {
		background: url(../img/nav/line.png) no-repeat bottom right;
		padding: 1px 0 3px 0;
	}
	
/* END NAV */

/* START SUBNAV */

.subnav {
	float: right;
	width: 275px;
	background: #551000 url(../img/subnavbg.jpg) no-repeat top left;
	padding: 24px 0 10px 0;
}

	.subnav ul {
		list-style: none;
	}
	
	.subnav ul li {
		margin: 0 0 0 40px;
		font: bold 12px/1em Arial, Helvetica, sans-serif;
		background: none;
		padding: 3px 0;
		display: block;
	}
	
	.subnav a {
		color: #fff;
		background: none;
	}
	
	.subnav a:hover {
		color: #e98b3e;
	}
	
		.subnav ul li ul li {
			font: normal 12px Arial, Helvetica, sans-serif;
			padding: 0;
			margin: 0 0 0 20px;
		}
		
	.subnav h2 {
		padding: 0 20px;
		font: normal 22px "Times New Roman", Times, serif;
		font-variant: small-caps;
		color: #fff;
	}
	
	.subnav h3 {	
		padding: 0 20px;
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #fff;
	}
	
/* END SUBNAV */
		
/* START FOOTER */

#footer-top{
	width:975px;
	height:60px;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	display:block;
	line-height:60px;
	}
	
#footer-top h4{
	display:block;
	float:left;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	color:#b52706;
	font-variant:small-caps;
	}
	
#footer-top a{
	line-height:60px;
	display:block;
	float:left;
	padding:0 12px;
	}
		
.footer {
	width: 975px;
	height: 60px;
}

	.footer a {
		color: #6e1401;
		text-transform: lowercase;
	}
	
	.footer a:hover {
		color: #000;
	}

	.copyright {
		float: left;
		width: 172px;
		height: 31px;
		background: url(../img/copyrightbg.gif) no-repeat top left;
		font: bold 11px Arial, Helvetica, sans-serif;
		color: #6e1401;
		padding: 7px 8px;
		clear:left;
	}
		
	.footerlinks {
		float: left;
		width: 500px;
		padding: 15px 0;
		text-align: center;
		font: bold 12px Arial, Helvetica, sans-serif;
	}
	
		.footerlinks ul {
			list-style: none;
		}
		
		.footerlinks ul li {
			display: inline;
			padding-right: 3px;
		}
		
	.footerlinks img {
		vertical-align: middle;
	}
	
	.signup {
		float: right;
		padding-top: 10px;
	}
	
		.signup input {
			border: 1px solid #b9a98a;
			font: 11px Arial, Helvetica, sans-serif;
			color: #000;
			width: 180px;
			float: left;
			padding: 4px;
		}	
		
		.signup #button {
			width: 68px;
			border: none;
			padding: 0;
			margin-left: 5px;
		}
		
/* END FOOTER */
#phone-number{
	position:absolute;
	top:0;
	left:0;
	height:25px;
	z-index:9999;
	}
#email-signup{
	position:absolute;
	top:0;
	right:0;
	height:25px;
	z-index:9999;
	}
	
#email-signup h4, #phone-number h4{
	color: #6E1401;
    font-family: "Times New Roman",Times,serif;
    font-size: 16px;
	float:left;
	margin-right:10px;
	}
	
#email-signup input{
	float:left;
	}
	
#email-signup input[type="text"]{
	margin-top:5px;
	margin:4px;
	width:110px;
	font-size:11px;
	height:16px;
	}

#events-box, #rapidlinks-box{
	width:276px;
	padding:10px 33px 0 13px;
	display:block;
	float:left;
	}
	
#events-box h3, #rapidlinks-box h3{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding:0 0 3px 3px;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	color:#6e1401;
}

#rapidlinks-box ul{
	list-style:none;
	padding:0;
	margin:0;
	}
	
#rapidlinks-box li{
	padding:0 0 10px 3px;
	}
	
#rapidlinks-box #chamber-map{display:block;line-height:50px;}

#rapidlinks-box #chamber-map a{display:block;float:left;}


/* BEGIN CMS CLASSES */

.mceContentBody {
	background: #dbc9a9 url(../img/contentbg.jpg) no-repeat top left;
	width: 647px;
	padding: 24px 24px 24px 0;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}	

.mceContentBody h1 {
	font: normal 26px/1em "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #6e1401;
} 

	.mceContentBody h1 a {
		color: #6e1401;
	}
	.mceContentBody h1 a:hover {
		color: #000;
	}

.mceContentBody h2 {
	font: bold 14px/1.5em Arial, Helvetica, sans-serif;
	color: #0b3f7d;
}

.mceContentBody p {
	margin-bottom: 10px;
}

.mceContentBody a {
	color: #b52706 !important;
	text-decoration:none !important;
}

.mceContentBody a:hover {
	color: #561001 !important;
}

.mceContentBody ul, ol {
	margin: 0 0 10px 30px;
}

/* END CMS CLASSES */
#featurebox{
	width:192px;
	float: right;
	display: block;
	margin: 0 0 20px 20px;
}
#featurebox .top{
width: 192px;
height: 7px;
display: block;
background: url(../img/specials-content-box.png) no-repeat top left;
}
#featurebox .middle{
width: 172px;
display: block;
background: url(../img/specials-content-box.png) repeat-y top right;
padding: 0 10px;
overflow: hidden;
}
#featurebox .bottom{
width: 192px;
height: 7px;
display: block;
background: url(../img/specials-content-box.png) no-repeat bottom left;
}
