@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img,
object,
embed,
video {
    max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
    width: 100%;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


/* Mobile Layout: 480px and below. */

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.social {
    background-color: #333333;
    height: 30px;    
    width: 100%;
    padding-top: 5px;
}

.social a {
    float: left;
    clear: none;
    margin-right: 5%;
		margin-left: 10%;
}

.header {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    height: 150px;
    background-color: #04244d;
}

.logo {
    margin-left: 0;
    width: 214px;
    clear: both;
    float: none;
    height: 114px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/header_logo.png);
    background-repeat: no-repeat;
}

#MainWrapper {
    clear: both;
    float: none;
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 1px;
}

#MainWrapper h2 {
    background-color: #4ea506;
    color: #FFF;
    text-indent: 2%;
    display: block;
    letter-spacing: .25em;
    font-weight: 700;
    padding: 10px 0 10px 0;
    font-size: 24px
}

#MainWrapper h4 {
    background-color: #DDCF80;
    background: -moz-linear-gradient(top, rgba(221, 207, 128, 1) 0%, rgba(255, 255, 255, 0.72) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 207, 128, 1)), color-stop(100%, rgba(255, 255, 255, 0.72)));
    background: -webkit-linear-gradient(top, rgba(221, 207, 128, 1) 0%, rgba(255, 255, 255, 0.72) 100%);
    background: -o-linear-gradient(top, rgba(221, 207, 128, 1) 0%, rgba(255, 255, 255, 0.72) 100%);
    background: -ms-linear-gradient(top, rgba(221, 207, 128, 1) 0%, rgba(255, 255, 255, 0.72) 100%);
    background: linear-gradient(to bottom, rgba(221, 207, 128, 1) 0%, rgba(255, 255, 255, 0.72) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddcf80', endColorstr='#b8ffffff', GradientType=0);
    padding: 1%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #4EA506;
    font-weight: bold;
    font-size: 14px;
}

.nav {
    float: left;
    clear: both;
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
}

.nav a {
    float: left;
    clear: none;
    width: 100%;
    text-decoration: none;
    color: #4EA506;
    text-align: center;
    font-size: 16px;
    background-color: #04244D;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav a:hover {
    color: #FFFFFF;
    background-color: #CEDB9E;
}

a.active {
    color: #CEDB9E;
    text-decoration: underline;
}

.shadow {
    box-shadow: 2px 2px 5px #333;
}

.main_img {
    background-image: url(../images/Youth_Main_480.jpg);
		height: 313px;
    background-repeat: no-repeat;
    background-position: center top;
}

.main_img h1 {
    display: none;
    position: relative;
    margin: auto;
    width: 70%;
    padding-top: 25px;
    text-align: center;
    background-color: transparent;
}

.col35 {
    width: 100%;
    float: left;
    clear: none
}

.col50 {
    width: 100%;
    float: left;
    clear: both
}
.col50 img {
	display: block;
	margin-bottom: 25px;
}

.col65 {
    width: 100%;
    float: left;
    clear: none;
    padding: 0;
}

fieldset.fifty {
    width: 50%;
    float: left;
    clear: none;
    display: block;
    padding: 0;
}

li.arrow {

}

li.arrow a {
    text-decoration: none;
}

li.arrow a:hover {
		color: #1170B5;
}

#footer {
    min-height: 65px;
    margin-top: 45px;
    background-color: #333;
    color: #FFF;
}

.footerBRK {
    float: left;
    clear: none;
    width: 31.95%;
    margin-right: 0;
    text-align: center;
    margin-top: 5px;
    border-top-width: 1px;
    border-right-style: solid;
    border-top-color: #666;
    min-height: 55px;
}

@media only screen and (min-width:550px) {
	.main_img {
    background-image: url(../images/Youth_Main_769.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	}
}

@media only screen and (min-width:800px) {
	.main_img {
    background-image: url(../images/Youth_Main_1100.jpg);
		height: 448px;
    background-repeat: no-repeat;
    background-position: center top;
	}
	.col35 {
		float: left;
		clear: none;
		width: 35%;
		margin-left: 1%;
		margin-right: 1%;
		display: block;		
	}
	.col65 {
		float: left;
		clear: none;
		width: 63%;
		display: block;		
	}
}

@media only screen and (min-width:1000px) {
	.col50 {
		float: left;
		clear: none;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		display: block;
	}
	.col50 img {
		float: none;
		clear: both;		
		width: 100%;
	}
}

@media only screen and (min-width:1100px) {
	.nav a {
    float: left;
    clear: none;
    width: 12.28%;
		padding-left: 1%;
		padding-right: 1%;
	}
}

@media only screen and (min-width:1200px) {
	.main_img {
    background-image: url(../images/Youth_Main_1600.jpg);
		height: 652px;
    background-repeat: no-repeat;
    background-position: center top;
	}
	li.arrow {
    font-size: 14px;
	}
}

@media only screen and (min-width:1500px) {
	.main_img {
    background-image: url(../images/Youth_Main_1920.jpg);
		height: 782px;
    background-repeat: no-repeat;
    background-position: center top;
	}
}
