@charset "UTF-8";
/* CSS Document */


body{
	background-color:#473f32;
	background-image:url(../images/DiscoveryTextureBackground.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	margin:0px;
	
}

.MainContent{
	width:900px;
}

.Logo img{
	float:left;
	margin-left:-50px;
	height:100px;
	border:none;
}

.Banner{
	background-image:url(../images/DiscoveryBanner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	clear:left;
	height:250px;
	border:1px solid #948766;
}

.BannerLink{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:small;
	text-transform:uppercase;
	color:#452e23;
	float:left;
	text-align:left;
	margin-top:200px;
	margin-left:25px;
}

.BannerLink a{
	color:#16589e;
	text-decoration:none;
	margin-top:5px;
	display:block;
	text-transform:capitalize;
}

.TopNavigation{
	background-color:#33302a;
	margin-top:5px;
	clear:left;
}

.TopNavigation ul{
	list-style-type:none;
	margin:0px;
}

.TopNavigation li{
	display:inline;
}

.TopNavigation li a, .TopNavigation li a:visited{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:small;
	text-decoration:none;
	color:#ffffff;
	display:inline-block;
	margin:10px 60px 10px 0px;
}

.TopNavigation li a.Selected{
	color:#b8d98b;
}

.TopNavigation li a:hover{
	color:#b8d98b;
}

.MiddleContent{
	font-family:Helvetica, Arial, sans-serif;
	background-color:#ffffff;
	display:inline-table;
	margin-top:5px;
	border:1px solid #948766;
	padding-top:5px;
	width:896px;
}

.MiddleContent td{
	vertical-align:top;
}

.leftCol{
	float:left;
	font-size:small;
	text-align:left;
	margin:15px;
	clear:none;
}

.midCol, .rightCol{
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	font-size:small;
	text-align:left;
	clear:none;
	float:left;
}
	

.leftCol img{
	border:none;
	margin-bottom:15px;
	float:left;
	clear:left;
	width:266px;
}

.UpcomingMessages, .UpcomingEvents{
	width:266px;
	clear:left;
	float:left;
	margin-bottom:15px;
	color:#33302a;
}

.OrangeTitle{
	font-size:small;
	font-weight:bold;
	border-bottom:1px dotted #33302a;
	text-align:center;
	padding-bottom:5px;
}

.OrangeTitle a, .OrangeTitle a:visited{
	text-decoration:none;
	color:#c95e00;
}

.UpcomingMessages ul, .UpcomingEvents ul{
	list-style-type:none;
	margin:0px;	
}

.UpcomingMessages li, .UpcomingEvents li{
	margin-top:15px;
	margin-left:-30px;
}

.UpcomingMessages li a, .UpcomingMessages li a:visited, .UpcomingEvents li a, .UpcomingEvents li a:visited{
	text-decoration:none;
	color:#33302a;
}

.Intro{
	color:#33302a;
	font-weight:bold;
	font-size:small;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	width:530px;
	text-align:left;
	float:left;
}

.Intro b{
	font-size:medium;
}

.OrangeBar{
	width:266px;
	height:35px;
	background-repeat:no-repeat;
	background-position:center center;
}

.UpcomingEvents .OrangeBar{
	background-image:url(../images/EventsIcon.gif);
}

.GetConnected .OrangeBar{
	background-image:url(../images/ConnectedIcon.gif);
}

.GetInvolved .OrangeBar{
	background-image:url(../images/InvolvedIcon.gif);
}

.OrangeBar a, .OrangeBar a:hover, .OrangeBar a:visited{
	font-weight:bold;
	color:#ffffff !important;
	text-decoration:none;
	font-size:small;
	display:block;
	padding:10px;
}

.GetConnected, .GetInvolved{
	margin-bottom:25px;
}

.GetConnected ul{
	list-style-type:none;
	float:left;
}

.GetConnected li{
	margin-top:5px;
	margin-left:-30px;
}

.GetConnected a, .GetConnected a:visited, .GetInvolved a, .GetInvolved a:visited{
	text-decoration:none;
	color:#16589e;
}

.GetInvolved{
	text-align:center;
}

.GetInvolvedLinks{
	margin-top:10px;
}

.blueLink{
	color:#16589e !important;
	text-decoration:none;
}

.Note{
	background-image:url(../images/NoteBackground.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	width:230px;
	height:268px;
	padding:15px;
}

.Note img{
	width:64px;
	float:left;
	margin-left:7px;
	margin-right:7px;
	margin-top:7px;
}

.NoteDate{
	display:block;
	font-weight:normal;
	margin-left:5px;
	margin-top:7px;
}

.NoteText{
	font-family:Arial, Helvetica, sans-serif;
	margin:-5px 5px 5px 5px;
	font-size:small;
	line-height:1.3;
}

.NoteTitle{
	font-family:Garamond,Times New Roman, Times, serif;
	font-weight:bold;
	color:#9e4c00;
	font-style:italic;
	font-size:medium;
	text-decoration:none;
	display:block;
	margin: 10px 15px 0px 15px;
}

.LeftFooter, .RightFooter{
	font-family:Helvetica, Arial, sans-serif;
	width:416px;
	padding:15px;
	background-color:#33302a;
	color:#ffffff;
	font-size:x-small;
	margin-top:5px;	
	background-image:url(../images/brownbg.jpg);
	line-height:1.3;
}

.LeftFooter{
	text-align:left;
	margin-right:5px;
	float:left;
}

.RightFooter{
	text-align:right;
	margin-bottom:5px;
	float:right;
}

.LeftFooter a, .RightFooter a, .LeftFooter a:visited, .RightFooter a:visited{
	color:#b8d98b;
	text-decoration:none;
}

.WhiteBold{
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}

.Breadcrumb, .Breadcrumb a, .Breadcrumb a:visited{
	text-decoration:none;
	font-size:xx-small;
	color:#16589e;
}

.Breadcrumb{
	margin:10px;
	margin-left:50px;
}

.LeftNav{
	width:200px;
	text-transform:uppercase;
	float:left;
	margin-top:20px;
	padding-top:10px;
}
.LeftNav ul{
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
}

.LeftNav a{
	font-weight:bold;
	color:#33302a;
	text-decoration:none;
	font-size:0.7em;
	margin-bottom:10px;
	display:block;
	text-align:right;
	line-height:1.2;
}

.LeftNav a.Selected, .LeftNav a:hover{
	color:#16589e;
}

.SubMidContent{
	width:490px;
	border-left:1px solid #d3d5d6;
	font-size:small;
	float:right;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:50px;
	padding:10px 150px 10px 30px;
	line-height:1.2;
}

.SubMidContent .Staff img, .Ministry img{
	border:1px solid #d3d5d6;
	float:left;
	margin-right:10px;
	margin-top:25px;
	clear:left;
}

.SubMidContent img{
	border:1px solid #d3d5d6;
	float:left;
	margin-right:10px;
	margin-top:15px;
	clear:left;
}

.Ministry img{
	margin-top:0px;
}

.Ministry{
	float:left;
	margin-top:20px;
}

.SubMidContent .Header{
	font-size:large;
}

.SubMidContent .SubHeader{
	font-size:small;
	font-weight:bold;
	margin-top:25px;
}

.SubMidContent .SubHeader a, .SubMidContent .SubHeader a:visited{
	color:#33302a;
	text-decoration:none;
}

.SubMidContent .SubSubHeader{
	font-size:0.9em;
	font-weight:bold;
}

.Ministry .SubHeader{
	margin-top:0px;
}

.SubMidContent ul{
	margin-left:0px;
}


.SubMidContent li{
	margin-bottom:10px;
}
.SubMidContent ul li ul{
	margin-left:0px;
}

.SubMidContent ul li ul li{
	margin:0px;
}

.Scripture{
	color:#9e4c00;
}

.Breadcrumb a:hover, .BannerLink a:hover, .LeftFooter a:hover, .RightFooter a:hover, .OrangeTitle a:hover, .UpcomingMessages li a:hover, .UpcomingEvents li a:hover, .GetConnected li a:hover, .GetInvolved .GetInvolvedLinks a:hover, .blueLink:hover, .SubMidContent .SubHeader a:hover{
	text-decoration:underline !important;
}

.Red{
	color:#ff0000;
}

.Green{
	color:#009900;
}

.Blue{
	color:#0033ff;
}

.RedOrange{
	color:#ff3300;
}

.REAL{
	margin-top:20px;
}

.REAL td{
	padding:5px 5px 5px 0px;
	vertical-align:top;
}

.REAL .RealBold{
	font-weight:bold;
	letter-spacing:1px;
}

.hr{
	margin-top:20px;
	border-top:1px solid #948766;
}

.Copyright{
	font-family:Helvetica, Arial,sans-serif;
	font-size:x-small;
	width:100%;
	float:right;
	margin-bottom:10px;
	text-align:right;
	font-weight:bold;
}

.Sermons td{
	vertical-align:top;
	padding:7px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

.Sermons{
	width:600px;
	font-size:x-small;
}


.Sermons .Orangebg{
	font-size:small;
	font-weight:bold;
	color:#ffffff;
	background-color:#c95e00;
	border-left:1px solid #999;
	border-top:1px solid #999;
}
.Sermons .LightGreenbg{
	background-color:#f1ffd6;
	border-left:1px solid #999;
}
	
.SermonLinks a{
	font-size:x-small;
}

.Series .OrangeTitle{
	font-size:x-small !important;
	text-align:left !important;
	padding-left:10px !important;
	width:150px;
}

.Series ul{
	margin-left:0px;
}

/*CSS to hide buttons in CKEditor*/

#cke_5, #cke_6,  #cke_8, #cke_7, #cke_15, #cke_25, #cke_26, #cke_27, #cke_28, #cke_29, #cke_30, #cke_31, #cke_32, #cke_33, #cke_34, #cke_36, #cke_40, #cke_41, #cke_42, #cke_57, #cke_60, #cke_62, #cke_63, #cke_65, #cke_68, #cke_72, #cke_73, #cke_74,#cke_75, #cke_76, #cke_77{
	 display:none !important;
 }
 
 .cke_toolgroup{
	 padding:0px !important;
 }

/*

