/*

	HIGH CONTRAST
	
*/

@import url("reset.css.php");
@import url("common.css.php");
@import url("dynamic.css.php?size=1");
@import url("layout.css.php");
@import url("nav.css.php");
@import url("forms.css.php");
@import url("forum.css.php");

body {
	background: #000;
	color: #FFF;	
}
h2 {
	color: #FFF;
}
h3 {
	color: #FFF;
}
h4 {
	color: #FFF;
}
h5 {
	color: #FFF;
}
h6 {
	color: #FFF;
}
a:link, a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline
}
a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none
}
a:focus, a:active {
	color: #FFF;
	background: #666666;
	font-weight: normal;
	text-decoration: none
}
#wrapper {
	border: 5px solid #333;
	border-top: none;
}
ul#skip {
	font-size: 0.8em;
	border-bottom: 5px solid #333;
	padding: 3px 0 2px 0;
	margin: 0;
	list-style: none;
}
ul#skip li {
	float: left;
	width: 19.6%;
	margin: 0;
}
ul#skip li a {
	display: block;
	padding: 0 0 0 15px;
}
#skip-li-5 {
	display: none;
}
a#logo {
	float: left;
	width: 36em;
	height: 8.3em;
	overflow: hidden;
	display: block;
	text-indent: -9999em;
	background: url(../../_img/common/logo2.gif) no-repeat -2px 10px;
	margin: 0 0 0 0;
}
a#logo:hover {
	background: url(../../_img/common/logo2.gif) no-repeat -2px -190px;
}
ul.main-nav li a {
	color: #FFF !important;
	border-bottom: 1px dotted #CCC !important;
	background: #222 !important;
}
ul.main-nav {
	border-right: 2px solid #444;
	margin-bottom: 10px;
	background: #222;
}
* html ul.main-nav li {
	background: #222;
}
ul.main-nav li.active a {
	color: #FFF;
	background: #444 !important;
	border-bottom: 1px dotted #CCC;
}
* html ul.main-nav li.active {
	background: #444;
}

#SurveyNavigation li.inactive {
	background: #222;
	color: #FFFFFF !important;
}

#SurveyNavigation .complete {
	border-right: 2px solid #444;
}

#SurveyNavigation li.current {
	color: #FFF !important;
	background: #444 !important;
	border-bottom: 1px dotted #CCC;
}





ul#breadcrumb {
	background: #666;
}
dl.quicklink dd {
	border-right: 1px solid #333;
}
ul#helper-widgets {
	list-style-type: none;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	float: right;
}
#helper-holder ul#helper-widgets {
	list-style-type: none;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
}
ul#helper-widgets li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#helper-widgets li a {
	padding: 0.3em 1em 0.4em 1.8em;
	margin: 0;
}
h2#home-image {
	display: none;	
}
#index-main blockquote {
	color: #FFF;
	padding-top: 0.9em;
}
#footer {
	background: #000;
	border-top: 0.8em solid #000
}
#footer .vcard {
	background: #333;
}
#footer a#ace-block {
	background: #333 url(../../_img/common/footer-contrast.gif) no-repeat center center;
	border-right: 2px solid #666;
}
#copyright {
	padding-bottom: 10px;
}
h3#members-heading {
	border-top: none;	
}
#header form {
	margin-top: 3px;
}
#main-content {
	border-top: 1px solid #000;
}
#left-col h3 {
	background: #666;
}
dl.list-holder dd p {
	color: #FFF;
}
form#members-login-form a {
	color: #FFF;
}

ul.forum .button a, ul.forum a#re-order {
	background: #444444;
}
ul.forum .button a:hover, ul.forum a#re-order:hover {
	background: #666666;
}

ul.forum li {
	background: #333333;
}

ul.forum div.box-content {
	background: #333333;
}

