@charset "utf-8";
/* ZERO OUT EVERYTHING */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, form, fieldset, input, blockquote {
	padding:0;
	margin:0;
	line-height: 110%;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
a {
	text-decoration:none;
}
:link, :visited {
	text-decoration:none;
}
a img, :link img, :visited img {
	border:none;
}
address {
	font-style:normal;
}
/* BASIC */
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 20px;
	color: #FFF;
}
a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #CA1D04;
}
a:active {
	color: #CA1D04;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
}
/* BANNER */
#banner {
	position:relative;
}
#banner #logo {
	padding: 20px;
}
#banner ul {
	position:absolute;
	bottom:5px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	left: 704px;
}
* html #banner { /* IE 6 hack */
	height:1px;
}
#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color: #999;
	text-decoration: none;
	font: 1.1em "Trebuchet MS";
}
.separator {
	border-right: 1px solid #333;
	padding-right:10px;
}
/* NAV BAR */

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}
#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height:110%;
}
#mainNav li a:hover {
	background-image: url(../images/bg_nav_h.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainNav li#current {
	background-image: url(../images/bg_nav_current.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#000;
	margin:0;
	padding: .5em 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	display: block;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	line-height:110%;
}
/* IE 6 hack to make entire button clickable */
* html #mainNav a {
	width: 1px;
}
/* MAIN CONTENT */
.float_left {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.description {
	clear: both;
	margin-left: 20px;
	width: 540px;
	font-weight: normal;
}

#contentWrapper {
	clear:both;
	position:relative;
	width:100%;
	border: 1px solid #333;
	border-top:none;
}
#main {
	margin-left:170px;
	margin-right:135px;
	padding:0 15px 15px 20px;
	border:1px solid #333;
	border-top:none;
	border-bottom:none;
}
#main h1 {
	color: #CA1D07;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
}
#main h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #CA1D07;
	border-bottom:1px solid #300;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main p {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 140%;
}
#main .figure {
	float:right;
	width:250px;
	margin-bottom:2px;
	margin-left:10px;
	position:relative;
}
#main .figure p {
	position:absolute;
	width:230px;
	left:10px;
	border:1px dashed #666;
	font-size:1.1em;
	font-weight:bold;
	padding:5px;
	margin:0;
	top: 224px;
}
#main .figure img {
	display:block;
}
/* SIDEBAR */
#sidebar {
	background-color: #191919;
	position:absolute;
	top:15px;
	left:0;
	width:170px;
}
#sidebar h2 {
	font-size: 1.3em;
	color: #000;
	padding: 0 8px 3px 8px;
	margin-bottom: 5px;
	border-top: 3px solid #666;
	background-image: url(../images/bg_h2sidebar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebar p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #CCC;
}
#sidebar h3 {
	font-size: 1.1em;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
	margin-bottom: 3px;
}
#sidebar h3 a {
	color: #FFF;
}
#sidebar a:hover {
	color: #CA1D07;
}
/* ADVERTISING */
#adverts {
	position:absolute;
	top:15px;
	right:5px;
	width:125px;
}
#adverts p {
	margin-bottom: 15px;
	text-align: center;
}
/* COPYRIGHT INFO */
#copyright {
	padding: 5px;
	border-top: 1px solid #333;
	background-color: #191919;
	font-weight: bold;
	color: #CCC;
}
/* FORM */
form {
	margin:15px auto 10px 20px;
}
label {
	display:block;
	font-weight:bold;
}
textarea {
	width:400px;
	height:150px;
}
.textInput {
	width:250px;
}
.clearIt {
	clear: both;
}
.warning {
	font-weight: bold;
	color: #F00;
}
#form1 p {
	margin:5px;
}
legend {
	color:#FFF;
}.pcenter {
	text-align: center;
}
ul {
	margin-left: 30px;
}
li {
	font-size: 1.2em;
	line-height: 140%;
}
