/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#555555;
	font-size:15px;
	margin:0 auto;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);

}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:928px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:928px;
	height:114px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:928px;
	height:388px;
	background-image:url(images/bg_banner.jpg);
	background-repeat:no-repeat;
}


#areas {
	position:relative;
	top:294px;
	left:70px;
	width:240px;
	height:auto;
	float:left;
	color:#FFFFFF;
	font-size:12px;
}

#contact {
	position:relative;
	top:310px;
	left:120px;
	width:240px;
	height:auto;
	float:left;
	color:#FFFFFF;

}

#stay {
	position:relative;
	top:300px;
	right:70px;
	width:240px;
	height:auto;
	float:right;
	color:#FFFFFF;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:75px;
	left:50px;
	width:562px;
	height:38px;
	float:left;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:908px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	padding: 0 10px 0 10px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:20px;
	float:left;
	width:590px;
	height:auto;
	margin: 15px 0 0 0;
	line-height:18px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	right:25px;
	float:right;
	width:226px;
	height:auto;
	background-image:url(images/events-middle.jpg);
	background-repeat:repeat-y;
	padding: 0 20px 30px 20px;
	font-size:12px;
	margin: 15px 0 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:908px;
	height:20px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding: 20px 10px 0 10px;
	color:#FFFFFF;
	
}

#logo {
	position:relative;
	top:0;
	left:0;
	width:120px;
	height:20px;
	float:right;

}

#copy {
	position:relative;
	top:0;
	left:0;
	width:120px;
	height:20px;
	float:left;

}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:56px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -38px;
}

.active_01 {
	background-position: 0 -38px !important;
}

a#nav_02 {
	width:65px;
	background-position:-56px 0;
}

a:hover#nav_02{
	background-position:-56px -38px;
}

.active_02 {
	background-position:-56px -38px !important;
}

a#nav_03 {
	width:121px;
	background-position:-128px 0;
}

a:hover#nav_03{
	background-position:-128px -38px;
}

.active_03 {
	background-position:-128px -38px !important;
}

a#nav_04 {
	width:122px;
	background-position:-249px 0;
}

a:hover#nav_04{
	background-position:-249px -38px;
}

.active_04 {
	background-position:-249px -38px !important;
}

a#nav_05 {
	width:97px;
	background-position:-371px 0;
}

a:hover#nav_05{
	background-position:-371px -38px;
}

.active_05 {
	background-position:-371px -38px !important;
}

a#nav_06 {
	width:94px;
	background-position:-468px 0;
}

a:hover#nav_06{
	background-position:-468px -38px;
}

.active_06 {
	background-position:-468px -38px !important;
}


