/* CSS Document */
html {overflow-y: scroll;}

a:link {
color: #3a84df;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #3a84df;
}
a:hover {
text-decoration: none;
color: #9933CC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
height: 100%;
background-image: url(../images/bg_2.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Cabin', sans-serif;
font-size:16px;
margin-left:0;
margin-top:0;
color:#333;
}

.page_wrap {
width: 960px;
height:auto;
margin:auto;
padding-top: 50px;
-moz-box-shadow: 0 0 40px #666;
-webkit-box-shadow: 0 0 40px #666;
box-shadow: 0 0 40px #666;
background-color:#FFF;
overflow:hidden;
background-image:url(../images/blue_messy.png);
background-position:bottom;
background-repeat: no-repeat;
}
.page_wrap_menu {
width: 960px;
height:auto;
margin:auto;
-moz-border-radius: 5px;
border-radius: 0px 0px 5px 5px;
}


/*HEADER & FOOTER*/
.header_container{
	height: 580px;
	width: 960px;
	background-image:url(../images/header_c.jpg);
}
.header_container2{
	height: 580px;
	width: 960px;
	background-image:url(../images/header_c2.jpg);
}
.header_container3{
	height: 580px;
	width: 960px;
	background-image:url(../images/header_c3.jpg);
}
.header_container4{
	height: 580px;
	width: 960px;
	background-image:url(../images/header_c4.jpg);
}
.header_container5{
	height: 580px;
	width: 960px;
	background-image:url(../images/header_c5.jpg);
}
.header_container6{
	height: 580px;
	width: 960px;
	background-image:url(../images/header_c6.jpg);
}

.header {
width: 960px;
height: 200px;
}

.header_links {
	height: 50px;
	width: 200px;
	float:right;
	margin-top:20px;
}

.header_donate {
	height: 30px;
	width: 100px;
	float: right;
	margin-right:30px;
	border-radius: 5px;
	background-color: #90c954;
	line-height: 30px;
	font-size: 22px;
	text-align:center;
}
.header_donate:hover {
	background-color: #FC0;
}
.header_donate a:link {
color: #333;
text-decoration: none;
}
.header_donate a:visited {
text-decoration: none;
color: #333;
}
.header_donate a:hover {
text-decoration: none;
color: #333;
}
.header_donate a:active {
text-decoration: none;
color: #FFFFFF;
}
	
	
.header_fb {
	height: 30px;
	width: 30px;
	float: left;
	border-radius: 15px;
	margin-left:30px;
	background-color: #06C;
	text-align:center;
	line-height: 30px;
	color:#FFF;
	font-size:24px;
	overflow:hidden;
}
.header_fb:hover {
	background-color:#39C;
	-moz-box-shadow: 0 0 40px #666;
-webkit-box-shadow: 0 0 40px #666;
box-shadow: 0 0 10px #666;
	}
	
.header_textbox{
	height: 30px;
	width: 200px;
	float: left;
	text-align:center;
	font-size:18px;
	color:#333;
}

.footer {
margin:auto;
width: 960px;
height: auto;
overflow: auto;
background-color: #0a62a9;
-moz-border-radius: 5px;
border-radius: 0px 0px 5px 5px;
}

.footer_list_container {
float: left;
height: auto;
width: 175px;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
overflow:auto;
color: #FFF;
}
.footer_list_col a:link {
color: #FFF;
}
.footer_list_col a:visited {
color: #FFF;
}
.footer_list_col a:hover {
color: #9F0;
}
.footer_list_col a:active {
color: #8cc4df;
}

.footer_list_col {
height: auto;
width: 175px;
float: left;
font-size:12px;
line-height: 20px;
}

.footer_col_list_hdr {
height: 25px;
width: 175px;
float: left;
margin-bottom: 10px;
line-height: 25px;
font-size: 16px;
font-weight: 600;
}
.footer_btm_bar {
float: left;
height: 25px;
width: 960px;
margin-top: 20px;
margin-bottom: 20px;
overflow:auto;
color: #333;
background-color:#FFF;
line-height: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-align: center;
}


/*COLUMNS*/
.Column_01 {
width: 960px;
height: auto;
margin:auto;
}


/*CONTENT BOXES*/
.standard_text_bar {
width: 780px;
height: 25px;
text-indent: 10px;
}

.standard_title_bar {
font-family: 'Cabin', sans-serif;
width:960px;
height: 45px;
line-height: 45px;
margin-top: 20px;
margin-bottom: 10px;
font-size: 46px;
font-weight: 600;
color: #0a62a9;
text-align:center;
}

.medium_title_bar {
font-family: 'Cabin', sans-serif;
font-size: 30px;
font-weight: 600;
color: #0a62a9;
}

.small_list_text {
font-family: 'Cabin', sans-serif;
font-size: 16px;
font-weight: 400;
}


.content_main {
width: auto;
height: auuto;
-moz-border-radius: 10px;
border-radius: 10px;
overflow:hidden;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
line-height: 25px;
text-align:justify;
}

.location_cont {
	height: 400px;
	width: 960px;
	margin-bottom:20px;
	margin-top:5px;
}

/*IMAGE + text BOXES*/

.imagebox_1 {
	width: 960px;
	height: 380px;	
	margin-top: 10px;
	margin-bottom: 10px;
	overflow:hidden;
	background-image: url(../images/imagebox_1.jpg);
}

.textbox_full {
	width: 920px;
	height: auto;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding:20px;
	-moz-border-radius: 5px;
	border-radius: 0px 0px 0px 0px;
	overflow:hidden;
	text-align:justify;
	font-size: 22px;
}

.textbox_full_b {
	width: 920px;
	height: auto;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding:20px;
	overflow:hidden;
	text-align: center;
	font-size: 22px;
}

.team_member_cont {
	height:auto;
	width:920px;
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: justify;
	font-size: 22px;
	margin-left:20px;
	margin-right:20px;
	float:left;

}

.team_member_pic {
	height: 350px;
	width:250px;
	float:left;
}

.team_member_text {
	height: 100%;
	width: 650px;
	float: right;
}

.footer_buffer {
height: 10px;
width: 960px;
float:left;
}
