body {
	font-family: 'Segoe UI', Georgia, sans-serif;
	font-size: 17px;
	color: #666;
	line-height: 30px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

h1 {
	color: 8bd6e4;
	font-size: 28px;

}

h2 {
	color: #dcdcdc;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
}

p {
	color: #666;
}

a {
	color: #e63c2f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #24593d;
}

ul {
	list-style-type: none;
}



/*** STRUCTURE ***/

#wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	
}

img, object, embed, video {
    max-width: 100%;
}

header {
	background-color: #fff;
	width: 100%;
	height: 140px;
}

.headwrap {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0% 10%;
}

.logo {
    display: inline-block;
    float: left;
    margin-top: 2%;
}

	.logo a {
		color: #e63c2f;
	}

		.logo > a:hover {
			color: #24593d;
		}

		
	.logo img {
    width: 100px;
	}

.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;
    height: 100px;
    width: 80%;
    padding-top: 0%;
}


#navigation ul {
    margin-top: 0px;
}
	#navigation li {
	    float: left;
	    height: 140px;
	    display: inline-block;
	    padding: 0px 2%;
	    text-transform: uppercase;
	    font-size: 1.0em;
	    font-weight: bold;
	}

	#navigation li a {
    margin-top: 60px;
    display: inline-block;
}

.main {
	width: 100%;
	background-color: #fff;
	padding: 5%;
	background: url('img/cantu_border.gif') repeat-x;
}

#content{
	display: block;
	background-color: #fff;
	width: 1080px;
	height: 100%;
	padding-bottom: 25px;
	margin: 0px auto;
}

li.current {
    background-color: #24593d;
 }

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 {
    display: block;
    background-color: #fff;
    width: 80%;
   height: auto;
    padding-bottom: 1%;
    margin: 0px 5%;
}

/***** PAGES ***********/


.featured_image {
    background: url(img/bg-bw.jpg) repeat-y;
    background-size: contain;
    display: block;
    height: auto;
    padding-bottom: 8%;
    width: 100%;
    overflow: hidden;
    min-width: 640px;
    min-height: 360px;
    z-index: 1;
    position: relative;
   }

#contact .featured_image {
	height: 300px;
}


img.featured {
    width: 100%;
    height: auto;
    display: block;
}


.sub_wrap {
    width: 1080px;
    margin: 0px auto;
    display: block;
}

.subtitle {
    display: block;
    background: url('images/bg_subtitle.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 35px;
    left: 10%;
    width:80%;
    text-align: center;
    align-items: center;

}

.subtitle h2 {
	font-weight: 300;
	font-size: 1.5em;
         line-height: 1.4em;
	margin-top: 12px;
	color: #fff;
}


.subtitle h3 {
	font-size: 15px;
	color: #8ad2da;
	font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 2px;
}

.video {
	padding-bottom: 5px;
}
#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;
}
*/



#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;
	}
/*#size .subtitle {
     left: 30%;
}*/

a.submit {
	margin: 0px auto;
}



.rules li {
	list-style-type: disc;
	padding: 10px;
}

/*.home { 
	padding-top: 40px;
	
}*/

.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: #222;
	height: 100px;
}

.footwrap {
    width: 100%;
    margin: 0px 10%;
    overflow-y: auto;
}

	.footwrap p {
		float: left;
		width: 385px;
		display: inline-block;
		color: #666;
		margin-top: 35px;
		text-shadow: 1px 1px #000;
		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;
	}



@media only screen and (max-width: 640px) {
	.subtitle {
	    width: 960px;
	}

	#navigation {
		width: 100%;
	}

	#navigation li {
		    font-size: 0.8em;
	}

	#featured_image{
		 padding-bottom: 55%;
	}

}

@media only screen and (max-width: 1024px) {
	#navigation {
		    width: 90%;
   		 left: 50%;
	}

	#navigation li {
		    font-size: 0.5em;
		    font-weight:bold;
		}

		#navigation li a {
   		 margin-top: 10px;
   		}

   		.logo {
 		 margin-left: 50%;
   		}

	}