@charset "UTF-8";

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color:  ;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin:0px;
	background-color: #3E5662;
}

/* ------------------ text ------------------- */

p {
	margin:5px 0px 5px 0px;
}

a {
	color: #006699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1{
	font-size:28px;
	margin:5px 0px;
	padding:0px;
	margin-bottom:10px;	
	color:#850d33;
	line-height:28px
}

h2{
	font-size:18px;
	margin:10px 0px;
	padding:0px;	
	color:#440000;
}

h3 {
	
	font-size:14px;
	margin:10px 0px 5px 0px;
	padding:0px;	
	color:#262626;
}

.red {
	color: #330000;
	font-weight: bold;
	font-size:14px;
}

.grey {
	color: #333333;
	font-weight: lighter;
	font-size:14px;
}

.fbLink{
	float:right;
	margin: 5px 10px 0px 10px;	
}


.left{
	float:left;
}

.right{
	float:right;	
}

.TabbedPanelsContent img{
	margin:10px;
	border:1px solid #aaa;
}

/*---Main layout---*/
#headerWrap {
	height: 240px;
	width: 758px;
	margin-bottom: 2px;
	display: block;
}
.leftDropShadow {
	background-image: url(../graphics/leftDropShadow.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightDropShadow {
	background-image: url(../graphics/rightDropShadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#contentWrap {
	width: 755px;
	margin-bottom: 20px;
}
#contentTop {
	background-image: url(../graphics/contentTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 20px;
	width: 755px;
}
#contentBottom {
	background-image: url(../graphics/contentBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 26px;
	width: 755px;
}
#footerNav {
	background-image: url(../graphics/footerBar.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 22px;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 8px;
	color: #FFFFFF;
	text-align:center;
}

#footerNav a {
	color: #FFFFFF;
	display:inline;
	padding:2px 5px 2px 5px;
	font-size: 11px;
}	

#footerInfo {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

/*-------- shadows --------*/
#btmDropShadow {
	background-image: url(../graphics/bottomDropShadow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 3px;

}
#topDropShadow {
	background-image: url(../graphics/topDropShadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 3px;
	margin-bottom: 20px;
}




/*--- Main index page ---*/
/* front slideshow css at bottom */

#frontFlash {
	display: block;
	height: 317px;
	width: 750px;
	background-color: #333333;
}

#frontContent {
	height: 115px;
	width: 750px;
	display: block;
	background-color: #EAE4E4;
	background-image: url(../graphics/contentBackground.jpg);
	background-repeat: repeat;
	padding-top: 15px;
}
.frontEventTitle {
	font-weight: bold;
	text-align: left;
}
.frontEventDate {
	text-align: right;
	padding-right: 10px
}

.frontEventTitle a{
	color:#850d33;
}

#contentWrap #frontContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentWrap #frontContent li {
	margin: 0px;
	padding: 0px;
	width:235px;
	background-color: #D0C8C8;
	display: block;
	height: 32px;
	margin-bottom: 2px;
}

#contentWrap #frontContent li:hover {
	background-color: #e2d8d8;
}

#alert{
 display:none;
 text-align:center;
 font-weight:bold;
 width:760px;
 margin:0px auto;
 padding:10px;
 background:url(../graphics/alert_flap.png);	
}

#alert.show{
	display:block;	
}

/*------------- Subpage layout ------------*/
#content {
	display: block;
	width: 750px;
	background-image: url(../graphics/subpage_content_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #CCCCCC;
		
}
#leftContent {
	float: left;
	width: 275px;
	display: block;
}

#rightContent {
	float: right;
	width: 475px;
	display: block;
}
#contentWindow {
	display: block;
	width: 420px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px 15px 50px 10px;
	line-height: 18px;
}
#contentWindow p {
	padding-top: 3px;
	padding-bottom: 2px;

}

#contentWrap #content #leftContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentWrap #content #leftContent li {
	margin: 0px;
	background-color: #474747;
	margin-bottom: 2px;
	width:220px;
}

#contentWrap #content #leftContent li:hover {
	background-color: #950e33;
}

#contentWrap #content #leftContent ul li a {
	font-family: Helvetica, "Arial sans-serif";
	color:#FFF;
	font-size: 14px;
	display:block;
	padding: 7px 0px 7px 8px;
	width:220px;
}

#contentWrap #content #leftContent ul li a:hover {
	text-decoration: none;
	color:#FFF;	
}
#contentWrap #content #leftContent ul li a:visited {
	color:#FFF;
}

.eventThumbnail{
	margin: 0px 10px 10px 0px;
	float:left;	
}

.facebookShare{
	float:right;
}
	
	
#contentWindow .borderTable{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
}

.eventList{
	list-style:none;
	margin:10px 0px;
	padding:0px;	
	font-size:14px;
	width:410px;
}

.eventList li{
	padding:5px;	
}


.titleEvent{
	font-size:18px;
 	color:#850d33;	
	font-weight:bold;
	margin-right:220px;
}

.titleDate{
	font-size:18px;
	color:#950e33;
	font-weight:bold;
}

.eventTitle {
	font-weight: bold;
	text-align: left;
	padding-left: 35px;
	display:inline-block;
	line-height:30px;
	width:230px;
	background:url(../graphics/event_arrow.png) no-repeat 0px 5px;
}
.eventDate {
	text-align: left;
	font-weight:bold;
}

.eventList a{
	color:#850d33;
}

 #rightContent #contentWindow ul.ministriesList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
 #rightContent #contentWindow ul.ministriesList li a {
	margin: 4px;
	padding: 10px;
	width:390px;
	background-color: #D0C8C8;
	display: block;
	height: 15px;
}


 #rightContent  #contentWindow ul.ministriesList li a:hover {
	background-color: #e2d8d8;
	text-decoration:none;
}


/* ----------------- slideshow -----------------*/
#slideshow{
	display: block;
	height: 315px;
	width: 750px;
	background-color: #333333;
	position:relative;
	overflow:hidden;
}

#slideshow ul, #slideshow ul li{
	margin:0px;
	padding:0px;
	overflow:hidden	
}

.featuredbox .description{

	top: 0px;
	left: 0px;
	padding: 20px;
	font-size: 12px;
	line-height:16px;
	color: #FFF;
	width: 225px;
	height: 275px;
	position: absolute;
	font-style:;
	font-weight:normal;
	background:transparent url(../graphics/slideshow/bg_black_transparent.png) repeat scroll 0 0;
	overflow:hidden;

}
.featuredbox-wrapper .navigation{
	bottom:8px;
	right:15px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 20px;
	width: 200px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:right;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FF0000;
	background:transparent url(../graphics/slideshow/inactive.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover{
	cursor:pointer;
}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(../graphics/slideshow/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 600px;
    z-index: -1;
	background: #FFF;
	color: #000;	
}

.small {
	font-style: italic;
	font-size: 12px;
	padding: 4px 0px 14px 0px;
}

#slideshow h1{
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#fff;
	line-height:20px;
	text-shadow: 1px 1px 1px #111
}

#slideshow p{
	margin: 10px 0px;
	text-shadow: 1px 1px 1px #222;
	text-indent: 12px;	
}


/*----- social ----- */

.share{
	float:right;
	margin:5px;	
}



