* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	overflow-y:scroll;
}

body {
	background:#fff url(../images/layout/bodyBg.jpg) repeat-x;
	height:100%;
	font:12px/140% verdana, arial, sans-serif;
	color:#443231;
}

a, object {
	outline:none;
	color:#4b6678;
}

img {
	border:none;
}

/* layout */

#container {
	margin:0 auto;
	width:940px;
}

#header {
	height:458px;
	width:940px;
}

#topImage {
	background:url(../images/layout/header.jpg);
	height:408px;
	width:940px;
}

#nav {
	background:url(../images/layout/nav.jpg);
	height:50px;
	width:940px;
}

#content {
	width:940px;
}

#leftCol {
	float:left;
	width:620px;	
}

#leftCol-top {
	background:url(../images/layout/leftCol-top.jpg) no-repeat;
	height:33px;
	width:620px;	
}

#leftCol-mid {
	padding:0 20px 0 20px;
	background:url(../images/layout/leftCol-mid.jpg) repeat-y;
	width:580px;	
}

#leftCol-btm {
	background:url(../images/layout/leftCol-btm.jpg) no-repeat;
	height:33px;
	width:620px;	
}

#rightCol {
	padding: 15px 0 0 0;
	float:right;
	width:300px;
	color:#4b6678;
	text-align:center;
	line-height:105%;
}

#rightCol-big {
	background:url(../images/layout/rc-big.jpg);
	padding:20px 5px 20px 5px;
	height:170px;
}

#rightCol-small-1 {
	background:url(../images/layout/rc-small.jpg);
	padding:20px 5px 20px 5px;
	height:114px;
}

#rightCol-small-2 {
	background:url(../images/layout/rc-small.jpg);
	padding:10px 5px 10px 5px;
	height:134px;
}

#footer {
	padding:0 0 0 10px;
	background:url(../images/footer-bg.gif);
	height:40px;
	width:930px;
	margin:0 auto;
	text-align:left;
	font-size:10px;
	clear:both;
}

h1 {
	padding:10px 0 20px 0;
	color:#4b6678;
	font-size:38px;
}

h2 {
	padding:10px 0 10px 0;
	color:#4b6678;
	font-size: 22px;
}

h3 {
	padding:0 0 10px 0;
	color:#4b6678;
	font-size: 24px;
	line-height:100%;
}

..contentTitle {
	padding:0 0 20px 0;
	font-size:22px;
	font-weight:bold;
}

img.horzLine {
	padding: 0 0 20px 0;
}

img.right {
	padding: 0 0 10px 10px;
	float:right;
}

/*nav*/

#nav li {
	display:inline;
	list-style:none;
}

#nav li a {
	float:left;
	display:block;
	height:50px;
}

#nav li.item1 a { width:160px; }
#nav li.item2 a { width:155px; }
#nav li.item3 a { width:155px; }
#nav li.item4 a { width:155px; }
#nav li.item5 a { width:155px; }
#nav li.item6 a { width:160px; }

body.index #nav {background-position: 0 0px;}
body.sales #nav {background-position: 0 -50px;}
body.reservations #nav {background-position: 0 -100px;}
body.rv #nav {background-position: 0 -150px;}
body.welcome #nav {background-position: 0 -200px;}
body.activities #nav {background-position: 0 -250px;}


/*footer*/

#footer a {text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/*pages*/

..check {
	list-style-image:url(../images/check.gif);
}

#leftCol ul {
	padding:0 0 0 20px;
}

span.liIndent {
	padding:0 0 0 15px;
}

