/* CSS Document */

* {margin: 0; padding:0;}

body
{
	min-width: 593px;
	text-align: center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background-image: url(/images/newhome/background.gif);
	background-repeat:repeat-x;
	font-size: 100%;
	background-color: #EAEAEA;
}

#wrap
{
	margin: 0 auto;
	width: 583px;
	text-align: left;
	clear: both;
	position: relative;
	top: 9px;
}
#navBox
{
	margin: 0 auto;
	width: 598px;
	height: 138px;
	clear: both;
	background-image: url(/images/newhome/logo.jpg);
	background-repeat:no-repeat;
	position: relative;
	top: 9px;
	left: 8px;
}
#navBox ul 
{
	width: 400px;
	position: relative;
	left: 10px;
	top: 105px;
}

* html #navBox ul 
{
	width: 400px;
	position: relative;
	left: -90px;
	top: 105px;
}
*+html #navBox ul {
	left: -75px;
}
#navBox ul li
{
	display: block;
	float: left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #AAAAAA;
}
* html #navBox ul li
{
	display: block;
	float: left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #AAAAAA;
	position: relative;
	top: -5px;
} 
#navBox a
{
	padding: 4px;
}
* html #navBox a
{
	padding: 4px;
	height: 24px;
}
#navBox a:link
{
	color: #000000;
}
#navBox a:hover, .currentnav a
{
	background-color: #AAAAAA;
	color: #FFFFFF !important;
}
#navBox a:visited
{
	color: #000000;
	text-decoration: none;
}

#subnavBox
{
	margin: 0 auto;
	width: 578px;
	height: 28px;
	clear: both;
	background-image: url(/images/innerpage/subnav.gif);
	background-repeat:no-repeat;
	position: relative;
	top: 3px;
}

#subnavBox ul 
{
	width: 570px;
	position: relative;
	left: 10px;
	top: 8px;
}

#subnavBox ul li
{
	display: block;
	float: left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #CBCBCB;
}
* html #subnavBox ul li
{
	display: block;
	float: left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #AAAAAA;
	position: relative;
	top: -5px;
} 
#subnavBox a
{
	padding: 4px;
}
* html #subnavBox a
{
	padding: 4px;
	height: 24px;
}

#subnavBox a:link
{
	color: #CBCBCB;
}
#subnavBox a:hover, .currentsubnav a
{
	background-color: #0054A5;
	color: #FFFFFF !important;
}
#subnavBox a:visited
{
	color: #CBCBCB;
	text-decoration: none;
}

#contentBox
{
	border: 1px solid #ACACAC;
	background-color: #FFFFFF;
	min-height: 400px;
	width: 578px;
	position: relative;
	top: 6px;
	padding-bottom: 30px;
	margin-bottom: 10px;
}

*html #contentBox
{
	border: 1px solid #ACACAC;
	background-color: #FFFFFF;
	height: 400px;
	width: 578px;
	position: relative;
	top: 6px;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
#contentText
{
	width: 500px;
	background-color: #FFFFFF;
	position: relative;
	top: 15px;
	left: 15px;
	font-size: 12px;
}
#contentText p
{
	width: 540px;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 12px;
}
.textCaption
{
	float: left;
	position: relative;
	left: 25px;
	top: -15px;
}
.textCaption p
{
	width: 330px !important;
	background-color: #CCCCCC !important;
	border: 1px solid #ACACAC !important;
	font-size: 12px;
}
.important
{ font-weight: bold;}
.probability
{ font-style:italic;}
#contentBox h1
{
	color: #FFFFFF;
	font-size: 14px;
	height: 23px;
	background-color: #9F9F9F;
}
#contentBox h1 span
{
	display: block;
	position: relative;
	top: 3px;
	left: 5px;
}
#contentText h2
{
	clear: both;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 7px;
}
#contentText h3
{
	clear: both;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 7px;
}
#contentText ul, #contentText ol
{
	position: relative;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.block
{
	display: block;
	border: none;
}
.clear
{
	display: block;
	clear: both;
}
.center
{ text-align: center;}
.floatLeft
{
	float: left;
	display: block;
}


.important
{ font-weight: bold;}
.noBorder{border: none !important;}
#last{border: none !important;}
.phone_number
{ color: #EF0C15;}
#phone_menu
{
	position: relative;
	left: 15px;
}
#bankingTable
{
	margin: 0 auto;
	text-align: center;
}
#bankingTable img
{ 
	border: none;
}
#processing
{
	width: 45px;
	height: 45px;
	left: 220px;
	top: -10px;
}
#bottomBox
{
	margin: 0 auto;
	background-image: url(/images/newhome/bottom_box.gif);
	background-repeat:no-repeat;
	width: 583px;
	height: 118px;
	position: relative;
	top: 9px;
}
#bottomBox p
{
	width: 570px;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
	top: 14px;
}

#footer
{
	margin: 0 auto;
	width: 583px;
	position: relative;
	top: 9px;
}
* html #footer
{
	margin: 0 auto;
	width: 583px;
	position: relative;
	top: 15px;
}
#footer ul li
{
	display: inline;
	font-size: 11px;
	float: left;
	padding-left: 30px;
	padding-right: 10px;
}
#footer ul
{
	position: relative;
	top: 10px;
}
#listBottomBox li
{
	display: inline;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 110px;
}
#listBottomBox
{
	position: relative;
	top:40px;
}
#copyright
{
	position: relative;
	top: -5px;
	left: 40px;
}

a:link
{
	color: #2E4477;
}
a:hover
{
	color: #FFFFFF !important;
	background-color:#2E4477;
}
a:visited
{
	color: #2E4477;
	text-decoration: none;
}
#us_players
{
	font-size: 12px;
	position: relative;
	top: 20px;
	width: 593px;
	margin: 0 auto;
}
