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

body {
	background-color: #444444;
}

#contain {
	height: 1013px;
	width: 909px;
	margin:0 auto;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}


/*----> Header Section <----*/

#header {
	height: 206px;
	width: 909px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-top: 52px;
}

/*----> Navigation Menu <----*/

#nav-bar {
	position: relative;
	width:853px;
	height: 26px;
	margin: 0;
	padding: 10px 0px 10px 56px;
	
	border-top-color:#83E05E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;	
	letter-spacing: 1px;
}
#nav-bar ul {
	float: none;
	list-style: none;
	margin:0; padding: 0;
}
#nav-bar ul li {
	display: inline;
}
#nav-bar ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #ffffff;	
	text-decoration: none;
	border: thin solid #1d1d1d;
}
#nav-bar ul li a:hover {
	color: #ff7711;
	}
#nav-bar ul li#selected a {
	background-color: #333333;
	color: #FFFFFF;
}

/*----> Editable Section <----*/

#aotm_box2 {
	height: 350px;
	width: 270px;
	padding: 25px 0px 0px 0;
	
}

#editable {
	height: 438px;
	width: 909px;
	background-image: url(images/subcontent_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

#editable2 {
	height: 438px;
	width: 909px;
	background-image: url(images/editable_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

/*----> iFrame Section <----*/

#framed {
	height: 438px;
	width: 909px;
	
}

/*----> Sub Nav Section <----*/
	

#s_nav_box {
	height: 208px;
	width: 135px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: center;
}

.sub_nav_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 32px;	
	letter-spacing: 1px;
	color: #FFFFFF;

}

.sub_nav_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;	
	letter-spacing: 1px;
	color: #FFFFFF;

}

#s_nav_box ul {
	float: none;
	list-style: none;
	margin:0; padding: 0;
}
#s_nav_box ul li {
	display: list-item;
}

.sub_nav_copy a:link{
	color: #ff7711;
	text-decoration: none;
}
.sub_nav_copy a:visited {
	text-decoration: none;
	color: #ff7711;
}
.sub_nav_copy a:hover {
	text-decoration: none;
	color: #ffffff;
}
.sub_nav_copy a:active {
	text-decoration: none;
}

/*----> Footer Section <----*/

#footer {
    padding: 0px 0px 10px 0px;
	height: 199px;
	width: 909px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

#footer2 {
    padding: 0px 0px 10px 0px;
	height: 199px;
	width: 909px;
	background-image: url(images/footer_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

#event_box {
	height: 108px;
	width: 312px;
	padding: 55px 0px 0px 45px;
	}
	
.footer_event_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: justify;
}

#gallery_box {
	height: 38px;
	width: 90px;
	padding: 158px 0px 10px 315px;
	vertical-align: bottom;
	}
	
#gallery_box2 {
	height: 100px;
	width: 350px;
	padding: 75px 0 0 80px;
	}

.footer_gallery_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006a9a;
	text-align: justify;
}

.footer_gallery_copy  a:link{
text-decoration: none;
	color: #ff7711;
	
}
.footer_gallery_copy a:visited {
	text-decoration: none;
	color: #ff7711;
}
.footer_gallery_copy  a:hover {
	text-decoration: none;
	color: #000000;
}
.footer_gallery_copy  a:active {
	text-decoration: none;
}
