﻿

body 
{
	background: #000 url('../images/old_leather3.jpg') no-repeat center top;
   /* background: #ffffff;
    background-image: url( "/images/old_leather3.jpg" );*/
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

#divContainer
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    width: 977px;
    height: auto;
}

#DivShadow
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    width: 1005px;
    height: auto;
	background: url(../images/container_shadow.png) no-repeat;
	
	
}

#divHeader
{
	background: #fff url('../images/headerBkg.jpg');
    background-repeat:no-repeat;
    padding: 0px 0px 0px 0px;
    width: 977px;
    height: 132px;
}

#divHeader #divHeaderLogo
{
	float: Left;
    position:relative;
    left: 300px;
    top: 0px;
    height: 132px;
}

#divHeader #divApollo
{
	float:right;
	position:relative;
	top:0px;
    left:0px;
    width:156px;
    height:123px; 
}

#divHeaderChild
{
	background: #fff url('../images/headerChildBkg.jpg');
    background-repeat:no-repeat;
    padding: 0px 0px 0px 0px;
    width: 977px;
    height: 132px;
}

#divHomeTopNav
{
	background: #413827 url('../images/childBkgHeader.jpg');
	padding: 0px 0px 0px 0px;
	width: 977px;
	height:100px;
	/*background: #413827;*/
}

#divChildTopNav
{
	padding: 0px 0px 0px 0px;
	width:977px;
	height: 100px;
	background: #413827;
}

#divAlternateTopNav
{
	
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0px 12px 0px;
    text-align:center;
}

#divAlternateTopNav a, #divAlternateTopNav a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#divAlternateTopNav a:hover
{
    color: #000000;
    text-decoration: underline;
}

#divAlternateTopNav a:active
{
    color: #000000;
    text-decoration: underline;
}

#divContent
{
    clear:both; 
    padding: 0px 0px 0px 0px;
    width: 977px;
    /* START: MIN-HEIGHT HACK */
    min-height:200px;
    height:auto !important;
    height:auto;
    background: url(../images/mainContentBkg.jpg) repeat-x;
    /* END: MIN-HEIGHT HACK */ 

}

#divContentChild
{
    clear:both; 
    padding: 0px 0px 0px 0px;
    width: 977px;
    /* START: MIN-HEIGHT HACK */
    min-height:639px;
    height:auto !important;
    height:auto;
     /* END: MIN-HEIGHT HACK */ 
    background: url('../images/mainContentBkgC.jpg') no-repeat;
}

#divIntroFlash
{
    clear:both; 
    background: #fff;
    padding: 0px 0px 0px 0px;
    width: 977px;
    height: 507px;
    position:relative;
    background: #000000 url(../images/mainContentBkg.jpg) repeat-x;   
}

#divLeftMenuContainer
{
    float: left;
    padding: 0px 0px 0px 0px;
    width: 275px;
    height: 639px;
   /* background: url('../images/leftNavBkgA.jpg') no-repeat;*/

}

#divMainContent
{
    float: Right;
	background:  url('../images/mainContentChildBkg.jpg') no-repeat;
    padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    /*reminder-width depends on the leftNav width*/
    width: 702px;
    height:639px;
    /* START: MIN-HEIGHT HACK */
    /*min-height:639px;
    height:auto !important;
    height:auto;*/
    /* END: MIN-HEIGHT HACK */
}

#divMainContent #divMainContentBkg
{
	background: url('../images/childParchmentBkg.png') no-repeat;
	margin: 60px 10px 0px 10px;
    width: 665px;
    height: 551px;
}

#divMainContent #divMainContentBkg #divMainContentText
{
	margin: 0px 100px 0px 100px;
    padding: 10px 0px 0px 0px;
    width:465px;
    text-align:left;	
}

#divMainContent #divMainContentContainer
{
	/*background: url('../images/childParchmentBkg.png') no-repeat;*/
	margin: 60px 10px 0px 10px;
    width: 682px;
    height: 551px;
}

#divMainContent #divContactUs
{
	background: url('../images/childParchmentBkg.png') no-repeat;
	margin: 60px 10px 0px 10px;
    width: 682px;
    height: 551px;
}

#divMainContent #divMainContentContactText
{
	margin: 0px 0px 0px 135px;
    padding: 10px 0px 0px 0px;
    width:368px;
    text-align:left;	
}

#divMainContent #divContactUs #divContactUsPositioning
{
	margin: 0px 0px 0px 135px;
	width: 527px;
    height: 450px;
}

#divFooter
{ 
	background: #fff url('../images/footerBkg.jpg');
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    width: 977px;
    height: 41px;
    color: #ffffff;
    text-align: center;
    font-size:14px;
    font-weight:bold;
    clear:both;
    visibility:visible;
}

#divFooter a, #divFooter a:visited
{
    color: #ffffff;
    text-decoration:none;
}

#divFooter a:hover
{
    color: #eba875;
    text-decoration:none;
}

#divFooter a:active
{
    color: #eba875;
    text-decoration:none;
}

#divFooter #divFooterMenu
{
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#divFooter #divCopyright
{
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.footerSpan
{
	font-size: 9px;
}

.footerSpan a
{
	font-size: 9px;
}

#DivGallery
{
    width: 672px;
    height: 525px;
    padding: 0px 0px 0px 0px;
}

#divFooter #faceBook
{
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin: -30px 15px 0px 0px;
}