﻿html{
margin: 0px;
height: 100%;
}

body{
margin: 0;
height: 100%;
background-repeat: repeat-x;
background-color: white;
background-image: url(images/background.jpg);
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}

h1{
font-size: 22px;
color: black;
border-bottom: 1px solid #B1B1B1;
padding-bottom: 4px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-top: 0px;
}

h2{
font-size: 12px;
margin: 5px 0px 0px 0px;
padding: 0;
color: #414141;
text-transform: uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h3{
font-size:12px;
font-weight:bold;
margin:1em 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a{
color: #002164;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

hr{
width: 80% !important;
margin: 25px auto 25px auto !important;
color: #B1B1B1 !important;
}

#pageContainer{
width: 890px;
height: auto;
margin: 0 auto;
}

#header{
height: 84px;
background-color: white;
padding: 33px 62px 0px 73px;
position: relative;
}

#logo{
width: 247px;
height: 94px;
position: absolute;
left: 50px;
top: 13px;
}

#verse{
width: 372px;
height: 50px;
background-image: url(images/verseBack.jpg);
float: right;
padding: 20px 50px 0px 74px;
line-height: 19px;
}

#navigationBar{
height: 167px;
background-color: #114479;    
position: relative;
}

#banner{
height: 133px;
}

#banner p{
   margin: 0px;
   padding: 0px;
}

#mainNav{
height: 34px;  
background-image: url(images/navBack.jpg); 
background-repeat: no-repeat;
background-position: bottom;
}

#mainNav > ul{   
margin: 0 auto;
}


#mainNav ul{   
width: auto;
}

#mainNav ul li{
float: left;
list-style: none;
background-image: url(images/navBackLeft.gif); 
margin: 0px 5px 0px 0px;
display: inline; 
}

#mainNav ul > li{ 
background-image: url(images/navBackLeft.png); 
margin: 0px 2px 0px 0px;  
}

#mainNav ul > li a{
background-image: url(images/navBackRight.png) !important; 
background-repeat:no-repeat;
width: auto !important;    
min-width: 50px;
display:block;
}

#mainNav ul li a{
background-image: url(images/navBackRight.gif); 
background-position:right top;
background-repeat:no-repeat;
height: 34px;
color: white;
padding: 0px 10px 0px 10px;
line-height: 27px;
text-align: center;   
text-decoration: none;
display: inline-block;
}

#mainNav ul > li a {
display: block;
}

#mainNav ul li a:hover{ 
text-decoration: underline;
}

#mainContent{
width: 890px;
height: 100%;
background-color: white;
position: relative;
}   

#mainContentInner{
   padding: 40px 40px 40px 40px;
}          

#mainContent ul{
margin: 10px 0px 10px 10px;
}

#mainContnet ul li:before{
content: "\00BB \0020";
}

#footer{
height: 76px;
background-image: url(images/footer.jpg);
background-repeat: repeat-x;
}

#footerContent{
   width: 890px;
   height: 100%;
   margin: 0 auto;
   position: relative;   
}

#poweredBy{
   position: absolute;
   left: 36px;
   top: 22px;
   border: 0px;
}

#footerText{
width: 580px;
height: 33px;
color: white;
position: absolute;
left: 252px;
top: 23px;
line-height: 150%;
}

#footerText a{
color: #82A4DF;
}

#footText a:hover{
text-decoration: none;
}
