/********************
 * FEATURE CAROUSEL *
 ********************/
#html>body {
	width:100%;
	height:100%;
}

body { margin: 0px; }

#carouselContainer {
	width:100%;
	background: url(../images/slideshow-bg.jpg);
	background-repeat:repeat-x;
}

#featureCarousel {
    height: 500px;
    width:900px;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:0px;
    left:-1000px;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    top:305px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:16px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:300px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

#menu {
	background-image:url(../images/menu-bar.jpg);
	width:100%;
}

#content {
	width:100%;
	height:100%;
	border:none;
}

#follow_inside {
	background-image:url(../images/follow-us-bar.png);
	background-repeat:no-repeat;
	width:25%;
	height:75;;
	background-position:center;
}

#follow_outside {
	background-image:url(../images/follow-us-bar.png);
	background-repeat:no-repeat;
	width:100%;
	height:75;;
	background-position:center;
}

#NoBullet {
	list-style-type:none;
}

#NoBullet li {
	display:inline;
	padding-right:20px;
	padding-left:20px;
}



#footer {
	position:absolute;
	clear:right;
	width:100%;
	text-align:center;
	height:50px;
}

.highlight {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.highlight:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlight_gr {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}

.highlight_gr:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#left {
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color:#999999;
}

#right {
	border-left-style:solid;
	border-left-width: 1px;
	border-left-color:#999999;
}

#about_container {
	width:900px;
	background: url(../images/about_bg.jpg);
	background-repeat:no-repeat;
}
#ruf2c_container {
	width:900px;
	background: url(../images/ruf2c_bg.jpg);
	background-repeat:no-repeat;
}

#about {
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#events {
	width:600px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#events_2 {
	width:600px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#events_header {
	width:400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:26px;
}

#bottom {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}
#icons {
	width:200;
}

#events_container {
	width:900px;
	background: url(../images/events_bg.jpg);
	background-repeat:no-repeat;
}

#wall_container {
	width:900px;
	background: url(../images/wall_bg.jpg);
	background-repeat:no-repeat;
}

#giving_container {
	width:900px;
	background: url(../images/giving_bg.jpg);
	background-repeat:no-repeat;
}

#nextsteps_container {
	width:900px;
	background: url(../images/nextsteps_bg.jpg);
	background-repeat:no-repeat;
}

#vbs_container {
	width:900px;
	background: url(../images/vbs_bg.jpg);
	background-repeat:no-repeat;
}

#archives_container {
	width:900px;
	background: url(../images/archives_bg.jpg);
	background-repeat:no-repeat;
}

#old_archives_container {
	width:900px;
	background: url(../images/2010archives_bg.jpg);
	background-repeat:no-repeat;
}

#resources_container {
	width:900px;
	background: url(../images/resources_bg.jpg);
	background-repeat:no-repeat;
}

#contact_container {
	width:900px;
	background: url(../images/contact_bg.jpg);
	background-repeat:no-repeat;
}

#ministryreport_container {
	width:900px;
	background: url(../images/ministryreport_bg.jpg);
	background-repeat:no-repeat;
}

#baptism_container {
	width:900px;
	background: url(../images/baptism_bg.jpg);
	background-repeat:no-repeat;
}
#giving_left {
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#archive_links ul li{
	display:inline;
	list-style-type:none;
	padding-right:20px;
}

#ministry_container {
	width:900px;
	background: url(../images/ministry_bg.jpg);
	background-repeat:no-repeat;
}

#ministry {
	width:800px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#connection_container {
	width:900px;
	background: url(../images/connected_bg.jpg);
	background-repeat:no-repeat;
}	
