/* --------------------------------------------------
CSS Document For Championbaptist.com 
-------------------------------------------------- */

/* CONTAINER */

		#container {
	width: 750px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		h3 {
			color: #000043;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		h4 {
			color: #92804F;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}

		h5 {
			color: #000043;
			font-size: 20px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}

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

		a:hover {
		color:#000043;
		background-color: #ebebd9;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
		.floatlft {float:left; padding: 0px 7px 5px 0px; }
		
		.floatrt {float:right; padding: 0px 0px 3px 5px; }
		
		img.billboard {
	border: 2px solid #B2AF9E;
	padding: 0px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 3px solid #948979;
			padding-top: 20px;
			clear: both;
			margin-bottom: 5px;
		}
		
		#header2 {
			border-bottom: 1px solid #948979;
			padding-top: 3px;
			clear: both;
			margin-bottom: 10px;
		}


		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 145px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 145px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#666;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
			background-color: #000043;
			color:#FFFFFF;
		}
			#pscroller1{
			width: 145px;
			height: 100px;
			border: 1px #948979;
			padding: 5px;
			background-color: #ffffff;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 20px;
			padding: 5px 5px 5px 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}

		#navigation2 p {
			margin-top: 20px;
			padding: 5px 5px 5px 5px;
		}


/* CONTENT ELEMENTS */

		#content {
			width: 362px;
			margin-left: 170px;
			margin-right: 185px;
			margin-top: 10px;
			border-left: 1px solid #CCC;
			border-right: 1px solid #CCC;
			padding: 0px 10px 0px 15px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

		#content2 {
			width: 537px;
			margin-left: 170px;
			margin-right: 15px;
			margin-top: 10px;
			border-left: 1px solid #CCC;
			padding: 0px 10px 0px 10px;
		}
		
		#content2 p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#content3 {
			width: 720px;
			margin-left: 5px;
			margin-right: 5px;
			padding: 10px 10px 10px 10px;
		}
		
		#content3 p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

blockquote {
  margin: 10px 15px;
  padding: 0 0 0 25px;  
  font: bold 1.0em/1.4em Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
  color: #2361BA;
  border: 1px solid #E5F0FB;   
  background: #F4F8FD;
  }
  
/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}

		#sidebar2 {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 145px;
		}

		#sidebar p {
			padding-bottom: 5px;		}
			
		}
		li.box { font-weight: normal; margin: 5px 0px 5px 10px; padding: 0px; }
		ul.box { margin: 0px; padding: 0px 5px 0px 5px; }

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 5px;
			clear: both;
			background-color:#000043;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#B2AF9E;
			padding: 5px;
		}
		
		#footer p a {
			color: #B2AF9E;
			border-bottom: 1px dotted #B2AF9E;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#000043;
			border-bottom: 0px dotted #000043;
		}
		
		/* And they lived happily ever after. The End. */#content4 {
	width: 585px;
	margin-left: 170px;
	margin-right: 0px;
	margin-top: 10px;
	border-left: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container2 {
	width: 775px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}
#container #content2 table {
}
