@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #069;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #eee;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
} 
.thrColFixHdr #header {
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	height: 100px;
	background-color: #09F;
	background-image: url(images/unitedstatesgamblingonline-logo.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
.thrColFixHdr #mainContent {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-left-color: #eee;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/maincontent-bg.jpg);
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: #069;
	background-image: url(images/menuheadingbullet.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999;
	line-height: 26px;
	background-color: #CCC;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-bottom: 10px;
	
}
h2 {
	color: #069;
	background-image: url(images/menuheadingbullet.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999;
	line-height: 26px;
	background-color: #CCC;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-bottom: 10px;
	
}


h3 {
	color: #FFF;
	background-image: url(images/tableheadingred.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999;
	line-height: 26px;
	background-color: #D40000;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0px;
	
}
a:link {
	color: #069;
	font-weight: bold;
}
a:visited {
	color: #069;
	font-weight: bold;
}
a:hover {
	color: #D40000;
	text-decoration: none;
	font-weight: bold;
}
.table {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #069;
	background-repeat: no-repeat;
	background-position: 55px;
}
.td-heading {
	background-image: url(images/tableheading.jpg);
	line-height: 25px;
	border: 1px solid #069;
	color: #FFF;
	background-repeat: repeat-x;
}
.td-headingred {
	background-image: url(images/tableheadingred.jpg);
	border: 1px solid #069;
	color: #FFF;
	background-repeat: repeat-x;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	text-indent: 36px;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 32px;
}
.table td {
	border: 1px solid #F2F2F2;
	padding-left: 5px;
	
}
.bonuscode{
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.bonuscode span{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.topnav{
	height: 30px;
	
}
.statepages {
	float: right;
	width: auto;
	border: thin solid #333;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	background-color: #FFF;
	margin-right: 5px;
}
.row {
	line-height: 25px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 5px;
	font-size: 11px;
	padding-right: 5px;
}
.row-heading {
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
	line-height: 25px;
	font-size: 16px;
	background-repeat: repeat-x;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(images/tableheading.jpg);

}
.statetdhead {
	font-size: 16px;
	font-weight: bold;
	color: #D40000;
}
.newshd {
	color: #069;
}
}
.cathd {
	font-size: 14px;
	font-weight: bold;
}
