﻿@charset "utf-8";

body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #24604E; /* 86C900 647312  518B7B*/
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-size: 200%;
	color: #666666;
}
h2 {
	font-size:150%;
	color: #808080;
}

img {
    border: 0px none;
}

p {
	line-height:1.4em;
}


#BBMain {
  padding-right:80px;
}

.Lodging {
   padding-right: 50px;
}

.Lodging h3 {
	font-size: 125%;
	color: #1C1C82;
	margin-bottom: 10px;
	margin-top:20px;
}

.Lodging h4 {
	font-size: 110%;
	color: #4545DA;
	margin-bottom: 0px;
	margin-top: 10px;
}	

.Lodging ul {
	list-style-position:inside;
	margin-top:0px;	
}	

.CEClass {
  padding-right:150px;
  padding-left:20px;
}

.DanceParty {

  padding-top:20px;
  padding-right:250px;
  padding-left:0px;

}

.CEClass h3 {
	font-size: 125%;
	color: #1C1C82;
	margin-bottom: 10px;
	margin-top:20px;
}

.CEClass h4 {
	font-size: 110%;
	color: #4545DA;
	margin-bottom: 0px;
	margin-top: 20px;
}	

.CEClass h5 {
	font-size:100%;
	margin-bottom: 0px;
	margin-top: 10px;
}	

.CEClass ul {
	list-style-position:inside;
	margin-top:0px;	
	padding-left:0px;
}
	
	
#container {
	width: 960px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E8E8E8;
	margin: 15px auto;
/* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;
	text-align: left;
} 

#header {
	/* background: #333 url(../images/PNWRiver.jpg) no-repeat scroll right bottom; */
	background: #333;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
	min-height:120px;
} 

#header h1 {
	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: 30px 0 5px 60px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#DDD;
	font: small Papyrus, Papyrus, Arial, Helvetica, sans-serif;
	font-size:300%;    
}


#header p {
      margin: 0px 0px 0px 0px;
}


#header p a img {
      margin: 0px 0px 0px 0px;	
	  padding:0;
	  float:right;
}

#header a:link, #header a:visited, #header a:hover, #header a:active 
{
    color:#DDD;
	text-decoration:none;
}


#mainContent { 
	padding: 5px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
} 
#mainContent h2 {
	border-bottom: 1px solid #000;

}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c6c4b9;
	color:#444;
	text-align:center;
	border-top:3px solid #444;
} 
#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 a, #footer a:visited {
	color:#444
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.DPfltrt { /* same as fltrt except margins customized*/
    
	float: right;
	margin-left: 8px;
	margin-top:20px;
}

.fltlftpaddedpic { /* this class will pad an image */
     float: left;
	 padding: 0 10px 10px 0	 
}

.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;
}

.menu_border {
  border-right:2px solid #fff;	
}

#menu_bar {
	background:#c6c4b9;
	white-space:nowrap;
	float:left;
	width:810px;
	padding-left:150px;
	border-bottom:3px solid #444;
}
#menu_bar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu_bar ul li {
	background:#c6c4b9;
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	list-style-image:none;
	list-style-position:outside;
}
#menu_bar a {
	text-decoration: none;
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	border-left:2px solid #fff;
	display:block;
	margin-left:0;
	padding: 0 20px;
	font-weight:bold;
	height:3.1em;
	color:#444;
	height:3.1em;
	line-height:3.1em;
}

#menu_bar .gray {
	border-right:2px solid #fff;
}

#menu_bar .home a:hover {
	text-decoration:none;
	background:#cbb167;
	color:#fff;
}
#menu_bar .green a:hover  {
	background:#65834d;
	color:#fff;
}
#menu_bar .maroon a:hover {
	background:#85442c;
	color:#fff;
}
#menu_bar .lavender a:hover {
	background:#666699;
	color:#fff;
}
#menu_bar .gray a:hover {
	background:#4e4946;
	color:#fff;
}
.bold_underline {
	font-weight:bold;
	text-decoration:underline;
}
.left {
	float:left;
	width:350px;
}
.right {
	float:right;
	width:350px;
}