/* CSS styles */

	

/* -- Content Wrapper -- */
#contentwrapper {
float: left; 
position: absolute; 
padding: 0;
z-index:0;
top: 368px;
width: 960px;
margin: 0;
}

/* -- Flash Adverts -- */
#flashadv {
float: left;
width: 556px;
height: 265px;
padding: 1px 0px 6px 7px;
margin: 0;
background: url('../images/flashadv_bg.jpg') no-repeat top;
}

/* -- Features Wrapper Right -- */
#featuresright {
float: right;
width: 385px; 
padding: 0;
margin: 0;
}

/* -- Welcome Area -- */
#welcome { 
height: 84px;
padding: 0;
margin: 0;
border-color: #a9a9a9;
border-width: 1px 0 0 0;
border-style: dotted;
}
#welcome h1 { 
font-family: Georgia, serif;
font-size: 18px;
color: #004369;
padding: 0;
margin: 7px 0 4px 0;
}
#welcome p { 
font-family: Arial, san-serif;
font-size: 11px;
line-height: 14px;
color: #666666;
padding: 0;
margin: 0;
}
#welcome a:link, #welcome a:visited {
text-decoration: none;
font-weight: bold;
color: #4d99ca;
}
#welcome a:hover, #welcome a:active {
text-decoration: underline;
}

/* -- Recent Sermon -- */
#recentsermon { 
padding: 0;
margin: 0;
border-color: #a9a9a9;
border-width: 1px 0 1px 0;
border-style: dotted;
background: #FFFFFF
}
#recentsermon h1 { 
font-family: Georgia, serif;
font-size: 18px;
color: #004369;
padding: 0;
margin: 8px 0 2px 0;
}
#recentsermon img {
float: right;
padding: 0;
margin: 8px 0px 5px 1px;
}
#recentsermon p { 
font-family: Arial, san-serif;
font-size: 12px;
line-height: 16px;
color: #666666;
padding: 0;
margin: 0 0 12px 0;
}
#recentsermon a:link, #recentsermon a:visited {
text-decoration: none;
font-weight: bold;
color: #4d99ca;
}
#recentsermon a:hover, #recentsermon a:active {
text-decoration: underline;
}

/* -- My Story -- */
#storyfeature {
padding: 6px 0 0 0;
margin: 0;
}
a.storybox { 
display: block; 
width: 385px; 
height: 101px; 
outline: none;
}
a.storybox p { 
position: absolute; 
left:-1000px;
}
a#story_feature { 
background: url('../images/bg_story_but.jpg') no-repeat left center; 
float: left;
}
a#story_feature:hover { 
background-position: right center; 
}

/* -- Features Bottom -- */
#featuresbot {
height: 139px;
background:#ebebec;
padding: 7px 0 0 9px;
margin: 0;
}
a.featurebox { 
display: block; 
width: 273px; 
height: 132px; 
outline: none;
margin: 0 8px 0 0;
}
a.featurebox p { 
position: absolute; 
left:-1000px;
}
a#feature_enews { 
background: url('../images/bg_enews_but.jpg') no-repeat left center; 
float: left;
}
a#feature_enews:hover { 
background-position: right center; 
}
a#feature_podcast { 
background: url('../images/bg_podcast_but.jpg') no-repeat left center; 
float: left;
}
a#feature_podcast:hover { 
background-position: right center; 
}
a#feature_cpoint { 
background: url('../images/bg_cpoint_but.jpg') no-repeat left center; 
float: left;
}
a#feature_cpoint:hover { 
background-position: right center; 
}

a.meetingbox { 
display: block; 
width: 371px; 
height: 131px; 
outline: none;
margin: 0 0 0 6px;
}
a.meetingbox p { 
position: absolute; 
left:-1000px;
}
a#feature_meeting { 
background: url('../images/bg_meeting_but.jpg') no-repeat left center; 
float: left;
}
a#feature_meeting:hover { 
background-position: right center; 
}

/* -- Footer -- */
#footerwrapper {
height: 34px;
border-top: 1px dotted #a9a9a9;
border-bottom: 1px dotted #a9a9a9; 
background-color: #eae9e9;
margin: 5px 0 0 0;
}
#footerleft {
font-family: arial, san-serif;
font-size: 11px;
color:#666666;
float: left;
margin: 11px 0 0 13px;
}
#footerright {
float: right;
font-family: arial, san-serif;
font-size: 11px;
margin: 11px 13px 0 0;
padding: 0;
}
#footerleft a:link, #footerleft a:visited {
text-decoration: none;
color: #4d99ca;
}
#footerleft a:hover, #footerleft a:active {
text-decoration: underline;
}
#footerright a:link, #footerright a:visited {
text-decoration: none;
color: #4d99ca;
}
#footerright a:hover, #footerright a:active {
text-decoration: underline;
}

#clear,.clear {
clear: both;
height: 1px;
}






