﻿body 
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	text-align: left;
	width: 765px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #66232A;
	color: #FFFFFF;	
}

#header
{
	text-align: right;
	padding: .1em 0 .3em 0;
}

#header ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li
{
	margin: 0;
	padding-left: .75em;
	padding-right: .75em;
	display: inline;
	vertical-align: middle;
}

#header a
{
	text-decoration: none;
	border: none;
}

#header a:link
{
	color: #FFFFFF;
}

#header a:visited
{
	color: #FFFFFF;
}

#header a:hover
{
	color: #9ACEC9;
}

#nsvrHeader{
	position: absolute;
	top: 30px;
	right: 18px;
}

#hotSpot{
	position: absolute;
	top: 182px;
	right: 0;}

#hotSpot img{
	border: none;}

#chairsAndText
{
	background-image: url(../images/chairsAndText765x270.jpg);
	background-repeat: no-repeat;
	width: inherit;
	height: 270px;
	text-align: right;
}

#chairsAndText ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #9ACEC9;
	font-weight: bold;
}

#chairsAndText li
{
	margin: 0;
	padding: 0 0 .4em 0;
}

ul#addressText
{
	position: absolute;
	width: 350px;
	top: 55px;
	right: 18px;
	/*border: solid 2px white;*/
}

ul#phoneEmailText
{
	position: absolute;
	width: 350px;
	top: 125px;
	right: 18px;
	/*border: solid 2px white;*/
}

#phoneEmailText a
{
	text-decoration: none;
	border: none;
}

#phoneEmailText img
{
	border: none;
	width: 230px;
	height: 16px;
}

li#mccUrl
{
	color: #FFFFFF;
	font-size: 1.2em;
}

li#mccPhone
{
	font-size: 1.1em;
}

/*buttonBar*/
#buttonBar
{
	background-color: #FFFFFF;
	width: inherit;
	height: 65px;
	position: relative;
	/*border: solid 2px black;*/
}

#cottagesButton, #reservationsButton, #areaInformationButton, #contactButton
{
	float: left;
	width: 186px;
	height: 65px;
	text-align: right;
}

#cottagesButton
{
	background: url(../images/cottagesButton186x65.jpg) 0 0 no-repeat;
	position: absolute;
	left: 0;
}

#reservationsButton
{
	background: url(../images/reservationsButton186x65.jpg) 0 0 no-repeat;
	position: absolute;
	left: 193px;
}

#areaInformationButton
{
	background: url(../images/areaInformationButton186x65.jpg) 0 0 no-repeat;
	position: absolute;
	left: 386px;
}

#contactButton
{
	background: url(../images/contactButton186x65.jpg) 0 0 no-repeat;
	position: absolute;
	left: 579px;
}


/*By setting a position, height, and width we allow the entire area to become a link as opposed to 
just the text.  Note the height and width match the parent div size*/
#buttonBar a
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 186px;
	height: 65px;
	/*border: solid 2px black;*/
}

/*The span tag allows us to position the link wherever we want in the a tag.*/
#buttonBar span
{
	position: absolute;
	top: 44px;
	right: 4px;
	padding: 0;
	margin: 0;
	cursor: pointer; /*Otherwise IE gives you the select text cursor*/
	/*border: solid 2px black;*/
}

#buttonBar a:link
{
	color: #FFFFFF;
}

#buttonBar a:visited
{
	color: #FFFFFF;
}

#buttonBar a:hover
{
	color: #9ACEC9;
}
/*End buttonBar*/

#welcomeText
{
	background: #FFFFFF url(../images/welcomeText.gif) 0 0 no-repeat;
	color: #000000;
	width: inherit;
	height: 70px;
	margin: 0;
	padding: 0 0 0 0;
	clear: both;
}

#frontPageContent
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0 5px 10px 15px;
	text-indent: 2em;	
}

#frontPageContent a
{
	color: #66232A;
	text-decoration: none;
	font-weight: bold;
}

#frontPageContent a:link
{
	color: #66232A;
}

#frontPageContent a:visited
{
	color: #66232A;
}

#frontPageContent a:hover
{
	color: #9ACEC9;
}

#frontPageContent img
{
	border: solid 2px #66232A;
	width: 175px;
	height: 234px;
	float: right;
	margin: 10px 5px 5px 10px;
}

.blueBar h1
{
	background-color: #9ACEC9;
	width: inherit;
	height: 4px;
	margin: 0;
	padding: 0;
	font-size: 0;
}