/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* general */
body{
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #333;	
	margin:0px;
	background-color:#f7f7f7;
	line-height:1.5em;
}

a{
	color: #0D6ECF;
	text-decoration:none;
}

a:hover{	
	color: #31bdeb;	
	text-decoration:none;
}

nav{
	background-color:#8595b2;
	color:white;
	text-align:center;
}

nav ul, section{
	width:900px;
	margin:0 auto;
	padding:10px 50px;
	overflow: hidden;
}

footer{
	font-size: 12px;
	background-color:white;
	border-top:1px solid #F1F1F1;
	padding:5px 0;
	width:100%;
	text-align:center;
}
footer ul{
	padding: 0px;	
	margin: 0px;
}
footer ul li{
	display: inline;
	list-style-type: none;
}
	
footer span{
	padding: 0 10px;
}

/*navigation*/

#home section{
	margin-bottom:30px;
	padding-bottom:30px;
	padding-top:0px;
}

#home section:last-of-type{
	border-bottom:none;
}

header{
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top:40px;
	margin-bottom:40px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
	background-color:white;
	width:100%;
	border-bottom:1px solid #F1F1F1;
}	

header a{
	color:#333;
	font-size: 55px;
	line-height:65px;
	width:1000px;
	display:block;
	margin:0 auto;
}

header a:hover{
	color:#0D6ECF
}

nav{
	position:fixed;
	top:0px;
	width:100%;
	font-size:14px;
	text-align:center;
}

nav	ul{
		padding: 10px 0px;	
}	
nav ul li{
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}

nav ul li a{
	color:white;
}

nav ul li a:hover{
	color:white;
	text-decoration:underline;
}


nav ul li.active a{
	text-decoration:underline;
}


/* site wide styles*/

h1,h2{
	font-size:24px;
	line-height:1.3em;
	margin-bottom:20px;
	color: #0D6ECF;
}

h1{
	color:#333;
}

h3{
	color: #0D6ECF;
	margin-top:0px;
	font-size:18px;
	margin-bottom:10px;
}

h3:not(:first-of-type){
	margin-top:30px;
}

ul{
	list-style-type:square;
	list-style-position:inside;
	margin-bottom:20px;
}

p{
	margin-bottom:20px;
}

p:last-of-type{
	margin-bottom:0px;
}

.box{
	padding:20px;
	border:1px solid #0D6ECF;
	width:400px;
	height:258px;
}

.imgright{
	float:right;
	height:300px;
}

.left{
	float:left;
	clear:left;
	margin-right:50px;
	margin-bottom: 20px;
}


#twitter{
	float:right;
	margin-left:20px;
	width:300px;
}

#sponsors{
	background-color:white;
	width:500px;
	padding:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
}

#sponsors img{
	height:80px;
	margin: 0px 30px 30px 0px;
}

a.bigbutton{
	display:block;
	width:700px;
	text-align:center;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:800;
	background-color:#0D6ECF;
	color:white;
	font-size:50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:60px 0;
}

a.bigbutton:hover{
	background-color:#31bdeb;
}

