/* ---- Cascading Style Sheet for Substance Church - Hands ---- */

/* Tag Changes */

body {
	margin: 0;
	background:url(images/wallpaper.jpg) repeat #ddd;
	height: 100%;
	color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font: Helvetica, Geneva, Arial, sans-serif;
}


body.mceContentBody {
	margin: 0;
	background: #1F1F1F;
	color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font: Helvetica, Geneva, Arial, sans-serif;
}

a, a.mceContentBody {color: #FFFFFF; text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {color: #FFFFFF;}
a:active {color: #FFFFFF;}

h1 {
	font-size: 40px;
	margin-top: 0;
	padding-top: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

h2 {
	font-size: 32px;
	margin-top: 0;
	padding-top: 1em;
}

h3 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	width: 80%;
	color: #CCC;
	background-color: #CCC;
	text-align: center;
	height: 1px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

img {border: none;}

.Container P, P {
	margin					: 0;
	font-size				: 16px;
}


/* Navigation Parent/Child Styling */
#Nav li.Parent a
{
	color: #FF9900;
}

#Nav ul li.Current a, #Nav li.Current a,
{
	color: #FF9900;
}
/* End of Navigation Parent/Child Styling */

/* Page Structure */
#Right, .Right {float: right;}
#Left, .Left, .MainWholeContainer{float: left;}

/* -- Alternating row colors -- */
	#row1{}
	#row2{background-color: #EEEEEE;}
/* End of page structure */


/* Page Layout */

#Container {
	width					: 1056px;
	margin					: 0 auto 0 auto;
	background				: url(images/shadow.png) repeat-y;
	padding					: 0;
	font-family				: Helvetica, Geneva, Arial, sans-serif;
	font					: Helvetica, Geneva, Arial, sans-serif;
}

#Content.mceContentBody, .Content {
	background				: #1f1f1f;
	margin					: 0 auto 0 auto;
	width					: 992px;
	text-align				: left;
	padding-left			: 2px;
	padding-right			: 2px;
	border					: 1px solid #fff;
	border-top				: none !important;
	font-family				: Helvetica, Geneva, Arial, sans-serif;
	font					: Helvetica, Geneva, Arial, sans-serif;
}

.FlashContainer {
	background				: #305682;
	left					: 0;
	height					: 192px;
}

.FlashMovie {
	z-index					: 99;
	height					: 192px;
	width					: 1150px;
	margin					: 0 auto 0 auto;
	text-align				: left;
	background				: url(images/flash_grunge.jpg) no-repeat;
}

.Header {
	background				: url(images/nav_bar_bg.png) top left repeat-x;
	width					: 100%;
	height					: 55px;
	text-align				: center;
	margin-bottom			: -10px;
}

.title {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	padding-left:2em;
	margin-top:1em;
}

.description {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	padding-left:3em;
	color:#CCC;
	font-size:14px;
}

.FooterContainer {
	bottom:0;
	position:absolute;
	width:100%;
	text-align: center;
}

#Footer {
	background: url(images/skyline.gif) top center no-repeat;
	color: #FFFFFF;
	text-align: center;
	height:100px;
	margin:0 auto;
}

#Footer p {
	width:100%;
	margin:0 auto;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#Footer a {
	color:#FFF;
	text-decoration:none;
}

#Footer a:hover {
	color:#CCDFFF;
	text-decoration:underline;
}
/* End Page Layout */

/* Navigation Menu Bars*/
.NavContainer {
	height					: 55px;
	background				: url(images/nav_menu_bg.png) top left repeat-x;
	padding					: 0;
	margin					: 0;
	margin-bottom			: 0;
	vertical-align			: top;
}

.FooterNav {
	padding: 0;
	padding-top:.5em;
	width:992px;
	margin: 0;
	height:62;
	border:none;
	text-align:center;
	background: url(images/footer_nav_bg.png) repeat-x #1f1f1f;
}

.FooterNav ul {
	padding:0;
	margin: 0;
	display: inline;
}

.FooterNav li {
	list-style:none;
	list-style-image:url(images/footer_nav_divider.png);
	display: inline;
	padding: 1em;
	margin: 0;
}

.FooterNav a {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.FooterNav a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* End of Navigation Menu Bars */