/*css for good browsers*/

/*Neil Bradley - http://www.gecko2.co.uk */

/*reset whitespace*/
*{
	margin: 0;
	padding: 0;
}

html {
    height: 100%;
	min-height: 100%;
}

body {
	font: 11px/13px 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
}

#wrapper {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	visibility: visible;
}

#bg {
	width: 100%;
	margin-left: -50%;
	position: absolute;
	left: 50%;
	min-height: 1300px;
	overflow: hidden;
	background: url(../images/homeBg2.jpg) center top no-repeat;
}

* html #bg {height: 400px}

#container {
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
}

/*
#navigate {
	width: 940px;
	height: 45px;
	position: relative;
	left: 10px;
}

#navigateLinks {
	width: 640px;
	height: 45px;
	position: relative;
	left: 300px;
	top: 13px;
}
*/

#header{
	width:960px;
	height:177px;
	position: relative;
}

.homeEmail{
	width:342px;
	height:177px;
	float:right;
	display:block;
}

#mainContent {
	width: 912px;
	min-height: 1000px;
	position: relative;
	left: 24px;
	top: 24px;
}

#mainContentText {
	float:left;
}

#homeResortImg{
	width: 912px;
	height: 333px;
	margin:14px 0;
}

#homeResortImg{
	width: 912px;
	height: 290px;
	margin:14px 0;
}


/*
#footer {
	width: 940px;
	height: 300px;
	position: relative;
	top: 10px;
	clear: both;
	background: #FFFFFF;
}

*/
/* form properties */

input:focus, textarea:focus, select:focus {background-color: #d3dfcb; }

/*text properties */

h1 {
	font: 20px 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	color: #3b3b3b;
	font-weight: normal;
	margin: 24px 0;
	letter-spacing:2px;
}

p {
	font: 12px 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	color: #3b3b3b;
	font-weight: normal;
	line-height: 148%;
	margin: 10px 0;
	letter-spacing:2px;
}

.textBold {
	font: 11px 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	color: #676767;
	font-weight: bold;
	line-height: 175%;
	margin: 10px 0;
}

/* Link properties */

A.linkNormal:link {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #4642ff;
	text-decoration: none;
	line-height: 150%;
}

A.linkNormal:visited {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #4642ff;
	text-decoration: none;
	line-height: 150%;
}

A.linkNormal:hover {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #282590;
	text-decoration: underline;
	line-height: 150%;
}

A.linkNormal:active {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #4642ff;
	text-decoration: none;
	line-height: 150%;
}

A.linkGreen:link {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 12px;
	color: #406A07;
	text-decoration: underline;
	line-height: 150%;
}

A.linkGreen:visited {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 12px;
	color: #406A07;
	text-decoration: underline;
	line-height: 150%;
}

A.linkGreen:hover {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 12px;
	color: #253D04;
	text-decoration: none;
	line-height: 150%;
}

A.linkGreen:active {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 12px;
	color: #406A07;
	text-decoration: underline;
	line-height: 150%;
}

A.linkGreenSmall:link {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 10px;
	color: #406A07;
	text-decoration: underline;
	line-height: 150%;
}

A.linkGreenSmall:visited {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 10px;
	color: #406A07;
	text-decoration: underline;
	line-height: 150%;
}

A.linkGreenSmall:hover {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 10px;
	color: #253D04;
	text-decoration: none;
	line-height: 150%;
}

A.linkGreenSmall:active {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 10px;
	color: #406A07;
	text-decoration: underline;
	line-height: 150%;
}


