/* commented backslash hack \*/ 
html, body {
	height:100%;
} 

body {
	margin: 0;
	padding: 0;
	background-color: #036060;
	color: #FFF;
	font: 16px "Verdana", "Geneva", sans-serif;
	font-weight: 100;
}

p {
	line-height: 200%;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#frame {
	min-height:100%;
	height:auto; 
	width: 940px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: #0f4141;
}

* html #frame { /* <= ie6 */
	height:100%;
} 

#menuContainer {
	width: 940px;
	height: 50px;
	background: url("images/menu-bg.gif") repeat-x;
}

#menu {
	width: 840px;
	margin: 0 auto;
}

#nav {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
	font: 12px "Arial", "Helvetica", sans-serif;
}

#nav li {
	float: left;
	padding: 25px 20px 10px 20px;
}

#nav li a {
	color: #BDBDBD;
}

#nav li a:hover {
	color: #FFF;
	text-decoration: none;
}

#nav li ul {
	margin: 19px 0 0;
}

#nav li ul li {
	background: #0F4141;
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	-khtml-opacity: 0.97;
	opacity: 0.97;
	padding: 5px 0 5px 12px;
}

#head {
	width: 940px;
}

#head.home {
	background: #0F4142 url("images/home-header.jpg") no-repeat;
	height: 389px;
}

#head.drill {
	background: #0F4142 url("images/drill-header.jpg") no-repeat;
	height: 135px;
}

#contentContainer {
	width: 940px;
}

#breadcrumb {
	visibility: hidden;
}

#photos {
	float: left;
	position: relative;
	top: -120px;
	left: 28px;
	background: url("images/photos.png") no-repeat;
	width: 315px;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	font-size: 10px;
}

#calendar {
	width: 180px;
	margin: 20px auto 0 auto;
}

#eventDetails {
	width: 180x;
	margin: 0 auto;
}

#sidebarNav {
	padding: 15px;
	list-style: none;
}

#sidebarNav h2 {
	font: 12px "Verdana", "Geneva", sans-serif;
	font-weight: bold;
}

#sidebarNav.sidebarList {
	list-style: none;
}

#content {
}

#content.home {
	float: left;
	width: 450px;
	margin: 0 0 0 35px;
}

#content.drill {
	float: left;
	width: 660px;
	margin: 0 20px;
	font: 12px "Verdana", "Geneva", sans-serif;
}

#footer {
	height: 30px;
	margin: 0 auto;
	background: #0f4141;
	font-size: 11px;
	text-align: center;
}

#footer.home {
	width: 597px;
	padding-left: 343px;
}

#footer.drill {
	width: 940px; 
	padding-top: 40px;
}

#footer a:hover {
	text-decoration: underline;
}

/* datepicker styles */

#ui-datepicker-div {
	display: none;
}

/* superfish essential styles */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}