
href, body {
	margin: 0;
	padding: 0;
	background-color: #B3D66B;
	height: 100%;
}

body {
	background-image:url(../Images/gif/backgroundimage.png);
	background-repeat:repeat-x;
	text-align:center;
}

img {
	border: none;	
}

#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 100%;
	}

#header {
 	position: relative;
	width: 950px;
	height: 9.375em;
	z-index: 2;
	margin: 0;
	padding: 0;
	min-height: 150px;
}

#header ul {
	position: absolute;
	top: 18px;
	right: 24px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul li {
	float: right;
	margin-left: 12px;
}

#header ul li a{
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
	height: 28px;
	background: url(../Images/gif/accountButtonsLeft.png) no-repeat 0px 0px;
	display:inline-block;
	line-height: 28px;
	text-shadow: 1px 1px 3px #6d0b2f;

}

#header ul li span{
	height: 28px;
	background:url(../Images/gif/accountButtonsRight.png) no-repeat right 0px;
	display:inline-block;
	margin-right:0px;
	margin-left:6px;
	line-height: 28px;
	padding-right: 16px;
	padding-left: 10px;
}

#header ul li a:hover{
	text-decoration: underline;
	cursor:pointer;
}

#header > ul > li > a:hover {
	text-decoration: none;	
}


#header ul li a span:hover{
	text-decoration: underline;
	cursor:pointer;
}



#welcome {
	position: absolute;
	top: 0;
	right: 64px;
	padding-top: 4.375em;
	margin: 0 0px 0 0;
	width: 435px;
	height: 5em;
	z-index: -1;
}

#welcome p{
	margin: 0;
	padding: 0;
}
.loggedIn {

	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
}

.loggedOut {
	
}

#mainNav {
	position: relative;
	bottom: 0px;
	width: 950px;
	height: 1.5em;
	margin:0;
	z-index: 3;
	color:#000;
	margin-bottom: -1px;

}

#container > #mainNav {
	margin-bottom: 0px;
}

#mainNav ul {
	height: 100%;
	list-style-type: none;
	padding: 0;
}

#mainNav ul li{
	float: left;
	height: 1.5em;
	border-bottom: 1px solid #fbb03b;
	overflow:hidden;
	margin-left: 0;
}

#mainNav ul li a {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color:#333;
	text-decoration:none;
	height: 2.2em;
	background:url(../Images/gif/navTabsLeft.gif) no-repeat 0px -72px;
	display:inline-block;
	line-height: 1.5em;
}
#mainNav ul li a span{
	height: 2.2em;
	background:url(../Images/gif/navTabsRight.gif) no-repeat right -72px;
	display:inline-block;
	line-height: 2.2em;
}



#mainNav ul li a:hover {
	background:url(../Images/gif/navTabsLeft.gif) no-repeat 0px -144px;
}

#mainNav ul li a:hover span{
	background:url(../Images/gif/navTabsRight.gif) no-repeat right -144px;
	cursor:pointer;
}

.enNav {
	margin: 0 0px 0 24px;
	
}

.enNav li{
	margin-right: 13px;
}

.enNav li a {

}

.enNav li a span{
	margin: 0 0 0 6px;
	padding-right: 46px;
	padding-left: 40px;
}

.spNav {
	margin: 0 0px 0 24px;
}

.spNav li{
	margin-right: 13px;
}

.spNav li a {

}

.spNav li a span{
	margin: 0 0 0 6px;
	padding-right: 24px;
	padding-left: 18px;

}

#mainNav > ul.spNav > li > a > span{
	margin-right: 0px;
	padding-right: 27px;
}


#lotteryLogo {
	position: absolute;
	top: 21px;
	left: 19px;
}

#siteLogo {
	position: absolute;
	top: 21px;
	left: 123px;
}

#main {
	width: 950px;
	z-index: 2;
}

#backgroundTop {
	height: 50px;
	background-image: url(../Images/gif/topMainYellow.png);
	background-position: top;
	background-repeat:no-repeat;
}

#backgroundMiddle {
	background-image:url(../Images/gif/middleMainWhite.png);
	background-position: top;
	background-repeat:repeat-y;
}

#mainContent {
	position: relative;
	top: -25px;
	left: 0;
	margin: 0 24px 0 24px;
	padding: 0;
	line-height: 1em;
	overflow:hidden;
}

#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color:#444;
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 50px;
	clear:both;
	padding: 15px 0;
	background-image: url(../Images/gif/bottomMain.png);
	background-position: top;
	background-repeat:no-repeat;

}

#footer p {
	margin: 0 0 2px 0;
	padding: 0;
}

#mainNav ul li.active {
	border-bottom: 1px solid #fcee21;
}

#mainNav ul li.active a, #mainNav ul li.active a:hover {
	background-position: 0px 0px;
	cursor:default;
	border-bottom: 1px solid #fcee21;
}

#mainNav ul li.active a span, #mainNav ul li.active a:hover span {
	background-position: 100% 0px;
	cursor:default;
	border-bottom: 1px solid #fcee21;
}


