* {
	margin:0;
	padding:0;
}
body {
	padding: 0 0 20px;
	background: #fff url("images/body_bg.gif") repeat-x 0 100%;
	color:#330;
	font:83%/1.5 arial,tahoma,verdana,sans-serif;
}

a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer;
} 
a:link {
	color:#7A6699;
} 
a:visited {
	color:#336;
}
a:hover,a:active {
	color:#112;
} 

/* FORMS */
input {
	font-family: arial,tahoma,verdana,sans-serif;
	margin: 2px 0;
}
fieldset {
	border: none;
}
label {
	display:block;
	padding: 5px 0;
}
label br {
	clear:left;
}
.noshow {
	visibility:hidden;
	display:none;
	width: 0;
	height: 0;
}

/* FORMS - general classes */
.f-wrap-1 fieldset {
	color: #fff;
}
input.f-submit {
	padding: 1px 3px;
	font-weight:bold;
	font-size:96%;
}

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
.f-wrap-1 {
	width:100%;
	padding: .5em 0;
	background: #996 url("images/featurebox_bg.gif") no-repeat 100% 100%;
	border-top: 1px solid #d7d7d7;
	position:relative
}
.f-wrap-1 fieldset {
	width:auto;
	margin: 0 1em
}
.f-wrap-1 h3 {
	margin:0 0 .6em;
	font: bold 155% arial;
	color:#fff;
}
.f-wrap-1 hr {
	margin: 2px;
	height:1px;
	border-top:0;
	border-bottom: 1px dotted #AA7;
	clear:both;
	padding: 0;
}
.f-wrap-1 label {
	clear:left;
	float:left;
	width:100%;
	border:none;
	color:#fff;
}

/* hide from IE mac \*/
.f-wrap-1 label {
	float:none;
}
/* end hiding from IE5 mac */

.f-wrap-1 label input, .f-wrap-1 label textarea, .f-wrap-1 label select {
	width:15em;
	float:left;
	margin-left:10px;
}
.f-wrap-1 label input.f-name {
	width:15em;
}
.f-wrap-1 label input.f-subject {
	width:20em;
}

.f-wrap-1 label b {
	float:left;
	width:8em;
	line-height: 1.7;
	display:block;
	position:relative;
}
.f-wrap-1 label b .req {
	color:#D00;
	font-size:150%;
	font-weight:normal;
	position:absolute;
	top:-.1em;
	line-height:1;
	left:-.4em;
	width:.3em;
	height:.3em;
}
.f-wrap-1 div.req {
	color:#FFF;
	font-size:96%;
	font-weight:normal;
	position:absolute;
	top:.4em;
	right:.4em;
	left:auto;
	width:13em;
	text-align:right;
}
.f-wrap-1 div.req b {
	color:#D00;
	font-size:140%;
}
.f-wrap-1 label select {
	width: 15.5em;
}
.f-wrap-1 label textarea.f-comments {
	width: 20em;
}
.f-wrap-1 div.f-submit-wrap {
	padding: 5px 0 5px 8em;
}
.f-wrap-1 input.f-submit {
	margin: 0 0 0 10px;
}

.f-wrap-1 fieldset.f-checkbox-wrap, .f-wrap-1 fieldset.f-radio-wrap {
	clear:left;
	float:left;
	width:32em;
	border-top: 1px solid #AA7;
	border:none;
	margin:0;
	padding-bottom:.7em;
}
.f-wrap-1 fieldset.f-checkbox-wrap b, .f-wrap-1 fieldset.f-radio-wrap b {
	float:left;
	width:8em;
	line-height: 1.7;
	display:block;
	position:relative;
	padding-top:.3em;
}
.f-wrap-1 fieldset.f-checkbox-wrap fieldset, .f-wrap-1 fieldset.f-radio-wrap fieldset {
	float:left;
	width:13em;
	margin: 3px 0 0 10px;
}
.f-wrap-1 fieldset.f-checkbox-wrap label, .f-wrap-1 fieldset.f-radio-wrap label {
	float:left;
	width:13em;
	border:none;
	margin:0;
	padding:2px 0;
	margin-right:-3px;
}
.f-wrap-1 label input.f-checkbox, .f-wrap-1 label input.f-radio {
	width:auto;
	float:none;
	margin:0;
	padding:0;
}

/* TYPOGRAPHY */
p, ul, ol {
	margin: 0 0 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color:#000;
	border-bottom: 1px dotted #AA7;
	padding-bottom: .1em;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	font-size: 136%;
}
h3 {
	font-size: 126%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 106%;
}
h6 {
	font-size: 96%;
}
.highlight {
	color:#7a6699;
}
.subdued {
	color:#996;
}
.error {
	color:red;
	font-weight:bold;
}
.success {
	color:#390;
	font-weight:bold;
}
.caption {
	color:#999;
	font-size:11px;
}
.date {
	font: bold 82% arial;
	color:#777;
	display:block;
	letter-spacing: 1px;
}
small {
	font-size:11px;
}

/* LISTS */
ul {
	margin: .3em 0 1.5em 0;
	list-style-type:none;
}
ul.related {
	margin-top: -1em;
}
ul.boardthread {
	margin:0;
}
ul.nested {
	margin: 0;
}

ul.horizontal {
	margin: 0 0 1.5em;
	list-style-type:none;
}
ul.horizontal li {
	display: inline;
	background: none;
	list-style-type: none;
	padding-right: 20px;
}

ol {
	margin: .5em .5em 1.5em;
}
ol li {
	margin-left: 1.4em;
	padding-left: 0;
	background: none;
	list-style-type: decimal;
}
li {
	line-height: 1.4em;
	padding-left: 25px;
	background: transparent url("images/arrow.gif") no-repeat 0 0;
}
li.plain{
	background: transparent none;
}
li.plainNoIndent{
	padding-left: 5px;
	background: transparent none;
}
li.doc {
	background-position: 3px -500px;
}
ul.nomarker li{
	background:none;
	padding-left:0;
}
ul.boardthread li {
	background:none;
	padding-left: 1.5em;
}
dl {
	margin: 0 0 1em 0;
}
dt {
	font-weight:bold;
	margin-top: 1.3em;
	color:#463346;
	font-size:1.1em;
}
dd {
	padding-left:10px;;
}
dl dl {
	margin: 0 0 1.5em 30px;
}

/* GENERAL */
img {
	border:none;
} 
hr {
	margin: 1em 0;
	height:1px;
	border-top:0;
	border-bottom: 1px dotted #AA7;
	clear:both;
	padding: 0;
}
.clear {
	clear:both;
	position:relative;
	font-size:0px;
	height:0px;
	line-height:0px;
} 

blockquote {
	margin: 1em 2em .5em 2em;
	padding: .5em 5em 3em 75px;
	background: #DCDCB5 url("/img/quotes.gif") no-repeat 0 0;
	color: #330;
	font: 125%;
	border-top: #330 double;
	border-bottom: #330 double;
}

blockquote.code {
	margin: .5em;
	padding: .5em;
	background: #DCDCB5;
	color: #000;
	font: 75% courier monospace;
	border: #330 thin dotted;
	white-space:pre;
}

/* LAYOUT - HEADER */
#header {
	background: #333 url("images/head-bck.gif") repeat-x 0 100%;
	margin: 0 0 25px;
	padding: 0 0 8px;
}

#header #site-name {
	background: url("images/head-title.gif") no-repeat top left;
	font: 265% arial;
	letter-spacing: -.05em;
	margin:0 0 0 40px;
	padding:3px 0;
	color:#fff;
	border:none;
	height: 42px;
}

/* NAV - top horizontal nav */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	font-weight:bold;
	height:2.09em;
	font: bold 96% arial;
	margin: 0 105px 0 40px;
}
#nav li {
	position:relative;
	background: #996;
	float: left;
	width: 10em;
	display:block;
	margin: 0;
	border-bottom: 3px solid #333;
	border-right: 3px solid #330;
	padding:0;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	display: block;
	padding: 4px 10px 2px;
}
#nav a:hover {
	color:#000;
}

#nav li.active {
	background: #7A6699;
	border-bottom: 3px solid #7A6699;
}
#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {}
#nav li.active a:hover {
	color:#000;
}

/* hide from IE mac \*/
#nav li {
	width:auto;
}
/* end hiding from IE5 mac */

/* SEARCH */
#search {
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:10px;
	right:110px;
	left:auto;
	width:18em;
}
#search form {
	margin:0;
}
#search input {
	width:8em;
	margin: 0 0 -1px;
	height:1.2em;
}
#search label {
	padding:5px 0 0;
	display:inline;
}
#search input.f-submit {
	width:auto;
	font-size:81%;
	margin:0 0 -.15em;
	height:1.95em;

	padding: 1px 3px;
	background:#463346;
	color:#fff;
	font-weight:bold;
}

/* Voting logo */
#voteforus {
	width:96px;
	height:63px;
	position:absolute;
	top:-102px;right:0;
}

/* LAYOUT - main body of page */
#wrap {
	min-width:770px;
	background: transparent url("images/content_wrap_bg.gif") repeat-y 0 0;
	margin: 0 auto;
	position:relative;
}
#content-wrap {
	position:relative;
	width:100%;
	padding-bottom: 60px;
}
#utility {
	position:absolute;
	top:0;
	left:5px;
	width:165px;
	border-top: 5px solid #999;
	padding-bottom: 30px;
}

#content {
	margin: 0 23px 0 205px;
	min-height: 1700px;
}
#content #breadcrumb {
	margin-top:-5px;
	font-size:93%;
	font-weight:bold;
}
#content #breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration:none;
}
#content #breadcrumb a:hover, #content #breadcrumb a:active {
	text-decoration:underline;
}

.featurebox {
	color:#fff;
	padding: 15px 20px 20px;
	margin: .75em 0 1em;
	background: #996 url("images/box-bg02.gif") no-repeat 0px 0px;
	position:relative;
}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #463346;
	color:#fff;
}
.featurebox p {
	border:none;
	margin: 0 0 1em;
	color:#fff;
}
.featurebox a {
	font-weight:bold;
	color:#ececc5;
}
.featurebox a:hover {
	color:#aaa;
}

.featurebox2 {
	color:#463346;
	padding: 15px 20px 20px;
	margin: .75em 0 1em;
	background: #DCDCB5 url("images/box-bg01.gif") no-repeat 0px 0px;
	position:relative;
}
.featurebox2 p, .featurebox2 h1, .featurebox2 h2, .featurebox2 h3, .featurebox2 h4, .featurebox2 h5, .featurebox2 h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #463346;
	color:#463346;
}
.featurebox2 div.opposite {
	color:#463346;
	font-size:96%;
	font-weight:normal;
	position:absolute;
	top:.4em;
	right:.4em;
	left:auto;
	width:13px;
	text-align:right;
}
.featurebox2 p {
	border:none;
	margin: 0 0 1em;
	color:#463346;
}
.featurebox2 a:link, .featurebox2 a:visited {
	font-weight:bold;
	color:#336;
}

.redbox {
	color:#996;
	padding: 15px 20px 20px;
	border: 2px dotted red;
	margin: .75em 0 1em;
	background-color: #330;
	position:relative;
}	
.redbox h1, .redbox h2, .redbox h3, .redbox h4, .redbox h5, .redbox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid red;
	color:red;
}
.redbox p {
	border:none;
	margin: 0 0 1em;
	color:#dcdcb5;
}
.redbox a:link, .redbox a:visited {
	font-weight:bold;
	color:#dcdcb5;
}

.centerpic {
	width:140px;
	padding: 3px;
	border: 1px solid #463346;
	margin: 3px;
}
.lfpic {
	float: left;
	padding: 3px;
	border: 1px solid #463346;
	margin: 3px;
}
.rfpic {
	float: right;
	padding: 3px;
	border: 1px solid #463346;
	margin: 3px;
}
.featurebox .centerpic {
	border: 1px solid #eee;
}
.featurebox .lfpic {
	border: 1px solid #eee;
}
.featurebox .rfpic {
	border: 1px solid #eee;
}

/* TABLES */

table.basictable {
	border-collapse: collapse;
	border: thin solid #330;
}

table.basicwidetable {
	border-collapse: collapse;
	border: thin solid #330;
	width: 99%;
}

table.basictable thead tr, table.basicwidetable thead tr {
	background-color: #330;
	border-bottom: thin solid #330;
}

table.basictable thead th, table.basicwidetable thead th {
	font: 116%
	color: #FFF;
	padding: 3px 5px;
}

.tblBasicHead th, .tblBasicHead td {
	text-align: left;
	font-weight: bold;
	background-color: #999966;
	padding: 3px 5px;
	color: #FFF;
	border-bottom: thin solid #330;
}

.tblItem td{
	text-align: left;
	background-color: #DCDCB5;
	padding: 3px 5px;
	color:#000;
	border-bottom: 1px solid #330;
}

.tblAltItem td{
	text-align: left;
	background-color: #CACAA3;
	padding: 3px 5px;
	color:#000;
	border-bottom: 1px solid #330;
}

td.numbercolumn {
	width: 20px;
	text-align: center;
}
td.replycolumn {
	width: 120px;
}

.tblItem td a:link,
.tblItem td a:visited,
.tblAltItem td a:link,
.tblAltItem td a:visited{
	color:#112;
}

table.plaintable, .plaintable tr td, .plaintable tr th {
	border:0;
	background: transparent;
}
.plaintable tr td, .plaintable tr th {
	padding: 2px 4px;
}

td.narrow {
	width: 90px;
	padding: 0 3px;
}

table.plainskinny, .plainskinny tr td, .plainskinny tr th {
	border:0;
	background: transparent;
	border-collapse: collapse;
}
.plainskinny tr td, .plainskinny tr th {
	padding: 0 16px;
}
.plainskinny tr td.narrow {
	width: 90px;
	padding: 0 4px;
}

/* 'MORE' LINK */
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent url("images/sheets.gif") no-repeat 5px -100px;
	padding-left:21px;
}
a.morelink:hover {
	background: transparent url("images/sheets.gif") 5px 0px;
}


/* SECONDARY NAVIGATION - vertical navigation */
#nav-secondary, #nav-secondary ul {
	position:static;
}
#nav-secondary, #nav-secondary li {
	list-style: none;
	margin:0;
	padding:0;
	background:transparent;
}
#nav-secondary {
	padding-top:0;
	border-top: 1px solid #ccc;
	margin-top: 1px;
}
#nav-secondary a {
	line-height:1.8;
	padding: 5px 0 5px 23px;
	background: transparent url("images/square.gif") no-repeat 10px 5px;
	font: bold 86% arial;
	display:block;
}
#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active {
	text-decoration:none;
	cursor:pointer;
} 
#nav-secondary a:link {
	color:#000;
} 
#nav-secondary a:visited {
	color:#000;
} 
#nav-secondary a:hover {
	color:#7A6699;
	background: #fff url("images/square.gif") no-repeat 10px 5px;
} 
#nav-secondary li a:link, #nav-secondary li a:visited, #nav-secondary li a:active {
	color:#000;
} 
#nav-secondary li a:hover {
	color:#7A6699;
} 
#nav-secondary li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

/* SECONDARY NAVIGATION - 2nd TIER */
#nav-secondary ul {
	margin: 0 0 1em 23px;
	padding:0;
}
#nav-secondary li li a, #nav-secondary li li a:link, #nav-secondary li li a:hover,
#nav-secondary li li a:active, #nav-secondary li li a:visited {
	line-height:1.5;
	background: transparent url("images/point.gif") no-repeat 0 0;
	padding:0 0 0 12px;
	font-weight:normal;
	width:auto;
	color:#000;
	width:130px;
	display:block;
}
#nav-secondary li li a:hover, #nav-secondary li li a:active {
	color: #7A6699;
}
#nav-secondary li li {
	border: none;
	margin:0;
}
#nav-secondary li li a:link, 
#nav-secondary li li a:visited, 
#nav-secondary li li a:hover, 
#nav-secondary li li a:active {
	font-weight:bold;
}

#expander {
	width: 1px;
	height: 1px;
}
/* LAYOUT - FOOTER */
#footer {
	clear:both;
	border-top: 1px solid #E3E8EE;
	padding: 10px 0 10px;
	font-size:86%;
	color:#999;
	position: absolute;
	bottom:0;
	left:0px;
	background:#fff;
	width:100%;
}
#footer p {
	padding-left: 10px;
	margin:0;
}
#footer a:link, #footer a:visited {
	color:#999;
}

div.wrapper {
	border: none;
	margin: 0;
	padding: 0;
}
