/*
Temple of Praise web site CSS
by J-Michael.....

*/

/* ===== global styles ===== */
body {

    font-family: "Trebuchet MS", Arial, Helvetica, sans serif;
  background: #fff url(../images/bg.jpg);
	background-repeat:repeat-x;

    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

div#wrapper {
    width: 1270px;
      background: #fff url(../images/background9.jpg) no-repeat;
    margin: 0 auto;

}

div#wrapper1 {
    width: 1004px;
    margin: 0 auto;

}

/* ===== header ===== */

div#header {
  position: absolute;
    height: 313px;
    position: relative;
    background: #fff url(../images/headerBackground10.jpg) no-repeat;
    
}



/* ===== main menu ===== */

#header #mainMenu {
    position: absolute;

   margin-left: 115px;
    
    bottom: 2px;
    
}

#mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    float: left;
    margin: 0;
    padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    display: block;
    color: #726c6c;
    text-decoration: none;
  
    padding: 0 25px 0 25px;
    margin-right: 20px;
    line-height: 29px;
    border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
    color: #a25a80;

}





#mainMenu li a.current {
  text-decoration: bold;
    height: 30px;
    color: #726c6c;
    line-height: 29px;
}

#mainMenu li a.current:hover {
    cursor: default;
}


/* ===== banner ===== */

div#midBanner{
margin-left: 0px;
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 0px;

}

object#FlashID{

padding: 0px;
margin:0px;
}

/* ===== main content ===== */

#content div#mainContent {
    float: left;
    width: 500px;
    margin: 10;
   	padding-left: 35px;
   	padding-top: 25px;
   	height: 910px;
    background: #fff url(../images/side.jpg);
	background-repeat:repeat-y;
}



 div#tab {
    float: left;
    width: 500px;
    margin: 10;
   	padding-left: 18px;
   	padding-top: 0px;
  
    background: #fff url(../images/tab.jpg) no-repeat;
}

div#tab ul{
   list-style: none;
    margin: 0;
    padding: 0;
}

div#tab li a:link, #mainMenu li a:visited{
 font-family: "Trebuchet MS", sans-serif ;
    font-size: 18px;
    display: block;
    color: #726c6c;
    text-decoration: none;
  
    padding: 0 25px 0 25px;
    margin-right: 20px;
    line-height: 29px;
    border: none;


}

#mainContent p {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.4em;
    color: #4f4d4e;
    margin: 1ex 0;
}

#mainContent h1, #mainContent h3, #mainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
    font-size: 22px;
    font-weight: bold;
    color: #8a4e6f;
    margin: 0 0 .4ex 0;
}

#mainContent h2 {
	font-family: Arial;
    font-size: 15px;
    color: #3c212e;
    margin: .4ex 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

#mainContent a {

color: #666;
}


/* ===== sideBar ===== */
#content div#sideBar {
float: right;
width: 410px;
padding: 5px;
margin-left: 10px;

height: 925px;
   	  background: #fff url(../images/side3.jpg);
   	background-repeat:repeat-y;
}

#sideBar p {
    font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #666;
	margin-right: 0px;
}

#sideBar h3 {

    font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #1b9d95;
	margin: 10px;	
}

.sideBar{
 padding-left: 35px;
  
}


/* ===== footer ===== */

div#footerWrapper{
 width: 1004px;
    margin: 0 auto;
    padding-top: 0px;


}
div#footer{
clear: both;
background: #ccc;;
 margin: 0 auto;
padding-top: 0px;
height: 165px;
}

#footer p {
 font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0px;
	padding: 1px;
	text-align: center;
}

#footer a{
color: #666;
text-decoration: none;
}
#footer a:hover, #mainMenu li a:active {
    color: #a25a80;

}




/* ===== miscellaneous styles ===== */

.clear { clear: both }





