@charset "UTF-8";
/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height: 1.5em;
	color: #333333;
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	border:0;						/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:900px;				/* Minimum width of layout - remove line if not required */
									/* The min-width property does not work in old versions of Internet Explorer */
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

.amenities {
	color:#369;
}

a {
	color:#369;
}

a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	padding-top: 10px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.2em;
	padding-top: 0;
}

h5 {
	font-size: 11px;
	font-style:italic;
	margin-top: 0;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
}

h6 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	padding-top: 10px;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

/* img {
	margin:9px 0px 0px 0px;
} */


/* Images styles */

.nohover a:hover {
	background:#FFFFFF;
}

.main_img {
	margin:9px 0 0 0;
	vertical-align:bottom;
}

.left_img {
	float:left;
	margin:9px 0 0 0;
	vertical-align:bottom;
}

.mid_img {
	float:inherit;
	margin:9px 9px 0px 9px;
	vertical-align:bottom;
}

.right_img {
	float:right;
	margin:9px 0 0 0;
	vertical-align:bottom;
}

.fen_logo {
	margin:0 0 0 0;
}

img.nav_logo {
	vertical-align:middle;
}

.news_img {
	float:inherit;
	margin:0px 0px 9px 0px;
	vertical-align:bottom;
}


/* Header styles */
	
 #header {
	clear:both;
	float:left;
	width:900px;
}
	
#header {
	border-bottom:1px solid #FFFFFF;
}
	
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	/* margin:10px 0 10px 0; */
	padding:15px 0 15px 0;
}

#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
	
#header ul li a {
	display:block;
	/* float:left; */
	margin:0 0 0 1px;
	padding:3px 0px 3px 0px;
	text-align:center;
	background:#369;
	color:#fff;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}

#header ul li a:hover {
	background:#eee;
	color:#000;
}

#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	/* font-weight:bold; */
}
	
#header ul li a span {
	display:block;
}


/* nav styles */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:999;	
}

#nav a {
	display: block;
	width: 13em;
}

#nav li { /* all list items */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	/* background: orange; */
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:999;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:999;
}

/* 'widths' sub menu */

#layoutdims {
	clear:both;
	background:#FFFFFF;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}


/* column container */
.colmask {
	position:relative;				/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:900px;					/* width of whole page */
	overflow:hidden;				/* This chops off any overhanging divs */
}


/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;						/* width of page */
	position:relative;
}

.col1,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;				/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;				/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	min-height:500px;
		background-image: url(../images/griff.gif);
		background-position: bottom;
		background-repeat:no-repeat;
}
	
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#F0F0F0;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:27%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:28%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:25%;			/* right column content width (right column width minus left and right padding) */
		left:30%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
/* Footer styles */

#footer {
color:#999999;
clear:both;
float:left;
width:900px;
border-top:1px solid #000;
}
	
#footer p {
	padding:10px;
	margin:0;
	text-align:center;
}
