/* ++++++++++++++++++++++++++++++++++++
     CSS Styles for Portal Skins
    ++++++++++++++++++++++++++++++++++++
*/


/* border colors */

/* border surrounding entire content area */
#contentborder 
{border-top: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; }

/* border surrounding container */
#containerborder { border: solid 1px #4a4a4a; }

/* colors of the main navigation menu - text only*/

/* color for the 1st child navigation menu links */
.MainMenu_MenuItem
{
color:#000;
}

/* color for the top level navigation menu links */
.MainMenu_RootMenuItem
{
color:#000;
}

/*color for the top level navigation menu links when hovered */
.MainMenu_RootMenuItemHover
{
color: #62655b;
}

/* color for the child navigation menu links when hovered */
.MainMenu_SubMenuItemHover
{
color: #62655b;
}


/* Footer Styles */
#FooterContainer { background: #62655b }
#Footer { color: #FFFFFF; }
#Footer a {color: #FFFFFF; }
#Footer a:hover { color: #FFFFFF; }


/* heading colors */
h1 { color: #62655b; }	
h2 { color: #1A3C8E; }	
h3 { color: #1A3C8E; }	
h4 { color: #1A3C8E; }

/* tag line text colors */
.tagline { color: #62655b; }
.tagline2 { color: #3d3f38;}

/* general styles */
a:link { color: #1A3C8E;  }
a:visited { color: #1A3C8E;  }
a:active { color: #4581d0;  }
a:hover { color: #62655b;  }

.menu { margin: 0; }
.menu a:link { color: #000; text-decoration: none; }
.menu a:visited { color: #1A3C8E; text-decoration: none; }
.menu a:active { color: #62655b; text-decoration: none; }
.menu a:hover  { color: #62655b; text-decoration: underline; }
.menu ul { margin: 5px 0 0 0; padding: 0; }
.menu li { margin-left: 0; text-decoration: none;}
.menu li a:link { color: #4581d0; text-decoration: none; }
.menu li a:active { color: #4581d0; text-decoration: none; }
.menu li a:hover { color: #4581d0; text-decoration: underline; }
.menu li a:visited { color: #4581d0; text-decoration: none; }

.caption    { color: #cc0000; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

.lineacross { color: #A0C3DF; border-bottom: 1px solid #A0C3DF; }


#dnn_ContentPane { }
#dnn_TopPane { }
#dnn_LeftPane {}
#dnn_RightPane {}
#dnn_FarRightPane {}
#dnn_TitlePane {}
#dnn_BottomPane {}

/* Horizontal rule (horizontal line) style */
hr { }

/* ---------------- Navigation Drop Down -------------------*/
		

              #nav, #nav ul, #nav li {
		        margin: 0;
		        padding: 0;
		        list-style: none;
		}

		#nav a {
		        display: block;
		        height: 1.2em;
		        width: 100%;
		        padding: 0.25em;
			text-decoration: none;
		}

		#nav a.span {
			color:black;
			position: relative;
			left: -3px;
		}

		#nav a.span:hover {
		        color: black;
		}

		#nav a.span img {
			position: absolute;
			top: 5px;
			right: 6px;
			border: 0;
		}
		#nav li {
			clear: both;
		}

		#nav li ul li {
		        border: none;
		}

		#nav li ul li a {
			color: black;
			position: relative;
			left: 12px;
		}

		#nav li ul li a:hover {
			color: grey;
			text-decoration: underline;
		}
		
		.hide {
			visibility: hidden;
		} 
		
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ START HOME PAGE VIDEO PLAYER CSS \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.less {
	color:#999;
	font-size:12px;
}

/*player position*/
#page{
	position:relative;
	margin:0;
	padding:0;
	/*top:-30px;
	left:30px;*/
}

/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	width:320px;
	height:240px;
	margin-right:10px;
	float:left;
}

/* play button on top of splash image */
div.playButton {
	background:url(http://ohiodnr.com/portals/0/videos/img/play.png) no-repeat;
	width:85px !important;
	height:85px;
	position:relative;
	top:-150px;
	left:125px;	
	margin-bottom:-50px;
	opacity:0.9;
}

div.playButton:hover {
	opacity:1.0;		
}

/* items */
div.scrollable {
	/*margin-left:-30px;		*/
	margin:0;
	padding:0;
}

div.items {
	margin:0;
	padding:0;
	height:240px;		
	float:left;
	/*width:500px;*/
	background-color:#e7dbcc; /*color for text box area*/
	position:relative;
	top:-14px;
}
	
div.items div {
	width:502px;	
	margin:0px;
	padding:0;
}

div.scrollable div {		
	float:left;
}

div.scrollable h2 {
	margin-top:15px;		
}

div.scrollable p {
	color:#444;
	font-size:11px;
	margin-right:10px;
}

/* tabs */ 
ul.navi { 
	margin:0 ;
	padding:0px;
	height:1.45em;
	position:relative;
	top:0px;
	left:-4px;
	width:500px; 
}

ul.navi li {
	background-color: #FFF;
	padding-left:4px;
	float:left;
	margin:0;
	list-style-type:none;
}

ul.navi a {
	background-color: #996600; /*normal state color for tabs*/
	padding:3px 12px;
	border-bottom:1px solid #D2D2D2;
	text-decoration:none;
	display:block;
	font-size:13px;
}

ul.navi li.active a, ul.navi a:hover {
	background-color: #e7dbcc; /*hover color for tab*/
	background-position:100% -150px;
	border-bottom:1px solid #fff;
}

ul.navi li.active a{
	background-color: #000000;
}

ul.navi li.active {
	background-position:0 -150px;	
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\ END HOME PAGE VIDEO PLAYER CSS \\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


/* ++++++++++++++++++++++++++++++++++++
     End of CSS Styles for Portal Skins
    ++++++++++++++++++++++++++++++++++++
*/


