@charset "utf-8";
body  {
	background:url('../images/body-bg.png'); /*---------- Wallpaper background -------------*/
	margin: 0; /* it"s good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center; /* for IE to center the whole thing */
	font-size:95%;
	font-family:Georgia, Times New Roman, Times, serif;
	scrollbar-face-color: #FFFFFF; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #000000; scrollbar-shadow-color: #999999; scrollbar-dark-shadow-color: #333333; scrollbar-3dlight-color: #FFFFFF; scrollbar-highlight-color: #CCCCCC
}
#box { /*-------------------------  This div holds and centers all content on the page ------------------------------*/
	position:relative;
	width:754px;
	margin:0 auto;
}

#container { /*-------------------------  This div holds everything but the header ------------------------------*/
	width: 754px;
	height:450px;
	padding-top:2px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url('../images/container-bg.png') repeat-y center;
} 
/*------------------------------------ Header links ----------------------------*/
h1 a {
	display:block;
}
/*------------------------------------ Header for Welcome Page --------------------------------------------*/
#header-welcome {
	position:relative;
	height: 77px;
	margin-right: 20px;
	background: url('../_borders/images/header-welcome.png') no-repeat right;
}  
#header-welcome h1 {
	text-indent:-9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*------------------------------------ Header for Membership Info Page --------------------------------------------*/
#header-membership {
	position:relative;
	height: 77px;
	margin-right: 20px;
	background: url('../_borders/images/header-membership.png') no-repeat right;
}  
#header-membership h1 {
	text-indent:-9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*------------------------------------ Header for Club Activities Page --------------------------------------------*/
#header-upcoming  {
	position:relative;
	height: 77px;
	margin-right: 20px;
	background: url('../_borders/images/header-upcoming.png') no-repeat right;
}  
#header-upcoming h1 {
	text-indent:-9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*------------------------------------ Header for Reservations Page --------------------------------------------*/
#header-reservations {
	position:relative;
	height: 77px;
	margin-right: 20px;
	background: url('../_borders/images/header-reservations.png') no-repeat right;
}  
#header-reservations h1 {
	text-indent:-9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*------------------------------------ Header for Restaurant Page --------------------------------------------*/
#header-restaurant {
	position:relative;
	height: 77px;
	margin-right: 20px;
	background: url('../_borders/images/header-restaurant.png') no-repeat right;
}  
#header-restaurant h1 {
	text-indent:-9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*------------------------------------ Header for Weddings Page --------------------------------------------*/
#header-weddings {
	position:relative;
	height: 77px;
	margin-right: 20px;
	background: url('../_borders/images/header-wedding.png') no-repeat right;
}  
#header-weddings h1 {
	text-indent:-9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*------------------------------------ Header for Contact Page --------------------------------------------*/
#header-contact {
	position:relative;
	height: 77px;
	margin-right: 20px;
	background: url('../_borders/images/header-contact.png') no-repeat right;
}  
#header-contact h1 {
	text-indent:-9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*------------------------------------ Header for Blank Header Page --------------------------------------------*/
#header-blank  {
	position:relative;
	height: 77px;
	margin-right: 20px;
	background: url('../_borders/images/header-blank.png') no-repeat right;
}  
#header-blank h1 {
	text-indent:-9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*---------------------------------------------- Top Navigation -------------------------------------------------------*/
#topNav {
	position:absolute;
	left:262px;
	top:0;
	margin-top:57px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	letter-spacing:1px;
}
#topNav li {
	display: inline;
	border-right:1px solid #f4f0e5;
}
#topNav li.last {
	border-right:none;
}
#topNav li a:link, #topNav li a:visited{
	color: #f4f0e5;
	padding:0 10px 0 11px;
	text-decoration:none;
}
#topNav li a:hover {
	color: #dcbe82;
}
ul#topNav li#current-top a {
	color: #dcbe82;
}

/*---------------------------------------------- Left Navigation -------------------------------------------------------*/
#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 146px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
ul#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:30px;
	list-style:none;
	background-image: url('../images/navlist-bg.png');
	background-repeat: no-repeat;
	background-position: right top;
}
ul#nav li {
	margin-left:-40px;
	padding: 0 0 0 18px;
	line-height:24px;
	border-left:1px solid #4a5656;
	background:#312e27 url('../images/navlist-li-bg.png') repeat-x bottom;
}
ul#nav li.last {
	background: #312e27 url('../images/navlist-bottom-right-bg.png') no-repeat bottom right;
	border-right:0;
}
ul#nav li.first {
	background: #312e27 url('../images/navlist-top-right-bg.png') no-repeat top right;
	padding-top:3px;
	border-right:0;
}
ul#nav li.second {
	background: #312e27 url('../images/navlist-second-bg.png') repeat-x bottom;
}
ul#nav li a:link, ul#nav li a:visited {
	text-decoration:none;
	color:#779ca2;
}
ul#nav li a:hover {
	text-decoration:none;
	color:#fff;
}
ul#nav li#current {
	background: #48453c url('../images/nav-li-current-bg.png') repeat-x bottom;
	margin-right:12px;
}
ul#nav li#current.first {
	background: #48453c url('../images/navlist-top-right-current-bg.png') repeat-x top right;
}
ul#nav li#current.second {
	background: #48453c url('../images/navlist-second-current-bg.png') repeat-x top;
}
ul#nav li#current.last {
}
ul#nav li#current a{
	color:#dcbe82;
}
/*---------------------------------------------- Right Sidebar -------------------------------------------------------*/
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 0 0; /* padding keeps the content of the div away from the edges */
	margin:0;
}
div#sidebarRight p {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:65%;
	font-style:italic;
	color:#fff;
	line-height:1.7;
	padding:0 23px 0 20px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 24px;
}
/*---------------------------------------------- Main Content (scrolling text box) -------------------------------------------------------*/
#mainContent { 
	width:330px;
	height:300px;
	overflow:auto;
	margin: 28px 0 0 0;
	padding: 0 18px 0 0; 
}
#mainContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:78%;
	padding-top:30px;
	border-top:3px dotted #dcbe82;
	margin:28px 0 0 40px;
}
#mainContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:58%;
	color: #cc6600;
}
#mainContent p, #upcoming p {
	color:#312e27;
	font-size:70%;
	line-height:1.7;
	margin:0 0 0 40px;
}
#mainContent p strong {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:103%;
}
#mainContent p a:link {
	color: #666;
}
#mainContent p a:visited {
	color: #333;
}
#mainContent p a:hover {
	color: #999;
}
#mainContent p.blue {
	color: #6a8a92;
	font-size:67%;
	font-style:italic;
	font-weight:bold;
}
#mainContent p.black {
	color: #333333;
	font-size:67%;
	font-style:italic;
	font-weight:bold;
}
#mainContent p.orange {
	color: #DCBE82;
	font-style:italic;
	font-weight:bold;
	font-size:67%;
}
#mainContent p.blueB {
	font-family:Arial, Helvetica, sans-serif;
	color: #6a8a92;
	font-weight:bold;
}
/*---------------------------------- upcoming ----------------------------------*/
#upcoming { width:330px;
	margin-left:148px;
}
#upcoming h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	padding-top:10px;
	border-top:3px dotted #dcbe82;
	margin:14px 0 0 40px;
}
#upcoming .include {
	margin:10px 0 28px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
}
#upcoming .include a:link {
	color: #666;
}
#upcoming .include a:visited {
	color: #333;
}
#upcoming .include a:hover {
	color: #999;
}
/*---------------------------------------------- Footer -------------------------------------------------------*/
#footer {
	width:600px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	padding: 0;
	color:#f4f0e5;
	border-top:3px solid #6b8991;
	position: absolute;
	left: 134px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	margin-top:-.5em;
	margin-left:-2em;
	list-style:none;
	color:#dcbe82;
}	
#footer ul li {
	display:inline;
	padding:0 10px;
	border-right:1px solid #f4f0e5;
}
#footer ul li.last {
	border-right:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.smaller {
	font-size:80%;
}
p.smallest {
	font-size:60%;
}
#copyright p a:link, #copyright p a:visited {
	color: #f4f0e5;
	padding:0 10px 0 11px;
	text-decoration:none;
}
#copyright p a:hover {
	color: #dcbe82;
}

/*------------------------------------------- EMail iFrame -----------------------------------------------------*/


.Email_BodyStyle { color: #000000;}
.Email_Alert { font-size: 9pt;  color : Red; font-weight: bold; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;}
.Email_SubHead { font-size: 9pt;  color : #333333; font-weight: bold; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;}
.Email_TextBox { font-size: 9pt;  color : #333333; font-weight: normal; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;}
.Email_Button { font-size: 9pt;  color: #000000; font-weight: normal; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; }