/* ------ MEDIA TAG ----- */

@media screen {

body {
	background: url(/images/template/bg.jpg) no-repeat top center #A3DBF9;
	padding: 0px;
	margin: 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

p {
	line-height: 150%;
}

h1, h2.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #F00;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F00;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F00;
}

h4, h5, h6 {
	font-size: 16%;
}

h1 a, h2 a, h3 a {
	color: #F00;
}

a {
	color: #7BB313;
	text-decoration: none;
}

a:hover {
	color: #5B7221;
	text-decoration: underline;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #999;
	width: 90%;
}

li {
	line-height: 150%;
}

img {
	border: #000;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

#siteContainer {
	width: 970px;
	margin: 0px auto;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	background: url(/images/template/footer-bg.png) repeat-x bottom #FFF;
}

#header {
	background: url(/images/template/header-bg.png) repeat-x;
	height: 105px;
}

#logo {
	padding: 15px 0px 0px 30px;
}

#menu {
	clear: both;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background: url(/images/template/menu-bg.png) repeat-x #7FC325;
	height: 37px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#menu li {
	float: left;
	padding: 0px;
	line-height: 37px;
}

#menu a {
	color: #FFF;
	display: block;
	padding: 0px 20px;
	height: 37px;
	text-decoration: none;
	border-left: 1px solid #8FCE2C;
	border-right: 1px solid #65A323;
	background: url(/images/template/menu-bg.png) repeat-x;
}

#menu a:hover {
	color: #FF0;
	text-decoration: none;
	background: url(/images/template/menu-on-bg.png) repeat-x;
}

#menu a.selected {
	color: #FF0;
	background: url(/images/template/menu-on-bg.png) repeat-x;
}

#content {
	clear: both;
	background: url(/images/template/content-bg.png) repeat-x top;
	padding: 20px 30px;
	min-height: 100px;
}

.feature {
	width: 180px;
	height: 172px;
	float: left;
	margin-right: 35px;
	padding: 10px 10px 8px 10px;
	margin-bottom: 40px;
	background: url(/images/template/feature-bg.png) no-repeat top;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.feature h1, .feature h2, .feature .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	text-align: center;
}

.feature p {
	padding: 3px 0px;
	margin: 3px 0px;
}

#footer {
	clear: both;
	height: 30px;
	width: 970px;
	margin: 0px auto;
	font-size: 10px;
	border-bottom: 3px solid #000;
	background: url(/images/template/menu-bg.png) center center repeat-x;
	color: #444;
}

#copyright {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}

#footerMenu {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: url(/images/template/menu-bg.png) center center repeat-x #7FC325;
	height: 30px;
}

#footerMenu li {
	float: left;
	padding: 0px;
	line-height: 30px;
}

#footerMenu a {
	color: #FFF;
	display: block;
	padding: 0px 20px;
	height: 30px;
	text-decoration: none;
}

#footerMenu a:hover {
	color: #FF0;
	text-decoration: underline;
}

/* ------ NON LAYOUT STYLING ----- */

.hr {
	padding: 40px 0px
}

.imgL {
	float: left;
	margin: 0px 20px 5px 0px;
}

.imgR {
	float: right;
	margin: 0px 0px 5px 20px;
}

.table th {
	background: url(/images/template/footer-bg.png) repeat-x #000;
	min-height: 30px;
	height: 30px;
	color: #FFF;
}

.table td {
	background: #D3E9AB;
}

.jackpot {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #900;
	line-height: 100%;
}

.jackpot span {
	color: #000;
	font-size: 14px;
}

.drawdate {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #069600;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

.drawdate span {
	font-size: 12px;
	color: #000;
}

.drawdate sup {
	font-size: 10px;
}
table {
	border: 1px solid #069600;
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}
table thead tr th {
	border-bottom: 1px solid #069600;
	padding: 10px;
}
table thead tr th:first-child {
	border-right: 1px solid #069600;
	text-align: left;
}

table thead tr th:last-child {
	text-align: right;
}

table td {
	padding: 10px; 
	border: 1px solid #069600;
}
}

/* ------ END MEDIA TAG ----- */