@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D2D1F3 url(images/rocky%20mountains%20background_small.jpg) center;
	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;
	height: 799px;
	color: #000;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/blue_grad_background.png);
	margin: 0 auto;
	text-align: left;
	border: 0px none;
	height: 799px;
} 
.italicize {
	font-size: .9em;
	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;
}
.bluetext {
	font-weight: bold;
	color: #00C;
}
.location #map {
	border: 2px solid #006633;
	width: 450px;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#bmwlink {
	font-size: .7em;
	font-style: italic;
	text-align: center;
}




.copyright {
	font-size: 0.9em;
	font-style: italic;
	color: #ff0;
	text-align: center;
}


#header  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
} 
#submenu {
	position:absolute;
	width:80px;
	z-index:1;
	background-color: #00C;
	text-decoration: none;
	padding-left: 10px;
	visibility: hidden;
}
#submenu a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
#submenu a:hover {
	background: #7979ff;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: url(images/clear_white_bkgrd.png);
	margin-right: 20px;
	margin-top: 12px;
}
#sidebar1 p {
	margin-top: 0px;
	margin-bottom: 0px;
}


#sidebar1 #address {
	background: url(images/clear_green_bkgrd.png);
	width: 200px;
	color: #006633;
	margin-top: 5px;
	font-size: 0.9em;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebar1 #followus {
	background: url(images/clear_yellow_bkgrd.png);
	width: 200px;
	color: #000;
	margin-top: 15px;
	font-size: 0.9em;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebar1 #followus p {
	padding-bottom: 4px;
	font-weight: bold;
}

#sidebar1 #followus a img {
	border-width: 0px;
	border-style: none;
}


#sidebar1 #times {
	font-size: 0.9em;
	color: #0000cc;
	background: url(images/clear_blue_bkgrd.png);
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 15px;
	line-height: .9em;
}
#sidebar1 #announcements {
	margin-top: 15px;
	font-size: .9em;
	background: url(images/clear_yellow_bkgrd.png);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 #salvation{
	font-size: .9em;
	background: url(images/clear_white_bkgrd.png);
	margin-top: 15px;
}
#sidebar1 #salvation p{
	margin-top: 35px;
	padding-left: 10px;
}
#sidebar1 #salvation a img{
	padding: 5px 5px 5px 0px;
	float: left;
	border-width: 0px;
	border-style: none;
}

#mainContent  {
	margin: 0 255px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/clear_white_bkgrd.png);
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 550px;
} 
#mainContent #tour {
	text-align: center;
	margin-top: 15px;
}
#mainContent h1 {
	font-size: 18px;
	color: #006633;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
}
.index #container #sidebar1 #announcements #annc {
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 8px;
}
.location #mainContent {
	margin-right: 20px;
}
.location #mainContent h1 {
	text-align: left;
}
.contact #mainContent {
	margin-right: 20px;
}

.about #mainContent {
	margin-right: 20px;
}
.about #banner {
	text-align: center;
	margin-top: 70px;
}
.about #banner a img{
	margin-right: 20px;
	margin-left: 20px;
	border-width: 0px;
	border-style: none;
}
.about #doctrines p {
	font-size: .9em;
}
.about #detail {
	font-size: 0.9em;
	text-align: center;
	margin-top: 40px;
	color: #0000cc;
}
.about #steve {
	text-align: right;
	float: right;
}
.about #footnote {
	position: relative;
	top: 130px;


}
.location #mainContent p {
	font-size: .9em;
}



.detailed  {
	background: #06F url(none);
}
.detailed #container #mainContent {
	width: 760px;
	padding: 20px;
}
.detailed #container #mainContent h1 {
	font-size: 1.5em;
	font-weight: bold;
}

.detailed #container {
	background: url(none);
}
.detailed #doctrines p {
	font-size: .9em;
	margin-top: 30px;
}
.detailed #container #mainContent #doctrines p span {
	color: #0000cc;
	font-weight: bold;
}
.contact  #mainContent h1{
	text-align: left;
	margin-bottom: 0px;
}
.sermons #mainContent {
	margin-right: 20px;
}
.sermons #sermon {
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 130%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.archive #mainContent {
	margin-right: 20px;
	background: #D2D1F3 url(none);
}

.archive #sermon {
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 130%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.archive #container {
	background: url(none);
}


#salvation {
	font-size: .9em;
	float: right;
	background: url(images/clear_white_bkgrd.png);
	padding-left: 20px;
}

#salvation a img {
	padding: 5px 5px 0px 0px;
	border-width: 0px;
	border-style: none;
}

