/*	Primary Navigation styles */

div#navigation {
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('/develop/images/bg_navigation-n.gif') repeat-y top right; 
	margin: auto;
	vertical-align: bottom;
}


ul.tabs {
	height: 21px;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	color: #777;
}

ul.tabs li {
	float: left;
	display:block; 
	padding: 0px;
	margin: 0px 5px 0px 0px;
	height: 21px;
	background: url('/develop/images/bg_tabcenter.gif') repeat-x top; 
	font:  bold 9px/22px 'Arial', 'Helvetica', sans-serif; 
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFF;
}

ul.tabs li a:link, ul.tabs li a:visited {
	text-decoration: none;
	color: #ddd;
}

ul.tabs li a:hover, ul.tabs li a:active {
	text-decoration: none;
	color: #39f;
}

ul.tabs li.selected  {
	background: url('/develop/images/bg_tabcenter_selected.gif') repeat-x top; 
	color: #fff
}

ul.tabs li.selected a {
	color:#fff;
}

ul.tabs li.format {
	float: right;
	display: block; 
	background: none; 
	padding: 0px;
	margin: 0px 0px 0px 15px;
	height: 21px;
	font: bold 10px/22px 'Arial', 'Helvetica', sans-serif; 
	letter-spacing: 2px;
	text-transform: uppercase;
}

div#branding {
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 5px 10px;
	vertical-align: bottom;
	border-left: 1px solid #4c4c4c;
	clear: both;
}

ul.tabs li img {
	vertical-align: -0.7em;
}

/*	Subnavigation styles */

div.subnavigation {
	height: 38px;
	width: 978px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('/develop/images/bg_subnav.gif') repeat-x top;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #999;
	margin: auto;
	clear: both;
}


ul.subtabs {
	float: right; 
	height: 38px;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	vertical-align: bottom;
}

ul.subtabs li {
	height: 20px;
	float: left;
	display:block; 
	margin: 0px 0px 0px 0px;
	padding: 18px 10px 0px 10px;
	background: url('/develop/images/bg_subtab.gif') repeat-x right; 
	font:  bold 9px/22px 'Arial', 'Helvetica', sans-serif; 
	letter-spacing: 3px;
	text-transform: uppercase;
	vertical-align: top;
}

ul.subtabs li.selected  {
	background: url('/develop/images/bg_subtab_selected.gif') repeat-x right; 
	color: #444;
}

ul.subtabs li a:link, a:visited {
	text-decoration: none;
	color: #444;
}

ul.subtabs li a:hover, a:active {
	text-decoration: none;
/*	color: #1a518f; */
	color: #39f
}

div.search {
	float: right;
	padding: 15px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.footer {
	height: 38px;
	width: 978px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('/develop/images/bg_subnav.gif') repeat-x top;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #999;
	margin: auto;
	clear: both;

}

div.footertext {
	font: 13px/16px 'Verdana', 'Arial', 'Helvetica', sans-serif;
	vertical-align: bottom;
	color: #444;
	float:right;
	padding: 18px 10px 0px 10px;
}