/* RESETS & BASIC PAGE SETUP */

* {
	margin: 0;
}
html {
	overflow-y: scroll;
}

body {
	background-color: #0CBEE4;
	margin-top: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #A31B34;
	text-decoration: none;
}
a:visited {
	color: #A31B34;
	text-decoration: none;
}
a:hover {
	color: #A31B34;
	text-decoration: underline;
}
a:active {
	color: #A31B34;
	text-decoration: none;
}
ul {
	list-style:none;
}
li {
	list-style-image:url(../images/bullet.gif);
	list-style-position:inside;
}
a {
	outline: none;
}
a img {
	border: none;
}



/* END RESET */


/* TOOLBOX */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
br.clearfloat {
	clear:both;
	height:0;
}
/* END TOOLBOX */


/***************** body **************************/




#wrap {
	width:960px;
	margin:0 auto;
	min-height:800px;
}
#left {
	float:left;
	width:225px;
	position:relative;
}
#socialBox {
	width:225px;
	
	margin-top:3px;
	background:url(../images/social-header.jpg) no-repeat;
	height:160px;
	background-color:#FFF;
}

.tweet {
	background-color:#FFF;
	width:215px;
	
	
	
	
	}
#right {
	float:right;
	width:719px;
	position:relative;
	margin-left:10px;
}
#headers {
	width:719px;
	height:243px;
}
#content {
	width:639px;
	min-height:450px;
	padding:20px 40px 40px 40px;
	background-color:#FFF;
	font-size:12px;
	color:#333;
}
#contentBottom {
	width:719px;
	background-color:#FFF;
}
/*--subpages policy--*/
#footer {
	width:700px;
	height:30px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:15px;
	padding-top:12px;
	position:relative;
}
#footer a:link {
	color:#FFF;
	text-decoration: none;
}
#footer a:visited {
	color:#FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #B21A37;
	text-decoration: none;
}
#footer a:active {
	color:#FFF;
	text-decoration: none;
}

#policyHome {
	width:700px;
	height:30px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:15px;
	padding-top:12px;
	position:relative;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#003e6e;
}
h2 {
	font-size:28px;
	font-weight:bold;
	color:#003e6e;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
}
#fla {
	width:719px;
	min-height:387px;
	position:relative;
}
#tiles {
	width:719px;
	height:124px;
	position:relative;
}

#vid {
	width:224px;
	height:327px;
	margin-top:6px;
	position:relative;
}

#grand {
	width:719px;
	height:360px;
	margin-top:13px;
	position:relative;
}

#sponsors {
	width:719px;
	height:78px;
	margin-top:5px;
	position:relative;
}
.txtForm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.txtFormStar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b20838;
}
.txtFormreply {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.txtfaq {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b20837;
	
}
.error { font-weight: bold; color: red; }

#counter{
	position:absolute;
	width:240px;
	height:65px;
	left: 0px;
	top: 42px;
}


.lcdstyle{
	font-size:22px;
	color:#b20838;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	

}

#countdowncontainer {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	
	margin-bottom:4px;
	width:310px;
	
}


#countdowncontainer2 {
	background-color:#FFF;
	width:280px;
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding-left:10px;
	
}

sup {
	
	font-size:10px;
	color:#b20838;
	
}

.training {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
}

.faq {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1A3A82;
	font-weight:bold;
}


#widget {
	margin-top:15px;
	margin-bottom:10px;
	width:225px;
	height:250px;
	overflow:hidden;
	
	
	
	
	}
	
	
	
	/* -------------------------- HOME SLIDER -----------------*/ 
	
	
	#slideshow {
    position:relative;
    height:376px;
	width:600px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


.button-next-step {
background:url(../images/btn-next.jpg) no-repeat; border:none; width:96px; height:41px; cursor:pointer; padding-bottom:3px; text-indent: -1000em;
font-size:0;
line-height:0;
}

.button-proceed-step {
background:url(../images/btn-proceed.jpg) no-repeat; border:none; width:88px; height:39px; cursor:pointer; padding-bottom:3px; text-indent: -1000em;
font-size:0;
line-height:0;
}

.participant-details {
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
	border-top: 2px #ccc dashed;
}
.participant-details-primary {
	border-top: none;
}
.same-as-primary label {
	font-weight: bold;
	font-size: 16px;
}
.participant-details fieldset, .round-box {
	border: 1px solid #CACACA;
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color: #f4f4f4;
}
#agreement-box {
	width: 300px;
	padding: 20px;
}
.participant-details div.round-box {
	width: 370px;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}

.participant-details div.round-box .heading {
	float: left;
	margin: 10px;
	overflow:hidden;
}
.participant-details div.round-box span.participant-label {
	font-weight: bold;
	size: 18px;

	font-size: 20px;
}
.participant-details div.round-box span.participant-required {
	display: block;
	float: right;
	color: red;
	font-size: 10px;
}
.participant-details div.round-box span.participant-name {
	font-style: italic;
	color: #898989;
}
.participant-details div.round-box div {
	clear: both;
}
.participant-details div.round-box div label {
	width: 150px;
	float: left;
	font-weight: bold;
}
.participant-details div.round-box div input,
.participant-details div.round-box div textarea {
	width: 200px;
}
.requiredStar { color: red; padding-left: 3px;}
.participants-selection td {
	text-align: center;
	padding: 10px;
}
.participants-selection label {
	font-weight: bold;
}
#participants-details-brief {
	border-collapse: collapse;
}
#participants-details-brief td,  #participants-details-brief th  {
	padding: 5px;
	background-color: #EAF2F4;
	border-bottom: 2px solid white;
	text-align: left;
}
#participants-details-brief input {
	width: 70px;
}

.participant-details-extra {
	width: 220px;
	float: right;
	padding-bottom: 10px;
}
.participant-details-extra label { font-weight: bold; }
.submit-buttons { clear: both; padding-top: 10px; }
.same-as-primary { padding-bottom: 10px;}
.extra-details input, .extra-details textarea { width: 250px; }
.participants-details-summary {
}
.order-total {
	font-size: 20px;
	text-align: right;
	color: #B20838;
}

.credit-card-details div.round-box {
	width: 250px;
	padding: 10px;
	background: url(../images/lock.png) no-repeat 250px 10px;
}
#cart_rungeelong_creditCard_name, #cart_rungeelong_creditCard_number  { width: 150px; }

.credit-card-details div.round-box div.heading {
	float: left;
	width:100%;
	padding: 5px 0 10px 0;
	font-weight: bold;
	font-size: 20px;
}
.credit-card-details div.round-box label {
	font-weight: bold;
	width: 80px;
	display: block;
	float: left;
}
#cart_creditCard_name, #cart_creditCard_number { width: 140px ; }
#payment-details {
	width: 280px;
	float: left;
}
#billing-details {
	float: right;
	width: 350px;
}
#billing-details h3 span {
	font-size: 12px; 
	margin-left: 10px;
	color: black;
}
#billing-details div.round-box {
	padding: 10px;
}

#billing-details div.round-box div.heading{
	float: left;
	margin: 10px;
	overflow:hidden;
}
#billing-details div.round-box span.participant-label {
	font-weight: bold;
	size: 18px;

	font-size: 20px;
}
#billing-details div.round-box span.participant-required {
	display: block;
	float: right;
	color: red;
	font-size: 10px;
}
#billing-details div.round-box span.participant-name {
	font-style: italic;
	color: #898989;
}
#billing-details div.round-box div {
	clear: both;
}
#billing-details div.round-box div label {
	width: 120px;
	float: left;
	font-weight: bold;
}
#billing-details div.round-box div input,
#billing-details div.round-box div textarea {
	width: 200px;
}
.requiredStar { color: red; padding-left: 3px;}


.infoBox, .successBox, .errorBox, .warningBox {
	clear: both; display: block;
	padding: 0.5em 2em;
	margin: 0.5em 0;
}
.infoBox { background-color: #E8E8FF; border: 1px solid #6D6EB1; }
.successBox { background-color: #caffca; border: 1px solid #65ff65; }
.errorBox { background-color: #ffcaca; border: 1px solid #ff6565; }
.warningBox { background-color: #fe9; border: 1px solid #FC0; }

#admin-payment-options {
	padding: 5px 0 5px 0;
}
#admin-payment-options select {
	margin-bottom: 5px;
}
#admin-payment-options label {
	font-weight: bold;
}
.office-use-only { 
	text-align: center;
	font-weight:bold;
	font-size: 40px; 
	color: red;
	margin: 0;
}
ul.next-steps { padding-left: 15px; }
.next-steps li {
	list-style-position: outside;
	padding: 5px;
}

#peeps-metter {
	width:290px;
	height:29px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;

	left:298px;
	top:-45px;
	position:relative;
	
	}

