body {
	font-family: 'Segoe UI', Georgia, sans-serif;
	font-size: 17px;
	color: #666;
	line-height: 30px;
	margin: 0;
	padding: 0;
	background-color: #eee;
}

h1 {
	color: 8bd6e4;
	font-size: 28px;

}

h2 {
	color: #dcdcdc;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
}

p {
	color: #666;
}

a {
	color: #95ead3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #bef6e2;
}

ul {
	list-style-type: none;
}


/*** STRUCTURE ***/

#wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	
}

header {
	background-color: #fff;
	width: 100%;
	height: 140px;
}

.headwrap {
	width: 1080px;
	height: auto;
	margin: 0px auto;
}

.logo {
	display: inline-block;
	float: left;
	margin-top: 28px;
}

	.logo a {
		color: #bae8ed;
	}

		.logo > a:hover {
			color: #d8f8fb;
		}

	.logo img {
    width: 295px;
	}

.tagline {
    text-transform: lowercase;
    font-size: 10px;
    text-align: right;
    position: absolute;
    top: 92px;
    display: block;
    letter-spacing: 1px;
    color: #9ddce1;
    width: 372px;
}

#navigation {
	display: inline-block;
	float: right;
}

#navigation ul {
    margin-top: 0px;
}

	#navigation li {
		float: left;
		height: 140px;
		display: inline-block;
		padding: 0px 20px;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
	}

	#navigation li a {
    margin-top: 60px;
    display: inline-block;
}

.main {
	width: 100%;
	background-color: #fff;
	padding: 0px 0px 25px;
}

#content{
	display: block;
	background-color: #fff;
	width: 1080px;
	height: 100%;
	padding-bottom: 25px;
	margin: 0px auto;
}

li.current {
    background-color: #95ead3;
 }

li.current a {
	color: #fff;
}

#page_title {
	width: 100%;
	background-color: #9ddce1;
	padding: 20px 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	overflow-y: auto;
}

	#page_title h1 {
		font-family: 'Helvetica', Arial, sans-serif;
		display: inline-block;
		float: left;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}


#page_title h2 {
	background: url('images/info.png') no-repeat 0 3px;
    float: right;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 19px;
    padding-left: 36px;
}

#page_title a h2 {
	border-bottom: 1px dotted #fff;
}

#page_title_wrap {
	width: 1060px;
	margin: 0px auto;
}

#content {
    background-color: #fff;
    overflow-y: auto;
}

/***** PAGES ***********/


.featured_image {
	display: block;
	height: 400px;
	width: 100%;
	overflow: hidden;
	min-width: 1080px;
	z-index: 1;
	position: relative;
}


#contact .featured_image {
	height: 300px;
}


img.featured {
    width: 100%;
    height: auto;
    display: block;
}


.sub_wrap {
    width: 720px;
    margin: 0px auto;
    display: block;
}

.subtitle {
    display: block;
    background: url('images/bg_subtitle.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 125px;
    padding: 20px 40px;
    min-width: 610px;
    max-width: 940px;
    border-radius: 70px;
    text-align: center;
}

.subtitle h2 {
	text-transform: none;
	font-weight: 300;
	font-size: 40px;
	margin-top: 12px;
	color: #fff;
}

.subtitle h3 {
	font-size: 15px;
	color: #8ad2da;
	font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 2px;
}

#contact .subtitle a {
	font-weight: normal;
}

#contact .subtitle a:hover {
	color: #fff;
}

#home .sub_wrap {
	width: 1080px;
}

#home .subtitle {
	min-width: 980px;
    max-width: 1080px;
}

#home .subtitle h2{
	font-size: 29px;
    line-height: 1.4em;
   }

#contact .subtitle {
	top: 75px;
	/*width:  970px;*/
}
a.learn_more, a.submit {
	display: block;
	background: #91dcd8;
	padding: 10px 20px;
	color: #fff;
	margin-top:30px;
	width: 120px;
	text-align: center;
	border-radius: 4px;
}

	a.learn_more:hover, a.submit:hover {
		background-color: #aaa;
	}

a.submit {
	margin: 0px auto;
}



.rules li {
	list-style-type: disc;
	padding: 10px;
}

.home { 
	padding-top: 40px;
	border-top: 3px solid #bae8ed;
}

.thumbs {
	margin:0px;
	padding: 0px;
}

.small {
    display: inline-block;
    width: 340px;
    height: 215px;
    overflow: hidden;
    float: left;
    margin: 10px;
}


.small img {
    width: 100%;
}

.wide {
	height:100%;
	width: auto;
}


.rules ul {
	list-style-type: none;
}
.rules li {
	list-style-type: none;
	background: url('images/bullet.gif') 0 20px no-repeat;
	padding-left: 22px;
}


form.contact_form {
	margin: 0px auto;
}

form.contact_form input {
    width: 342px;
    height: 20px;
    padding: 10px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    border: 2px solid #a7dee4;
    font-family: 'Segoe UI', Georgia, sans-serif;
    color: #333;
    font-size: 16px;
}

form.contact_form textarea {
    width: 730px;
    margin-top: 35px;
    padding: 30px 13px;
    border: 2px solid #a7dee4;
    font-family: 'Segoe UI', Georgia, sans-serif;
    font-size: 16px;
}


.form_wrap {
    width: 800px;
    margin: 45px auto;
    display: block;
}

footer {
	display: block;
	width: 100%;
	background-color: #ddd;
	height: 100px;
}

.footwrap {
	width: 1080px;
	margin: 0px auto;
	overflow-y: auto;
}

	.footwrap p {
		float: left;
		width: 385px;
		display: inline-block;
		color: #666;
		margin-top: 35px;
		text-shadow: 1px 1px #fff;
		letter-spacing: 1px;
	}

	.contact_ft {
		background: url('images/contact.png') no-repeat 0 3px;
		padding-left: 38px;
	}

	.footwrap ul {
		display: inline-block;
		float: right;
		margin-top: 35px;
	}
	
	.footwrap li {
		float: left;
		margin-left: 20px;
		display: inline-block;
		width: 26px;
		height: 26px;
	}

	li.facebook {
		background: url('images/facebook.png') 0 0px no-repeat;
	}

	li.twitter {
		background: url('images/twitter.png') 0 0px no-repeat;
	}

	li.pinterest {
		background: url('images/pinterest.png') 0 0px no-repeat;
	}

	li.facebook:hover {
		background: url('images/facebook.png') 0 -34px no-repeat;
	}

	li.twitter:hover {
		background: url('images/twitter.png') 0 -34px no-repeat;
	}


	li.pinterest:hover {
		background: url('images/pinterest.png') 0 -34px no-repeat;
	}


	.footwrap a {
		color: #fff;
	}

	.footwrap a:hover {
		color: #bae8ed;
	}
