* {
	font-family: Helvetica, Arial, sans-serif;
	font-size: inherit;
	z-index: 1;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #fff;
}

a:link, a:visited {
	text-decoration: none;
	color: inherit;
}

a:active, a:hover {
	text-decoration: underline;
	color: inherit;
}

a.button_link:link, a.button_link:visited {
	text-decoration: none;
}

a.button_link:hover, a.button_link:active {
	text-decoration: none;
}

a.button_link:hover span, a.button_link:active span {
	text-decoration: underline;
}


body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div#header_bg {
	width: 100%;
	height: 225px;
	background-color: #9e1722;
}

div#footer_bg {
	position: absolute;
	display: none;
	overflow: hidden;
	background: #fc8b08 none no-repeat fixed 0%;
	width: 100%;
	height: 40px;
	bottom: 0px;
	z-index: 100;
}

/* doesn't work in IE... */
body > div#footer_bg
{
	position: fixed;
}

div#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	padding-left: 68px;
	padding-top: 18px;
	color: #fff;
	overflow: hidden;
}

div#white_bar {
	top: 0px;
	width: 850px;
	height: 6px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

div#container {
	position: absolute;
	top: 0px;
	left: -425px;
	margin-left: 50%;
	width: 850px;
	height: 600px;
}

img#logo {
	position: absolute;
	left: 22px;
	top: 41px;
	z-index: 1;
}

a.logo_link {
	text-decoration: none;
	font-weight: normal;
}

a.logo_link:hover {
	text-decoration: none;
	font-weight: normal;
}

div#slogan {
	background-color: #9e1722;
	z-index: 2;
	position: absolute;
	font-style: italic;
	left: 148px;
	top: 140px;
	color: #fff;
	font-size: 1.1em;
}

div#lang {
	position: absolute;
	right: 24px;
	top: 140px;
	color: #fff;
	font-size: 14px;
	width: 200px;
	height: 200px;
	text-align: right;
}

div#lang div {
	font-size: .9em;
	display: inline;
	position: relative;
}

div#lang div#lang_eng {
	padding: 10px;
	margin-right: 6px;
	border-right: 2px #fc8b08 dotted;
}



div#get_funds {
	position: absolute;
	width: 370px;
	right: 24px;
	top: 22px;
	font-size: 31px;
	color: #fc8b08;
	padding-bottom: 4px;
	text-align: justify;
	border-bottom: 2px solid #4a4a4a;
}

div#get_funds p {
  padding: 0px;
  margin: 6px 0px;
  color: #fc8b08;
}

div#get_funds p.get_funds_sub {
  color: #ffffff;
  font-size: 17px;
}

div#subnav_bg {
  width: 100%;
  height: 28px;
  background-color: #4a4a4a;
}

div#subnav {
  text-align: center;
  position: absolute;
  width: 100%;
	top: 234px;
	font-size: 14px;
	color: #fc8b08;
}

div#subnav a {
  color: #ffffff;
}

div#subnav div {
  display: inline;
  border-right: 2px dotted #fc8b08;
  padding: 0px 2px;
  margin: 0px 2px;
}

div#subnav div.subnav_last {
  border-right: none;
}

div#nav {
  text-align: center;
  position: relative;
  width: 817px;
  top: 196px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

div#nav a:hover, a:active {
  text-decoration: none;
}

div#nav table {
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 16px;
}

div#nav table tr {
  vertical-align: top;
}

div#nav table td {
  margin: 0px;
  padding: 0px 0px 8p;
  height: 32px;
}

div#nav table td div {
  cursor: pointer;
}

div#nav table td a {
  cursor: pointer;
}

div#nav table td div.tab {
  position: relative;
  bottom: -6px;
  height: 20px;
  background-color: #fc8b08;
  text-align: center;
}

div#nav table td div.tab_over {
  position: relative;
  bottom: -6px;
  height: 20px;
  background-color: #4a4a4a;
  text-align: center;
}

div.tab_text {
  margin:0px 8px;
}

div#spacer {
	width: 100%;
	height: 60px;
}

div#main {
	position: absolute;
	width: 806px;
	top: 280px;
	left: 22px;
	padding-bottom: 60px;
}

div#main a {
	color: #9e1722;
}

/*
CASH ADVANCE FORM
*/
form#cash {
	font-size: 14px;
	color: #666;
}

form#cash div {
	text-align: left;
	width: auto;
	padding: 0px 0px 20px;
}

form#cash textarea {
	display: block;
	/*border: 2px solid #fc8b08;*/
	border: 1px solid #666666;
	color: #9e1722;
	margin-top: 4px;
}

form#cash input {
	display: inline;
	border: 1px solid #666666;
	color: #666666;
	margin-top: 2px;
	margin-right: 8px;
	padding: 4px 2px;
	width: 134px;
}

form#cash input.submit {
  width: 64px;
  color: #9e1722;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

form#cash select {
	/*border: 2px solid #fc8b08;*/
	border: 1px solid #666666;
	color: #9e1722;
}

form#cash option {
	color: #9e1722;
}

form#cash div.error {
	color: #9e1722;
	padding: 0px;
	margin: 0px;
}

/*
TWO COLUMN TEMPLATE
*/
table#two_col {
	width: 100%;
	border-collapse: collapse;
}

table#two_col tr {
	vertical-align: top;
}

table#two_col tr th {
	text-align: left;
	font-weight: normal;
}

table#two_col tr th div {
	color:#9e1722;
	font-size: 22px;
	margin-bottom: 26px;
}

table#two_col tr td {
	padding-top: 0px;
	padding-bottom: 8px;
	color:#666;
	font-size: 14px;
	vertical-align: top;
}

table#two_col tr td p {
  margin: 0px 0px 10px;
  padding: 0px;
}

table#two_col tr td#two_col_left {
	padding-right: 30px;
}

table#two_col tr td#two_col_right {
	border-left: 2px solid #ccc;
	padding-left: 38px;
	width: 372px
}

table#two_col #title {
  margin-top: 6px;
}

/*
MOUSE-OVER-SHOW/HIDE TWO_COL STYLES
*/
/*LEFT*/
div#show_hide_list_left div {
	margin-top: 2px;
}

div#show_hide_list_left div span {
	position: relative;
	bottom: 6px;
}

div#show_hide_list_left a:link, div#show_hide_list_left a:visited {
	color: #666;
}

div#show_hide_list_left a:hover, div#show_hide_list_left a:active {
	text-decoration: none;
}

div#show_hide_list_left a:hover span {
	text-decoration: underline;
}
/*RIGHT*/
div#show_hide_list_right {
	margin-top:	0px;
	line-height: 22px;
}

div#show_hide_list_right span {
	margin-bottom:	12px;
	display: block;
	color: #9e1722;
	line-height: normal;
}

div#show_hide_list_right ol {
	margin-top:	0px;
	padding-left:	20px;
	padding-top:	0px;
}

div#show_hide_list_right ul {
	margin-top:	0px;
	padding-left: 0px;
}

div#show_hide_list_right img {
	width: 180px;
}

div#player {
	z-index: -1;
	display: block;
}

#spot_player {
	z-index: 1;
	display: inline;
}

div#view_ad_bottom {
	text-align: center;
	height: 90px;
}

div.ad_text {
	font-size: 14px;
	left: 377px;
	position: absolute;
	text-align: left;
	top: 87px;
}

div.ad_text span {
	position: relative;
	left: -14px;
}

div.ad_text span span {
	font-size: 22px;
	left: 0px;
}

div.ad_text div {
	font-size: 12px;
	margin: 2px 0px;
	display: none;
}

.red {
  color: #9e1722;
}

.orange {
  color: #fc8b08;
}

.light_gray {
  color: #666666;
}

.dark_gray {
  color: #4a4a4a;
}

h1 {
  color: #9e1722;
  font-size: 22px;
  margin: 0px 0px 30px 0px;
  font-weight: normal;
}

h2 {
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  font-weight: normal;
  color: #666666
}

div#main p {
  color: #666666;
  line-height: 1.3em;
}

ul {
  text-align: left;
}

li {
  margin-bottom: 4px;
}