* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0d1217;
	background-image: url('gfx/bgnd-page.gif');
	background-position: top center;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#header {
	width: 780px;
	height: 90px;
	background: url('gfx/bgnd-header.gif') bottom center no-repeat;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 168px;
	height: 105px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 999;
}

#bannerWrapper {
	width: 100%;
	height: 210px;
	background: url('gfx/bgnd-banner.jpg') center repeat-x;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

#banner {
	width: 780px;
	height: 210px;
	margin: 0 auto;
	position: relative;
}

#newsite {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	right: 0;
}

#contentWrapper {
	width: 100%;
	background-color: white;
}

#content {
	width: 780px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#colLeft {
	width: 460px;
	margin-right: 20px;
	float: left;
}

#colRight {
	width: 300px;
	float: left;
}

#footer {
	width: 780px;
	height: 80px;
	margin: 0 auto;
	padding: 20px;
	font-size: 62.5%;
}

#footer h3 {
	display: block;
	width: 95px;
	height: 17px;
	background: url('gfx/footer-contact.gif') left top no-repeat;
	float: left;
}

#footer h3 span {
	display: none;
}

#footer p.address {
	width: 680px;
	height: 11px;
	padding-top: 6px;
	color: #959595;
	font-size: 1.1em;
	float: left;
}

#footer .copyright {
	clear: both;
	display: block;
	width: 230px;
	height: 20px;
	border-top: 1px solid #545454;
	padding-top: 7px;
	margin-top: 25px;
	font-size: 1.0em;
	color: #545454;
	float: left;
	line-height: 170%;
}

#footer .copyright a.sitemap {
	color: #545454;
	text-decoration: underline;
}

#footer .copyright a {
	color: #353535;
	text-decoration: none;
}

#footer .copyright a:hover {
	color: #fff;
}

/*** Nav ****/

#nav {
	width: 600px;
	height: 40px;
	float: right;
	margin-top: 35px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	height: 24px;
	display: block;
	position: relative;
	margin-right: 5px;
}

#nav ul li a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav .page_item {
	background: url('gfx/tableft-pageitem.gif') left center no-repeat;
}

#nav .page_item a {
	background: url('gfx/tabright-pageitem.gif') right center no-repeat;
	position: relative;
	display: block;
	right: 0px;
	top: 0px;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

#nav .current_page_item,
#nav .current_page_parent {
	background: url('gfx/tableft-currentpage.gif') left center no-repeat;
}

#nav .current_page_item a,
#nav .current_page_parent a {
	background: url('gfx/tabright-currentpage.gif') right center no-repeat;
	position: relative;
	display: block;
	right: 0px;
	top: 0px;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

#subnav {
	display: block;
	width: 460px;
	height: 35px;
	clear: both;
}

#subnav ul {
	list-style: none;
	width: 460px;
	margin-left: 0px; /** reset's margin used for content ul **/
}

#subnav ul li {
	float: left;
	margin-right: 10px;
	width: auto;
	list-style: none;
}

#subnav ul li a {
	font-size: 0.9em;
	color: #ff7f00;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 3px;
}

#subnav ul li a:hover {
	color: #333;
	border-bottom: 3px solid #333;
}

#subnav .page_item a {
	border-bottom: 3px solid #ff7f00;
}

#subnav .current_page_item a {
	border-bottom: 3px solid #d8242b;
	color: #d8242b;
}

/************/

.shortcut {
	width: 260px;
	height: 60px;
	display: block;
	background-image: url('gfx/bgnd-shortcut.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 15px 0 15px 15px;
}

.shortcut img {
	border: none;
}

.shortcutIcon {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}

.shortcutText {
	width: 192px;
	height: 60px;
	float: left;
	margin-left: 8px;
	color: #707070;
}
