body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center; 
	background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 76%;
	color: #333333;
	background-color: #7B8D52;
}


/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography */

/* My additions below */

/*a { text-decoration:none;}*/
    
.imgfloatcenter
{
    display: inline;
    margin: 0.25em 0 0.25em 1em;
    left: 3.55em;
    position: relative;
    z-index: 2;
    top: -0.5em;
}
.imgfloatright {
    float:right;
	display:inline;
/*	margin: .25em .2em 0em .15em; */
}
.imgfloatleft {
	float:left;
	display:inline;
/*	margin: 0.25em 1em 0.25em 0em;*/
}
div.readmore {
	text-align:right;
	font-size:0.9em;
}
#Home {
	position: absolute;
	left: 32px; 
	bottom: 12px;
	color: #D8C68D;
	font-weight: bold; 
}

#Home A {color:#D8C68D;}

#Home A:link
{
    text-decoration: underline;
}

#Home A:hover {text-decoration:none;}
/* From Forrest_Home.css */
#MountainGapHome {
	position: absolute;
	left: 32px; 
	bottom: 12px; 
	color: #D8C68D;
	font-weight: bold;
}

.leftColumn {
	float: left;
	display:inline;
	width: 55%; /*45*/
}
.leftColumnplus {
	float: left;
	display:inline;
	width: 55%;
}
.rightColumn {
	float: right;
	display:inline;
	width: 55%; /*45*/
}
.rightColumnshort {
	float: right;
	display:inline;
	width: 30%;
}
.rightColumnhigh {
    margin: -30% 0 0 0;
	float: right;
/*	display:inline; */
	width: 45%;
}
.rightColumnwide {
	float: right;
	display:inline;
	width: 50%;
}
/*  */
.img-shadow {
/*  float:right;*/
  background: url(~/Images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(~/Images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
      display: inline;
      margin: 0.25em 0 0.25em 1em;
/*      left: 1.55em; */
      position: relative;
      z-index: 2;
      top: -0.5em;
  }
.img-shadow img {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #a9a9a9; 
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

.img-shadow-left {
  float:left;
  background: url(~/Images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(~/Images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
      display: inline;
/*      margin: 0.25em 0 0.25em 1em; */
      left: .1em;
      position: relative;
      z-index: 2;
      top: -0.5em;
  }
.img-shadow-right {
  float:right;
  background: url(~/Images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(~/Images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
      display: inline;
      margin: 0.25em 0 0.25em 1em;
      left: 1.55em;
      position: relative;
      z-index: 2;
      top: -0.5em;
  }
.img-shadow-left img {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #a9a9a9; 
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
.img-shadow-right img {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

hr {
    height:1px;
    margin-left: 4px;
  /*  width:425px; */
    width: 520px;    
    background:#212E02;
    color:#212E02;
    float:left;  
   } 

#footer
{
    position: static;
    margin-left: 10px;
    margin-right: 10px;
    padding: .5em .2em .5em .2em; 
    background-image: url(Images/footer.jpg);
/*    border-bottom: #606046 3px solid; */
    color: #ffffff;
	text-align: center; 
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
	line-height: 1.3em;
}

#freewayImage {
	position:absolute;
	left: 40px;
	top:0;
	width: 180px;
}

/*#footer p {
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
}*/
#footer a {
    text-decoration: none;
    color:White;
}
#footer a:hover {
    text-decoration:underline;
    color:White;
}

#footer p.left {
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}

.closerlines {   /* Added by cms */
	margin: 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.5em;
}

#rollover
{
    width: 35px;
    height: 32px;
    margin-top: 2px;
    margin-bottom: 2px;
} 

#rollover a {
	display: block;
	text-align: center;
	margin: 0;
	text-decoration: none;
} 

#rollover a:hover {
	width: auto;
	padding-top: 1px;
	padding-left: 1px;
} 
#rollover a span {
    display: none;
} 

#rollover a:hover span 
{
    position: absolute; 
	top: 600px; 
	left: 15%;
/*	width: 400px;
	height: 100px;*/
	display: block;
}
#rollover .small {
	border: 0px;
} 
#rollover .large {
	border:5px solid #FFFFFF;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}


#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/**************************************************/

/* DD CCS PopUp Image viewer */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/**************************************************/





/* end of my additions */

h1, h2, h3, h4, h5, h6 {color: #212E02;}

h1 {
	margin: 0 0 0 0em;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	margin: .2em 0em 2em -1em;
	clear: both;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
/*    margin: 1.2em 0em 1.2em -1em; */
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
/*	margin: 1.2em 0em 1.2em -1em; */
	margin: 1.2em 0em 1.2em -.5em;	
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 0.8em;
	font-weight: bold;
}


pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/main_bg.png);
}

#mainwrappernomenu { /* cms */
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/main_bgnomenu.png);
}
#topShadow {
	height: 20px;
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;
}
#header {
	height: 206px;
	position: relative;
	margin-left: 10px;
}

#mastheadImage {}

#branding {
	position: absolute;
	right: 30px;
	bottom: 21px; 
	text-align: right;
	z-index:1000;
	color: #FFFFFF;
}

* html #branding {bottom:23px;} 

#companyName
{
    color: #ffffff;
    font-size: 40px;
    vertical-align: bottom;
}

#logoImage {vertical-align: bottom;}

#slogan { 
    font-family:Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight:normal; 
	letter-spacing:0.2em; 
}

#breadcrumbs {
	position: absolute;
	left: 32px; 
	bottom: 12px; 
	color: #D8C68D;
	font-weight: bold;
}
#breadcrumbs a {
	text-decoration: underline;
	color:#D8C68D;
}

#breadcrumbs a:hover {text-decoration: none;}

#content {
	position:relative;
	margin-top:35px;
}

/* Hide from IE5 Mac \*/
* html #content {
	height:1%;
}
/* End hide from IE5 Mac */

#menu {
	position:absolute;
	left: 40px;
	top:0;
	width: 180px;
}
#menu a,p {				
	display:block !important;
	margin-left:40px;	
	background-image: none !important;
	background-repeat: no-repeat;
    text-decoration:none;
}		
#menu .menuNormal { 
	color: #FFFFFF; 
	font-weight:bold;
}

#menu .menuImg  /* added by cms */
{
    display: block !important;
    margin-left: 40px;
    background-image: none !important;
    background-repeat: no-repeat;
    border-right: #D8C68D 8px ridge;
    border-top: #D8C68D 8px ridge;
    border-left: #D8C68D 8px ridge;
    border-bottom: #D8C68D 8px ridge;
}

#menu .menuA  /* added by cms */
{
    display: block !important;
    margin-left: 40px;
    background-image: none !important;
    background-repeat: no-repeat;
    color:#333333;
}
#menu .menuA:hover /* added by cms */
{
    display: block !important;
    margin-left: 40px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-color:#D8C68D;
    color: #212E02;
    text-decoration:none;
}

#menu .menuHover {
	background-color: #D8C68D;
	color: #7B8D52;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
#menu .menuSelected {
	background-color: #D8C68D;
	color: #304012;
	background-image: url(Images/img_menu_active.gif);
	background-repeat:no-repeat;
}
#menu .subMenu table {			    
	background-color:#8E985E;			    
	background-image: url(Images/subMenu_bg.gif);
	background-repeat:repeat-y;
}
#menu .subMenuNormal {
	color:#FFFFFF;
	font-weight:bold;
}
#menu .subMenuHover td{
	background-color:#D8C68D;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
	color:#8E985E;
}
html>body #menu .subMenuHover{
 	background-color:#D8C68D;
	color: #8E985E;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
html>body #menu .subMenuHover td{
      background-color:transparent;
      background-image:none;
}

#copy {			
	position:static;
	margin-left:225px;
	margin-right: 5px;
	padding: 0 1em 4em ;	
}

* html #copy {padding:0 5em 4em 2em;}

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy ul {padding-left:18px;}

* html #copy li {padding-left:0.5em;}

#copy li {
	margin-left:5px;
	list-style-image: url(Images/bullet.gif);
}
#copy p {
	margin: 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em; 
}

#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#copy .pullQuoteLeft {
	float: left;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	background-image: url(Images/logo_mini.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#copy a {color:#212E02;}

#copy a:link
{text-decoration:none;}

#copy a:hover {text-decoration:underline;}
#copy a:visited {text-decoration: none;}
#copy .textBox {
	margin-left: 1em;	
	border:1px solid #304012;
	background-color:#8E985E;
}

#copy .textBox:focus {background-color:#ECE4D2;}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: #8E985E !important;
}

#copy .radioButtonList {margin-left: 1em;}

#copy fieldset {
	padding: 1.5em;
	border:1px solid #304012;
}

#copy legend {color: #333333;}

#copy .button {
    margin:1em 0;
    border:1px solid #8E985E;
    background-color:#304012;
    color:#FFFFFF;
    font-weight:bold;
}

	
#copy .closerlines {
	margin: 1.2em 0em;
	font-size: .85em;
	line-height: 1.2em;
}

#copy .leftColumn {
	float: left;
	display:inline;
	width: 52%;
}
#copy .rightColumn {
	float: right;
	display:inline;
	width: 45%;
    height: 34px;
}
#copy .rightColumnwide {
	float: right;
	display:inline;
	width: 47%;
}


#copy .class1 a:link { text-decoration: none }
#copy .class1 a:hover {text-decoration: underline;}
#copy .class1 a:visited {text-decoration: none;}


.usefullinks {
    margin: 1.5em 0em 1.2em -.5em; 
    font-size: 1.1em; 
    font-weight: bold; 
    }
        
/*#copy .usefullinks a:link
{
    text-decoration: none;
}*/

#copy .usefullinks a:hover { text-decoration: underline;} /*color: #990000; background-color: #FFFF99;}*/

.photogallery {
    margin: 1.5em 0em 1.2em -.5em; 
    font-size: 1.2em; 
    }
        
#copy .photogallery A:link
{
    text-decoration: underline;
}

#copy .photogallery A:hover
{
    color: #CC3300;
}


.newsdate
{
    /* Added by cms */
    margin: 1.0em 0em;
    font-size: .75em;
    line-height: 1.7em;
}
 .newstitle
{
    margin: 1em 0em ;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #330000;
}

.newstext {   /* Added by cms */
	margin: 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.0em;
}

#bottomShadow {
	height: 10px;		
	background-image: url(Images/bottom_shadow.png);
	background-repeat: no-repeat;
}

* html #bottomShadow {margin-bottom:-6px;}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
.clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
/** html .clearfix * {height: 1%;} */
.clearfix {display: block;}
/* End hide from IE-mac */

#sermonwrapper
{
    margin: -10px -10px -10px -10px;
    text-align: left;
    background-repeat: repeat-y;
    background-image: url(Images/sermonwrapper.png);
    background-color: transparent;
}



@media print {	
	body {
		color: #333333 !important;
		border-bottom: 1px solid #000;
		background:#FFFFFF !important;
		font-size:10pt;
		line-height:12pt;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow{background:none;}

	#mainwrappernomenu,#topShadow,#bottomShadow{background:none;} /* cms */

	#header {
		position: static;
		height: auto;
	}	

	#menu,#mastheadImage {display:none;	}

	#branding {
		position: static;				
		text-align:left;
		margin: 0;
		padding: 0;
	}
	#breadcrumbs {
		position: static;
		margin: 1em 0;
		color: #333333;
		border-bottom: 1px solid #000000;
		padding-bottom: 2em;
	}

	#breadcrumbs a {color: #333333;}

	#copy {
		margin-left:0;
		padding: 0 2em;
		width: 80%
	}
	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		background-color: transparent;
		border: 1px solid #333333;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid #333333;}

	#copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}

}