/* Start Reset */
* { margin: 0; padding: 0; }

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, code, em, img, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

body { line-height: 1;}

/* ordered lists intentionally left witih numbered bullets */
ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}

/* End Reset */
/* Set up commonly used classes */
.clear {clear: both;}
.right {float: right;}
.left {float: left;}
strong {font-weight: bold;}
em {font-style: italic;}

/* Start Site Specific CSS Information */

body {
	font-size: 64.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: url('../images/body_bg_sharp_new.jpg') no-repeat scroll top left;
	background-color: #000; /* FPO only until images get sorted out */
	
	}
#wrapper { 
	width: 685px; 
	background: #fef9c0;
	margin: 0 0 0 75px;
	border: 2px solid #fff;
	border-top: 0;
}	
#header { 
	height: 95px; 
	background-image: url('../images/bg_nav.gif');
	background-repeat: repeat-x;
}
#content { 
	width: 612px; 
	margin: 32px auto 60px auto;
}

#rhc {float: right;
    width: 160px; 
	margin: 0px auto 0px auto;
	position: absolute; top: 70px; left: 770px; }

#rhc .news-banner {
	padding-top: 10px;
}

#footer {
	/* background: url('../images/bg_footer_tile.gif') repeat-x left center; */
	background: #609959;
	height: 25px;
}
#footer div {
	float: left;
	width: 100%;
	/* background: url("../images/bg_footer.gif") no-repeat right center; */
	height: 25px;
}

/* ------------------------------- Headline Image Replacement  and H# Typography-------------------------------*/
h1 span {display: none;}

h1 a {
	background: url('../images/h1_bg.png') no-repeat scroll top left;
	width: 125px;
	height: 42px;
	display: block;
	float: left; 
	margin: 25px 30px 0 75px;
}

h2 {
	font-size: 2.4em;
	text-transform: lowercase;
	margin-bottom: 0.8em;
	color: #ab7022;
	}

	/* Fix for the name links on the group menu page */
	#content h2 a:link, #content h2 a:hover, #content h2 a:visited, #content h2 a:active {color: #630;}

h3 { 
	font-size: 1.3em;
	text-transform: uppercase;
	color: #300;
	font-weight: bold;
	margin-bottom: 5px; 
}

h4 { 
	font-size: 1.2em;
	color: #300;
	margin-bottom: 1.5em;
	

}


/* ------------------------------- Main Content Area -------------------------------*/
#content p { 
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color: #000;
}


table { 
	font-size: 1.2em;
	color: #300;
	margin-bottom: 1.5em;
}

table td { 
	width: 150px; 
	padding: 3px;

}

.profilepic { 
	float: right;
	margin-left: 10px; 
}

.gallery { width: 450px;}
.gallery li {display: inline;}

	/* For the menu pages - centering the content */
	#menu_content {text-align: center;}


/*------------------------------------------------- Group Menus -------------------- */

#groupmenu_nav { 
	margin-bottom: 1.4em;

}
	
#groupmenu_nav li { 
	display: inline;
	margin: 0 10px;
	font-size: 1.4em;
	color: #300;
	font-weight: bold;
	
	
}	




/*------------------------------------------------- Contact Form  -------------------- */
#contactform textarea { 
	width: 400px; 
	height: 100px; 
	}
	
#contactform .text {width: 200px;} 	

#contactform {
	margin: 30px 10px 20px 0px;
	color: #630;
	}
	
.left_form { width: 13em;} 	  

	/* styling for 'message sent' msg */
h7 { 
	font-size: 1.3em; 
	margin-left: 30px; 
	font-style: bold; 
	margin-bottom: 1.5em;
	color: #630;
}

/* width of reso form dropdowns */
#pg_reservations select {width: 10%;} 


/* ------------------------------- Footer -------------------------------*/
#footer p { 
	display: inline;
	color: white;
	font-size: 1.1em;
	margin: 6px 0 0 34px;
	float: left;
}



/* ------------------------------- Links -------------------------------*/
#content a:link, #content a:visited, #a:active {color: #ab7022; text-decoration: underline;}
#content a:hover {color: #ab7022; text-decoration: none;}


