@charset "utf-8";
/* RESETS AND FONTS */
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}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* BASE STYLES */
body{
	background: #121211 url(img/splash0.png) repeat-x left top;
	
}
.splash h1 {
	background: url(img/splash1.png) no-repeat center 0px;
	height: 364px;
	width: 606px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -999em;
}
.splash h2 {
	display: block;
	height: 72px;
	width: 606px;
	margin-right: auto;
	margin-left: auto;
}
.splash h2 a {
	background: url(img/splash2.png) no-repeat 0px 0px;
	text-indent: -999em;
	display: block;
	float: left;
	height: 72px;
	width: 606px;
}
.jampage {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#jsregform {
	float: left;
	width: 776px;
	background: url(img/jam2010header.png) no-repeat 0px 0px;
	padding-right: 92px;
	padding-left: 92px;
}
#jsregform h5 {
	margin-top: 250px;
	font-size: 133%;
	color: #B3E4E8;
	line-height: 115%;
	text-align: justify;
}


#jsregform .header {
	display: none;
}

#jamAddress {
	font-size: 150%;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	background: transparent;
	margin-top: 176px;
}
#jsregform h2 {
	font-size: 197%;
	line-height: 100%;
	color: #B3E4E8;
	font-weight: normal;
}
#jsregform h3 {
	color: #B3E4E8;
	font-size: 360%;
}

#jsregform table {
	margin-top: 24px;
	color: #FFF;
}
#jsregform table table {
	margin-top: 12px;
	margin-left: 30px;
}
#jsregform table table caption {
	font-size: 150%;
	color: #B3E4E8;
}

#jsregform table th {
	font-size: 197%;
	background: #B3E4E8;
	color: #121211;
}
#jsregform table tr td {
	font-weight: bold;
	font-size: 123%;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 12px;
}
#jsregform table tr td strong {
	font-size: 167%;
}
span.ui-radio {
	background: url(img/checkbox.png) no-repeat 0px 0px;
	height: 35px;
	width: 32px;
	cursor: pointer;
	display: block;
}
span.ui-radio-state-hover {
	background: url(img/checkbox.png) no-repeat -32px 0px;
}
span.ui-radio-state-checked  {
	background: url(img/checkbox.png) no-repeat -64px 0px;
}
span.ui-radio-state-checked-hover {
	background: url(img/checkbox.png) no-repeat -96px 0px;
}



#jsregform table tr.tf td {
	border-bottom: 2px solid #B3E4E8;
	text-align: left;
}
#jsregform tr.alt td{
	background: #242422;
}
#jsregform table tr.tf table td{
	border-bottom-style: none;
}

label.ui-radio-state-checked, label.ui-radio-state-checked-hover , label.ui-radio-state-hover{
	color: #C7AECA;
	cursor: pointer;
}


.ui-helper-hidden-accessible {
	visibility: hidden;
}
#step1button {
	margin-top: 24px;
	padding-bottom: 48px;
	text-align: center;
}
#step1button a {
	background: url(img/jambuttons.png) no-repeat 0px 0px;
	height: 70px;
	width: 471px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-indent: -999em;
}
#step1button a:hover {
	background: url(img/jambuttons.png) no-repeat 0px -70px;
}
#step2form h1 {
	font-size: 150%;
	color: #121211;
	padding: 8px 0px;
	text-transform: uppercase;
	background: #B3E4E8;
	text-align: center;
	margin-top: 24px;
}
#step2form h1 sup {
	line-height: 20%;
	font-size: 77%;
}
#step2form p {
	color: #FFF;
	font-size: 127%;
	margin: 8px 48px 36px;
}
.formRow {
	margin-top: 12px;
	float: left;
	width: 776px;
}
.formRow label.error {
	color: #F30;
	text-align: left;
	float: right;
	width: 580px;
	font-size: 127%;
	margin-top: 4px;
	padding-bottom: 16px;
}

.formRow label.realLabel {
	font-size: 150%;
	font-weight: bold;
	color: #B3E4E8;
	float: left;
	width: 160px;
	margin-right: 10px;
	text-align: right;
}
.formRow input.text {
	font-size: 148%;
	float: right;
	width: 580px;
	border: 2px solid #B3E4E8;
}
.formRow.center {
	text-align: center;
	margin-top: 36px;
	padding-bottom: 48px;
}
#submitButton {
	background: url(img/jambuttons.png) no-repeat 0px -140px;
	height: 70px;
	width: 471px;
	margin-right: 30px;
	margin-left: 190px;
	float: left;
}
#submitButton.hover {
	background: url(img/jambuttons.png) no-repeat 0px -210px;
}

#backButton {
	line-height: 70px;
	height: 70px;
	float: left;
	width: 70px;
	font-size: 100%;
	color: #B3E4E8;
}
#backButton:hover {
	color: #FFF;
}
