/* ---- General ---- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EBE9ED;
	background-image: url(../binaries/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	position: relative;
	
}

/* --- Unused footer hacks

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
*/

/* ---- Header ---- */

#header {
	background-image: url(../binaries/header/header-home.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 36px;
	padding-top: 140px;
	padding-left: 30px;
}

/* ---- Content ---- */

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#leftcol h2 {
	background-image: url(../binaries/h1-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content {
	position: relative;
	height: auto;
	min-height: 600px;
}
* html #content { /* IE fix */
	height: 600px;
}
#content p {
	text-align: justify;
	margin-bottom: 20px;
}
#content p a{
	color: #000000;
}
.leftImage {
	float: left;
	border: 1px outset #999999;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightImage {
	float: right;
	border: 1px outset #999999;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
}
#leftcol {
	position: relative;
	width: 500px;
	height: 300px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contactDetails {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contactDetails strong {
	color: #CC9933;
}
.contactdetails strong {
	color: #CC9933;
}
address {
	font-style: normal;
	display: inline;
}
.leftPhoto {
	float: left;
	margin-right: 10px;
}
#guestbook {
	position: absolute;
	top: -100px;
	right: -70px;
	z-index: 1;
}
#guestbookCaption {
	position: absolute;
	top: -15px;
	right: 110px;
}
#leftcol ul {
	margin-left: 30px;
	margin-right: 30px;
	list-style-type: disc;	
}
#googleMap {
	border: 1px outset #999999;
	padding: 4px;
}

/* ---- Right column ---- */

#rightcol {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 20px;
	width: 300px;
	background: #FFFFFF;
	text-align: justify;
	z-index: 2;
}
#rightcol h2 {
	color: #86943F;
	text-align: center;
	padding: 5px;
	background-color: transparent;
	border-top: 1px solid #86943F;
	border-bottom: 1px solid #86943F;
	margin-right: 10px;
	margin-left: 10px;
}
#rightcol ul {
	margin: 10px;
	padding: 10px;
}
#rightcol li {
	padding: 5px;

}
#rightcol p {
	margin: 10px;
}
#rightcolcontent {
	background: url(../binaries/rightcol-bg.jpg);
	color: #FFFFFF;
}
#rightcol a {
	color: #FFFFFF;
}
#rightcolcontent a {
	color: #FFFFFF;
}
#topcurve {	
	height: 20px;
	background: url(../binaries/rightcol-topcurve.jpg);
}
#bottomcurve {
	height: 20px;
	background: #FFFFFF url(../binaries/rightcol-bottomcurve.jpg) no-repeat;
}
h3, .leftcolstyle {
	color: #999999;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #999999;
}
.name {
	padding-bottom: 15px;
	color: #86943F;
}
blockquote {
	margin-left: 25px;
	margin-right: 25px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../binaries/lined-paper.gif);
	padding: 10px;
	border-top: 1px solid #86943F;
	border-bottom: 1px solid #86943F;
	margin-top: 5px;
	margin-bottom: 5px;
}
blockquote p {
	margin: 0;
}


/* ---- Top navigation ---- */

#topnav {
	background-image: url(../binaries/nav-bg.png);
	background-repeat: repeat-x;
	height: 40px;
}
#topnav ul {
	padding-top: 10px;
	padding-left: 20px;
}
#topnav li {
	display: inline;
}
#topnav li a {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF; /* #D4DC8F */
	height: 100%;
	border: 1px solid #023103;
}
#topnav li a.currentpage {
	font-weight: bold;
	border: 1px solid #023103;
	background-color: #023103;
	color: #FFFFFF;
}
	
#topnav li a:hover {
	border: 1px solid #023103;
	background-color: #023103;
	color: #FFFFFF;
}

/* ---- Footer ---- */

#siteDesign {
	
	
	padding-bottom: 20px;
	
	color: #666666;
	clear: both;
	float: right;
}

/* OLD FOOTER
#footer {
	width: 100%;
	height: 30px;
	bottom: 0;
	background: url(../binaries/footer-bg.gif) repeat-x;
	color: #000;
	width: 100%;
	text-align: center;
}
#footer p {
	padding-top: 5px;
}
#footer a {
	color: #000000;
} */

#availability table {
	
	margin-bottom: 10px;
	border: 1px #666666 solid;
	border-right: none;
	
}
#availability table td {
	padding: 3px;
	border-bottom: 1px dashed #999999;
}
#avMonth {
	background: #86943F;
	font-weight: bold;
	padding-right: 10px;
}

#tariffs td, th {
	padding: 3px;
	border-bottom: 1px dashed #999999;
}



#taMonth {
	background: #d8da91;
}

.links {
	list-style: none;
}
.links li {
	padding: 0px;
	margin: 0px;
}
.links li a {
	margin: 0px;
	padding: 0px;
}
