/* Basics */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0;
	padding: 0;
	}


#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2, #content h3, #content_2col h3 { 
	color:#FF6600
	}
	#content_2col h2, #content_2col h3 { 
	color:#FF6600
	}
	#content_detail h2, #content_detail h3 { 
	color:#FF6600
	}

/* Left Nav Note: Because NN7 doesn't display some of the borders when using % or ems, we must use a fixed font size =(
*/
#left_navcontainer
{
display: none;
}
#right_navcontainer
{
display: none;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

.tabcontent{
display: block;
}


/* Right Nav */
ul.mediaitem-list li a:hover, ul.mediaitem-list li a:focus {
color: #000000;
background-color: #FFFFFF;
}
#medianav {display: none;}
ul#video { margin-bottom: 26px;}
#images { display:block;}

