/* General Code */

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;
}

html {
  height: 100%;
}

body {
	background: url(body_bg.jpg) repeat top center;
	font-family: 'Tahoma';
  height: 100%;
  min-height: 100%;
  width: 100%;
	font-size: 15px;
	color: #323b40;
}

#wrap {
	width: 100%;
  min-height: 100%;
	margin: 0 auto;
  position: relative;
}

#wrap_bottom {
  	margin-top: -35px;
  	background: url(wrap_bottom.png) no-repeat;
  	height: 59px;
  	width: 815px;
  	position: relative;
  	z-index: 6;	
}

#wrap_contain {
	width: 815px;
  height: 100%;
	margin: 0 auto;
  position: relative;
  padding-bottom: 222px;
}

#header {
  height: 40px;
	width: 100%;
	margin: 0 auto;
}

  #header_container {
    width: 815px;
    margin: 0 auto;
    padding-top: 9px;
  }

#logo {
  background: url(logo.png) no-repeat;
  width: 815px;
  height: 256px;
  padding-bottom: 35px;
  margin-top: 60px;
}

#tag {
  background: url(tag.png) no-repeat;
  width: 815px;
  height: 40px;
  margin-top: -10px;
  margin-bottom: 10px;
}

#tabs_step1 {
  background: url(tab_step1.png) no-repeat;
  width: 815px;
  height: 87px;
}

#tabs_step2 {
  background: url(tab_step2.png) no-repeat;
  width: 815px;
  height: 87px;
  margin: 0 auto;
}

#tabs_step2_complete {
  background: url(tab_step2_complete.png) no-repeat;
  width: 815px;
  height: 87px;
  margin: 0 auto;
}

#tabs_step3 {
  background: url(tab_step3.png) no-repeat;
  width: 815px;
  height: 87px;
  margin: 0 auto;
}

#tabs_step3_complete {
  background: url(tab_step3_complete.png) no-repeat;
  width: 815px;
  height: 87px;
  margin: 0 auto;
}

#application {
	width: 100%;
	margin: 0 auto;
}

#form_container, #message_container {
  background: url(wrap_bg.png) repeat-y;
  height: auto;
  padding: 20px 40px 20px;
  position: relative;
  z-index: 5;  
}

  #form_container  p, #message_container p {
    color: #56687a;
    text-align: justify;
  }

#container, #post_event {
  margin-bottom: 20px;
  position: relative;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.post_video {
	width: 350px;
	height: auto;
	padding-bottom: 30px;
	float: left;
}

.post_img {
	width: 735px;
	height: auto;
	padding-bottom: 30px;
}

.left {
  float: left;
}

.right {
  float: right;
}

#center {
  float: center;
}

#details_left {
  float: left;
  color: #546678;
  width: 300px;
  text-align: justify;
}

#details_right {
  float: right;
  color: #546678;
  width: 300px;
  text-align: justify;
}

.header_copy {
  margin-bottom: 10px;
}

a {
  color: #56687a;
  text-decoration: none;
  border-bottom: 0px dotted #93a8b3;
}

  a:hover, a:focus {
    color: #2b3036;
    text-decoration: none;
    border-bottom: 0px dotted #fbe9a3;
    outline: none;
  }

#sponsors {
  width: 815px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 50px;
}

  #sponsors h3 {
    float: left;
    width: 130px;
    padding-right: 30px;
  }

#footer {
  background: url(footer_bg.png) no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  height: 269px;
  margin: 0 auto;
  bottom: 0;
  z-index: 3;
}

  #footer a, #header_container a, #htp a{
    float: left;
    color: #fff;
    text-decoration: none;
    border-bottom: 0px;
    outline: none;
    padding-top: 3px;
  }

  #footer a:hover, #footer  a:focus, #header_container a:hover, #header_container a:focus {
    color: #D0D0D0;
    text-decoration: none;
    border-bottom: 0px;
    outline: none;
  }

  #footer_container {
    width: 780px;
    margin: 0 auto;
    padding: 235px 0 0 0;
  }

  #footer_container img {
  margin-top: -10px;
  }

  .divider {
    float: left;
    /*background: url(diamond.png) no-repeat;*/
    height: 14px;
    width: 20px;
    margin: 5px 20px 0;
  }

  .divider_right {
    float: right;
    /*background: url(diamond.png) no-repeat;*/
    height: 14px;
    width: 20px;
    margin: 5px 20px 0;
  }

/* Forms Code */

.columns {
  padding-bottom: 15px;
}

label {
  color: #56687a;
}

.input_area_email {
	background: #fff;
	border: 2px solid #dedfe0;
	color: #888888;
	display: block;
	font-size: 15px;
  width: 460px;
  padding: 5px;
}

.input_area, .input_box, .dropdown_list {
	background: #fff;
	border: 2px solid #dedfe0;
	color: #888888;
	display: block;
	font-size: 15px;
  width: 315px;
  padding: 5px;
}

  .input_area_email:hover, .input_area:hover , .input_box:hover, .dropdown_list:hover{
    border: 2px solid #dedfe0;
    background: #fff;
  }

  .input_area_email:focus, .input_area:focus , .input_box:focus, .dropdown_list:focus {
    background: #fff;
    border: 2px solid #dedfe0;
    color: #555555;
  }

#application .dropdown_list, #registration .dropdown_list{
  width: 330px;
  height: 33px;
}

#email .input_area {
  width: 405px;
}

.fine_print {
  font-size: 9px;
  color: #fff;
}

.send_btn {
	cursor: pointer;
	background: url(submit_btn.png) no-repeat;
	width: 110px;
	height: 60px;
  border: 0px;
  margin-top: 15px;
}

	.send_btn:hover,.send_btn:focus {
    background: url(submit_hover_btn.png) no-repeat;
    width: 110px;
    height: 60px;
    outline: 0;
    border: 0px;
	}

#confirmed_container {
  width: 350px;
  height: auto;
  margin: 0 auto;
}

#follow_text {
  float: left;
  padding-right: 20px;
  padding-top: 13px;
}

.facebook_btn {
	cursor: pointer;
	background: url(facebook_btn.png) no-repeat;
  display: block;
	width: 57px;
	height: 61px;
  float: left;
  border: 0px;
}

	.facebook_btn:hover,.facebook_btn:focus {
    background: url(facebook_btn_over.png) no-repeat;
    width: 57px;
    height: 61px;
    outline: 0;
	}

.twitter_btn {
	cursor: pointer;
	background: url(twitter_btn.png) no-repeat;
  display: block;
	width: 57px;
	height: 61px;
  float: left;
  border: 0px;
}

	.twitter_btn:hover,.twitter_btn:focus {
    background: url(twitter_btn_over.png) no-repeat;
    width: 57px;
    height: 61px;
    outline: 0;
	}

textarea {
	resize: none
}

.required_text {
  float: left;
  font-size:xx-small;
  vertical-align:top;
  color: #56687a;
}

.error, .error:focus, .error:hover, .error:active {
  border: 2px solid #ff0000;
}

.error-message {
  font: 12px Arial;
  color: #56687a;
}

  .error-message span {
    display: block;
    margin-top: 6px;
  }

  .error_img {
    background: url(error.png) no-repeat;
    padding-right: 5px;
    height: 26px;
    width: 26px;
  }


.clearfix {
  clear: both;
}

/* Styling for the Rails generated date selects */
select[id*="_date_of_birth_2i"].dropdown_list {
  width: 110px;
  margin-right: 20px;
}

select[id*="_date_of_birth_3i"].dropdown_list {
  width: 80px;
  margin-right: 19px;
}

select[id*="_date_of_birth_1i"].dropdown_list {
  width: 100px;
}

label.for_date_select {
  float: left;
}

#team_state.dropdown_list {
  width: 140px;
}

label[for="team_state"] {
  float: left;
}

label[for="team_zip"] {
  float: left;
}

#team_zip.input_area {
  width: 110px;
}

/* /////////////// FAQ Section /////////////// */

#lv_body {
  background-image: none;
  background-color: #7c8b98;
}

#lv_container {
  width: 600px;
  margin: 0 auto;
}

.faq_content {
  float: left;
  padding: 10px 20px 7px 10px;
  font: 12px Arial;
  color: #fff;
  text-align: justify;
}

.faq_headline_text {
  font: 16px Arial;
  color: #29385a;
  margin-bottom: 2px;
}

.faq_content ul {
  margin-left: 0; 
  padding-left: 2.5em;
}

.faq_content_li {
  font: 12px Arial;
  color: #fff;
}


/* /////////////// Partners Section /////////////// */

#partners_title {
  padding-bottom: 20px;
}

.partners_container {
  width: 160px;
  height: auto;
  float: left;
  margin-right: 40px;
  padding-bottom: 30px;
}

.partners_img {
  width: 130px;
  border: 0px;
  padding-bottom: 15px;
}

.partners_copy {
  font: 12px Arial;
  color: #fff;
  float: left;
  text-align: justify;
}
