/* BURNSIDE STYLES */


body {
	color: #19160E;
	font-family: Georgia, georgia, "Times New Roman", Times, serif;
	font-size: 95%; /* enables you to easily size text with ems */
	text-align: left;
	background: #EBE7DE url(images/burnsidebg.gif) repeat-y left top;
	margin: 0;
	}

#wrapper {
	padding: 0 94px 0 94px;
	background: url(images/rightshad.gif) repeat-y top right;
	}
#header { padding: 20px; background-color: #EBE7DE; text-align: left;  }

#topnav, #nextnav, #contentshad {
	background: url(images/breadcrumb486top.gif) repeat-x left top;
	padding: 0 0 5px 0;
	}
#nextnav {
	padding:5px; 
	}	
#contentshad {
	height: 25px;
	/*width: 800px;*/
	}

.botshad {
	height: 20px;
	background: url(images/breadcrumb486top.gif) repeat-x left top;
	clear: both;
	}




#hnav {
	background: url(images/breadcrumb-explore.gif) no-repeat 20px 15px;
	padding: 15px 5px 5px 95px;
	margin: 0;
	font-size: 100%;
	}

#hnav a, #hnav a:visited {
	color: #BD5412;
	}
#hnav a:hover {
	color: #000000;
	}
		

#nnav {
	padding: 11px 0 3px 20px;
	margin: 0;
	font-size: 100%;
	}

#nnav a, #hnav a:visited {
	
	}
#nnav a:hover {
	color: #000000;
	}



.mid { text-align: center; }


.framed {
	border: 15px solid #DFD7C4;
	}
	
#intro {
	padding: 0 0 30px 190px;
	background: url(images/accom-header.gif) no-repeat;
	}
	
#blurb {
	padding: 0 0 30px 30px;
	}
#intro p { margin: 0 100px 0 0; } 	

.floatpanel {
float: right;
	font-size: 95%;
	}


/* cols links*/







#secWrap ul{
background:url(images/cherub.gif) no-repeat top center;
margin: 0 20px 10px 30px;
padding: 120px 0 0 0;
}
#secWrap li a, #secWrap li a:visited {
display:block;
padding:4px;
background: #000;
color: #FFF;
font-size: 80%;
text-align: center;
}
#secWrap li a:hover{
color:#fff;
background:#BD5412
}
#secWrap li{
list-style:none;
padding:4px;
border-bottom:1px dashed #000;
text-transform:uppercase;
}


#navmenus li.on a, #navmenus li.on a:visited {
	background:#BD5412
	}

	
.itemouter {
	padding: 0;
	margin:  15px;
	border: 10px solid #DFD7C4;
	/*width: 760px;*/
	}
		
.item {
	padding: 10px;
	margin:  0 10px 10px 20px;

	/*width: 760px;*/
	}
.itemcontent {
  padding: 0 0 30px 20px;
  margin: 0 15px;
  }
#contact form { margin-left: 20px }
#rates {
width: 400px;
float:right;
border: 15px solid #DFD7C4;
  padding: 0 30px 30px 20px;
  margin: 15px;
  }
		
#links {  }	
#links img {
    margin: 20px 20px 0 0;
	}	
#content {
background: url(images/rightshad.gif) repeat-y 800px top;
	}

#footer {
	padding: 0;
	}

/* typography */
H1, H2, H3 {
	color: #BD5412;
  font-size: 27px;
  font-weight: normal;
  margin: 0 0 10px 0;
	}

	
p {
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 105%;
	}

p.italic {
	font-style: italic;
	padding: 0;
	margin: -5px 0 0 0;
	text-align: left;
	}
		
table, ul {
	font-size: 105%;
	}

li { line-height: 1.4em; }
	 	
/* link styles */

a, a:visited {
	color: #004F6C;
	text-decoration: none;
	}

a:hover { 
	text-decoration: underline;
	color: #000000;
	}

/* =================== STUFF =================== */

.hide {
	display: none;
}

/*keeping the floats within parent*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */