﻿#Site 
{
	width:980px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
}
#Content
{
    width:979px;    
	border-right:1px solid #999999;
}
#LeftCol 
{
    width:160px;
    background-color:#f7efef;
    vertical-align:top;	
}
#RightCol 
{
    width:166px;    
    background-color: White;
    vertical-align:top;
}
#CenterCol
{
    width:818px;
    background-color:White;
    border-left:1px solid #999;
    border-bottom:1px solid #999;
    vertical-align:top;	
}
#CenterCol p
{
	margin-left:6px;
	margin-right:6px;
}
#Footer
{
	width:982px;	
}
#FooterLeft
{
	height:58px;
    width:7px;
    float:left;
}
#FooterMiddle
{
	text-align:center;
	color:White;
	padding-top:2px;
	height:58px;
    width:968px;
    float:left;
    background-image:url('/Images/Design/Footer_BKGRD.jpg');
    background-repeat:repeat-x;
}
#FooterRight
{
    height:58px;
    width:7px;	
    float:left;
}
#Navigation ul
{
	width:160px;
	margin-left:0px;
	list-style-type:none;
	padding-left:0px;
	position:relative;
	z-index:2;
}
#Navigation ul li
{
	margin-left:0px;
	width:160px;
	height:20px;
}
#Navigation ul a:link,#Navigation a:visited
{
	padding-left:10px;
	display:block;	
	font-weight: bold;
	text-decoration:none;
	color:#000066;	
}
#Navigation ul a:hover
{
	text-decoration:none;
	color:White;
	background-color:#000066;
}
#Navigation ul li.x
{
	padding-bottom:2px;
}
#Navigation ul li ul
{
	visibility:hidden;
	padding-left:0px;
	position:relative;
	top:-20px;
	left:160px;
	background-color:#000066;
	margin-left:0px;
	list-style-type:none;
	border-top:1px solid #000066;
	border-bottom:1px solid #000066;
}
#Navigation ul ul li
{
	margin-left:0px;
	width:160px;
	height:20px;
	border-bottom:1px solid white;
}
#Navigation ul li ul li a:link, #Navigation li ul li a:visited
{
	padding-left:10px;
	display:block;	
	font-weight: bold;
	text-decoration:none;
	color:white;	
}
#Navigation ul li ul li a:hover
{
	text-decoration:none;
	color:#000066;
	background-color:White;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
}
#Navigation ul li:hover ul
{	
	visibility:visible;
}
#Navigation ul li:hover ul ul
{	
	visibility:hidden;
}
#Navigation ul ul li:hover ul
{	
	visibility:visible;
}
ul.subNav
{
	font-size:14px;
}
.SubHeaderTabs {
	background-image:url(/Content/Images/butTabBackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 38px;
	margin-top: 5px;
	padding-left: 5px;
}
.SubHeaderTabs img {border: 0px;}

.SubHeaderTabs a, .SubHeaderTabs a:hover, .SubHeaderTabs a:visited, .SubHeaderTabs a:active {
	display: inline-block;
	width: 158px;
	height: 38px;
	text-align: center;
	color: #f7efef;
	padding-top: 3px;
}
ul.SubHeaderVideoLinksUL
{
	background-color:#f7efef;
	margin-top:0px;
}
ul.SubHeaderVideoLinksUL li
{
	display: inline;
	list-style-type: none;
	padding-right: 25px;

}
a {text-decoration: none;}
a.tab {
	background-image:url(/Content/Images/butTab_f2.jpg);
	background-repeat: no-repeat;
}
a.selectedTab {
	background-image:url(/Content/Images/butTab.jpg);
	background-repeat: no-repeat;
}
