/* CSS Document */

body {
	background-color: #E3E3CD;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(ivybg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: 1px;*/
	line-height: 20px;
	color: #e3e3cc;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

#container {
	width: 730px;
	\width: 750px;
	w\idth: 730px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #3a5e48;
}

#banner {
	padding: 10px 0px 10px 0px;
	margin-bottom: 0;
	background-image: url(images/hdr_gallery_01.jpg);
	background-repeat: no-repeat;
	height: 490px;
}

#banner-contact {
	padding: 10px 0px 10px 0px;
	margin-bottom: 0;
	background-image: url(images/hdr_map_01.jpg);
	background-repeat: no-repeat;
	height: 490px;
}

#banner-links {
	padding: 10px 0px 10px 0px;
	margin-bottom: 0;
	background-image: url(images/hdr_links_01.jpg);
	background-repeat: no-repeat;
	height: 490px;
}

#banner-cabinpricing {
padding: 10px 0px 10px 0px;
margin-bottom: 0;
background-image: url(images/hdr_pricing_01.jpg);
background-repeat: no-repeat;
height: 490px;
}

div#navbar {
	margin-top: 70px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #587129;
	border-top: solid #E3E3CC 1px;
	border-bottom: solid #E3E3CC 1px;
	padding: 4px 0px 4px 0px;
	width: 730px;
	\width: 750px;
	w\idth: 730px; 
}

#navbar ul li a:link, #navbar ul li a:visited {
	color: #E3E3CC;
	text-decoration: none;
	border: none;
	display: inline;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right:10px; 
}

#navbar ul li a:hover, #navbar ul li a.current {
	color: #E3E3CC;
	background-color: #45512E;
	text-decoration: none;
	border: none #6188b0; 
}

#navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}


a:link {
text-decoration: underline;
color: #e3e3cc;
}

a:visited {
text-decoration: underline;
color: #e3e3cc;
}

a:hover {
text-decoration: none;
background-color: #000000;
color:#FFFFFF;
}

a:active {
	text-decoration: none;
}

#content {
	padding: 10px 0px 10px 0px;
	background-color: #3a5e48;
	text-align: right;
}

#content-contact {
	padding: 10px 125px 10px 125px;
	background-color: #3a5e48;
	background-image:url(images/leaves_06.jpg);
	background-position: 50% 20%;
	background-repeat: no-repeat;
}

#content-links {
	padding: 10px 125px 10px 125px;
	background-color: #3a5e48;
	background-image:url(images/leaves_06.jpg);
	background-position: 50% 20%;
	background-repeat: no-repeat;
}

.rightalign {
	float: right;
	padding-bottom: 36px;
	padding-left: 14px;
}

.photospace {
	padding-bottom: 36px;
}

#footer {
	clear: both;
	padding: 10px;
	margin-top: 0;
	background-color: #3a5e48;
	font-size: 10px;
}

/* -- Classes -- */

.yellowbold {
color: #FFFF00;
font-weight: bold;
}

