/* Eric Meyer's CSS Reset code - 15 Jan 2008											*/
/* See http://meyerweb.com/eric/thoughts/2007/04/18/reset-reasoning/ for explanation	*/
/* He convinced me, let him convince you as well.*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*		Layout Section		*/
body { }

/*	Element defaults	*/
/*	=dd						*/
dd { margin: 1em; }

/*	=dt						*/
dt { margin: 1em; }

/*	=h1						*/
h1
{
	padding-top: 25px;
	padding-bottom: 10px;
}

/*	=h2						*/
h2 { padding: 0 20px 10px 0; }

/*	=h3						*/
h3
{
	padding-top: 14px;
	padding-bottom: 1em;
}

/*	=p						*/
p { margin-top: 1em; }

p.Note
{
	margin-top: 0;
	padding-right: 20px;
}

/*	=input		*/
input
{
	border-style: solid solid solid solid;
	border-width: 2px;
	margin: 1em 10px;
	width: 200px;
}

/*	=img		*/
img { display: inline; }

/*	=li			*/
li
{
	display: list-item;
	padding: 10px 0;
	vertical-align: middle;
}

/*	=ol			*/
ol
{
	list-style-type: decimal;
	padding: 20px 5em;
}

select
{
	border-style: solid solid solid solid;
	border-width: 2px;
	margin-left: 4px;
	width: 149px;
}

/*	=ul			*/
ul { padding: 20px 5em; }

ul li
{
	padding: 0;
	margin: 0;
}

/*	=Button		*/
.Button
{
	border: none;
	background-position: top 0 no-repeat;
	margin-right: 0;
	height: 0px;
	width: 118px;
	margin-left: 3em;
	vertical-align: middle;
	padding-top: 57px;
}

.Button:hover { background-position: -118px top; }

/*	=Box		*/
div.Box
{
	clear: left;
	float: left;
	margin-bottom: 3em;
	width: 40%;
}

div.Box p { margin: 1em 0 1em 2em; }
div.Box h1 { margin-left: 20px; }

/*	=BoxAlternate	*/
div.BoxAlternate
{
	clear: right;
	position: relative;
	left: 55%;
	width: 40%;
}

img.BoxAlternate
{
	width: auto;
	float: right;
	padding-right: 20px;
}

div.BoxAlternate p { margin: 1em 0 1em 20px; }
div.BoxAlternate h2  
{
	padding-top: 30px;
	padding-bottom: 20px;
}

/*	=InvalidDate	*/
img.InvalidDate { display: none; }

/*	=NavList		*/
.NavList
{
	float: right;
	padding-top: 5px;
	padding-right: 12px;
}

.NavList li
{
	float: left;
	height: auto;
	background-image: none;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2.5em;
	display: list-item;
	padding-left: 0;
	padding-bottom: 0;
}

div.Peekaboo
{
	position: relative;
	margin: 0;
	padding: 0;
}

/*	=Prizes			*/
img.Prizes
{
	position: absolute;
	left: 100px;
	bottom: -41px;
	z-index: 5;
}

/*	=Rules			*/
dl.Rules { padding: 1em 0; }
dl.Rules dt { float: left; }
dl.Rules dt, dl.Rules dd { margin: 0 1em; }
dl.Rules dd { margin-bottom: 1em; }

/*	=SafetySeal		*/
.SafetySeal
{
	vertical-align: bottom;
	padding-top: 0;
}

/*	=vcard			*/
dl.vcard { padding: 10px 0; }

dl.vcard dt
{
	clear: left;
	float: left;
	margin: 10px 0 0 0;
}

dl.vcard dd { margin: 10px 0 0 15%; }
dl.vcard dd a, dl.vcard dd span.street-address { display: block; }
dl.vcard dd span.street-address { padding: 3px 0; }

/*	=WhatsThis		*/
a.WhatsThis span
{
	position: absolute;
	top: 280px;
	right: 16px;
	width: 160px;
	display: none;
}

a.WhatsThis:hover span, a.WhatsThis span.fakehover { display: block; }

/*		IDs			*/
/*	=AuxColumn		*/
#AuxColumn
{
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
}

/*	=FlashBar		*/
#FlashBar
{
	height: 216px;
	border-left: 1px solid;
	border-right: 1px solid;
	overflow: hidden;
}

/*	=Footer			*/
#Footer
{
	width: 952px;
	margin: 0 auto;
	border-top: 2px solid;
	padding-bottom: 20px;
}

#Footer p
{
	clear: both;
	width: 75%;
	margin-top: 3px;
}

#Footer p.Copyright
{
	float: left;
	margin-top: 4px;
	width: auto;
}

#Footer ul.NavList
{
	position: relative;
	z-index: 1000;
	padding-bottom: 5px;
	padding-left: 0;
}

#Footer ul.NavList img { padding-top: 5px; }

#Footer ul.NavList li
{
	margin: 0 8px 0 0;
	list-style-type: none;
	z-index: 100;
}

/*	Page-specific styles */
/*	=TextPage (privacy, etc. from BlankMaster)	*/
/*	=TextPage		*/
.TextPage
{
	padding-top: 34px;
	width: 590px;
	margin: 0 auto;
}

.TextPage h1 { padding-top: 10px; }

.TextPage h2
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.TextPage #PageHead
{
	border-top: 2px solid;
	padding-bottom: 16px;
}

.TextPage #PageHead p.Copyright
{
	clear: right;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-top: 0;
}

.TextPage #PageHead ul.NavList
{
	padding: 5px 0 0 0;
	list-style-type: none;
}

.TextPage #PageHead ul.NavList li  
{
	margin: 0 8px 0 0;
	list-style-type: none;
}
.TextPage #TPage { padding: 0 2em 1em 2em; }

.TextPage #TPage ol
{
	padding-left: 2em;
	padding-right: 2em;
}

.TextPage #TPage ol.Roman
{
	list-style-type: upper-roman;
}

.TextPage #TPage ul
{
	list-style-type: disc;
	padding: 3px 2em;
}

.TextPage #TPage ul li
{
	padding-top: 3px;
	padding-bottom: 3px;
}

/*	=Page (wider pages, such as FlashMaster)	*/
.Page
{
	width: 952px;
	margin: 0 auto;
	height: auto;
}
.Page input.BirthMonth { margin: 4px 2px 0 6px; padding: 1px 0; width: 19px; }
.Page input.BirthDay { margin: 4px 2px 0 2px; padding: 1px 0; width: 19px; }
.Page input.BirthYear { margin: 4px 2px 0 2px; padding: 1px 0; width: 30px; }
.Page img.inputError { margin: 4px 0 0 0; padding: 0; }

/*	=AVPage			*/
#AVPage { position: relative; }
#AVPage h1 { padding-top: 10px; }
#AVPage fieldset { padding-top: 33px; }

#AVPage fieldset input
{
	margin-bottom: 0;
	margin-top: 0;
}

/*	=BPage			*/
#BPage  
{
	position: relative;
	height: 550px;
}

/*	=BFPage			*/
#BFPage
{
	padding-top: 35px;
	position: relative;
	line-height: 1.4em;
}

#BFPage ul { list-style-type: disc; }

/*	=CPage			*/
#CPage
{
	padding-top: 35px;
	position: relative;
}

#CPage li
{
	height: 25px;
	padding: 0 0 10px 30px;
}

#CPage #MainColumn
{
	top: 0;
	left: 400px;
	width: 552px;
}

/*	=FFPage				*/
#FFPage
{
	padding-top: 35px;
	position: relative;
}

/*	=QEPage	(Main div on the Quick Entry (Default) page		*/
#QEPage { position: relative; }

#QEPage #FlashColumn
{
	position: absolute;
	top: -9px;
}

#QEPage #MainColumn
{
	position: relative;
	top: 0;
	left: 400px;
	width: 552px;
}

#QEPage #MainColumn img.PrizeList
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#MainColumn br { clear: both; padding-bottom: 1em; }

#QEPage fieldset#Entry { position: relative; }

#QEPage fieldset#Entry label
{
	width: 52%;
	float: left;
	clear: left;
	padding-right: 7%;
	padding-left: 7%;
}

#QEPage fieldset#Entry .Button
{
	position: absolute;
	top: 0;
	left: 365px;
}

#QEPage div.QEntry
{
	margin-top: 40px;
	margin-bottom: 30px;
}

#QEPage div.QEntry .Button
{
	position: absolute;
	top: 333px;
	left: 375px;
}

#QEPage p.FPReturn
{
	clear: left;
	padding: 10px 0;
}

/*	=FlashColumn	*/
#FlashColumn
{
	position: relative;
	top: -9px;
}

/*	=Forgot			*/
.Forgot
{
	margin: 58px 0 20px 0;
	padding-left: 0;
}

.Forgot h2 { padding: 25px 0 0 38px; }

.Forgot p
{
	width: 328px;
	padding-left: 40px;
	margin-top: 3px;
	text-align: center;
}

.Forgot p.Note { width: 260px; }

.Forgot .SubmitButton
{
	margin-left: 0;
	position: absolute;
	top: 333px;
	left: 401px;
}

.Forgot fieldset { padding-left: 38px; }
.Forgot fieldset input { margin-bottom: 0; }
p.FPReturn {  }

/*	=MainColumn		*/
#MainColumn
{
	position: absolute;
	top: 35px;
	left: 300px;
	width: 652px;
}

/*	=QuickEntry	*/
div.QEntry { padding-top: 10px; }
div.QEntry .HeaderBlock { width: 61%; }
div.QEntry p { padding-left: 49px; }
div.QEntry h2 { padding-bottom: 0; }

div.QEntry fieldset
{
	width: 375px;
	padding-top: 10px;
	float: left;
	margin-bottom: 15px;
}

div.QEntry fieldset input
{
	width: 200px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.QEntry label
{
	width: 11em;
	float: left;
	clear: left;
	padding-top: 10px;
}

div.QEntry .Button { margin-left: 26px; }

/*	=RPage				*/
#RPage  
{
	padding-left: 15px; 
	padding-bottom: 1em;
}

#RPage .Outside
{
	position: relative;
	left: -15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#RPage .ErrorMsgs { height: 4em; }

#RPage .Button
{
	margin-right: 0;
	margin-left: 0;
	margin-top: 15px;
}

#RPage .SubmitButton { margin-right: 3em; }

/*	=Checkbox	*/
span.CheckBox input
{
	margin-top: 0;
	width: auto;
	border: none;
	float: left;
	margin: 5px 0 5px 10px;
}

span.CheckBox label 
{
	margin: 0 0 0 4.5em;
	clear: none;
	float: none;
	display: block;
	width: auto;
	padding-top: 0;
}

.Columns span.CheckBox
{
	margin-top: 0;
	float: left;
}

/*	=CheckboxText	*/
p.CheckboxText, .Columns p.CheckboxText { margin: 0 0 0 4.5em; }

/*	=Columns		*/
.Columns
{
	float: left;
	width: 285px;
	padding-left: 10px;
	padding-right: 10px;
}
.LastColumn
{
	width: 280px;
/*	position: relative;
	left: 10px;*/
}
.Columns fieldset { margin: 10px 0; }

.Columns label
{
	width: 7em;
	float: left;
	clear: left;
	padding-top: 8px;
	margin-left: 10px;
}

.Columns fieldset.Confirmation label { padding-top: 0; }

.Gender label.GroupLabel
{
	padding-top: 3px;
	width: 95px;
}

.Columns input
{
	width: 145px;
	margin: 4px 2px 0 4px;
}

.Columns input.Button { width: 118px; }
.Radio { display: inline; }

.Radio input
{
	display: inline;
	width: auto;
	vertical-align: text-bottom;
	border: none;
	margin-left: 0px;
}

.Radio label
{
	display: inline;
	float: none;
	width: 30px;
	clear: none;
}

input.ShortPhone
{
	width: 24px;
	margin-left: 4px;
}

.Columns h1 { padding-top: 10px; }

.Columns .HeaderBlock
{
	position: relative;
	width: 64%;
}

.Columns .HeaderBlock h1 { float: left; }
.Columns .HeaderBlock h1 img { padding-top: 5px; }

.Columns .HeaderBlock p.Note
{
	clear: none;
	padding-top: 16px;
	padding-right: 0;
}

.Columns .HeaderBlock p
{
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
}

.Columns .HeaderBlock a.WhatsThis span
{
	left: 191px;
	top: 0;
	width: 100px;
	line-height: 1.1em;
}

/*	=ColumnSection	*/
.ColumnSection
{
	margin-top: 20px;
	border-top: 2px solid;
	padding-top: 15px;
}

input.LongPhone
{
	width: 30px;
	margin-left: 5px;
}

/*	=FlashBox		*/
#FlashBox { margin-top: 10px; }

img.inputSuccess
{
	border: none;
	display: none;
}

fieldset.inputError img.inputError { display: inline; }
fieldset input.inputError { border: 2px solid; }

/*	=TYPage				*/
#TYPage
{
	padding-top: 35px;
	position: relative;
}

#TYPage img.Prizes
{
	position: static;
	clear: both;
}

#TYPage div.Box
{
	margin-top: 30px;
	margin-bottom: 0;
}

/*		Color Section		*/
body
{
	background-color: #015B9B;
	color: white;
}

/*	Element defaults	*/
/*	=a						*/
a:link, a:visited, a:hover, a:active { color: #FFE876; }

/*	=EnterButton			*/
.EnterButton { background-image: url( ../images/btn_EnterBG.jpg ); }

/*	=h3						*/
h3 { background-color: #363; }

/*	=input		*/
input, select { border-color: #FFF #000 #000 #FFF; }

/*	=p			*/
#notify { background: url( ../images/WarningIcon.gif ) no-repeat; }

/*	=SubmitButton			*/
.SubmitButton { background: url( ../images/btn_SubmitBG.jpg ); }

/*	=FlashBar		*/
#FlashBar
{
	border-left-color: #015B9B;
	border-right-color: #015B9B;
	background: url( ../images/barBG.gif ) left bottom no-repeat;
}

/*	=Footer			*/
#Footer
{
	background-color: #015B9B;
	color: #9CF;
	border-top-color: #7FA7C3;
}
#Footer ul.NavList { background-color: #015B9B; }
#Footer ul.NavList li a { color: White; }
#Footer ul.NavList li a:hover { color: #FFE876; }

/*	Page-specific styles */
/*	=TextPage (privacy, etc. from BlankMaster)	*/
.TextPage { background-color: #363; }
.TextPage #PageHead  
{
	border-top-color: #88abc3;
	background: #015B9B url( ../images/borderText.gif ) left bottom no-repeat;
}
.TextPage #PageHead ul.NavList li a { color: White; }
.TextPage #PageHead ul.NavList li a:hover { color: #FFE876; }

/*	=Page (wider pages, such as FlashMaster)	*/
/*	=Page					*/
.Page { background: url( ../images/greenFeltBG.gif ) top left; }

/*	=CPage			*/
#CPage li { background: url(../images/icon_SpadeG.jpg) no-repeat left top; }

/*	=QEPage	(Main div on the Quick Entry (Default) page		*/
#QEPage li { background: url(../images/icon_SpadeG.jpg) no-repeat left top; }
p.FPReturn { color: #feb676; }

/*	=RPage				*/
/*	=ClearButton	*/
.ClearButton { background-image: url( ../images/btn_ClearBG.jpg ); }
fieldset input.inputError { border-color: red; }

/*		Typography Section	*/
body
{
	font-size: 12px;
	font-family: Arial, San-Serif;
}

/*	Element defaults	*/
/*	=dt						*/
dt { font-weight: bold; }

/*	=h3						*/
h3
{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}

/*	=p						*/
p.Note
{
	text-align: right;
	font-size: 90%;
}

p.Advisory
{
	font-size: 83%;
	text-align: center;
}

/*	=NavList		*/
.NavList li
{
	font-weight: normal;
	line-height: 22px;
}

/*	=vcard			*/
dl.vcard { font-weight: bold; }
dl.vcard dd address { font-style: normal; }

/*	=WhatsThis		*/
a.WhatsThis { text-decoration: none; }

a.WhatsThis span
{
	text-align: left;
	text-decoration: none;
}

/*		IDs			*/
/*	=Footer			*/
#Footer { font-size: 85%; }

#Footer p.Copyright
{
	font-size: 89%;
	line-height: 22px;
}

#Footer ul.NavList li a { text-decoration: none; }

/*	Page-specific styles */
/*	=TextPage (privacy, etc. from BlankMaster)	*/
/*	=TextPage		*/
.TextPage
{
	line-height: 1.2em;
	font-size: 92%;
}

.TextPage h1 { text-align: center; }
.TextPage h2 { text-align: center; }
.TextPage #PageHead ul.NavList li a { text-decoration: none; }

.TextPage #PageHead p.Copyright
{
	text-indent: 0;
	font-size: 81%;
	text-align: right;
}

/*	=Page (wider pages, such as FlashMaster)	*/
.Page input { font-size: 100%; }

/*	=AVPage			*/
#notify
{
	font-weight: bold;
	line-height: 18px;
	padding-left: 20px;
	margin-left: 207px;
	height: 20px;
}

/*	=BPage			*/
#BPage { font-weight: bold; }

/*	=BFPage			*/
#BFPage { line-height: 1.4em; }

/*	=CPage			*/
#CPage li
{
	line-height: 26px;
	font-weight: bolder;
}

/*	=FFPage				*/
#FFPage h1 { font-size: 200%; }

/*	=QEPage	(Main div on the Quick Entry (Default) page		*/
#QEPage { font-weight: bold; }

#QEPage li
{
	line-height: 26px;
	font-weight: bolder;
}

/*	=QuickEntry	*/
div.QEntry .HeaderBlock { text-align: right; }
div.QEntry label { text-align: right; }

/*	=RPage				*/
#RPage { font-weight: bold; }

/*	=CheckboxText	*/
p.CheckboxText, .Columns p.CheckboxText
{
	line-height: 1.2em;
	font-size: 83%;
}
span.CheckBox label 
{
	line-height: 1.2em;
	font-size: 83%;
}

/*	=Columns		*/
.Columns { line-height: 1.4em; }
.Columns .HeaderBlock a.WhatsThis span { line-height: 1.1em; }
.Columns input { font-size: 100%; }
.Columns p.Note
{
	font-size: 83%;
	text-align: left;
}

.Columns p.Disclaimer { font-size: 83%; line-height: 1.2em; }

/*	=TYPage			*/
#TYPage { font-weight: bold; }