﻿/******** Global Styles ********/

* {
	font-size: 9pt;
	font-family: verdana, arial, sans-serif;
}/* * */

html, body {
	background-color: black;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}/* html, body */

table {
	border-collapse: collapse;
	border-spacing: 0px;
}/* table */

td {
	color: white;
	border: none;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}/* td */

a {
	color: white;
	text-decoration: none;
}/* a */

a:hover {
	color: #F7D433;
	text-decoration: underline;
}/* a:hover */

hr {
	color: #F7D433;
}/* hr */

/******** Table Styles ********/

.row-table, .row-item {
	width: 100%;
}/* row-item */

.page-table, page-item {
	width: 100%;
	height: 100%;
}/* page-item */

/********/

.main-table {
    width: 800px;
    height: 100%;
    background-image: url(images/fire.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
} /* main-frame */

/********/

.address-cell {
	color: #F77B22;
	font-weight: bold;
}/* address-cell */

/********/

.header-cell {
	padding: 0px 10;
	height: 100px;
}/* header-cell */

/********/

.bullet-cell {
	color: black;
	padding: 0px 10px;
}/* bullet-cell */

/********/

.logo-cell {
	float: right;
	padding: 0px 10px 0px 10px;
}/* logo-cell */

/********/

.side-bar-cell {
	width: 38px;
	background-image: url(images/menu-gradient.gif);
	background-repeat: repeat-y;
}/* side-bar-cell */

/********/

.menu-table {
	background-color: #F7D433;
	width: 100%;
}/* menu-table */

/********/

.menu-cell {
	padding: 0px 10px;
}/* menu-cell */

/********/

.padded-cell {
	padding: 20px 20px 20px 20px;
}/* padded-cell */

/********/

.title-cell {
	color: #F77B22;
	font-weight: bold;
	padding: 0px 100px 0px 20px;
}/* header-text */

/********/

.lead-column {
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}/* lead-column */

/******** Text Styles ********/

.menu-link {
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}/* menu-link */

.menu-link:hover {
	color: black;
	text-decoration: underline;
}/* menu-link:hover */

/********/

.header-text {
	color: white;
	font-size: 10pt;
	font-weight: bold;
}/* header-text */

/********/

.title-text {
	color: #F77B22;
}/* title-text */

/********/

.footer-text {
	font-size: 8pt;
	font-style: italic;
}/* footer-text */

/********/

.error-text {
	color: red;
}/* error-text */

/********/

.widget-link {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:9px;
	color:#333333;
	text-decoration: none;
}/* widget-link */

.widget-link:hover {
	text-decoration: underline;
}/* widget-link:hover */

/******** Form Styles ********/

.input-box {
	border: solid 1px #F36C23;
	background-color: #FAFAC2;
}/* input_box */

/******** Other Styles ********/

.bordered-image {
	border: solid 1px black;
}/* bordered-image */

/********/

.faq-divider {
	width: 200px;
}/* faq-divider */

/********/

.float-container {
	position: relative;
}/* float-container */

/********/

.float-box {
	position: absolute;
}/* float-box */

/********/

.double-spaced {
	line-height: 150%;
}/* double_spaced */

/********/

.inset {
	float: right;
	border: solid 1px #F7D433;
	margin: 0px 0px 10px 10px;
	padding: 10px 10px;
}/* inset */

/********/
