@charset "UTF-8";
/* CSS Document */
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* 990px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 20px 20px 0 20px;
}

.oneColFixCtrHdr #mainContent {
	margin: 0 0 0 0;
	padding: 20px;
	background: #ffffff;
	/*min-height: 600px;*/
}

#content{
	float:left;
	width:735px;
}

 #rightColumn{
 	float:left;
	width:213px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	text-align:center;
 }
 
  #rightColumn img{
  	margin:10px 0;
  }
 
 #adventurePhoto, #Calendar{
 	width:49%;
	float:left;
 }
 
 #box1, #box2, #box3{
 	float:left;
	margin-top:10px;
	width:33%;
 }
 
  #box1, #box2{
  	border-right:1px solid #cccccc;
  }
 
.oneColFixCtrHdr #footer {
	clear:both;
	background: #ffffff; 
	padding: 20px 10px 20px 20px;
}
.oneColFixCtrHdr #footer table {
	width: 950px;
	height: 31px;
	white-space: nowrap;
	background: #000000;
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ffffff;
}
#logo {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	float:left;
	width:241px;
}

#nextEvent{
	float:right;
	width:241px;
	background-image:url(../images/next_event_back.jpg);
	height:120px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	color:#008000;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	margin-top: 0px;
	color: #FF6600;
	padding-bottom:4px;
}

h4 {
	font-size: 12px;
}

/* Tabs */

.tabs{
	height: 41px;
	background-image:url(../images/nav_back.gif);
	background-repeat: repeat-x;
}

.tabs ul{
padding: 11px 69px;
margin: 0;
font-size: 14px;
color: #ffffff;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;

}

.tabs li a{
padding: 0 25px 0 0;
text-decoration: none;
color: #ffffff;
}

.tabs li a:visited{
color: #ffffff;
}

.tabs li a:hover{
text-decoration: none;
color: #ff6600;
}

.tabs li.selected{
}

.tabs li.selected a{ /*selected main tab style */
}

.tabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 10px;
margin-top: 12px;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #ff9900;
}

/* Contact */
.rolodex{display:block}
.rolodex *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#f4f4f4}
.rolodex1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fafafa;
  border-right:1px solid #fafafa;
  background:#f6f6f6}
.rolodex2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfd;
  border-right:1px solid #fdfdfd;
  background:#f6f6f6}
.rolodex3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f6f6f6;
  border-right:1px solid #f6f6f6;}
.rolodex4{
  border-left:1px solid #fafafa;
  border-right:1px solid #fafafa}
.rolodex5{
  border-left:1px solid #f6f6f6;
  border-right:1px solid #f6f6f6}
.rolodexfg{
  background:#f4f4f4;
  padding: 20px;}

/* Sidebar */
.sidebar{display:block}
.sidebar *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ff9900}
.sidebar1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffd391;
  border-right:1px solid #ffd391;
  background:#ffb23f}
.sidebar2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fff4e5;
  border-right:1px solid #fff4e5;
  background:#ffac30}
.sidebar3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ffac30;
  border-right:1px solid #ffac30;}
.sidebar4{
  border-left:1px solid #ffd391;
  border-right:1px solid #ffd391}
.sidebar5{
  border-left:1px solid #ffb23f;
  border-right:1px solid #ffb23f}
.sidebarfg{
  background:#ff9900;
  padding:10px;
  }
.sidebarfg ul {
list-style-type:none;
padding:0 0 0 6px;
margin:0;
}
.sidebarfg ul li {
padding:0 0 2px 0;
}

.event-detail-content {
	margin-left:30px;margin-bottom:15px;
}

-->

.inside{
	padding:10px
}