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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { 
	overflow-y: scroll;

}
body { 
  margin: 0 auto;
  width: 1280px;
  background: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 80.5%;
  line-height: 1;
  color: #000;
  padding-top: 55px;
}

br { display: block;  } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }


h2 {
  display: inline-block;
  font-size: 3.1em;
  padding: 7px 12px;
  font-family: 'Sanchez', 'Times New Roman', serif;
  background: rgba(255,255,255,0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

  /** page structure **/
.topnav {
  position: fixed;
  margin: 0;
  top: 0;
  height: 55px;
  width: 100%;
  background: #000; 
  border-bottom: 2px solid #000;
}


.topnav ul { 
	background: #000;
	padding-left: 80px; 
	height: 55px;
	list-style: none;
	margin: 0;
}

.topnav li{
	float: left;
	 
}

.topnav li a{
	color: #FFF;
	display: block;
	font-weight: normal;
	line-height: 55px;
	margin: 0px;
	padding: 0px 25px;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
}


.topnav li a:hover{
	background: #747576;
	color:#FFF;
	text-decoration:none;
}

.topnav ul li:hover a{
	background: #747576;
	color: #FFF;
	text-decoration: none;
}



.topnav li ul{
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 200px;
	z-index: 200;
	
	
}

.topnav li:hover ul{
	display: block;
}

.topnav li li{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	background: #779ec0;
}

.topnav li:hover li a{
	background: none;
	
}

.topnav li ul a{
  display: block;
  height: 55px;
  float: left;
  line-height: 55px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 1.2em;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  
}

.topnav li ul a:hover, #topnav li ul li:hover a{
border: 0px;
color: #FFF;
text-decoration: none;
width: 200px;
background: #62819d;
}


/** page sections **/
.contentpg {
  display: block;
  min-height: 700px;
  padding: 55px 80px;
}

.contentpg img{
	padding: 10px;
}




/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/** content **/
.first{
	margin-top: 80px;
	padding: 20px 0;
	font-family: 'Crete Round', serif;
	font-size: 36px;
	color: #C00;
}

.headline{
	padding: 20px;
	font-family: 'Crete Round', serif;
	font-size: 36px;
	color: #C00;
}

.body_text{
	font-family: 'Crete Round', serif;
	font-size: 18px;
	margin-left: 20px;
	
}



/** footer **/
#footer {
	margin: 0 auto;
	position: relative;
	bottom: -50px;
	text-align: center;
	width: 1024px;
	
}

.copyright {
	color: #ffffff;
	
}

.copyright img {
	padding-left: 10px;
	margin-bottom: 4px;
	font-size: 0.5em;
}


/** 
 * Style rules for age form
 */
.content_age {
	margin:0 auto;
	position: relative;
	width: 628px;
	height: 180px;
	top: 380px;
}

.content_age_sorry {
	position: relative;	
	padding: 40px 0 20px 0;
	width: 700px;
	text-align:center;
	margin: 0 auto;
}

.content_age_sorry h2 {
	position: relative;
	text-align: center;
	font-size: 1.8em;
	background-color: #333;
	height: 50px;
	padding-top: 15px;	
}

#date_select {
	position: relative;
	top: -45px;
	left: 200px;
	border: 0;
}

#month_select, #day_select, #year_select {
	padding: 4px;
	background-color: #b3b3b2;
	font-weight: bold;
	font-size: 1.3em;
	margin:0 auto;
	border: 0;
}

#submit, #submit:active {
	border: none;
	background: url("../images/btn_submit2.png") no-repeat top left;
	position: relative;	
	top: -20px;
	left: 243px;
	width: 165px;
	height: 47px;
	text-indent: -5000px;
}

#submit:hover {
    border: none;
    background: url("../images/btn_submit_o2.png") no-repeat top left;
	position: relative;
	top: -20px;
	left: 243px;
	width: 165px;
	height: 47px;
	text-indent: -5000px;
}

/** 
 * Style rules for slide elements
 */

