/*////////////////////
// Import Styles
////////////////////*/
@import url(nav.css);

/*////////////////////
// Global Styles
////////////////////*/

body {
	background: #292b2d;
	margin: 0;
	padding: 0;
}

#header h1, #bannerbox h2, #nav ul, #bannerbox p, #breadcrumb h3, #breadcrumb ul, #breadcrumb p, #footer p {
	margin: 0;
	padding: 0;
}

#page {
	background: #292b2d url(images/page_bg.gif) repeat-x top;
	padding: 25px 20px 20px 20px;
}

/*////////////////////
// Network Bar
////////////////////*/

#network {
	height: 30px;
	background: #003764 url(images/network_bar_bg.gif);
}

#network h2 span {
	display: none;
	margin: 0;
	padding: 0;
}

#network h2 {
	height: 30px;
	width: 167px;
	background: url(images/network_bar.gif);
	float: left;
	margin: 0;
	padding: 0;
}

#network form {
	float: right;
	margin: 4px 10px 4px 0;
}

#network form select {
	width: 175px;
}

/*////////////////////
// Header
////////////////////*/

#header {
	background: url(images/header_bg.gif) repeat-x top;
	height: 85px;
	text-align: middle;
}

#header h1 {
	width: 500px;
	margin: 0 auto 0 auto;
}

#header h1 a {
	width: 500px;
	height: 85px;
	background: url(images/header.gif) no-repeat;
	display: block;
}

#header h1 a span {
	display: none;
}

/*////////////////////
// Breadcrumb
////////////////////*/

#breadcrumb {
	background: url(images/breadcrumb_bg.gif) repeat-x top;
	height: 31px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #adaeb0;
	font-size: 11px;
}

#breadcrumb .left {
	float: left;
	position: relative;
	top: 2px;
	padding: 0 0 0 20px;
	line-height: 25px;
}

#breadcrumb .right {
	float: right;
	background: url(images/breadcrumb_divider.gif) no-repeat top left;
	padding: 0 40px 0 30px;
	height: 31px;
}

#breadcrumb .right p {
	line-height: 20px;
	position: relative;
	top: 5px;
	font-size: 11px;
}

#breadcrumb a {
	color: #adaeb0;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Trebuchet MS";
}

#breadcrumb ul li {
	list-style: none;
	display: inline;
	font-size: 11px;
	padding: 0 20px 0 0;
}

/*////////////////////
// Banner Box
////////////////////*/

.bannerbox {
	background: #363636 url(images/header_top_bg.gif) repeat-x top;
	padding: 20px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
}

.bannerbox h2#newtomfk {
	margin: 0;
	padding: 0 0 4px 0;
	background: url(images/bannerbox_newtomfk.gif) no-repeat top;
	width: 271px;
	height: 10px;
}

.bannerbox h2#newtomfk span {
	display: none;
}

.bannerbox p {
	line-height: 20px;
	font-size: 11px;
	color: #909092;
}

/*////////////////////
// Footer
////////////////////*/
#footer {
	background: url(images/nav_bg.gif) repeat-x top;
	height: 30px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #adaeb0;
	padding: 0 20px 0 20px;
}

#footer p {
	position: relative;
	top: 8px;
	float: left;
	font-size: 11px;
}

#footer a {
	color: #adaeb0;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .right {
	float: right;	
}