body {
	font-size: 62.5%;
	line-height: 1.75em;
	background-color: #8d6f5e;
	font-family: Arial, "Times New Roman", serif;
	text-align: center;
}

h1,h2,h3,h4 {
	/*font-family: "Times New Roman", serif;*/
	text-transform: uppercase;
}

address {
	font-style: normal;
}


#container {
	position: relative;
	width: 950px;
	margin: 20px auto 20px auto;
	background: transparent url(../images/cottage_container_background.gif) repeat-y;
	color: #8d6f5e;
	text-align: left;
}

#content {
	display: block;
	width: 900px;
	padding: 10px 25px 20px 25px;
	background: transparent url(../images/cottage_content_background.jpg) no-repeat;
}

#header {
	position: relative;
	display: block;
	width: 950px;
	height: 220px;
	background: transparent url(../images/cottage_header_background.jpg) no-repeat;
}
#header #flash{
	position: relative;
	top: 20px;
	left: 35px;
	width: 880px;
	height: 175px;
}
#header #flash h2{
	text-indent: -9999px;
}

#navigation {
	display: block;
	float: left;
	margin: 15px 0 0 35px;
	width: 170px;
	font-size: 1.5em;
}
#navigation ul{
}
#navigation ul li{
}
#navigation ul li a{
	display: block;
	width: 150px;
	padding: 5px;
	color: #8d6f5e;
	text-decoration: none;
	border-bottom: 1px solid transparent;

}
#navigation ul li a:link,
#navigation ul li a:visited{

}
#navigation ul li a:hover,
#navigation ul li a:active{
	background-color: #fcf8dd;
	border-bottom: 1px dotted #8d6f5e;
}

#navigation ol{
	padding: 20px 0 0 0;
}
#navigation ol li{
	display: block;
	padding: 0 0 10px 0;
	text-align: left;
}

#maincontent{
	position: relative;
	width: 660px;
	min-height: 530px;
	margin: 15px 0 0 0;
	float: left;
	font-size: 1.4em;
	line-height: 1.75em;
}
#maincontent h1 {
	font-weight: bold;
}
#maincontent h2 {
	padding: 15px 0 0 0;
}
#maincontent p{
	padding: 0 0 15px 0;
}
#maincontent blockquote{
	padding: 6px 35px 6px 35px;
	background: transparent url(../images/background_blockquote.jpg) no-repeat;
	border-top: 8px solid #fff;
	text-transform: uppercase;
	font-size: 1em;
	color: #706b4b;
	clear: both;
}
#maincontent blockquote strong{
	font-weight: normal;
	color: #b1a973;
}
#maincontent ul{
	list-style-type: square;
	margin: 10px 0px 10px 30px;
}
#maincontent ol{
	list-style-type:decimal;
	margin-left: 35px;
}
#maincontent ol li{
	padding: 5px 0 5px 0;
}

#maincontent table{
	padding: 5px 0 5px 0;
}
#maincontent table tr.header2 td{
	font-weight: bold;
}
#maincontent table tr.column1 td{
	
}

/* Gallery styles */
#maincontent ul.gallery{
	list-style-type: none;
	text-align: center;
}
#maincontent ul.gallery li{
	display: block;
	width: 210px;
	height: 170px;
	float: left;
}
#maincontent ul.gallery li:hover{
}
#maincontent ul.gallery li a img{
	border: 8px solid #fff;
}


#maincontent a{
	color: #826657;
}

/* Google Map */
#map {
	width: 640px;
	height: 400px;
	border: 8px solid #fff;
}

/*Form styling */
form {
	margin: 20px 0 0 0;
}

fieldset {

}

#inputs label{
	display: block;
	float: left;
	width: 225px;
	line-height: 1.4em;
	text-align: right;
	clear: left;
}
#inputs input{
	display: block;
	float: left;
	width: 350px;
	padding: 2px;
	margin: 0 0 1em 2.5em;
	line-height: 1.4em;
	border: 1px solid #C3C1AA;
}

#inputs textarea{
	display: block;
	float: left;
	width: 350px;
	padding: 2px;
	margin: 0 0 1em 2.5em;
	line-height: 1.4em;
	border: 1px solid #C3C1AA;
}

#buttons{
	margin: 0 0 0 250px;
}

#buttons input{
	display: block;
	float: left;
	width: 80px;
	padding: 2px;
	margin: 0 0 1em .5em;
	line-height: 1.4em;
	background-color: #6a5346;
	color: #fff;
	border: 6px solid #ffffff;
}
#buttons #reset{
	background-color: #8E885F;
}


/* Buttons to flip between sites */
#btnCottage a,
#btnBandB a{
	display: block;
	float: right;
	width: 125px;
	height: 125px;
	margin: 0 0 10px 10px;
	text-indent: -9999px;
	
}
#btnCottage,
#btnCottage a{
	background: transparent url(../images/btn_Cottage.gif) no-repeat;
}
#btnBandB,
#btnBandB a{
	background: transparent url(../images/btn_BandB.gif) no-repeat;
}


#footer{
	display: block;
	width: 950px;
	height: 70px;
	background: #8d6f5e url(../images/cottage_footer_background.jpg) no-repeat;
	clear: both;
	text-indent: -9999px;
}
#footer address a{
	display: block;
	width: 950px;
	height: 70px;
}

#creds{
	padding: 10px 100px 10px 100px;
	background-color: #8d6f5e;
	color: #fff;
	text-align: center;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

#creds ul{
	padding: 20px 0 0 0;
}
#creds ul li{
	display: inline;
	padding: 0 5px 0 0;
}
#creds  a{
	color: #fff;
}

#creds a:link,
#creds a:visited,
#creds a:hover,
#creds a:active
{
	color: #e2e2e2;
}
#creds a:hover
{
	text-decoration: none;
}

/* Classes */

.left, .right {
	margin: 6px 0;
	border: 8px solid #fff;
}
.left {
	float: left;
	margin-right: 10px;
	clear:left;
}

.right {
	float: right;
	margin-left: 10px;
}



/* Utilities */

.debug {
	border: 1px solid #000; 
}
.alert {
	border: 1px solid #ff0000; 
}

/* U T I L I T Y   C L A S S E S */

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearFix {display: inline-table;}
/* Hides from IE-mac \*/
.clearFix {display: block;}
/* End hide from IE-mac */
