@charset "UTF-8";
/* CSS Document */

body {
	
	background-color: #eeefdc;
	}


#container {
	position: relative;
	z-index: 0;
	width: 800px;
	height: 600px;
	background-color: #eeefdc;
	margin: auto;
	border: 0px solid green;
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

#mainnavbar {
	position: absolute;
	top: 128px;
	left: 0px;
	z-index: 6;
	padding: 0px;
	}

#topnav {
	position: absolute;
	top: 29px;
	left: 523px;
	width: 300px;
	height: 75px;
	}
	
#mainnavtext2 {
	position: absolute;
	z-index: 7;
	top: 3px;
	left: 25px;
	color: #FFFFFF;
	width: 780px;
	} 
	
.slogan {
	position: absolute;
	top: 175px;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	left: 140px;
}

#white_box {
	position: absolute;
	top: 220px;
	left: -40px;
	background-color: white;
	width: 850px;
	height: 505px;
	padding: 10px;
}

#news_and_events {
	width: 280px;
	font-size: 12px;
}


a:link {
	text-decoration: none;
	color: white;
	}
	
a:visited {
	text-decoration: none;
	color: white;
	}
#news_and_events li {
	padding-bottom: 8px;
}

#news_and_events a:link {
	text-decoration: none; 
	color: black;
}

#news_and_events a:visited {
	text-decoration: none; 
	color: black;
}

.news_header {
	color:#0066CC;
	font-size: 16px;
}

#videos {
	position: absolute;
	left: 315px;
	top: 1px;
	height: 505px;
}

#announcements {
	border: 1px solid red;
	text-align: center;
	color: red;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	width: 800px;
	top: 358px;
	
}

#email_input {
	position: absolute;
	top: 570px;
	font-size: 11px;
	left: -20px;
	border-top: 1px solid #0066CC;
	width: 220px;
	padding-top: 10px;

}

#social_media {
	position: absolute;
	top: 278px;
	width: 300px;
	font-size: 16px;
	left: 0px;
	color:#0066CC;
	padding-left: 10px;
}

#social_media_images {
	padding-left: 10px;

}
#social_media_images img {
	padding: 4px;
}

#share_this {
	position: absolute;
	top: 500px;
	left: 25px;
}

img {
	border: none;
}

	
#footer {
	margin-top: 625px;
	padding-left: 20px;
	z-index: 10;
	}
	
#botbar {
	position: absolute;
	top: 778px;
	left: 110px;
	z-index: 7;
	}
	
#footer_text_new {
	position: absolute;
	top: 780px;
	left: 150px;
	z-index: 8;
	color:#FFFFFF;
	font-size: 12px;
	}
	
* html #footer_text_new {
	position: absolute;
	top: 781px;
	left: 137px;
	z-index: 8;
	color:#FFFFFF;
	font-size: 12px;
	}

#footer_text_new a:link {
	text-decoration: none;
	color: white;
	}
	
#footer_text a:visited {
	text-decoration: none;
	color: white;
	}	
		
#bottomcontactinfo_new {
	position: absolute;
	top: 805px;
	width: 800px;
	font-size: 10px;
	text-align: center;
	}
	
* html #bottomcontactinfo_new {
	position: absolute;
	top: 810px;
	width: 800px;
	font-size: 10px;
	text-align: center;
	}


/*END home page*/
