/* DLR CoCo Events - CSS Document */
.hide {
	display: none;
	}
body {
	background: #fff;
	font-size: 70%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	scrollbar-base-color: #E7ECF5;
	scrollbar-arrow-color: #8CA2C8;
	scrollbar-track-color: #339900;
	scrollbar-shadow-color: 8CA2C8;
	scrollbar-lightshadow-color: 8CA2C8;
	scrollbar-darkshadow-color: C3CBD9;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #339900;
	margin-right: 35px;
	padding-left: 20px;
	border-top-color: 1px solid #339900;
	}
.padding {
	padding-right: 35px;
}		
#brand_image {
padding-top: 3px;
padding-bottom: 3px;
background: #fff;
}
#wrap {
	width: 760px;
	border-left: 1px solid #339900;
	border-right: 1px solid #339900;
	margin: 0 auto;
	border-top: 1px solid #339900;
	}
table#header td#nav {
	background: #fff url(../i/h_bg_rt2.gif) top right no-repeat;
	vertical-align: bottom;
	border-top-color: #FFFFFF;
	}
#main li {
	text-align: left;
	}
#nav ul {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-bottom: 6px;
	}
#navlist li {
	display: inline;
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	padding-right: 3px;
	}
#navlist a, #navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #fff;
	}
#navlist a:hover {
	color: #0066cc;
	}
table#header_img {
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
	}
table#content {
	background: #fff;
	}
table#content td#content_title {
	background: #fff;
	color: #fff;
	text-align: right;
	padding-right: 35px;	
	}
.c_title {
	font-size: 1.5em;
	line-height: 29px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	}
td#main {
	color: #666;
	text-align: justify;
	padding-top: 0px;
	padding-right: 50px;
	vertical-align: top;
	}
h3 {
	font-size: 12px;
	line-height: 14px;
	color: #339900;
	}
h2 {
	font-size: 12px;
	line-height: 14px;
	color: #339900;
	}
td#sidebar {
	vertical-align: top;
	padding-left: 20px;
	}
table#upcoming {
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
		}
table#footer td#footer_content {
	background: #fff;
	height: 13px;
	border-top:;
	border-bottom:1px solid #339900;	
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 12px;
	align: center;
	vertical-align: bottom ;
	}
#footer p {
	font-size: 9px;
	color: #666;
	padding: 0;
	margin: 0;
	}
#sidebar p {
	font-size: 9px;
	color: #666;
	padding: 0;
	margin: 0;
	}
#gallery p {
	font-size: 9px;
	color: #fff;
	padding: 0;
	margin: 0;
	}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: none;
	}
/* GENERAL LINKS & Extras */
a:link, a:visited {
	color:#791d7e;
	text-decoration: none;
	}
a:hover, a:active {
	color:#0066cc;
	text-decoration: none;
	}
.up_events {
	padding-top: 0px;
	}
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}
/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}
.transMenu.top .items {
	border-top:11px;
	}
/* each TR.item is one menu item */
.transMenu .item {
    color:#ffffff;
    font-size:11px;
    font-family:Verdana, Arial;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#0066cc;
	color:white;
	}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:5px;
	}
