@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 {
	width: 100%;
}
#container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#banner-box {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #000;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	text-align: center;
	height: 600px;
}
#foot-logo {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 50px;
}
#about-text {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 20px;
}
#mission-text {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 20px;
	font-style: italic;
}
#mission-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #666;
	text-align: center;
}
#content-2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}
#top-features {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#topfeature-box {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#info-area {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}
#announce-box {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 10px;
}
#hours-box {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 10px;
}
#preserving-area {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #CCC;
	text-align: center;
}
#preserving-text {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#magazine-box {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}
#links-box {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#footer-text {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}
#footer-iconbox {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}
#footer-icon {
	clear: none;
	float: left;
	width: 25%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-top: 20px;
	margin-left: 30px;
}
#color-line {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #069;
	height: 20px;
}
#top-featurebox {
	clear: none;
	float: left;
	width: 85%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-left: 15px;
}
#ed-text1 {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#ed-text2 {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#ed-text3 {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#ed-text4 {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#photo-box {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#photo-text {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#slogan-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#slogan-text {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#ad-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#ad-text {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#apply-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#apply-text {
	clear: none;
	float: left;
	width: 89%;
	display: block;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#banner-box {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #000;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	text-align: center;
	height: 350px;
}
#foot-logo {
	clear: none;
	float: left;
	width: 15%;
	display: block;
	text-align: center;
	padding: 5px;
	margin-top: 50px;
}
#about-text {
	clear: both;
	float: left;
	width: 93%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 20px;
}
#mission-text {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 20px;
	font-style: italic;
}
#mission-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #666;
	text-align: center;
}
#content-2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
}
#top-features {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#topfeature-box {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 15px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#info-area {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}
#announce-box {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#hours-box {
	clear: none;
	float: left;
	width: 45%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#preserving-area {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #CCC;
	text-align: center;
}
#preserving-text {
	clear: none;
	float: left;
	width: 80%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
	margin-left: 70px;
}
#magazine-box {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
}
#links-box {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#footer-text {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	text-align: left;
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}
#footer-iconbox {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	margin-top: 45px;
}
#footer-icon {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
#color-line {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #069;
	height: 20px;
}
#top-featurebox {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#ed-text1 {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#ed-text2 {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#ed-text3 {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#ed-text4 {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#photo-box {
	clear: none;
	float: left;
	width: 65%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 120px;
}
#photo-text {
	clear: none;
	float: left;
	width: 93%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#slogan-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#slogan-text {
	clear: none;
	float: left;
	width: 88%;
	display: block;
	padding: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#ad-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#ad-text {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 10px;
}
#apply-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#apply-text {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 10px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
}
#container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#banner-box {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #000;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	text-align: center;
	height: 350px;
	background-image: none;
}
#foot-logo {
	clear: none;
	float: left;
	width: 12%;
	display: block;
	text-align: center;
	padding: 5px;
	margin-top: 50px;
	margin-left: 40px;
}
#about-text {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-left: 25px;
}
#mission-text {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 20px;
	font-style: italic;
}
#mission-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #666;
	text-align: center;
}
#content-2 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
}
#top-features {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#topfeature-box {
	clear: none;
	float: left;
	width: 25%;
	display: block;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 20px;
	margin: 20px;
}
#info-area {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}
#announce-box {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#hours-box {
	clear: none;
	float: left;
	width: 45%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#preserving-area {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #CCC;
	text-align: center;
}
#preserving-text {
	clear: none;
	float: left;
	width: 70%;
	display: block;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-left: 15%;
}
#magazine-box {
	clear: left;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	margin: 0px;
}
#links-box {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#footer-text {
	clear: none;
	float: left;
	width: 35%;
	display: block;
	text-align: left;
	margin-top: 50px;
}
#footer-iconbox {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	margin-top: 25px;
}
#footer-icon {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
#color-line {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #069;
	height: 20px;
}
#top-featurebox {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#ed-text1 {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#ed-text2 {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#ed-text3 {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#ed-text4 {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px;
}
#photo-box {
	clear: none;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#photo-text {
	clear: none;
	float: left;
	width: 43%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 20px;
}
#slogan-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}
#slogan-text {
	clear: none;
	float: left;
	width: 86%;
	display: block;
	padding: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#ad-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#ad-text {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#apply-box {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#apply-text {
	clear: none;
	float: left;
	width: 93%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 25px;
}
}
