/*Basic Mouse over Horizontal navigaton*/
/*example of simple nave called .navsimple*/
/*Note that navsimple is call applied to the a container element*/
#navWrap{width:100%; float:left; background:#f5f5ed; border-bottom:none;}
   #navWrap .navsimple{/*width: 500px;*/ margin-left: auto; margin-right: auto; /*border-right: 6px solid #D3C199;border-left: 6px solid #D3C199;*/}
   #navWrap .navsimple ul{width:0px auto; padding: 0; height:28px; margin: 0px 0 0 0; list-style: none;}
   #navWrap .navsimple ul li{ display: block; float: left; height: 28px;  background: #D1C29E; background-repeat: repeat-x; padding: 0 0 0 0;  margin: 0 0 0 0;}
   #navWrap .navsimple ul a{  padding: 0 10px 0 10px;font-size: 12px;font-weight: bold;font-family: Arial, Geneva, sans-serif;display: block; float: left; height: 28px; line-height: 28px; text-decoration: none;}
   #navWrap .navsimple ul a:hover{ text-decoration: none;  border-bottom: none; background:#EEE8DA;}
#navbar {background-color: #8B8B2B; border-left: 1px solid #7F704F; border-right:1px solid #7F704F;}
	
/*color overrides*/
	#navWrap .navsimple li.navnode1{background: #CF7401; 
	}
	#navWrap .navsimple li.navnode2{background: #F2C03F;
	}
	#navWrap .navsimple li.navnode3{background: #6C3169;
	}
	#navWrap .navsimple li.navnode4{background: #3B6097;
	}
	#navWrap .navsimple li.navnode5{background: #8B8B2B;
	}
	#navWrap .navsimple li.navnode1 a{float:left; margin-left: 9px; margin-right:9px; color:#fff;
	}
	#navWrap .navsimple li.navnode2 a{float:left; margin-left: 9px; margin-right:9px; color:#fff;
	}
	#navWrap .navsimple li.navnode3 a{float:left; margin-left: 9px; margin-right:9px; color:#fff;
	}
	#navWrap .navsimple li.navnode4 a{float:left; margin-left: 9px; margin-right:9px; color:#fff;
	}
	#navWrap .navsimple li.navnode5 a{float:left; width:126px; margin-left: 9px; margin-right:0px; padding-right:0px; padding-left:15px; color:#fff;
	}
	#navWrap .navsimple li.navnode1 a:hover{background: #EB8A0F; color:#fff;
	}
	#navWrap .navsimple li.navnode2 a:hover{background: #FFDD6F; color:#fff;
	}
	#navWrap .navsimple li.navnode3 a:hover{background: #9C3597; color:#fff;
	}
	#navWrap .navsimple li.navnode4 a:hover{background: #5482C7; color:#fff;
	}
	#navWrap .navsimple li.navnode5 a:hover{background: #A5A541; color:#fff;
	}
/*End Simple Navigation */

/*Start Navbar override background */
/*#navWrap.examplenavback{
background-color:#990000;
}*/
/*End Navbar override background */

/*hightlight Region Colors*/
/*Note these are examples*/

/*#contentWrap .highlightColor1 {
background-color: #fff;
width:auto;
display:block;
padding: 3px 10px 3px 10px !important; 
}

#contentWrap .highlightColor2{
background-color: #e7d9c0;
width:auto;
display:block;
padding: 3px 10px 3px 10px !important;
}

#contentWrap .highlightTheme1{
background-color: #6e6fa8;
width:auto;
display:block;
color:#fff;
padding: 3px 10px 3px 10px !important;
}

#contentWrap .highlightTheme2{
background-color: #000066;
width:auto;
display:block;
color:#fff;
padding: 3px 10px 3px 10px !important;
}
#contentWrap .highlightTheme3{
background-color: #e7d9c0;
width:auto;
display:block;
color:#000;
padding: 3px 10px 3px 10px !important;
}

#contentWrap .highlightTheme4{
background-color: #a9a18c;
width:auto;
display:block;
color:#fff;
padding: 3px 10px 3px 10px !important;
}

#sidebar .highlightColor1 {
background-color: #fff;
width:auto;
display:block;
padding: 3px 10px 3px 10px !important; 
}

#sidebar .highlightColor2{
background-color: #e7d9c0;
width:auto;
display:block;
padding: 3px 10px 3px 10px !important;
}

#sidebar .highlightTheme1{
background-color: #6e6fa8;
width:auto;
display:block;
color:#fff;
padding: 3px 10px 3px 10px !important;
}

#sidebar .highlightTheme2{
background-color: #000066;
width:auto;
display:block;
color:#fff;
padding: 3px 10px 3px 10px !important;
}
#sidebar .highlightTheme3{
background-color: #e7d9c0;
width:auto;
display:block;
color:#000;
padding: 3px 10px 3px 10px !important;
}

#sidebar .highlightTheme4{
background-color: #a9a18c;
width:auto;
display:block;
color:#fff;
padding: 3px 10px 3px 10px !important;
}*/

/*Start Image rollover*/
#tn_row1 ul {
	list-style-type: none;
}
/*End Image rollover*/

table th td .tightText {
family:Verdana,Arial,Helvetica,sans-serif !important;
font-size:10px !important;
font-weight:normal !important;
line-height:14px !important;
}

table th .whiteText {
family:Verdana,Arial,Helvetica,sans-serif !important;
color: #ffffff;
font-size:12px !important;
font-weight:bold !important;

}
/*Start Stem Events Page*/
#wrap .oddEvent {
	margin: 0px 20px;
	padding: 0px 15px;
	background-color: #CECB95;
}
#wrap .evenEvent {
	margin: 0px 20px;
	padding: 0px 15px;
	background-color: #F4E0B8;
}
/*End Stem Events Page*/
