/**************** MAIN LAYOUT ****************/
* {
  margin:0;
  padding:0;
}

html { 
  min-height: 100%; 
  margin-bottom: 1px;
}

html, body {
  height:100%; /* needed for container min-height */
}
#centerColumn{
  position: relative; /* needed for footer positioning*/
  margin: 0 auto; /* center, not in IE5 */

  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */

  width: 959px; /* 839 */
  text-align:left;
}
#mainColumn{
  position: relative;
  width: 899px; /* 779 */
  margin: 0 30px 0 30px;
}
#leftFade{
  position: absolute;
  width: 30px;
  height: 600px;
  left: 0px;
}
#rightFade{
  position: absolute;
  width: 30px;
  height: 600px;
  left: 929px; /* 809 */
}
#header{
  position: relative;
  height: 150px; /* 270 */
}
#content{
  position: relative;
  padding-bottom: 75px; /* bottom padding for footer */
  margin-left: 30px;
  margin-right: 30px;
}
#content ul li {
  background: url(/static/images/list_dot.gif) 0 7px no-repeat;
  list-style: none;
  padding-left: 10px;
}
#content ol li {
	padding-top: 3px;
}
#content ol {
  list-style: none;
}
#content ol ol {
  padding-left: 30px;
}
ol#content-list {
	width: 230px;
	padding: 10px;
	padding-left: 30px;
}
.innerPage{
  margin-right: 30px;
}

#footer{
  position:absolute;
  bottom:0; /* stick to bottom */
  width:959px; /* 839 */
  height: 75px;
}


/******* MAIN LAYOUT COLORS AND BACKGROUNDS ********/
html{ background: url(/static/images/body_bg.jpg) repeat-x #88C5E8;}
#centerColumn{ background: url(/static/images/fade959.gif) repeat-y #FAFBFC;}
#leftFade{ background-image: url(/static/images/left_fade_top.jpg);}
#rightFade{ background-image: url(/static/images/right_fade_top.jpg);}
#header{ background: url(/static/images/header_bg_899.jpg) no-repeat #FFFFFF;}


/*********** DEFAULT FONTS AND COLORS ************/

body{
  color:#535353;
  font: 12px/16px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h1, h2, h3, #nav{
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #535353;
}
h3 {
  color: #F66700;
}
.orange{
  color: #F66700;
}
a, a:visited{
  color: #333;
  text-decoration:none;
}
a:hover {
  color: #F66700;
}


/********** HEADER AND MAIN NAVIGATION ***********/

#logo{
  position: absolute;
  top: 16px; /* 40 */
  left: 25px; /* 30 */
  line-height:40px;
}
#logo a { font-size:40px; color:white; }
#slogan{
  position: absolute;
  top: 30px; /* 70  */
  left: 600px; /* 420 */
  color: white;
  font-size:14px;
}
#nav{
  /*text-transform:uppercase;*/
  font-size: 14px;
  position: absolute;
  left: 30px;
  bottom: 50px;
  font-weight: bold;
}
#nav a, #welcome { color: #5C5C5C;}
#nav a:hover{ color: #F66700;}
#nav .dot{
  display: inline;
  padding-left: 30px;
  background: url(/static/images/menu_dot.gif) 9px 2px no-repeat;
}

/********** PAGE CONTENT ***********/

#content a{
  text-decoration:underline;
}

h1{
  font-size: 35px;
  font-weight: normal;
  background: url(/static/images/title_bg.gif) no-repeat left bottom;
  padding-bottom: 24px;
}
h2{
  font-size: 24px;
  font-weight: normal;
  background: url(/static/images/title_bg.gif) no-repeat left bottom;
  padding-bottom: 18px;
  padding-top: 10px;
}
h3{
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 8px;
}
p{
  padding-bottom: 16px;
}

/********** FOOTER ***********/
#footer {
  /*position: relative; */
  background: url(/static/images/footer_bg_959.jpg) no-repeat bottom;
}
#footerMenu{
 position: absolute;
 top: 5px;
 right: 55px;
}
#footerMenu a{color: #FFFFFF;}
#footerMenu a:hover{color: #FFFFFF;
text-decoration: underline;
}
#copyright {
  position: absolute;
  color: #FFFFFF;
  top: 5px;
  left: 55px;
}
#copyright2{
  position: absolute;
  font-size: 9px;
  font-family: Tahoma;
  line-height: 11px;
  color: #FFFFFF;
  top: 29px;
  margin: 0 55px 10px;
  width: 850px;
}
#copyright2 div {
  padding-top: 14px;
}
#copyright2 img {
  float: right;
  border: none;
}

/**** Alltrue ****/
.cause { color: red; font-size:1.5em; }
.effect { font-size:1.5em; }

.even {
  background-color:#EEEEEE;
}

.question_table {
  text-align:left;
}

.scripture {
line-height:130%;
font-size:12pt;
margin-left:1em;
margin-right:1em;
margin-top:0px;
margin-bottom:1em;
padding:5px;
}

.highlight {font-weight:bold;}
.sup {
    font-size: 0.65em;
    color:gray;
    vertical-align: text-top;
    line-height: 0.5em;
}
