@charset "utf-8";
/* CSS Document */

/* RESET STYLES */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ul, ol, dl {
	position: relative;
}

/* END OF RESET */


body {
	background: #300200 url(bg.gif) no-repeat center top;
	background-color: #032139;
	font-family: Trebuchet MS, Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#container {
	margin: 0 auto;
	width: 760px;
}

#header {
	width: 705px;
	height: 130px;
	background: #c8c5ba url(header.jpg) no-repeat;
	text-align: right;
	padding: 50px 55px 0 0;
}
#header h1 {
	display: none;
}
#headerad {
	margin-left: auto;
	width: 250px;
	color: #FFFFFF;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: -0.05em;
}
#headerad img {
	margin-top: 15px;
	border: none;
}

#pageholder {
	background: #dfdcd6 url(contentbottom.jpg) no-repeat bottom;
	padding-bottom: 8px;
}

#page {
	padding: 10px 30px 20px 27px;
}

#sidebar {
	width: 205px;
	float: left;
}
.sidebarheader {
	background: #860000 url(sidebarheader.jpg) no-repeat;
	width: 205px;
	height: 45px;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 5px;
	letter-spacing: -0.05em;

}
#access .sidebarheader {
	background: #860000 url(sidebarheaderalt.jpg) no-repeat;
	width: 205px;
	height: 30px;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 33px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	padding-right: 5px;
	letter-spacing: -0.05em;
}
.sidebarbottom {
	background: transparent url(sidebarbottom.gif) no-repeat bottom;
	width: 210px;
	height: 12px;
	display: block;
}

#nav {
	width: 205px;
	background: #e8e7e3 url(sidebarbg.gif) repeat-y;
	padding-right: 5px;
	overflow: hidden;
}
#nav h2 {
	overflow: hidden;
}
#nav ul {
	padding: 18px 13px 3px 12px;
	list-style-type: none;
}
#nav ul li {
	padding: 0 0 15px 26px;
	text-transform: uppercase;
	color: #003b5d;
	background: transparent url(navbullet.gif) no-repeat left top;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: -0.04em;
	line-height: normal;
	display: inline-block;
	margin: 0;
	width: 154px;
}
#nav ul li.navactive {
	padding: 0px 0 10px 26px;
	text-transform: uppercase;
	color: #003b5d;
	background: transparent url(navbulletactive.gif) no-repeat left top;
	font-weight: bold;
	font-size: 0.95em;
	letter-spacing: -0.04em;
}
#nav ul ul {
	padding: 10px 0 0px 0px;
	list-style-type: none;
	margin: 0;
	position: static;
}
#nav ul ul li {
	margin: 0 0 6px 0;
	padding: 0 0 0 18px;
	text-transform: uppercase;
	color: #003b5d;
	background: transparent url(navbulletsmall.gif) no-repeat left 2px;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0;
	width: 136px;
}
#nav ul ul ul li {
	padding: 0px 0 3px 0;
	margin: 0;
	color: #003b5d;
	font-weight: bold;
	background: none;
	text-transform: none;
	font-size: 0.9em;
	letter-spacing: 0;
}
#nav ul ul ul {
	padding: 4px 0 5px 0;
	margin: 0;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	color: #807e78;
}

#access {
	width: 205px;
	/*background: #e8e7e3 url(sidebarbg.gif) repeat-y;*/
	padding-right: 5px;
	/*margin-top: 13px;*/
}
#access ul {
	padding: 12px 0 0 12px;
	list-style-type: none;
}
#access ul li {
	padding: 2px 0 5px 26px;
	text-transform: uppercase;
	color: #003b5d;
	background: transparent url(navbullet.gif) no-repeat left top;
	font-weight: bold;
	font-size: 0.75em;
	zoom: 1;
}
#access ul li.enlarge {
	background: transparent url(textplus.gif) no-repeat left top;
}
#access ul li.reduce {
	background: transparent url(textminus.gif) no-repeat left top;
}
#access ul li.reset {
	background: transparent url(textreset.gif) no-repeat left top;
}
#access ul li.info {
	background: transparent url(accessinfo.gif) no-repeat left top;
}
#access a {
	text-decoration: none;
}
#access a:hover {
	color: #807e78;
}

#content {
	padding: 5px 0 0 0;
	float: right;
	width: 472px;
}

#breadcrumbs {
	color: #003b5d;
	text-transform: uppercase;
	font-size: 0.75em;
	padding-bottom: 2px;
	border-bottom: 1px solid #860000;
	font-weight: bold;
	cursor: default;
}
#breadcrumbs a {
	text-decoration: none;
	cursor: pointer;
}
.breadcrumbarrow {
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	top: -1px;
	margin: 0 0.35em;
	cursor: default;
}

h3 {
	color: #003b5d;
	text-transform: uppercase;
	font-size: 2em;
	line-height: normal;
	margin-top: 0.4em;
	letter-spacing: -0.05em;
}
h3.home {
	color: #003b5d;
	text-transform: uppercase;
	font-size: 3em;
	line-height: normal;
	margin-top: 0;
	letter-spacing: -0.05em;
}

h4 {
	color: #003b5d;
	font-size: 1.5em;
	line-height: normal;
	margin-top: 0.8em;
	letter-spacing: -0.05em;
}

h5 {
	color: #003b5d;
	font-size: 1.2em;
	line-height: normal;
	font-weight: normal;
	margin-top: 1em;
	letter-spacing: -0.05em;
}


p.intro {
	color: #860000;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: normal;
	margin: 0.2em 0 0.7em;
	font-family: Trebuchet MS, Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	letter-spacing: -0.05em;
	font-weight: bold;
}
p.subintro {
	color: #003b5d;
	font-size: 1.2em;
	line-height: normal;
	margin: 0.2em 0 1.2em;
	font-family: Trebuchet MS, Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	letter-spacing: -0.05em;
	font-weight: bold;
}

p {
	margin: 0.8em 0 1.1em;
	line-height: 1.35em;
	font-family: Trebuchet MS, Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a {
	color: #003b5d;
	text-decoration: underline;
}
a:hover {
	color: #860000;
	text-decoration: underline;
}

#content ul {
	margin: 0.8em 0 1.1em 1em;
	font-size: 0.9em;
	list-style-type: none;
}
#content ul li {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(bullet.gif) no-repeat 0em 0.3em;
	line-height: 1.2em;
	zoom: 1;
}
#content ul ul {
	margin-left: 25px;
	position: static;
}
#content ul ul li {
	background: url(sub_bullet.gif) no-repeat 0em 0.1em;
	width: 394px;
}

.intro a {
	color: #860000;
}
.intro a:hover {
	color: #003b5d;
	text-decoration: underline;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
	background-color: transparent;
	height: 1px;
	clear: both;
}

.imageRight {
	clear: right;
	float: right;
	margin: 5px 0 5px 20px;	
	width: 180px;
	text-align: center;
}

#subpages { clear: both; }
.subpageitem { clear: both; line-height: 1.2em; position: relative; margin: 20px 0 0 75px; }
.subpagepic { width: 60px; left: -75px; display: block; position: absolute; }
.subpagehead { font-size: 1em; font-weight: bold; margin: 0 0 0.2em; }

.featureboxsmall { font-size: 0.65em; text-transform: uppercase; margin: 0.5em 0.5em 0 0; display: block;
	letter-spacing: normal; }
.featurebox_joincomp {
	width: 185px;
	height: 78px;
	background: #800 url(featurebox_joincomp.gif) no-repeat top left;
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-align: right;
	padding: 12px 15px 10px 100px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.featurebox_joincomp img {
	margin-top: 8px;
	border: none;
}

.featurebox_results {
	width: 185px;
	height: 78px;
	background: #18314e url(featurebox_results.jpg) no-repeat top left;
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-align: right;
	padding: 12px 15px 10px 100px;
	float: left;
	overflow: hidden;
}
.featurebox_results img {
	margin-top: 8px;
	border: none;
}

.featurebox_events {
	width: 160px;
	background: #226402 url(featurebox_events_bg.gif) repeat-y;
	color: #fff;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-align: center;
	float: right;
	overflow: hidden;
}
.featurebox_events h4 {
	padding: 12px 5px 0 0;
	background: #226402 url(featurebox_events_top.gif) no-repeat top left;
	overflow: hidden;
	height: 33px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
#content .featurebox_events ul {
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px 20px 0 15px;
	margin: 0;
}
#content .featurebox_events li {
	list-style-type: none;
	text-align: left;
	padding: 0 0 15px;
	margin: 0;
	background: none;
}
.featurebox_events li .eventdate {
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 0.9em;
}
.featurebox_events a { color: #fff; }
.featurebox_events a.viewmore {
	color: #fff;
	font-size: 0.7em;
	background: #226402 url(featurebox_events_bottom.gif) no-repeat bottom;
	display: block;
	line-height: 100%;
	height: 13px;
	padding: 6px 10px 10px 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}
.featurebox_events p { font-size: 0.8em; padding: 0 10px; }

.articlecaption {
	font-size: 0.8em;
	color: #666;
	margin: 6px 0 10px;
	text-align: center;
	font-style: italic;
}

#articlecontact { margin: 20px 0 0; border-top: 1px solid #999; font-size: 0.8em; padding: 10px 0 0; text-align: right; }

.downloadlink {
	margin: 5px 0 15px;
	background: #ebeae6 url(downloadlink.jpg) no-repeat top left;
	width: 470px;
	clear: both;
}
.relatedlink {
	margin: 5px 0 15px;
	background: #ebeae6 url(relatedlink.jpg) no-repeat top left;
	width: 470px;
	clear: both;
}

.downloadlinktitle, .relatedlinktitle {
	padding: 10px 10px 0 40px;
}
.downloadlinkdesc {
	margin: 6px 0 0;
	padding: 0 10px 10px 40px;
	font-size: 0.8em;
	background: url(downloadlink_bottom.gif) no-repeat bottom left;
	color: #333;
}
.relatedlinkdesc {
	margin: 6px 0 0;
	padding: 0 10px 2px 40px;
	font-size: 0.8em;
	color: #333;
}
.relatedlinkurl {
	margin: 6px 0 0;
	padding: 0 10px 12px 40px;
	font-size: 0.8em;
	background: url(downloadlink_bottom.gif) no-repeat bottom left;
	color: #333;
}
.relatedlinkurl a {
	color: #777;
	text-decoration: none;
}
.relatedlinkurl a:hover {
	color: #555;
	text-decoration: underline;
}

.backtotop {
	font-size: 0.75em;
	text-transform: uppercase;
	text-align: right;
	clear: both;
}

.eventitem { margin: 20px 0 0; }
.eventtitle { font-weight: bold; font-size: 1.1em; margin: 0 0 0.5em; }
.eventitem .eventdate { color: #666; }
.eventpic { width: 60px; height: 60px; float: right; margin: 0 0 10px 10px; }
.eventpic a { display: block; }

td.FieldText { vertical-align: top; }

#footer {
	font-size: 0.75em;
	color: #c8c5ba;
	text-align: center;
	margin: 2em 0;
	text-transform: uppercase;
	overflow: hidden;
	text-align: left;
}
#footer p { font-size: 1.1em; text-transform: none; }
#footer a.logo { float: left; width: 80px; margin: 0 20px 0 0; }
#footer ul {
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 1em;
}
#footer ul li {
	display: inline;
	padding: 0px 1em;
	border-left: 1px solid #1D3A5D;
}
#footer ul li.first {
	display: inline;
	border: none;
	padding-left: 0;
}
#footer a {
	color: #c8c5ba;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}


.nostyle {
	display: none;
}
.clear {
	clear: both;
	font-size: 0.01em;
	line-height: 0.01em;
}