@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, ol, ul, li, p, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	font-family: Arial, sans-serif;
}

/* STRUCTURE
************************************/

body {
	background: url(../images/bg_tile.png) repeat-x center top #00114d;
	font-size: 62%;
}

#wrap {
	background: url(../images/bg_top.jpg) no-repeat center -6px;/* -55px */
	min-width: 918px;
}

#head, #main_content, #foot {
	width: 918px;
	position: relative;
	margin: 0 auto;
	font-size: 1.2em;
}

#head {
	color: #00114d;
	z-index: 100;
	padding-top: 137px;
}

#main_content {
	color: #000;
	background: #e3e1da;
	padding: 12px 0 0;
	line-height: 1.5em;
	min-height: 500px;
}

#foot {
	color: #000;
	background: #e3e1da;
	text-align: center;
	padding: 9px 0;
	font-size: .94em;
}

#foot a {
	color: #0000cc;
}

/* COMMON ELEMENTS
************************************/
h1 {
	font-size: 1.666em;
	line-height: 1.5em;
	margin: 5px 0;
}

h2 {
	font-size: 1.333em;
	line-height: 1.5em;
	margin: 5px 0;
}

h3 {
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 5px 0;
}

h4 {
	font-size: 1.166em;
	line-height: 1.5em;
	margin: 5px 0;
}

h5 {
	font-size: 1.083em;
	line-height: 1.5em;
	margin: 5px 0;
}

h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 5px 0;
	font-weight: bold;
}

a {
	color: #00114d;
}

p {
	margin: 10px 0;
}

.clear {
	clear: both;
}

#main_content ul, #main_content ol {
	margin-left: 15px;
}

.gallery_index ul {
	list-style: none;
	margin: 10px 0 !important;
}

.gallery_index li {
	display: inline;
}

#logo {
	margin: 0;
	padding: 0;
	width: 176px;
	height: 115px;
	position: absolute;
	top: 6px;
	left: -9px;
}

#logo a {
	display: block;
	height: 100%;
	background: url(../images/icn_logo.png) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
	outline: none;
}

.message, .errortext {
	color: #ff0000;
}

#col_left, #col_center, #col_right {
	float: left;
}

#col_left {
	width: 207px;
	padding: 0 0 0 16px;
}

#col_center {
	width: 448px;
	padding: 0 12px 0 10px;
}

#col_right {
	width: 207px;
	padding: 0 18px 0 0;
}

.image_link_component {
	display: block;
}

.image_component.left, .image_link_component.left {
	float: left;
	margin: 0 15px 10px 0;
}

.image_component.right, .image_link_component.right {
	float: left;
	margin: 0 0 10px 15px;
}

#home #col_right .image_link_component, #home #col_right .image_component {
	margin: 0;
}

.frame_top {
	padding-top: 2px;
	background: url(../images/frame_top.png) repeat-x top left;
	position: relative;
}

.frame_right {
	padding-right: 2px;
	background: url(../images/frame_right.png) repeat-y top right;
}

.frame_left {
	padding-left: 2px;
	background: url(../images/frame_left.png) repeat-y top left;
}

.frame_bottom {
	padding-bottom: 2px;
	background: url(../images/frame_bottom.png) repeat-x bottom left;
	z-index: 1;
}

.frame_tl, .frame_tr, .frame_bl, .frame_br {
	position: absolute;
	width: 4px;
	height: 4px;
	z-index: 999;
}

.frame_tl {
	top: 0;
	left: 0;
	background: url(../images/frame_tl.png) no-repeat top left;
}

.frame_tr {
	top: 0;
	right: 0;
	background: url(../images/frame_tr.png) no-repeat top left;
}

.frame_bl {
	bottom: 0;
	left: 0;
	background: url(../images/frame_bl.png) no-repeat top left;
}

.frame_br {
	bottom: 0;
	right: 0;
	background: url(../images/frame_br.png) no-repeat top left;
}

.lottery-ticket-checker-winners-table .lottery-ticket-checker-winner {
	color: #00114D !important;
}

.lottery_ticket_checker.year_view .lottery-ticket-checker-winner {
	color: #000;
	font-weight: normal;
}

.lottery_ticket_checker.year_view .lottery-ticket-checker-matching-number {
	color: #000;
}

.lottery_ticket_checker.year_view .lottery-ticket-checker-matching-special-number {
	color: #ff0000
}

.lottery_ticket_checker.year_view .multiplier {
	color: #00114D;
}

/* MAIN NAV
************************************/

#navbar {
	clear: both;
	background: #00114d;
	position: relative;
	overflow: visible;
}

#search {
	float: right;
	width: 211px;
	color: #e3e1da;
	text-transform: uppercase;
	padding: 4px 0 0;
}

#search label {
	float: left;
	padding: 2px 5px 0 0;
}

#search_input {
	width: 94px;
	height: 17px;
	float: left;
	background: url(../images/bg_search_input.png) no-repeat top left;
	border: none;
	margin: 0 7px 0 0;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	padding-top: 2px;
	font-size: 11px;
	line-height: 1em;
}

#search_go {
	border: none;
	background: url(../images/btn_go.png) no-repeat top left;
	display: block;
	width: 22px;
	height: 17px;
}

#main_nav ul {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

#main_nav li {
	float: left;
}

#main_nav ul ul li.has_children a, #main_nav ul ul li.has_children li.has_children a, #main_nav ul ul li.has_children.hover li.has_children a {
	background: url(../images/nav_more.png) no-repeat right center;
}

#main_nav ul ul li.has_children a:hover, #main_nav ul ul li.has_children.hover a, #main_nav ul ul li.has_children li.has_children.hover a {
	background: url(../images/nav_more_hover.png) no-repeat right center;
}

#main_nav ul ul li.has_children ul li a, #main_nav ul ul li.has_children.hover ul li a,
#main_nav ul ul li.has_children li.has_children ul li a, #main_nav ul ul li.has_children li.has_children.hover ul li a, #main_nav ul ul li.has_children.hover li.has_children ul li a {
	background: none
}

#main_nav a {
	display: block;
	padding: 7px 12px 5px;
	color: #e3e1da;
	text-transform: uppercase;
	text-decoration: none;
}

#main_nav .current a, #main_nav .parent a {
	color: #82a4c5;
}

/** Dropdown *************/

#main_nav li ul li {
	float: none;
	padding: 0;
	margin: 0;
}

#main_nav li ul {
	width: 165px;
	list-style: none;
	margin: 0;
	position: absolute;
	visibility: hidden;
	background: #c4c7cc;
}

#main_nav li ul a, #main_nav .current ul a, #main_nav .parent ul a {
	color: #1b1818;
	text-transform: none;
	font-weight: normal;
	padding: 8px 13px;
	font-size: 12px;
	line-height: 1.5em;
}

#main_nav li ul li.hover, #main_nav li ul li:hover {
	background: #1a2232;
}

#main_nav .hover a, #main_nav a:hover, #main_nav .hover .hover a {
	color:  #82a4c5;
}

#main_nav .hover li.hover a, #main_nav .hover .hover li.hover a, #main_nav .hover .hover .hover li.hover a, #main_nav .hover .hover .hover li:hover a {
	color: #fff;
}

#main_nav .hover li.hover ul a, #main_nav .hover ul li a, #main_nav .hover .hover li.hover ul li a {
	color: #1b1818;
}

#main_nav ul ul ul {
	margin-top: -31px;
}

/* SUB NAV
************************************/
/* HOME
************************************/

#home_head_text {
	font-size: 1.083em;
	position: absolute;
	left: 3px;
	top: 118px;
	width: 570px;
}

#home_head_text p {
	margin: 0;
}

#home_head_callout {
	padding: 7px 0 0;
	position: absolute;
	top: 0;
	right: 0;/*7px*/
}

#winner_slideshow_contain {
	position: relative;
}

#winner_slideshow_contain .caption_credit {
	color: #00114d;
	text-align: center;
	display: block;
}

#winner_slideshow .image_link_component, #winner_slideshow .image_component {
	width: 448px;
	height: 274px;
}

#slideNav {
	padding: 3px;
	background: #000;
	float: left;
	position: absolute;
	top: 221px;
	left: 13px;
	z-index: 99;
}

#slideNav a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 4px 10px;
	float: left;
	text-decoration: none;
	color: #fff;
	outline: none;
	line-height: 1.5em;
}

#slideNav a.activeSlide {
	background: #3f3f7b;
}

#home .lottery_ticket_checker {
	background: url(../images/bg_number_check_top.jpg) no-repeat top left;
	margin: 6px 0;
	padding-top: 2px;
}

#home .lottery_ticket_checker .input_div {
	overflow: hidden;
}

#home .lottery_ticket_checker form {
	background: url(../images/bg_number_check_btm.png) no-repeat bottom left;
	padding: 3px 7px 7px;
}

select.lottery_ticket_checker_month {
	width: 68px;
}

.lottery_ticket_checker p {
	margin: 5px 0;
}

input.numbers_submit {
	display: block;
	width: 33px;
	height: 19px;
	float: right;
}

.lottery_ticket_checker h3 {
	font-size: 13px;
	color: #00114D;
	margin: 0 0 2px;
	line-height: 1.5em;
}

.submit_space {
	margin: 5px 0 0;
}

.lottery_game_info_component {
	background: url(../images/bg_small_box_top.jpg) no-repeat top left;
	color: #00114d;
	margin: 6px 0;
}

.lottery_game_info_component_contain {
	background: url(../images/bg_small_box_btm.png) no-repeat bottom left;
	padding: 2px 6px 5px 8px;
	position: relative;
}

.lottery_game_info_component p {
	margin: 0;
}

.lottery_game_name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}

.game_line {
	margin-top: 5px !important;
}

.game_line sup {
	display: none;
}

.lottery_game_name a {
	color: #00114d;
	text-decoration: none;
}

.lottery_numbers {
	list-style: none;
	margin: 0 !important;
}

.lottery_numbers li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 19px;
	height: 19px;
	background: url(../images/bg_number.png) no-repeat top center;
	text-align: center;
	margin: 0 5px 0 0;
	padding-top: 1px;
	line-height: 1.2em;
}

.lottery_numbers li.multiplier {
	background: none;
}

.lottery_numbers li.powerball, .lottery_numbers li.mega, .lottery_numbers li.hot {
	background: url(../images/bg_number_red.png) no-repeat top left;
	color: #FFF;
}

.lottery-ticket-checker-number-input {
	background: #ffffff;
}

.lottery-ticket-checker-number-input.red_bg {
	background: #ff0000;
}

.next_jackpot {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
}

.next_jackpot_date, .jackpot_cash {
	font-size: 10px;
	line-height: 1.2em;
}

.next_jackpot_date .date, .cash_amount {
	font-size: 12px;
	line-height: 1.5em;
}

.btn_past_numbers {
	display: block;
	width: 37px;
	height: 17px;
	background: url(../images/btn_past_numbers.png) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
	float: right;
	position: absolute;
	top: 6px;
	right: 6px;
}

.center_padding {
	padding: 0 6px;
}

/* INTERNAL
************************************/

#page_title {
	position: absolute;
	top: 98px;
	text-align: center;
	width: 100%;
}

#page_title h1, #page_title h2, #page_title h3, #page_title h4, #page_title h5, #page_title h6 {
	color: #00114d;
	font-size: 24px;
	line-height: 1.5em;
}

#internal.two_col #col_center {
	width: 667px;
	padding: 0 18px 0 10px;
}

#internal.two_col #content_left {
	width: 326px;
	padding-right: 15px;
	float: left;
}

#internal.two_col #content_right {
	width: 326px;
	float: left;
}

.textpander {
	font-size: 12px;
	line-height: 1.7em;
}

.textpander .headline {
	font-size:14px !important;
	font-weight: bold;
	line-height: 1.25em;
}