html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 19px;
	word-spacing: 0.8px;
	font-size: 12px;
	color: #444;
	font-family: Tahoma, Arial, sans-serif;
	background: url(site-design/lights.jpg) repeat-x top center #767a7f fixed;
}

hr, p, ul, ol, dl, pre, address, table, form {
	margin: 7px 0px;
}

a:link, #site_name a, a:visited {
	color: #6D7C9F;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #767a7f;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, code {
	text-align: left;
}

td {
	text-align: justify;
	border: 0 auto;
	padding: 5px;
}

table, td, th {
	vertical-align: middle;
}

th, pre, textarea {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: left;
}

pre, textarea {
	background-color: #F9F9F9;
}

code, pre {
	font-family: monospace, Verdana, Arial, sans-serif;
}

code {
	background-color: #f2e8c9;	
}

tr.alt td, th {
	background-color: #f1f1f1;
}

.page_title, #site_name, h2, h3, h4, h5, h6 {
	word-spacing: 0.8px;
	margin: 20px 0;
	font-family: georgia,times,serif;
	font-weight: lighter;
}

h1 {
	display: none;
	visibility: hidden;
	height: 1px;
	line-height: 0;
}

h2 {font-size:28px;}

h3 {font-size:22px;}

h4 {font-size:20px;}

h5 {font-size:18px;}

h6 {font-size:16px;}

body.fullwidth h2.page_title {
	margin-top: 52px;
}

strong, th, thead td, dt, dfn, b, label, caption, legend {
	font-weight: bold;
}

cite, em, dfn, i {
	font-style: italic;
}

hr {
	border: 0px;
	clear: both;
}

ul {
	list-style: square outside;
}

ol {
	list-style: decimal outside;
}

ul, ol, dd {
	margin-left: 24px;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom:0;
}

#archive ul {
	list-style: none;
	margin-left: 0;
}

pre {
	white-space: pre;
	overflow: auto;
	width: 95%;
	padding: 8px;
}

blockquote {
	margin: 20px;
	padding: 10px 40px;
	background-color: #f9f9f9;
	background-image: url(quote_dark.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: 1px solid #ddd;
}

fieldset {
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
}

#primary, #secondary {
	position: relative;
	overflow: hidden;
}

* html #primary, * html #secondary {
	display: inline;
}

* html body.alignC {
	text-align: center;
}

body.alignC #container {
	position: relative;
	text-align: left;
	margin: 0 auto;
}

#container {
	width: 900px;
}

body.sidebar_1R #primary {
	float: left;
	width: 600px;
}

body.sidebar_1R #secondary {
	float: right;
	width:300px;
}

/* Content Margins */

#primary .content {
	margin: 10px;
}

#secondary .content {
	margin: 10px;
}

.clearboth {
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

#header, #body_block, #footer {
	position: relative;
	clear: both;
	width: 100%;
}

#logo, #site_name, #tag_line, #header_searchbar, #header_image, #header_overlay, #announcement_text, #main_navigation {
	position: absolute;
}

#header {
	z-index: 2;
}

#body_block {
	z-index: 0;
}

#header_image {
	z-index: 1;
	overflow: hidden;
}

#header_overlay {
	z-index: 2;
}

#announcement_text {
	z-index: 3;
}

#header_searchbar {
	z-index: 21;
}

#footer {
	text-align: center;
	font-size: 10px;
}

#inner_footer {
	padding-top: 20px;
}

#footer_nav, #footer_link, #footer_xtrainfo {
	clear: both;
}

#footer_nav ul {
	list-style: none;
	margin: 0;
}

#footer_nav li {
	list-style: none;
	display: inline;
	padding: 0 8px;
}

#logo, #header_image, #header_overlay {
	background-repeat: no-repeat;
	background-position:top left;
}

#header_searchbar #searchsubmit {
	display: none;
}

.menu {
	position: relative;
	z-index: 22;
	font: 11px Verdana;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 9px;
}

.menu ul li {
	position: relative;
	display: inline;
	float: left;
	width: 100px;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	color: #fff;
}

.menu li a {
	display: block;
	background: transparent;
	padding: 9px 10px;
 	text-decoration: none;
}

.menu li a:hover {
	background: #555;
	color: #fff;
 	text-decoration: none;
	border: 1px solid #fff;
}

.menu li a.current_page_item {
	background: #555;
	border: 1px solid #fff;
	font-weight: 700;
}