@charset "utf-8";
#BMW {
	font-size: 14px;
	text-align: center;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ECECFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
} 

#navbar   {
	background: url(images/navbar_background.jpg);
	width: 780px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

#navbar li   {
	padding: 0px 10px;
	list-style: none;
	display: inline;
}
#navbar li a   {
	line-height: 2em;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}
#navbar li a:hover {
	text-decoration: underline;
}
#header  {
	height: 125px;
	background: #FFF;

} 
#header #christianguy    {
	position: relative;
	float: right;
	bottom: -22px;
	right: 10px;
}

#header #logo {
	position: relative;
	bottom: -10px;
	left: 25px;

}
#mainContent  {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
} 



#mainContent   h1{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	color: #900;
}
#mainContent h2 {
	font-size: 12px;
	color: #900;
	padding: 0px;
	margin: 0;
}
#mainContent p {
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 130%;
}
#mainContent #bulletList {
	padding-left: 25px;
	padding-right: 25px;


}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 10px;
	color: #00F;
}
#sidebar1 a img {
	border-width: 0px;
	border-style: none;
}

#sidebar1 p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-weight: bold;
	color: #000;
}
#sidebar1 h3 {
	font-size: 12px;
	line-height: 130%;
	color: #900;
	margin: 0;
	padding-bottom: 5px;
}
#sidebar1 table {
	font: 10px Verdana, Geneva, sans-serif;
	text-align: left;
	color: #000;
}
#sidebar1 #divider {
	margin-top: 20px;
}

.sidebar_address {
	font-size: 14px;
	line-height: 120%;
}

#threebuckets  {
	background: #e1e1e1;
	height: 148px;
	border-bottom: 1px solid #900;
}
#threebuckets h4 {
	font-size: 12px;
	text-align: center;
	color: #00F;
	font-weight: normal;
}
#grandma_pic {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer  {
	background:#FFF;
	margin-left: 250px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.RedText {
	font-weight: bold;
	color: #900;
}
#banner {
	padding: 10px;
	text-align: center;
}
#small_podcast_banner img {
	margin-top: 0px;
	margin-bottom: 20px;
}
#small_podcast_banner a img {
	border-width: 0px;
	border-style: none;
}


.index #navbar #index   {
	font-weight: bold;
}
.about #navbar #about   {
	font-weight: bold;
}
.about #container #mainContent {
	margin: 0px;
}
.about #mainContent p {
	margin: 5px 10px 20px;
}

.about #container #footer {
	margin: 0px;
}

.sermons #navbar #sermons   {
	font-weight: bold;
}
.sermons #container #mainContent {
	margin: 0px;
	height: 960px;
}
.sermons #mainContent p {
	margin: 5px 10px 20px;
}

.sermons #container #footer {
	margin: 0px;
}
.sermons #sermon_list p{
	margin: 5px;
}
.sermons #sermon_list {
	border: 1px solid #666;
}
.sermons #banner a img {
	border-width: 0px;
	border-style: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.sermons #banner table {
	width: 250px;
}

.sermons #sermon_list p a img {
	border-width: 0px;
	border-style: none;
	vertical-align: text-bottom;
}
.location #navbar #location   {
	font-weight: bold;
}
.location #container #mainContent {
	margin: 0px;
}
.location #mainContent p {
	margin: 5px 10px 20px;
}
.location #mainContent table {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 15px;
}
#mapquest {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.location #container #footer {
	margin: 0px;
}
.contact #navbar #contact   {
	font-weight: bold;
}

.contact #container #mainContent {
	margin: 0px;
}
.contact #mainContent p {
	margin: 5px 10px 20px;
}

.contact #mainContent table {
	font-size: 12px;
	margin-left: 35px;
	text-align: left;
}
.contact #vcard {
	border: 1px dotted #009;
	padding: 3px 3px 3px 10px;
	width: 235px;
}
.contact #mainContent #contact{
	background: #CCC;
	width: 570px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.contact #container #footer {
	margin: 0px;
}




.resources #navbar #resources   {
	font-weight: bold;
}
.resources #container #mainContent {
	margin: 0px;
}

.resources #mainContent p {
	margin: 5px 10px 20px;
}

.resources #container #footer {
	margin: 10px 0px 0px;
}
.resources #container #mainContent #links {
	margin-top: 10px;
	margin-bottom: 10px;
}
.resources #category  {
	padding: 0px 0px 0px 15px;
	margin-top: 15px;
}
.resources #category h5 {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	line-height: 130%;
}
.resources #category p {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	line-height: 130%;
}
