/*
-----------------------------------------------
Navigation
----------------------------------------------- */
#NavWrapper {
	width:960px;
	height:34px;
	margin: 0;
	padding: 0;
	background: #282828 url(/images/header/nav_gradient.gif) repeat-x 0 0;
	line-height: 100%;

	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  	float: left;
	width: 544px;
	height: 34px;
  }
ul.nav li {
	position:relative;
  	top:0;
  	left:0;
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	z-index: 5;
}
ul.nav li ul {
	cursor:default;
	width: 240px;
	max-width: 240px;
	position:absolute;
	height:auto;
	top: 30px;
	left:-9000px;
	border-top: 4px solid #1e1e1e;
	border-bottom: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	border-left: 1px solid #7d7d7d;
	background: #fff url(/images/header/dropdown_gradient.gif) 0 0 repeat-x !important;
	padding: 10px;
	z-index: -1000 !important;
}
ul.nav li ul li {
	padding:0;
	border:none;
	width:100%;
	max-width:none;
	border-top: 1px dotted #999999;
}
ul.nav li a {
	
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:2px 1em 0 1em;
	height:32px;
	line-height:2.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	background: #282828 url(/images/header/nav_gradient.gif) repeat-x 0 0;
}
ul.nav li a.rounded {
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
}
ul.nav li ul li a {
	border:none;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	width: 215px;
	font-weight: bold;
	background-position:0 50% !important;
	color: #0080bc;
	text-align: left;
	background-image: none;
	background-color: #fff;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#FC0;}
ul.nav li a:active {}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li ul,
ul.nav li {
	z-index: 1000;
}
ul.nav li:hover ul li a {color:#0080bc;}
ul.nav li:hover ul li a:hover {color:#000; background:#f9f9db;}
ul.nav li:hover ul li a:active {color:#666; background:#f9f9db;}

ul.nav li.current a {color:#666; background:#fff; cursor:default; font-weight:bold;}
ul.nav li.current ul {left:0;z-index:5;}
ul.nav li.current ul,
ul.nav li.current {background:#ccc !important}
ul.nav li.current ul li a {color:#444; background:#f9f9db; font-weight:normal;}
ul.nav li.current ul li a:hover {color:#000; background:#f9f9db;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#333; background:#f9f9db;}

ul.nav li ul li.current a:hover,ul.nav li ul li.current {background:#f9f9db;}


ul.nav li a.selected {
	background: url(/images/header/menu-selected-gradient.gif) 0 0 repeat-x !important;
}


/*
-----------------------------------------------
SubMenu
----------------------------------------------- */
#SubNav {
	clear: left;
	float: left;
	width: 260px;
	margin: 15px 0 0;
	padding: 0;
}
.menuwrapper {
	padding: 10px;
	margin: 10px 10px 10px 10px;
	background: #ffffff;
}
#SubNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
}
#SubNav ul li {
	border-top: 1px dotted #999999;
	padding: 6px 0 6px 10px;
	color: #0080bc;
}
#SubNav ul li a {
	font-weight: bold;
}
#SubNav ul li.selected,
#SubNav ul li a.selected {
	color: #333333;
	font-weight: bold;
}
#SubNav ul li ul li a.selected {
	color: #333333;
	font-weight: bold;
}
#SubNav ul li ul {
	margin: 4px 0 0;
	border: none;
	list-style: url(/images/SM_Bullet.png) !important;
}
#SubNav ul li ul li ul {
	list-style: url(/images/SM_PDF_Bullet.png) !important;
}
#SubNav ul li ul li {
	padding: 0 !important;
	margin: 0 0 4px 25px;
	border: none !important;
}
#SubNav ul li ul li a {
	font-size: 12px !important;
	font-weight: normal;
}
#SubNav ul li.current-menu {
	border-top: 1px solid #333333;
	padding: 6px 10px;
	background: #f9f9db;
}

/*
-----------------------------------------------
Footer
----------------------------------------------- */
.footer-content-box {
	position: absolute;
	width: 960px;
	height: 190px;
	background: #ffffff;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: -5;
}
.footer-content {
	position: relative;
	margin: 0;
	padding: 0;
}
#footer {
	float: left;
	width: 960px;
	height: 190px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
.copy {
	float: left;
	margin: 0 20px 10px;
	color: #999;
	font-size: 11px;
}
.strict {
	float: right;
	margin: 0 20px 10px;
}
.footer-content-pattern {
	width: 940px;
	height: 30px;
	background: url(../images/content-pattern.gif) 0 0 repeat;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}
.breadcrumb {
	font-size: 11px;
	color: #993300;
	margin: 0px;
	padding: 7px 0px 0px 10px;
}
.breadcrumb a {
	font-size: 11px;
	color: #666666;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer a.selected {
	font-weight: bold;
	color: #993300;
}
.footer-col-lrg,
.footer-col-sml {
	float: left;
	margin: 5px 0px 10px 10px;
	padding: 0px;
}
.footer-col-lrg li,
.footer-col-sml li {
	margin-top: 0px;
}
.footer-col-lrg a,
.footer-col-sml a {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	color: #666666;
	font-size: 11px;
}
.footer-col-lrg a:hover,
.footer-col-sml a:hover {
	color: #333333;
}
.footer-col-lrg ul li.sub-list {
	float: left;
	width: 184px;
	margin: 0px;
}
.footer-col-lrg .footer-col-main {
	border-bottom: 1px solid #999999;
	padding-bottom: 6px;
	margin-bottom: 3px;
	width: 368px;
}
.footer-col-sml .footer-col-main {
	border-bottom: 1px solid #999999;
	padding-bottom: 6px;
	margin-bottom: 3px;
	width: 179px;
}
.footer-col-main a {
	color: #333;
	font-size: 11px;
}

/*
-----------------------------------------------
Weather and Clock (Toolbar)
----------------------------------------------- */
.toolbar {
	position: absolute;
	width: 416px;
	height: 34px;
	margin: 0 0 0 544px;
	padding: 0;
	text-align: right;
	background: #282828 url(/images/header/nav_gradient.gif) repeat-x 0 0;
	z-index: 1001;
	
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
}
.toolbar p {
	float: right;
	font: 12px Arial;
	color: #ffffff;
	margin: 10px 0 0;
	padding: 0 10px 0 6px;
	display: inline-block;
	width: 80px;
}
#Weather {
	float: right;
	font: 12px Arial;
	color: #ffffff;
	margin-top: 0px;
	margin-right: 5px;
	padding-right: 0px;
	display: inline-block;
	
}
#Weather a {
	float: left;
	border-right: 1px solid #ffffff;
	font: 12px Arial;
	color: #ffffff;
	margin: 10px 0 0;
	padding: 0 10px 0 0;
}
#Weather a.icon-link {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#Weather .w-icon {
	float: left;
	display: inline-block;
	padding-right: 5px;
}
.loading {
	margin-right: 45px;
}
