/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
height: auto;
}
ul, ol, li {
margin: 0;
}

body {
	background-image: url(images/b_background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #35424A;
}
#wrapper {
	width: 856px;
	margin-right: auto;
	margin-left: auto;
}
#branding {
	background-image: url(images/branding_back.jpg);
	height: 92px;
	text-align: left;
}
#branding p {
	float: right;
	font-size: 12px;
	margin-top: 50px;
	margin-right: 30px;
	color: #36424a;
}
.purple {
	color: #642566;
	margin-left: 8px;
}
#branding a {
	text-decoration: none;
	color: #36424A;
}
#branding a:hover {
	text-decoration: underline;
	color: #642566;
}




.logo {
	float: left;
	margin-top: 33px;
}
#search {
	float: right;
	margin-top: 48px;
}
#search_b {
	height: 15px;
	width: 133px;
	float: left;
	margin-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #505050;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #505050;
	font-size: 12px;
}
#hero {
	background-color: #FFFFFF;
	height: 216px;
}
#top_nav {
	text-align: left;
	clear: both;
	background-color: #611759;
	height: 37px;
}
/* ------------------------------------ Top Nav ---------------------------- */
#top_nav li{
	list-style: none;
	float:left;
}
#top_nav ul {
	padding: 0;
	border: 0;
	height: auto;
}
#top_nav ul li a{
	display: block;
	text-indent: -5000px;
	height: 37px;
}
/* ----------------- Homebutt ----------- */
.nav_home a{
	width: 75px;
	background-image: url(images/home_butt.jpg);
	height: 55px;
	display: block;
}
.nav_home a:hover, body#home .nav_home a{
	background-image: url(images/home_butt.jpg);
	background-position: left -37px;
}
/* ----------------- frequently butt ----------- */
.nav_frequently a{
	width: 190px;
	background-image: url(images/frequently_butt.jpg);
	height: 55px;
	display: block;
}
.nav_frequently a:hover, body#frequently .nav_frequently a{
	background-image: url(images/frequently_butt.jpg);
	background-position: left -37px;
}
/* ----------------- applicants butt ----------- */
.nav_applicants a{
	width: 80px;
	background-image: url(images/applicants_butt.jpg);
	height: 55px;
	display: block;
}
.nav_applicants a:hover, body#applicants .nav_applicants a{
	background-image: url(images/applicants_butt.jpg);
	background-position: left -37px;
}
/* ----------------- licenseesbutt ----------- */
.nav_licensees a{
	width: 75px;
	background-image: url(images/licensees_butt.jpg);
	height: 55px;
	display: block;
}
.nav_licensees a:hover, body#licensees .nav_licensees a{
	background-image: url(images/licensees_butt.jpg);
	background-position: left -37px;
}
/* ----------------- playersbutt ----------- */
.nav_players a{
	width: 66px;
	background-image: url(images/players_butt.jpg);
	height: 55px;
	display: block;
}
.nav_players a:hover, body#players .nav_players a{
	background-image: url(images/players_butt.jpg);
	background-position: left -37px;
}
/* ----------------- about butt ----------- */
.nav_about a{
	width: 72px;
	background-image: url(images/about_butt.jpg);
	height: 55px;
	display: block;
}
.nav_about a:hover, body#about .nav_about a{
	background-image: url(images/about_butt.jpg);
	background-position: left -37px;
}
/* ----------------- links butt ----------- */
.nav_links a{
	width: 50px;
	background-image: url(images/links_butt.jpg);
	height: 55px;
	display: block;
}
.nav_links a:hover, body#links .nav_links a{
	background-image: url(images/links_butt.jpg);
	background-position: left -37px;
}
/* ----------------- contact butt ----------- */
.nav_contact a{
	width: 86px;
	background-image: url(images/contact_butt.jpg);
	height: 55px;
	display: block;
}
.nav_contact a:hover, body#contact .nav_contact a{
	background-image: url(images/contact_butt.jpg);
	background-position: left -37px;
}
/* ----------------- sitemap butt ----------- */
.nav_sitemap a{
	width: 66px;
	background-image: url(images/sitemap_butt.jpg);
	height: 55px;
	display: block;
}
.nav_sitemap a:hover, body#sitemap .nav_sitemap a{
	background-image: url(images/sitemap_butt.jpg);
	background-position: left -37px;
}
#content {
	clear: both;
}
#content_left {
	float: left;
	width: 232px;
	padding-top: 22px;
	text-align: left;
	padding-bottom: 28px;
}
#news h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#news p {
	font-size: 11px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
#news a {
	color: #ea4fc8;
	text-decoration: none;
}
#news a:hover {
	color: #ea4fc8;
	text-decoration: underline;
}
#news {
	background-image: url(images/news_header.gif);
	background-repeat: no-repeat;
	padding-top: 34px;
	padding-left: 10px;
	margin-bottom: 30px;
}
#nav2 {
	background-color: #611759;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
}
#nav2 p {
	font-size: 12px;
	color: #c4c7c8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 8px;
	margin-bottom: 8px;
	margin-right: 14px;
}
#nav2 a {
	color: #ffffff;
	text-decoration: none;
}
#nav2 a:hover {
	color: #ea4fc8;
	text-decoration: none;
}
#nav2 a.active {
	color: #ea4fc8;
}
#content_right {
	margin: 0 auto;
	float: left;
	display: inline;
	padding-top: 22px;
	padding-left: 40px;
	text-align: left;
	width: 580px;
	padding-bottom: 20px;
}
#content_right a {
	color: #ea4fc8;
	text-decoration: none;
}
#content_right a:hover {
	color: #ea4fc8;
	text-decoration: underline;
}
table {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;
}

table .applicants{
	border-width: 0px;
	border-collapse: collapse;
}

.search_header {
	background-image: url(images/search.jpg);
	height: 34px;
	width: 201px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.home_header {
	background-image: url(images/welcome.jpg);
	height: 68px;
	width: 394px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.news_header {
	background-image: url(images/news_header.jpg);
	height: 34px;
	width: 172px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.notice_header {
	background-image: url(images/notice_header.jpg);
	height: 34px;
	width: 201px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.reports_header {
	background-image: url(images/reports_header.jpg);
	height: 34px;
	width: 203px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.articles_header {
	background-image: url(images/articles_header.jpg);
	height: 34px;
	width: 203px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.frequently_header {
	background-image: url(images/questions.jpg);
	height: 34px;
	width: 355px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.questions2_header {
	background-image: url(images/questions2.jpg);
	height: 34px;
	width: 394px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.questions3_header {
	background-image: url(images/questions3.jpg);
	height: 34px;
	width: 394px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.questions4_header {
	background-image: url(images/questions4.jpg);
	height: 68px;
	width: 486px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.questions5_header {
	background-image: url(images/questions5.jpg);
	height: 34px;
	width: 256px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.questions6_header {
	background-image: url(images/questions6.jpg);
	height: 68px;
	width: 487px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.questions7_header {
	background-image: url(images/questions7.jpg);
	height: 68px;
	width: 428px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.questions8_header {
	background-image: url(images/questions8.jpg);
	height: 34px;
	width: 184px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.contact_header {
	background-image: url(images/contact_header.jpg);
	height: 34px;
	width: 151px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.applicants_header {
	background-image: url(images/applicants_header.jpg);
	height: 34px;
	width: 141px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees2_header {
	background-image: url(images/licensees2_header.jpg);
	height: 34px;
	width: 338px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees3_header {
	background-image: url(images/licensees3_header.jpg);
	height: 34px;
	width: 151px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees4_header {
	background-image: url(images/licensees4_header.jpg);
	height: 34px;
	width: 239px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees5_header {
	background-image: url(images/licensees5_header.jpg);
	height: 34px;
	width: 477px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees6_header {
	background-image: url(images/licensees6_header.jpg);
	height: 34px;
	width: 203px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees7_header {
	background-image: url(images/licensees7_header.jpg);
	height: 34px;
	width: 269px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.fulle_header {
	background-image: url(images/fulle_header.jpg);
	height: 34px;
	width: 296px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.associate_header {
	background-image: url(images/associate_header.jpg);
	height: 34px;
	width: 306px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.hosting_header {
	background-image: url(images/hosting_header.jpg);
	height: 34px;
	width: 269px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.restricted_header {
	background-image: url(images/restricted_header.jpg);
	height: 34px;
	width: 415px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.key_individual_header {
	background-image: url(images/key_individual_header.jpg);
	height: 34px;
	width: 341px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.current_header {
	background-image: url(images/current_header.jpg);
	height: 34px;
	width: 245px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees_header {
	background-image: url(images/licensees_header.jpg);
	height: 34px;
	width: 138px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees2_header {
	background-image: url(images/licensees2_header.jpg);
	height: 34px;
	width: 282px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees3_header {
	background-image: url(images/licensees3_header.jpg);
	height: 34px;
	width: 151px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees4_header {
	background-image: url(images/licensees4_header.jpg);
	height: 34px;
	width: 232px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees5_header {
	background-image: url(images/licensees5_header.jpg);
	height: 34px;
	width: 474px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees6_header {
	background-image: url(images/licensees6_header.jpg);
	height: 34px;
	width: 201px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees7_header {
	background-image: url(images/licensees7_header.jpg);
	height: 34px;
	width: 269px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.licensees10_header {
	background-image: url(images/licensees10_header.jpg);
	height: 34px;
	width: 267px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.players_header {
	background-image: url(images/players_header.jpg);
	height: 34px;
	width: 104px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.players2_header {
	background-image: url(images/limitation_header.jpg);
	height: 34px;
	width: 236px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.players3_header {
	background-image: url(images/player_complaints_header.jpg);
	height: 34px;
	width: 242px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.anti_header {
	background-image: url(images/anti_header.jpg);
	height: 34px;
	width: 455px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.forms_header {
	background-image: url(images/forms_header.jpg);
	height: 34px;
	width: 91px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.fee_header {
	background-image: url(images/fee_header.jpg);
	height: 34px;
	width: 81px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.legislation_header {
	background-image: url(images/legislation_header.jpg);
	height: 34px;
	width: 151px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.mission_header {
	background-image: url(images/mission_header.jpg);
	height: 34px;
	width: 267px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.approach_header {
	background-image: url(images/approach_header.jpg);
	height: 34px;
	width: 136px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.organisation_header {
	background-image: url(images/organisation_header.jpg);
	height: 34px;
	width: 169px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.recruitment_header {
	background-image: url(images/recruitment_header.jpg);
	height: 34px;
	width: 175px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.links_header {
	background-image: url(images/links.jpg);
	height: 34px;
	width: 79px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.sitemap_header {
	background-image: url(images/sitemap_header.jpg);
	height: 34px;
	width: 116px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.privacy_header {
	background-image: url(images/privacy_header.jpg);
	height: 34px;
	width: 184px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.foreign_header {
	background-image: url(images/foreign_header.jpg);
	height: 34px;
	width: 509px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.foreign_gambling_header {
	background-image: url(images/foreign_header.jpg);
	height: 34px;
	width: 372px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.core_header {
	background-image: url(images/core_header.jpg);
	height: 34px;
	width: 563px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.core_service_header {
	background-image: url(images/core_service_header.jpg);
	height: 34px;
	width: 419px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.temp_header {
	background-image: url(images/temp_header.jpg);
	height: 34px;
	width: 420px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.legislation_archive_header {
	background-image: url(images/legislation_archive_header.jpg);
	height: 34px;
	width: 247px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#body-text {
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;	
	line-height: 14px;
	padding-bottom: 18px;
}

#body-text p {
	font-size: 12px;
	padding-bottom: 8px;
	padding-right: 12px;
}

#body-text h2 {
	font-size: 20px;
	color: #FDFDFF;
	font-weight: normal;
	padding-bottom: 12px;
}
#body-text h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #FDFDFF;
}
#body-text h4 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #FDFDFF;
}
#body-text h5 {
	font-size: 16px;
	font-weight: normal;
	color: #EB52C4;
	padding-bottom: 8px;
}
#body-text h6 {
	font-size: 15px;
	color: #EB52C4;
	font-weight: normal;
	padding-bottom: 7px;
}
#body-text ul {
	list-style-type: disc;
	padding-bottom: 8px;
	list-style-position: outside;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#body-text li {
	font-size: 12px;
	padding-bottom: 1px;
}
#body-text ol {
	margin-left: 30px;
	padding-bottom: 8px;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 2px;
	list-style-type: decimal;
}
.list-name {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.list-subtitle {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	float: left;
}
.list-header {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: left;
}
.list-header-right {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: right;
}
.list-edit {
	font-size: 12px;
	font-weight: bold;
	float: right;
}
.list-table_header {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.list-table {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.table-header {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.table-content {
	color: #FFFFFF;
	text-align: center;
}
.table-header-left {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.pagination {
	float: right;
	font-size: 12px;
}
#list {
	padding-top: 5px;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #794284;
}
.para_left {
	font-size: 9px;
	color: #c4c7c8;
	float: left;
	padding-top: 8px;
}
#footer a {
	color: #C4C7C8;
	text-decoration: none;
}
#footer a:hover {
	color: #C4C7C8;
	text-decoration: underline;
}
.para_right {
	float: right;
	padding-top: 18px;
	font-size: 11px;
	color: #C4C7C8;
}
.para_right a {
}
.mar {
	margin-left: 15px;
}

