@charset "utf-8";
/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
font-family: Verdana, Arial, Tahoma, sans-serif;
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 80%;
background: #ffffff;
color: #213e5f;
}
p {padding: 7px 0 7px 0;}

a {
color: #007eb6;
text-decoration:none;
font-weight: bold;
}

a:hover{
color: #213e5f;
text-decoration: none;
}

.messages {
color: #bbbdbf;
}

.messages:hover {
color: #ffffff;
}
#navigation a {
color: #2a4665;
font-size: 15px;
text-decoration:none;
font-weight:normal;
}

#navigation a:hover {
color: #007eb6;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-top:2px;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }

#mainContainer {
width: 1024px;
margin: 0 auto; /*** Centers the design ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background-image: (images/2/background.jpg) no-repeat;
min-height:700px;
}

/**************************
HEADER
**************************/
#header {
float:left;
margin-top:20px;
margin-left:90px;
padding: 0px;
}

#subheader {
margin-top:63px;
margin-left:195px;
float:left;
}


/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 0px; /*** Make som space for our top menu ***/
padding-left: 110px;
  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 860px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 848px;
margin-left: -18px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
width: 848px;
margin-top: 20px;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 8px;
margin:8px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

.subnav { width: 220px; }

.feature_mid {
background: url(http://www.onetruthchurch.com/images/2/calendar_mid.gif) no-repeat #164c7d;
border-left: solid 1px #bbbdbf;
border-right:solid 1px #bbbdbf;
/* border-bottom:solid 1px #164c7d; */
padding:3px 3px 3px 3px;
min-height:150px;
width:213px;
}

.subnav ul {padding-left:10px; }
.subnav a { color:#ffffff; }
.subnav a:hover { color: #bbbdbf; }

.subnav .mainPage { color:#bbbdbf; font-size: 12px; }


.bodyContent {
width:550px;
margin-top:15px;
margin-left:15px;
float:left;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
margin-top: 0px;
width: 225px;
min-height: 250px;
padding: 0px;
float: left;

}
* html #left {
position: relative; /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}


#navigation {
float: left; 
margin-top:20px;
width: 945px;
padding-top: 0px;
padding-left: 0px;
text-align: right;
}
* html #navigation {
position: relative; /*** IE needs this  ***/
}
#navigation ul {
list-style: none;
}
#navigation li {
display: inline;
padding-right: 8px;
}
/**************************
FOOTER
**************************/
#footer {
position: inherit;
width: 618px;
text-align: right;
}

.number {float:left; padding-left:5px;}
.features { visibility:hidden;
		position: relative;
		}
#scroller {	margin-left:570px;
			position:relative;
			width:100px;
			}
