html
{
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}
body
{
	background:#ffffff;
	margin:0px;
	padding:0px;
	font-size:10px;
}
#header
{
	display:table;
	box-sizing:border-box;
	position:fixed;
	top:0px;
	width:100%;
	height:100px;
	border-bottom:1px solid #cccccc;
	box-shadow:0px 0px 25px rgba(0,0,0,.5);
	background:#ffffff;
}
#logo
{
	display:table-cell;
	box-sizing:border-box;
	width:300px;
	padding:10px;
}	
#navigation
{
	display:table-cell;
	box-sizing:border-box;
	padding:10px;
	vertical-align:bottom;

}	
#nav-table
{
	display:table;
	width:100%;
	vertical-align:bottom;

}
#nav-table div
{
	display:table-cell;
	vertical-align:bottom;
}
#slide
{
	background:#cccccc url('/images/2016-yearbook-tease.jpg') no-repeat center bottom;
	border-bottom:1px solid #656565;
	background-size:contain;
	width:100%;
	height:600px;
}
div.content
{
	background:#ffc000;
	border-bottom:1px solid #fcc000;
	box-sizing:border-box;
	padding:30px;
	min-height:500px;
}
div.content2
{
	background:#ffffff;
	border-bottom:1px solid #cccccc;
	box-sizing:border-box;
	padding:30px;
	min-height:500px;
}
div.news
{
	background:#ffffff;
	border:1px solid #656565;
	box-sizing:border-box;
	padding:5px;
	width:300px;
	height:400px;
	overflow:auto;
	margin:10px;
	float:left;
	display:inline-block;
	box-shadow:0px 0px 15px rgba(0,0,0,.25);
}

div.first
{
	margin-top:100px;
}


#graphic-element
{
	background:#000000;
	border-top:10px solid #ffffff;
	border-bottom:10px solid #ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,.2);
	display:block;
	height:250px;
	width:100%;
	postion:relative;
	margin-top:50px;
	z-index:-2000;
}
#badge
{
	display:block;
	width:350px;
	margin:0px auto;
	position:relative;
	margin-top:-310px;
}
#option-parent
{
	display:table;
	width:100%;	
}
#option-one, #option-two, #option-three, #option-four
{
	display:table-cell;
	width:25%;
	padding:15px;
}
#deadline
{
	border:10px double #ffc000;
	margin:50px auto 0px auto;
	padding:15px;
	display:block;
	width:50%;
}
#footer
{
   position:relative;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
   background:#fff;
	text-align:center;
	margin-top:10px;

}
h1,h2,h3,h4,h5
{
	font-family: 'Neucha', 'Century Gothic', 'Avenir Neu', sans-serif;
	font-weight:normal;
}
h1
{
	font-size:5em;
}
div.news h2
{
	font-size:2em;
	color:#000000;
	text-align:center;
}
div.news img
{
	display:block;
	width:100%;
	height:auto;
	border:1px solid #ccccc;
}
div.news p
{
	font-size:1.2em;
	line-height:1.2em;
}
#nav-table div a, div.news a
{
	font-family: 'Neucha', 'Century Gothic', 'Avenir Neu', sans-serif!important;
	color:#000000!important;;
	text-align:center!important;;
	text-decoration:none!important;;
	font-size:1.4em!important;;
	line-height:1.4em!important;
	display:block;
}
#nav-table div a
{
	font-size:2.5em!important;
}
h1.title-left
{
	display: block;
	font-size: 5.7em;
	color: #ffc000;
	text-align: left;
	margin: 0px 0px 0px 20px;
	position: relative;
	top: -200px;
}
h1.title-right
{
	display: block;
	font-size: 5.7em;
	color: #ffc000;
	text-align: right;
	margin: 0px 20px 0px 0px;
	position: relative;
	top: -280px;
}
h3
{
	font-size:2.5em;
	color:#000;
	text-align:center;
	margin:0px;
}
p, li.standard
{
	font-family: 'Century Gothic', 'Avenir Neu', sans-serif;
	font-size:1.6em;
	line-height:1.5em;
}
p.small
{
	color:#ccc;
	text-align:center;
	font-size:1.1em;
	font-style:italic;
}
#form
{
	padding:25px;
}
input, textarea, fieldset
{
	width:100%;
	min-width:300px;
	max-width:500px;
}
