body
{
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	line-height: 1.88889;
	text-align: center;
	background-color:#11305E; 	
	margin: 0px;
	padding: 0px;
}

h3 
{ 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	color: #11305E;
}

.homepageTitle
{
	font: 2.1em georgia, sans-serif;
	letter-spacing: 1px; 
	color: #11305E;
	padding-top: 10px;
}

#frame
{
	width: 825px;
	overflow: auto;
	min-height: 900px;
	position: relative;
	margin: auto; /* firefox fix so the div's will be centered in page. */
	margin-top: 20px;
	background-color: #fff;
	
	border-style: solid;
	border-width: thick;
	border-color: #F4C20F;
}

#header
{
	background: transparent url(../images/CarouselLogo.gif) no-repeat top left;
	width: 288px;
	height: 288px;
}

#logo img
{
	border: none;
}

#leftcol
{
	border-right-style: dotted;
	border-right-width:medium;
	border-right-color:#11305E;
	width: 290px;
	overflow: auto;
	min-height: 900px;
	padding:0px;
	margin:0px;
	float: left;
	text-align:left;
}

#content
{
	width: 495px;
	float: right;
	padding-top: 20px;
	padding-right: 15px;
	text-align:left;
}

#content ul
{
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
}

#content a
{
	text-decoration:none;
	color:#438EC5;
}

#content a:hover
{	
	color:#424242;
}
#content li
{
	line-height: 1.2em;
	padding-bottom: 1em;
}

#features
{
	width: 525px;
	padding:0;
	font-size: 0;
	overflow:auto;
}

.casino
{
	padding:0;
}

.center
{
	text-align: center;
}


.poster
{
	border: solid 1px #000;
	margin: 0;
	float:right;
}

.sponsors
{
	margin-right: -30px;
	padding: 0;
	font-size: 0;
}

#menu ul
{
	font: 17px Georgia, serif;
	list-style-type:none;
	margin: 10px; 
	float: left;
}

#menu li
{
	border-bottom: 1px dashed #ccc;
	width: 200px;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

#menu a
{
	text-decoration:none;
	color: #11305E;
	padding-left: 25px;
}

#menu a:hover
{
	background: transparent url(../images/ButtonPinwheel.gif) no-repeat top left; 
	color: #F4C20F;
}

.buttonlink
{
	font-size: 1.2em;
	padding-left: 25px;
	padding-bottom: 10px;
	background: transparent url(../images/ButtonPinwheel.gif) no-repeat top left; 
	color: #F4C20F;
}

label
{
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.subnote
{
	font-style:italic;
	font-size:12px;
	color:#11305E; 
	
}

.indent
{
	padding-left: 50px;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

