/* 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;
	}
	
#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 10px;
	padding: 11px 0 3px 100px;
	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: 80%;
	}


/* cols links*/

#secWrap ul{
background:url(/images/cherub.gif) no-repeat top center;
margin: 0 30px 10px 30px;
padding: 120px 0 0 0;
}
#secWrap li a, #secWrap li a:visited {
display:block;
padding:4px;
}
#secWrap li a:hover{
color:#fff;
background:#BD5412
}
#secWrap li{
list-style:none;
padding:4px;
border-bottom:1px dashed #000;
text-transform:uppercase;
}
#secWrap li.first{
list-style:none;
padding:4px;
border-top:1px dashed #000
}


#navmenus{
border-top: none
}
#navmenus li a, #navmenus li a:visited {
color:#fff;
background:#000;
text-align:center;
display:block;
padding-top:10px;
padding-bottom:10px;
}

#navmenus li.on a, #navmenus li.on a:visited {
color:#fff;
background:#BD5412;
}
	
.itemouter {
	padding: 0;
	margin:  15px;
	border: 10px solid #DFD7C4;
	/*width: 760px;*/
	}
td.upper {
	color : #000;
	background : #DFD7C4;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td { padding: 5px; }
.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}		
#item {
	padding: 10px;
	margin:  5px 5px 5px 30px;
	}

#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: 15px 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%;
	 }
	 	
/* 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 */