*
{
    margin: 0;
    padding: 0;
}

.sidenews
{	
	line-height: 1em;
}

img, a img
{
    border: none;    
}

html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-image: url("images/gradientbg.png");
	background-repeat: repeat-x;
	background-color: #2d5881;	
	line-height: 1.5em;	
	text-align: justify;
}

#wrap
{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#header
{
	height: 111px;
}

#logoimg
{
	margin-top: 48px;
}

#navbar
{
    width: 960px;
    margin: 0 auto;
	
	height: 39px;
	
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #305983 0%, #6281a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#305983), color-stop(100%,#6281a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#305983 0%,#6281a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#305983 0%,#6281a1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#305983 0%,#6281a1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#6281A1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1e5799 0%,#305983 0%,#6281a1 100%); /* W3C */
	
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
	
	border-bottom: none;
}

#navbar ul
{
	list-style-type: none;
	margin-left: 12px;
}

#navbar ul li
{
	display: inline;
	margin-right: 16px;
}

#navbar ul li a:link, #navbar ul li a:visited, #navbar ul li a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 8px; /* 9 */
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	border-top-color: transparent;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-color: transparent;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#navbar ul li a:hover
{
	border-top-color: #ffffff;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#contentbox
{
    position: relative;
    width: 960px;
    margin: 0 auto;
	min-height: 200px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
	
	background-color: #ffffff;
}

.headingimg
{
	position: absolute;
	left: 15px;	
	top: 10px;
}

.mainheadingspan
{
	float: left;
	font-size: 36px;
	color: #003366;
	font-weight: bold;
	width: 660px;
	text-align: center;
	height: 35px;
	margin-top: 35px;
}

#maincontent
{
	float: left;
	width: 693px;
}

a:link, a, a:visited
{
	text-decoration: underline;
	color: #000000;
}

#maincontent hr
{
	clear: both;
	float: left;
	width: 662px;
	margin: 0 auto;
	background-color: #000000;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#maincontent hr.dunn
{
	border: none;
	border-top: 1px solid #C0C0C0;
	height: 1px;
	margin-bottom:5px;
}


.titledbox
{
	width: 325px;
	float: left;
}

.bottomlink
{
	position: absolute;
	bottom: 10px;
	width: 280px;	
	text-align: center;
}

.bottomlink a:link, .bottomlink a:visited, .bottomlink a
{
	color: #000000;
	text-decoration: underline;
}

.alignleft
{
	float: left;
	margin-left: 15px;
}

.alignright
{
	float: right;
	margin-right: 15px;
}

.alignleftnm
{
	float: left;
}

.alignleftnm img
{
	float: left;
}

.alignrightnm
{
	float: right;
}

.alignrightnm img
{
	float: left;
}

.headingspan
{
	float: left;
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	clear: both;
	margin-top: 2px;
	margin-bottom: 3px;
}

.textbox
{
	position: relative;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;	
	border-radius: 12px;
	width: 303px; /* size 325 minus padding * 2 and border radius */
	padding: 10px;
	height: 218px;
	
}

.onethirdbox
{
	position: relative;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;	
	border-radius: 12px;
	width: 210px;
	height: 180px;
	margin-right: 12px;
	text-align: center;
	padding-top: 5px;
	background-color: #e5eaef;
	margin-bottom: 12px;
}

.onethirdbox a, .fullwidthbox a
{
	color: #000000;
	text-decoration: none;
}

.onethirdbox a:hover, .fullwidthbox a:hover
{
	text-decoration: underline;
}

.fullwidthbox
{
	margin-left: 15px;
	position: relative;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;	
	border-radius: 12px;
	width: 659px;
	height: 35px;
	margin-right: 12px;
	text-align: center;
	padding-top: 5px;
	background-color: #e5eaef;
	margin-bottom: 12px;
}

.fullwidthtextbox
{
	margin-left: 15px;
	position: relative;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;	
	border-radius: 12px;
	width: 643px;

	margin-right: 12px;
	text-align: left;
	padding: 8px;
	margin-bottom: 12px;
}

img.imgright
{
	float: right; margin-left: 5px; margin-bottom: 5px;
}

.fullwidthtextbox p
{
	margin-bottom: 12px;
}

.bannerbottomheading
{
	font-size: 18px;
	font-weight: bold;
}

.bannerbox
{	
	position: relative;
	float: left; 
	border-width: 1px;
	border-style: solid;
	border-color: #003366;	
	border-radius: 12px;
	/*width: 283px; /* size 305 minus padding * 2 and border radius */
	width: 270px; 
	padding: 10px; 
	height: 90px; 
	background-color: #e5eaef;
	margin-left: 32px; 
	margin-right: 15px;
	margin-top: 10px; 
	text-align: center;
	margin-bottom: 10px; 
}

.bannerbox p
{
	margin-bottom: 5px;
	clear: both;
	font-size: 11px;
}

.captionedimg
{
	border-width: 1px;
	border-style: solid;
	border-color: #003366;	
	border-radius: 12px;
	padding: 10px;
	background-color: #e5eaef;
	margin-top: 4px;
	margin-bottom: 15px;
	text-align: center;
}

.addspaceleft
{
	margin-left: 15px;	
}

.addspaceright
{
	margin-right: 15px;
}

.captionedimg p
{
	margin-bottom: 5px;
	clear: both;
	font-size: 11px;
}

.bannerbox p
{
	margin-bottom: 5px;
	clear: both;
	font-size: 11px;
}

.bluebox
{		
	background-color: #e5eaef;
}

.imgleft
{
	float:left; margin-right: 12px; margin-bottom: 12px;
}

.gradientbox
{
	/*margin-bottom: 3px;*/
	float: left;
	border-width: 1px;
	border-style: solid;
	border-radius: 12px;
	color: #ffffff;
	padding: 10px;
	height: 481px;
}

.gradientboxgreen
{
	background-image: url("images/gradientboxgreen.png");
	background-repeat: repeat-x;
	background-color: #8b8a00;
	border-color: #00498a;
}

.gradientboxred
{
	background-image: url("images/gradientboxred.png");
	background-repeat: repeat-x;
	background-color: #8a0020;
	border-color: #00498a;	
}

.gradientboxblue
{
	background-image: url("images/gradientboxblue.png");
	background-repeat: repeat-x;
	background-color: #004a8a;
	border-color: #00498a;
}

.contentnobox
{
	float: left;
	clear: both;
	width: 662px;
	margin-left: 15px;
	margin-top: 6px;
}

.contentnobox p
{
	margin-bottom: 12px;
}

.contentnobox ol
{
	margin-left: 26px;
}

.contentnobox ol a:link
{
	margin-left: 20px;
	text-decoration: none;
	color: #000000;
}

.contentnobox ol a:hover
{
	margin-left: 20px;
	text-decoration: underline;
	color: #000000;
}

span.contentheading
{
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 31px;
}

#sidecontent
{
	float: left;
	width: 267px;
	min-height: 200px;
}

.sideheadingspan
{
	color: #003366;
	font-family: Arial, sans-serif;
	font-size: 22px;
	margin-left: 6px;
}

.clearer
{
	clear: both;
	line-height: 1px;
	/*display: none;*/
}

.sideboxcontent
{
	background-color: #fafafa;
	border-radius: 12px;
	border-radius: 12px;	
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
	width: 250px;
	margin-left: 0px;
}

.innerbox
{
	width: 77px;
	float: left;
	padding-left: 5px;
	margin-top: 5px;
}

.titledsidebox
{
	text-align: center;
	width: 250px;
	margin-top: 2px;
}

.captionedicon
{
	float: left;
	clear: both;
	margin: 5px;
	font-size: 9px;
}

.captionedicon img
{
	padding-top:3px;
	padding-left:3px;
}

.newstitle
{
	color: #003366;
}

.bestbonus
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 5px;
	width: 240px;
	text-align: left;
}

.bestbonus.last
{
	border: none;
}

.itemsummary
{
	float: left;
	text-align: left;
	width: 160px;
	padding: 3px;
}

.itemsummary a:link, .itemsummary a:visited
{
	color: #000000;
	float: right;
}

.top3header
{
	float: left;
	clear: both;
	width: 658px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;	
	border-width: 1px;
	border-style: solid;
	border-color: #003366;	
	border-bottom: none;
}

.top3box
{
	float: left;
	clear: both;
	width: 637px;
	position: relative;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;	
	border-radius: 12px;
	color: #0;
	padding: 10px;
	margin-bottom: 20px;
}

table.top3table
{
	position: relative;
	top: -12px;
	left: -11px;
	width: 659px;
	border-collapse:collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background-color: #ffffff;
}

table.top3table tr
{
}

table.top3table tr
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	min-height: 28px;
}

table.top3table tr:hover
{
	background-color: #efefef;
}

table.top3table tr.last
{
	border: none;
}

table.top3table td, table.top3table th
{
	padding-left: 4px;
	padding-right: 4px;
}
table.top3table tr.rowblueths
{
	minheight: 28px;
	background-color: #e5eaef;
	font-size: 14px;
}

table.top3table th
{
	text-align: left;
}

#subpageheading
{
	position: relative;
	margin-top: 15px;
	clear: both;
	margin-left: 15px;
}

/* start buttons */

.bottombtns
{
	position: absolute;
	bottom: 5px;
	width: 303px;
	text-align: center;
}

a.cssbutton
{
	/* width: 123px; */
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	border-radius: 10px;
}

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

a.cssbutton:hover, a.cssbutton:visited
{
	text-decoration: underline;
}

a.bigbutton
{
	font-weight: bold;
	font-size: 18px;
	/* width: 123px; */
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 10px;
}

a.smallbutton
{
	font-weight: bold;
	font-size: 14px;
	/* width: 90px; */
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 5px;
}

a.cssbutton:active
 {
	position: relative;
	top: 1px;
}

a.bluebtn
{
	color: #333333;
	border: solid 1px #cccccc;
	background: #a0b3c6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e9ef), to(#6181a0));
	background: -moz-linear-gradient(top,  #e4e9ef,  #6181a0);
	/**filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e9ef', endColorstr='#6181a0');*/
}

a.greenbtn
{
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #cccccc;
	background: #47b547;
	background: -webkit-gradient(linear, left top, left bottom, from(#90d390), to(#039902));
	background: -moz-linear-gradient(top,  #90d390,  #039902);
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#90d390', endColorstr='#039902');*/
}

/* end buttons */

span.tagline
{
	color: #003366;
	font-size: 18px;
	position: relative;
	top: -13px;
	left: -5px;
}
.closeleft
{
	position: relative;
	top: -5px;
	left: -5px;
}

.fullwidthbox span.bannerbottomheading
{
	display: block;
	margin-top: 2px;
}

.fullwidthbox a:hover
{
	text-decoration: underline;
}

.addedmarginl
{
	margin-left: 14px;
}

.bestitemlink
{
	margin-top: 11px;
}

.bestitemlink:link, .bestitemlink:visited, .bestitemlink
{
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.bestitemlink:hover
{
	text-decoration: underline;
}

.captionedicon:hover
{
	background-color: #ffffff;
}

.sidelinkbonus:link, .sidelinkbonus:visited, .sidelinkbonus
{
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	margin-left: 8px;
	position: relative;
	top: 11px;
}
.sidelinkbonus:hover
{
	text-decoration: underline;
}

.sidecasinogames
{
	height: 110px;
}

.blacktext
{
	color: #000000;
}

h1
{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h4
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h1.darkbluetext, h2.darkbluetext, h3.darkbluetext
{
	color: #003366;
}
h1.darkredtext, h2.darkredtext, h3.darkredtext
{
	color: #cc0000;
}
h1.darkgreentext, h2.darkgreentext, h3.darkgreentext
{
	color: #009900;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
