/* CSS Document */

body {	
	font-family:Arial;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
	font-weight:bold;
	line-height:16px;
	background-color:#333333;
}


#mainbody {
	width:800px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
	overflow:hidden;
}


.button {
	width:780px;
	height:38px;
	margin:10px;
	color:#ffffff;
	}
	
.menutext {
	width:auto;
	height:auto;
	margin:6px;
	font-size:13px;
	color:#6B6B6D;
	text-align:center;
	}
		
.leftcurve {
	width:16px;
	height:38px;
	background-image:url(images/leftcurve.jpg);
	float:left;
	}
	
.buttonbg {
	width:748px;
	height:38px;
	background-image:url(images/buttonbg.jpg);
	background-repeat:repeat-x;
	float:left;
	}
	
.rightcurve {
	width:16px;
	height:38px;
	background-image:url(images/rightcurve.jpg);
	float:left;
	}
	
.box {
	width:145px;
	height:auto;
	float:left;
	margin-top:10px;
	text-align:center;
	}
	
.devider {
	width:3px;
	height:38px;
	float:left;
	background-image:url(images/devider.jpg);
	}
	
.headerarea {
	width:779px;
	height:205px;
	margin-left:10px;
	margin-right:10px;
	}
	

.corner {
	width:776px;
	height:29px;
	}
	
.leftcorner {
	width:12px;
	height:29px;
	background-image:url(images/leftcorner.jpg);
	float:left;
	}
	
.cornerbg {
	width:166px;
	height:29px;
	background-image:url(images/cornerbg.jpg);
	background-repeat:repeat-x;
	float:left;
	}
	
.rightcorner {
	width:12px;
	height:29px;
	background-image:url(images/rightcorner.jpg);
	float:left;
	margin-right:5px;
	}
	
.rightcorner2 {
	width:12px;
	height:29px;
	background-image:url(images/rightcorner.jpg);
	float:left;
	}
	
.boxesarea {
	width:776px;
	height:160px;
	margin:12px;	
	}
	
.boxes {
	width:776px;
	height:30px;
	}
	
.imgbox{
	width:190px;
	height:126px;
	margin-right:5px;
	float:left;
	}
	
.videopoker {
	width:190px;
	height:126px;
	float:left;
	}
	
.heading {
	width:776px;
	height:20px;
	margin:12px;
	font-size:14px;
	}
	h1{
	margin:0px;
	padding:0px;
	font-size:14px;
	}
	
	
.content {
	width:776px;
	height:auto;
	font-weight:normal;
	margin-left:12px;
	margin-right:12px;
	}
	
.footerarea {
	width:776px;
	height:60px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
	margin-top:20px;
	}
	
.leftfooter {
	width:11px;
	height:60px;
	background-image:url(images/footercurve.jpg);
	float:left;
	}
	
.footerbg {
	width:753px;
	height:60px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	float:left;
	}
	
.rightfooter {
	width:11px;
	height:60px;
	background-image:url(images/footercurve2.jpg);
	float:left;
	}
	
.footertext {
	width:auto;
	height:auto;
	text-align:center;
	padding-top:7px;
	}
	
.copyright {
	width:auto;
	height:auto;
	margin-top:17px;
	font-size:11px;
	}
	
.nav a:link {color:#6B6B6D; text-decoration:none;}
.nav a:visited {color:#6B6B6D; text-decoration:none;}
.nav a:hover {color:#201F1F; text-decoration:none;}

.nav2 a:link {color:#ffffff; text-decoration:none;}
.nav2 a:visited {color:#ffffff; text-decoration:none;}
.nav2 a:hover {color:#BDB4AD; text-decoration:none;}

.subheading {
 	font-weight:bold;
	font-size:13px;
	}
	
	/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #ccc;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
margin-top:-3px;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color:#000;
background-color:#f7f7f7;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #ccc;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color:#333333;
color:#fff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 11px Arial;
list-style-type: none;
background:url(images/buttonbg.jpg) repeat-x;
overflow: hidden;
height:38px;
width:100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
line-height:33px;
padding: 1px 22px; /*padding inside each tab*/
color: white;
background:url(images/devider.jpg) no-repeat;
background-position:right;
}

.mattblackmenu li a:visited{
color: white;
height:38px;

}

.mattblackmenu li a:hover{
background:url(images/devider.jpg) no-repeat;
background-position:right;
}

.mattblackmenu a.selected{
background:url(images/devider.jpg) no-repeat;
background-position:right;
}

a.link_new{
color:#666666;
text-decoration:underline;
font-weight:bold;
font-size:12px;
}
a.link_new:hover{
color:#c90507;
text-decoration:none;
}

a.small-link{
color:#666666;
text-decoration:underline;
}
a.small-link:hover{
text-decoration:none;
}

