@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff2dd;
}

a:link {
	color: #245c6b;
	font-weight: bold;
}
a:visited {
	color: #245c6b;
}
a:hover {
	color: #39C;
}
a:active {
	color: #FFF;
}

.facebook { 
	position: absolute;
	top: 13px;
	right: 69px;
}

.twitter { 
	position: absolute;
	top: 13px;
	right: 22px;
}

img { border: 0; }

p {
	color: #7B5F44;
}

ul {
	color: #7B5F44;
}

h2 {
	font-size: 30px;
	font-family: georgia, serif;
	font-weight: normal;
	color: #0b6d88;	
}

h3 {
	font-size: 20px;
	font-family: georgia, serif;
	font-weight: normal;
	color: #7B5F44;	
}

/*BASE FRAMEWORK BEGINS HERE*/

#wrapper {
	min-height: 800px;
	width: 940px;
	background-color: #fff2dd;
	background-image: url(images/n-header-bg.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 7px;
	padding-right: 40px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 967px;
	height: 147px;
	z-index: 101
}
#nav {
	position: relative;
	width: 963px;
	height: 175px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(images/nav-bg.png);
	z-index: 102;
}
#centerContent {
	width: 966px;
	min-height: 680px;
	background-color: #664526;
	margin-top: 7px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 7px 1px #664526;
	-moz-box-shadow: 0px 0px 7px 1px #664526;
	box-shadow: 0px 0px 7px 1px #664526;
}
#logo {
	position: absolute;
	top: 8px;
	width: 245px;
	height: 167px;
	margin-top: 0px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#logo:hover {
	top: 10px;	
}

#menu {
	position: absolute;
	top: 65px;
	left: 260px;
	margin-right: 30px;
}

#menu li { 
	display:inline;
	padding-right: 50px;
	font-size: 18px;
	color: #fff;
}

#menu li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;	
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#menu li a:hover {
	color: #f7d9bd;	
}

#hero {
	position: relative;
	float: left;
	width: 945px;
	height: 325px;
	margin: 10px 10px 10px 10px;
	background: #fff2dd;	
}

.slide-container {
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 400px;
	padding: 0 15px 0 15px;
	background: url(images/slide-container-bg.png);	
}

.slide-head {
	font-size: 30px;
	font-family: georgia, serif;
	font-weight: normal;
	color: #fff2dd;
	margin-bottom: 0;
	margin-top: 10px;
}

a.slide-link {
	color: #fff2dd !important;
	text-decoration: none !important;
	font-weight: normal !important;	
}
a.slide-link:hover { text-decoration: underline !important; }
	
.slide-sub-head {
	font-size: 16px;
	font-family: georgia, serif;
	font-weight: normal;
	color: #fff;
	margin-top: 5px;
}

	#slide1 {
		position: relative;
		width: 945px;
		height: 325px;	
		background: url(images/slide6-bg.jpg);
	}
	#slide2 {
		position: relative;
		width: 945px;
		height: 325px;	
		background: url(images/slide2-bg.jpg);
	}
	#slide3 {
		position: relative;
		width: 945px;
		height: 325px;	
		background: url(images/slide5-bg.jpg);
	}
	#slide4 {
		position: relative;
		width: 945px;
		height: 325px;	
		background: url(images/slide4-bg.jpg);
	}

#touts {
	float: left;
	width: 945px;
	height: 137px;
	margin: 0 10px 10px 10px;
	background: #664526;	
}

#sponsor-tout {
	float: left;
	width: 310px;
	height: 137px;
	background: url(images/sponsor-tout.jpg) no-repeat 0 0;
	margin-right: 7px;
}
#sponsor-tout:hover { background-position: 0 -137px; }

#contribute-tout {
	float: left;
	width: 310px;
	height: 137px;
	background: url(images/contribution-tout.jpg) no-repeat;
	margin-right: 7px;
}

#learn-tout {
	float: left;
	width: 310px;
	height: 137px;
	background: url(images/learn-tout.jpg) no-repeat;
}

#events {
	float: left;
	width: 905px;
	min-height: 137px;
	margin: 0 10px 10px 10px;
	padding: 0 20px 20px 20px;
	background: #FBE8CA;	
}

#events p {
	width: 600px;
	line-height: 25px;	
}

/*CLEAR FLOAT CLASS*/

.clearfloat { 
	clear:both;
    /*height:0;
    font-size: 1px;
    line-height: 0px;*/
}


/*SIDE CONTENT BOXES*/

#sideContentRight {
	width: 532px;
	height: 524px;
	float: left;
	margin-top: 15px;
	margin-left: 7px;
	background-color: #f9e3c3;
	border: 7px solid #e4c5a5;
}
#sideContentLeft {
	width: 406px;
	height: 555px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*SIDECONTENTLEFT IDS*/

#photoBox {
	width: 533px;
	height: 316px;
	background-image:url(images/photo_box.jpg);
}
#newsBox {
	width: 513px;
	height: 180px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
	color: #4c331c;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 7px;
	overflow: auto;
	overflow-x: hidden;
}

/*FOOTER AND FOOTER PROPERTIES*/

#footer {
	width: 966px;
	height: 69px;
	background-color: #664526;
	margin-top: 3px;
	margin-left: 0px;
}
#footerInfo {
	width: 435px;
	height: 50px;
	float: right;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #F9E3C3;
	padding-right: 5px;
}
#footerLogo {
	width: 240px;
	height: 42px;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

/*SECONDARY PAGE PROPERTIES*/

#secondaryContent {
	width: 939px;
	height: 650px;
	float: left;
	margin-top: 10px;
	margin-left: 7px;
	background-color: #FBE8CA;
	border: 7px solid #e4c5a5;
	text-align: left;
	border-radius: 15px;
}

#aboutContent {
	width: 966px;
	height: 800px;
	background-color: #664526;
	margin-top: 7px;
	margin-bottom: -23px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 7px 1px #664526;
	-moz-box-shadow: 0px 0px 7px 1px #664526;
	box-shadow: 0px 0px 7px 1px #664526;
}

#aboutSContent {
	width: 939px;
	height: 750px;
	float: left;
	margin-top: 10px;
	margin-left: 7px;
	background-color: #FBE8CA;
	border: 7px solid #e4c5a5;
	text-align: left;
	border-radius: 15px;
}

#aboutBox {
	width: 495px;
	height: 600px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 27px;
	color: #7b5f44;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	float: left;
}
#aboutSideBox {
	width: 358px;
	height: 595px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
	color: #927151;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	float: left;
	margin-left: 20px;
	text-shadow:0px 1px 0px #FFF;
}
#secondaryContent2 {
	width: 918px;
	height: 630px;
	float: left;
	margin-top: 10px;
	margin-left: 7px;
	background-color: #FBE8CA;
	border: 7px solid #e4c5a5;
	text-align: left;
	padding: 10px;
	border-radius: 15px;
}

/* CONTACT FORM */

#contactContent {
	width: 420px;
	height: 450px;
	line-height: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

#contactAddress {
	width: 415px;
	height: 450px;
	float: left;
	color: #069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	padding-left: 50px;
	text-align: center;
	margin-right: 10px;
	margin-top: 30px;
}

/* SPONSOR CHILD PAGE */

#sponsorSide {
	width: 415px;
	height: 450px;
	float: left;
	color: #069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	padding-left: 50px;
	text-align: left;
	margin-right: 10px;
	margin-top: 30px;
}

/* NEWS */

#news-content {
	padding: 20px;
	width: 700px;	
}

#newsContent {
	display: block;
	width: 966px;
	min-height: 800px;
	background-color: #664526;
	margin-top: 7px;
	padding-top: 8px;
	margin-bottom: -23px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 7px 1px #664526;
	-moz-box-shadow: 0px 0px 7px 1px #664526;
	box-shadow: 0px 0px 7px 1px #664526;
}

#newsSContent {
	width: 939px;
	min-height: 782px;
	margin-top: 4px;
	margin-left: 7px;
	background-color: #FBE8CA;
	border: 7px solid #e4c5a5;
	text-align: left;
	border-radius: 15px;
}