/* STYLES */
div.yui-b p {          
	margin:0 0 .5em 0;
	color:#999;
}
div.yui-b p strong {
	font-weight:bold;
	color:#FFFFFF;
}
div.yui-b p em {
	color:#000;
}            
/*h1 {
	font-weight:bold;
	font-size:9px;
	margin:0 0 1em 0;
	padding:2px;
	background-color:#666;
}*/
#NavBar {         
	margin:0px 0px 7px 0px;          
}

.OWLogoFrame {
	clear: both;
	width: 100%;
	background-color: #EF5923;
	/*background-image: url(images/title2.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}

.Leaderboard {
	clear: both;
	height: 90px;
	width: 728px;
}
.SectionHeaderTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	border: 0px none #666666;
}

.SectionHeaderTXTCopy {
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
	/*background-color: #CCCCCC;*/
	float:left;
	clear: both;
	height: 33px;
	overflow: hidden;
	position:relative;
}

.NavigationBar{
	background-color: #000000;
	border: 1px solid #000000;
	color:#FFFFFF
	
}
        


/*Tabbed Content Styles*/
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white /*url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	/*background-image: url(shadeactive.gif);*/
	border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 280px;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #ffffff;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}

.Googlemap {
	width: 250px;
	height: 200px;
	background-color: #666666;
}


/* YAHOO MENU BAR WITH DROPDOWN */

div.yuimenubar {
	background-color:#000000;
	color:#FFFFFF
}
div.yuimenubar li.yuimenubaritem {
	float:left;
	display:inline;
	font-size:12px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #000000;
	border: 0 solid #000000;
}
div.yuimenu {
	background-color:#000000;
	border:1px solid #000000;
	font-size:11px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 175px;
	text-align: left;
	color: #FFFFFF;
}

.yui-nav, .yui-nav li {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.yui-navset .yui-nav li {
	margin-right:1px; /* horizontal tabs */
	color: #FFFFFF;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
	background-color:#fff; /* active tab, tab hover, and content bgcolor */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;	
}

div.yuimenu li a, div.yuimenubar li a {

    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
    color:#FFFFFF;
    text-decoration:none;
}


