@charset "UTF-8";
/* CSS Document */

html, body {    
   height: 100%; 
}

Body {
	background-image: url(SiteImages/BodyBG.gif);
	background-position: center;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Helvetica, Arial, Gill Sans, sans-serif;
}

#container {
   min-height: 100%;
   margin-bottom: -300px;
   position: relative;
   background-image: url(SiteImages/Wrapper2.png);
   background-repeat: repeat;
   background-position: center top;
   width: 100%;
}

#MainContent {
	width: 900px;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: auto;
    margin-right: auto;
}

#MainBody {
	background-image: url(SiteImages/Main/BG.png);
	width: 900px;
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}

#MainBodyGO {
	background-image: url(SiteImages/GrandOpening/BodyBG.gif);
	width: 900px;
	padding: 0px;
	margin: 0px;
}

#Header {
	width: 900px;
	height: 160px;
	padding: 0px;
	margin-bottom: 10px;
}

#HeaderFlag {
	width: 100px;
	height: 150px;
	float: left;
}

#HeaderNav {
	width: 90px;
	height: 100px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#HeaderMission {
	width: 790px;
	height: 40px;
	float: left;
	margin-left: 10px;
}

#ContentBox {
	width: 900px;
	height: 890px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: auto;
    margin-right: auto;
}

#TextBox {
	background-color: #f7f7f7;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}

#TextBoxMainCol {
	background-color: #f7f7f7;
	width: 530px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	float: left;
}

#TextBoxSideCol {
	background-color: #f7f7f7;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	float: right;
}

#TextBoxGO {
	width: 600px;
	padding-left: 20px;
	margin: 0px;
	float: left;
}

#Flickr {
	background-image: url(SiteImages/Main/BG.png);
	width: 900px;
	background-repeat: repeat;
	height: 100px;
	align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#Vimeo {
	background-image: url(SiteImages/Main/BG.png);
	background-repeat: repeat;
	width: 880px;
	height: 242px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	float: left;
}

.clearfooter {
   height: 300px;
   clear: both;
}

#footer {
	background-image: url(SiteImages/Footer/FooterBG.gif);
	background-repeat: repeat;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	height: 300px;
    position: relative;
}

#FooterMenu {
	width: 900px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 30px;
	margin-left: auto;
    margin-right: auto;
}

#NavigateFooter {
	width: 150px;
	padding-left: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	float: left;
	text-align: left;
}

#ContactFooter {
	width: 160px;
	padding-left: 0px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	float: left;
	text-align: left;
}

#WorshipFooter {
	width: 220px;
	padding-left: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	float: left;
	text-align: left;
}

#SocialFooter {
	width: 105px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	float: left;
	text-align: left;
}

#LogoFooter {
	width: 280;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 30px;
	margin: 0px;
	float: right;
	text-align: left;
}

.FooterText {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

a.FooterLinks:link {
	font-size: 12px;
	text-decoration: none;
 	color: #FFFFFF;
}

a.FooterLinks:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FF9933;
}

a.FooterLinks:visited {
	font-size: 12px;
	text-decoration: none;
 	color: #FFFFFF;
}

a.FooterLinks:visited:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FF9933;
}

a:link {
 	color: #CC6633;
}

a:visited {
 	color: #CC6633;
}

ul {
	padding: 0px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: circle;
}

.Title {
	font-size: 14px;
	color: #336699;
	line-height: 24px;
	font-weight: bold;
}

.Text {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.OrangeText {
	font-size: 12px;
	color: #CC6633;
}

.GrandOpeningText {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
