/* global.css */



/* start afresh */
*, html * {
	margin: 0;
	padding: 0;
}
h1, h2, h3, p {
	margin: 1em 0;
}


/* layout */
body {
	background-color: #eeeeee;
	
	margin: 0;
}
img {
	border: 0 none;
}
div#wrap {
	position: absolute;
	
	width: 760px;
	left: 50%;
	margin-left: -380px;
	
	margin-bottom: 30px;
}
div#header {
	background-image: url(/_img/header.png);
	background-repeat: no-repeat;
	
	height: 176px;
}
div#nav {
	background-image: url(/_img/nav.png);
	background-repeat: no-repeat;
	
	height: 26px;
	
	margin-bottom: 30px;
	
	text-align: center;
	
	overflow: hidden;
}
#nav ul {
	list-style: none;
	
	margin: 0;
	padding: 0;
	
	position: relative;
	top: 4px;	
}
#nav ul li {
	display: inline;
	
	margin: 0;
	padding: 0;
}
#nav ul li a {
	padding: 0 24px;
	
	border-right: 1px solid #555555;
}
#nav ul li a.last {
	border: 0 none;
}
div#page {
	float: left;
	
	width: 460px;
		
	margin: -10px 0 0 15px;
}
div#page.wide {
	width: 730px;
	
	margin-right: 15px;
}
div#sidebar {
	float: right;
	
	width: 230px;
	
	margin-right: 15px;
}
div#footer {
	clear: both;
	
	padding: 1em 0 7em 0;
	
	border-top: 1px solid #cccccc;
	
	position: relative;
	top: 2em;
}
div#noscript {
	margin: 0 15px 30px 15px;
	
	text-align: center;
}


/* type */
body {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, "Calibri", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #333333;
	
	line-height: 1.5em;
}
#map * {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, "Calibri", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1, .heading {
	font-size: 22px;
	font-weight: bold;
	color: #993300;
	
	line-height: 1.1em;
}
h1.no_cap {
	text-transform: none;
}
h2, .subhead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h3, .caption {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
a {
	color: #0066CC;
	text-decoration: none;
	
	border-bottom: 1px solid #0066CC;
}
a:visited {
	border-bottom: 1px dotted #0066CC;
}
a:hover {
	background-color: #ffffff;
	color: #333333;
	border-color: #333333;
}
a.minor, a.minor:hover {
	background-color: transparent;
}
.attention {
	color: #0066CC;
}
strong {
	font-weight: bold;
	color: #000000;
}
em {
	font-style: italic;
	color: #000000;
}
#nav {
	font-size: 12px;
}
#nav a {
	color: #cccccc;
	font-weight: bold;
	
	text-decoration: none;
	
	border-bottom: 0 none;
}
#nav a:hover, #nav a.selected {
	color: #ffffff;
	
	background-color: transparent;
}

#map a, #map a:visited, #map a:hover {
	text-decoration: none;
	background-color: transparent;
	border: 0 none;
}

fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.number {
	font-size: 30px;
	font-weight: bold;
	color: #dddddd;
	
	cursor: default;
}
ul {
	margin: 0 0 0 1.5em;
	list-style-type: square;
}
ol {
	margin: 0 0 0 1.5em;
}


/* footer */
#footer {
	font-size: 9px;
	color: #777777;
	
	text-align: right;
	
	line-height: 21px;
}
#footer a {
	color: #777777;
	text-decoration: none;
	
	border-bottom: 0 none;
}
#footer a:hover {
	color: #333333;
	
	background-color: transparent;
}
#footer_text {
	display: block;
	float: right;
	height: 20px;
}
#uplyft {
	display: block;
	float: right;
	height: 20px;
	
	padding: 0 24px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#uplyft:hover {
	background-position: bottom right;
}


/* forms */
form {
	padding: 0;
	margin: 0;
}
input, textarea {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, "Calibri", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	
	margin: 0;
	padding: 2px 3px;
	border: 1px solid;
	border-color: #777777 #aaaaaa #dddddd #aaaaaa;
	
	width: 100%;
}
input.dormant, textarea.dormant {
	color: #999999;
}
span.input_wrap {
	padding: 0;
	border: 1px solid #ffffff;
	
	display: block;
	overflow: hidden;
	
	background-color: #ffffff;
}


/* search */
div#site_search {
	margin-bottom: 1em;
}
div#site_search span.input_wrap {
	width: 210px;
}
div#site_search input {
	width: 210px;
	height: 12px;
}
div#site_search img {
	position: relative;
	top: -20px;
	left: 205px;
	
	margin-bottom: -20px;
	
	cursor: pointer;
}
div#site_search span#query_wrap.invalid {
	border: 1px solid #5899c2;
}


/* sidebar */
a.set {
	padding: 2px 5px;
	
	color: #888888;
	font-weight: bold;
	
	background-color: transparent;
	border: 0 none;
}
a.set:hover, a.set.current {
	background-color: #ffffff;
	
	color: #333333;
}
a.major {	
	display: block;
	padding: 2px 5px;
	
	background-color: transparent;
	border: 0 none;
}
a.major:hover{
	background-color: #ffffff;
}

a.icon {
	display: block;
	height: 20px;
	
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	
	border: 0 none;
	background-color: transparent;
	
	line-height: 20px;
	
	margin-left: 5px;
}
a.icon:hover {
	background-color: #ffffff;
}
a.icon img {
	position: relative;
	left: -5px;
}
a.icon span {
	position: relative;
	top: -6px;
	left: -3px;
}

#sidebar strong {
	text-transform: uppercase;
}


/* page elements */
div.repeater, div.separate {
	border-bottom: 1px solid #aaaaaa;
	
	margin-bottom: 1.5em;
}
div.repeater.last {
	border: 0 none;
}

#header span#swf {
	position: absolute;
	left: 50%;
	
	margin-left: -78px;
}

fieldset, div#noscript {
	padding: 0 1.5em .5em 1.5em;
	
	/*border: 1px solid #7ebbd6;*/
	border: 1px solid #0066cc;
	background-color: #f6f6f6;
}
div#noscript {
	padding: .5em 1.5em;
}
.toggler {
	cursor: pointer;
}


/* linked images */
a.image, a.image:visited, a.image:hover {
	border: 0 none;
	background-color: transparent;
}
a.image img, span.image img {
	padding: 4px;
	background-color: #ffffff;
	
	border: 1px solid #cccccc;
}
a.image:hover img {
	background-color: #cccccc;
	
	border: 1px solid #aaaaaa;
}










