HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.4em Arial, sans-serif;
	color: #000;
	background-color: #000;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #800f10;}
A:hover {color: #000;}
A IMG {border: 0;}


H1 {
	background: url("pics/h1_line.jpg") repeat-x scroll left bottom transparent;
    color: #800F10;
    font: 1.8em Arial Black;
    margin: 0;
    padding: 10px 0;
}
H2 {
	color: #800F10;
    font: bold 1.4em Arial;
    margin: 0;
    padding: 8px 0 4px;
}
H3 {
	color: #800F10;
    font: bold 1.2em Arial;
    margin: 0;
    padding: 5px 0 4px;
}
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 1080px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	background: #a00e11;
}
#wrapperCenter {
	width: 1000px;
	margin: 0 40px;
	background: #fff;
}

/* Header
==========*/
#header {
}

/* Logo
========*/
.logo {
	padding: 24px 0 25px 60px;
	position: relative;
	z-index: 99;
}

/* banner
==========*/
.banner {
}

/* Top navigation
==================*/
#nav {
	width: 933px;
	margin: 0 auto;
	height: 31px;
	overflow: hidden;
	background: url(pics/nav_bg.png);
	position: relative;
	z-index: 99;
}
#nav UL {margin: 0; padding: 0 0 0 17px;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	background: url(pics/nav_line.jpg) no-repeat right top;
}
#nav UL LI A {
	display: block;
	padding: 0 20px;
	line-height: 29px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#nav UL LI A.open {
	color: #000;
}
#nav UL LI A:hover {
	color: #610508;
}


/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 0 0 10px 0;
}
#main {
	float: right;
	width: 620px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0 60px 0 5px;
}
.mainText {
	padding: 10px 0 30px 10px;
}
#main .persistableForm {
	padding: 0 0 0 10px;
}
#main form {
	padding-bottom: 20px;
}
#column1 {
	float: left;
	width: 227px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	margin: 0;
	padding: 40px 20px 50px 40px;
}
.column1Text {
	clear: both;
	margin: 0;
	padding: 20px 0 0 20px;
}
#column2 {
	display: none;
}
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	padding: 0 0 10px 10px;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	background: #fff;
}
.subnav UL LI A {
	display: block;
	padding: 7px 10px 7px 20px;
	margin: 0;
	color: #000;
	text-decoration: none;
	width: 207px;
	border-bottom: 1px solid #d3d3d3;
}
.subnav UL LI A.open {
	font-weight: bold;
}
.subnav UL LI A:hover {
	text-decoration: none;
	color: #5d0000;
}

/* sub
=======*/
.subnav UL LI UL {
	padding: 5px 0 10px 0;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {
	background: none;
	padding: 2px 10px 2px 30px;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 2px 10px 2px 40px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Footer
===========*/
#footer {
	background: #fff url(pics/footer_top.jpg) no-repeat left top;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -25px;
    width: 1000px;
}
.footerText {
	font-size: .89em;
	padding: 15px 0 25px;
	text-align: center;
}



/* REALLY? -tag
===================*/
#really {
	padding: 16px 0 0;
	text-align: right;
	background: #000;
}
#really A {
	color: #909090;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}
