/*
______________________________________________________________
CSS Reset */
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: #452f2e;
	font-family: arial,helvetica,sans-serif;
}



hr, p, ul, ol, dl, pre, address, table, form {
	margin: 7px 0px;
}

a:link,
#site_name a {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #666;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}

/*
______________________________________________________________ TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
}

table,
td,
th {
	vertical-align: middle;
}

th,
td,
textarea {
	border: none;
	padding: 5px;
}

td,
textarea {
	background: transparent;
}

tr.alt td,
th {
	background: transparent;
}

/*
______________________________________________________________ HEADERS */
.page_title,
#site_name,
h2, h3, h4, h5, h6 {
	word-spacing: 0.8px;
	margin: 20px 0;
	font-family: times,serif;
	font-weight: normal;
	font-style: italic;
}
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;}

/*
______________________________________________________________ TYPOGRAPHY */
strong, th, thead td, dt, b {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

hr {
	display: none;
	background-color: transparent !important;
	width: 100%;
	height: 1px;
	line-height: 0px;
	border: 0px solid transparent !important;
}

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;
}

pre {
	font-family: mono-space, monospace;
	white-space: pre;
	overflow: auto;
	width: 95%;
	padding: 8px;
}

blockquote {
	margin: 20px;
	padding: 10px 40px;
	background: transparent;
	background-image: url(quote_dark.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: 1px solid #ddd;
}

fieldset {
	padding: 20px;
/*	border: none; */
	background:transparent;
}


/*
______________________________________________________________
Layout */


#primary,
#secondary {
	position: relative;
	overflow: hidden;
}

* html #primary,
* html #secondary {
	display: inline;
}


/*
______________________________________________________________ Alignment */
* html body.alignC {
	text-align: center;
}

body.alignC #container {
	position: relative;
	text-align: left;
	margin: 0 auto;
}

/*
______________________________________________________________ Sidebars */
#container {
	width: 900px;
}

body.sidebar_1R #primary {
	float: right;
	width: 600px;
}

body.sidebar_1R #secondary {
	float: left;
	width:300px;
}

/*
______________________________________________________________ Content Margins */
#primary .content {
	margin: 10px;
}

#secondary .content {
	margin: 10px;
}

/*
______________________________________________________________ Positioning */
.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 */

.menu {
	position: relative;
	z-index: 22;
	font: 11px Verdana;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	position: relative;
	display: inline;
	float: left;
}

.menu ul li a,
.menu ul li a:link,
.menu ul li a:visited {
	color: #fff;
}

.menu ul li a {
	display: block;
	background:transparent;/*background of tabs(default state)*/
	padding: 9px 10px; /*controls height of menu*/
 	text-decoration: none;
}

.menu ul li a:hover {
	background: transparent;
	color: #fff;
}
