/* STANDARD STYLES */
body {
	padding: 0;
	margin: 0;
}
table {
	border: 0;
	border-collapse: collapse;
}
th {
	text-align: left;
}
th, td {
	vertical-align: baseline;
}
img {
	border: 0;
}
form {
	display: inline;
}
ul {
	margin-left: 0;
}
li {
	margin-left: 2em;
}

/* SITE STYLES */
body {
	background: url('images/bkgnd.gif') repeat;
	background-position: center;
}
#mainContent {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/background-shade.gif') repeat-y;
}
#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}
#headerPrint {
	display: none;
}
#menu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 24px;
	padding-top: 7px;
	/* Have to do this with background, rather than borders because
	 * IE6+7 seems to issue an onmouseout event whenever you cross
	 * onto a border of an element
	 */
	background-color: #000;
	background-image: url('images/menu_background.jpg');
	background-repeat: repeat-x;
}
#menu ul {
	height: 24px;
	margin: 0;
	padding: 0;
}
#menu ul li {
	height: 24px;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 42px;
	list-style: none;
	position: relative;
}
#menu ul li a {
	font-size: 11px;
}
#menu ul li a:hover {
	color: #FFF;
}
#menu ul li ul {
	width: 200px;
	position: absolute;
	top: 24px;
	left: 31px;
	border: none;
	display: none;
}
#menu ul li ul li {
	float: none;
	background: #000;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #636363;
}
#menu ul li ul li a {
	padding-top: 5px;
	height: 18px;
	padding-left: 10px;
	display: block;
	border: none;
	border-bottom: 1px solid #A9831A;
}
#menu ul li:hover ul, #menu ul li.mouseover ul {
	display: block;
}
#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #3c3c3c;
}
#contentTop {
	height: 50px;
}
#contentBottom {
	clear: both;
	height: 44px;
}
#content h1 {
	font-family: Times, serif;
	font-weight: normal;
	font-size: 22pt;
	color: #ae831a;
	padding: 0 50px;
	height: 38px; /* height of heading images plus padding */
	overflow: hidden;
	margin: 0;
	margin-bottom: 6px;
	border-bottom: 1px solid #ae831a;
	background: #282828;
}
#content h1 img {
	margin: 5px 0 3px 0;
}
#content p, #content h2, #content h3, #content ul, #content .formTable {
	margin: 0 50px;
	padding: 6px 0;
}
#content ul ul {
	margin: 0 2em;
}
#contentLeft {
	float: left;
	width: 310px;
}
#contentLeft h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 0;
	width: 260px;
}
#contentLeft #leftMenu {
	width: 260px;
	padding-top: 0;
	margin-right: 0;
}
#contentLeft #leftMenu li {
	margin: 0;
	list-style: none;
	width: 260px;
	padding-top: 5px;
	height: 18px;
	padding-right: 0;
	display: block;
	border: none;
	font-weight: bold;
	background-color: #000;
	border-bottom: 1px solid #A9831A;
}
#contentLeft #leftMenu a {
	color: #A9831A;
	font-size: 11px;
	margin-left: 10px;
}
#contentLeft #leftMenu li a:hover, #contentLeft #leftMenu li.current a {
	color: #fff;
}
#contentRight {
	float: left;
	width: 590px;
}
#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #000 url(images/nav_bar_bottom.gif) repeat-x;
	padding: 12px 0;
}
#footer span {
	font-size: 7pt;
	color: #A9831A;
	padding: 0 30px;
}
#footer a:hover {
	color: #fff;
}

/* FORM STYLES */
table.formTable td {
	padding: 4px;
}
table.formTable th {
	padding-left: 4px;
	font-weight: normal;
	width: 230px;
}
table.formTable th.tall {
	vertical-align: top;
}
table.formTable div.fieldOutline {
	padding: 2px;
	border: 1px solid #555;
}
table.formTable thead th {
	font-weight: bold;
}
table.formTable tr.odd td {
	background-color: #333;
}
table.formTable thead td.pager {
	text-align: right;
	padding-right: 4px;
}
table.formTable thead td.pager input.link {
	font-size: 9pt;
	color: #a9831a;
	background-color: #3c3c3c;
}
input.small {
	width: 66px;
}
input.medium {
	width: 130px;
}
input.large {
	width: 200px;
}
input.xlarge, textarea.xlarge {
	width: 380px;
}
.buttons {
	padding-left: 190px; /* width on "table.layout th" plus padding on "table.layout th" */
}
.buttons input.button {
	width: 7em;
}
input.button {
	height: 2.2em;
}
textarea {
	width: 800px;
}

/* MAIN VISUAL STYLES */
h2, h3, h4, p, li, th, td, legend, span {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #fff;
}
a {
	text-decoration: none;
	color: #A9831A;
}
p.images {
	font-size: 0;
}
p.images img {
	margin-right: 9px;
}
p.images img.last {
	margin-right: 0;
}
p.question {
	font-weight: bold;
	margin-bottom: 0;
	color: #A9831A;
	cursor: pointer;
}
p.answer, .answer {
	margin-top: 0;
}
p.errors, p.error {
	color: #ff6600;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 12pt;
	color: #ae831a;
 	padding: 6px 0;
	margin: 0;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
 	padding: 6px 0;
	margin: 0;
}
.gone {
	display: none;
}
#menu a {
	font-weight: bold;
}
#footer a {
	font-weight: bold;
}
input.link {
	border: 0;
	padding: 2px;
}