/*
CSS For Lake Edge Cottages
� 2005 Whatever Solutions and Media Inc. All rights reserved.
Layout by Corby Simpson - Coding by Ean Bowman
*/

/*
The works contained herein are not to be reproduced in any manner without express written consent of Whatever Solutions and Media Inc.
*/


/* Clear all margins, paddings and borders so hopefully we are starting from a level playing field with all compliant browsers */
 * { 
 	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	}
 
body {
	background-color: #515b71;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p, h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	}

a   {
	color: #515b71;
	}
a:visited {
	color: #333333;
	}
	
h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 0.8em;
	color: #076a4e;
	}
h1 a, h1 a:visited {
	color: #076a4e;
	text-decoration: none;
	}
	
h2 a, h2 a:visitied {
	text-decoration: none;
	}
	
h5 	{
	font-size: 12px;
	font-weight: bold;
	}
	
hr	{
	color: #ffffff;
	font-size: 0;
	line-height: 0;
	border-bottom: 3px solid #076a4e;
	clear: both;
	float: none;
	margin-bottom: 2em;
	}
	
blockquote {
	margin-left: 2em;
	}
	
/* Form Elements */
form input, form fieldset, form textarea {
	border: 1px solid gray;
	}
form fieldset { padding: 20px; }
input { margin-left: 5px; }
textarea { background-color: #FAFAFA; }

/* Specific Page IDs */
#container {
	width: 738px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-left: 3px solid white;
	border-right: 3px solid white;
	}
	
#tagline {
	width: 738px;
	height: 38px;
	background: #076a4e url(../images/layout/tagline-background.gif) 0px 0px no-repeat;
	text-align: right;
	color: #FFFFFF;
	}
#tagline p {
	padding-top: 5px;
	padding-right: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#hiddenHomeNavigation { z-index: 0; position: absolute; top: 0px; width: 200px; height: 100px; cursor: pointer; }
#hiddenHomeNavigation p { display: none; }

#header {
	width: 738px;
	height: 244px;
	background: #076a4e url(../images/layout/header.jpg) 0px 0px no-repeat;
	}
#header h1 { display: none; }

#navigation {
	width: 738px;
	height: 37px;
	background: #FFFFFF url(../images/layout/nav-background.gif) 0px 0px no-repeat;
	color: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	}
#navigation a { text-decoration: none; color: #FFFFFF; }
#navigation ul { padding-top: 5px; }
#navigation li { display: inline; background-color: #076a4e; }
.selectedNav span { text-decoration: underline; }

#leftNav {
	border-right: 2px solid #db8719;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 90px;
	color: #db8719;
	width: 150px;
	min-height: 365px;
	float: left;
	padding-right: 20px;
	}
#leftNav a { color: #db8719; }
#leftNav li { list-style: none; margin-bottom: 1em; }
#leftNav ul { margin-bottom: 20px; }

.whats-included-btn {
	margin-top: 30px;
}

.whats-included-btn a {
	display:block;
	width: 378px;
	height: 60px;
	text-indent: -9999px;
	background: url('../images/whats-included-btn.jpg') top left no-repeat;
}

.whats-included-btn a:hover {
	background-position: bottom left;
}

#whatsnew h4 { display: none; }
#whatsnew { 
	width: 204px; 
	background: url(../images/layout/whats-new-background.gif) 0px 0px repeat-y;
	}
#whatsnew p { padding: 2px 10px 10px 10px; }
#whatsnew h5, #whatsnew h6 { padding: 10px 10px 2px 10px; }
#whatsnew a { font-style: italic; }
	
#content {
	margin: 15px 35px 35px 35px;
	}
#content h1 {
	height: 31px;
	background: url(../images/layout/title-accent.gif) 0px 6px no-repeat;
	padding-left: 35px;
	}
h1 span { display: none; }

#map {
	width: 300px;
	margin: 10px auto;
	border: 2px solid #076a4e;
	}
	
#footer {
	clear: both;
	float: none;
	text-align: center;
	padding-top: 40px; 
	}
	
#logoutBox {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid gray;
	background-color: #076a4e;
	color: #FFFFFF;
	width: 75px;
	height: 20px;
	text-align: center;
	padding-top: 3px;
	}
#logoutBox a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
	
#brochure {
	width: 350px;
	margin: 0px auto;
	text-align: right;
	}
	
/* Generic Classes */
.rBoxout {
	float: right;
	margin-left: 22px;
	}

.borderedImg {
	border: 2px solid #076a4e;
	}
	
.clearFloat { clear: both; float: none; }

.testimonial { font-style: italic; }

.calendar {
	width: 100%;
	text-align: right;

	border: 1px solid #CCCCCC;
	}
.calendar td { background-color: #EEEEEE; width: 14%; }
.calendar a { text-decoration: none; color: #333333; }
.calendar th { text-align: center; }
.calendarEdge { visibility: hidden; }

.loginForm { 
	width: 260px; 
	margin: 0px auto;
	}
.loginForm p { text-align: right; }

.error { color: #FF0000; text-decoration: blink; }
.date a {}
.today, .today td, .today a, .today a:visited { background-color: #DEDEDE; }

.richTextEditor iframe, iframe {
	border: 1px solid gray;
	}
.rteButtons img {
	border: 1px solid gray;
	background-color: #EFEFEF;
	margin: 2px;
	}
	
.ratesTable { clear: both; float: none; font-size: 10px; border: 1px solid gray; }
.ratesTable td { border: 1px solid gray; }

.list li { margin-left: 15px; }

.bookingTbl { clear: both; float: none; font-size: 10px; border: 1px solid black; }
.bookingTbl td { border: 1px solid gray; }

.radioButton input { border: none; }

.floatLeft { float: left; margin: 15px 15px 15px 0px; text-align: left; }
.floatRight { float: right; margin: 15px 0px 15px 15px; text-align: right; }
.centered { text-align: center; margin: 15px; }
.floatLeft img, .floatRight img, .centered img { border: 1px solid gray; }

.editableRegion { 
	width: 100%; 
	clear: both; 
	float: none; 
	border-bottom: 1px solid #999999; 
	}
.editableRegion h5, .leftColumn h5, .rightColumn h5 {
	width: 100%;
	border-bottom: 1px solid #dddddd; 
	}
.editableRegion textarea, .leftColumn textarea, .rightColumn textarea { width: 100%; }
.leftColumn { width: 60%; float: left; } .rightColumn { width: 39%; float: right; }

.filmstrip { margin: 0px; padding: 5px; text-align: left; }

.sitemap li { margin-left: 50px; padding: 5px; text-indent: 5px; }
.sitemap { font-weight: bold; }
.sitemap ol { font-weight: normal; }

.videoLink a { text-decoration: underline; cursor: pointer; }

.subNav {
	font-weight: bold;
	list-style: circle;
	list-style-image: none;
	}
.subNav a {
	font-weight: normal;
	}
.subNav li {
	margin-left: 2em;
	}
	.subNav li:li {
		margin-left: 3em;
		}

