body {
	margin-top: 20px;
	background: url(images/background.jpg) repeat-x #ff3333;
	font-family: arial, helvetica, sans-serif;
}

p {
	color:black;
	font-size: 14px;
	padding:10px;
	margin:0;
}

p.white {
	color:white;
	font-weight:bold;
	font-size:14px;
	padding:10px;
	margin:0;
}

a:link {
	text-decoration:none;
	color:#CCCCCC;
}

a:visited {
	text-decoration:none;
	color:#CCCCCC;
}

a:active {
	text-decoration:none;
	color:white;
}

a:hover {
	text-decoration: underline;
	color:white;
}

a.alt:link {
	text-decoration: underline;
	color:blue;
}

a.alt:visited {
	text-decoration: underline;
	color:#800080;
}

a.alt:active {
	text-decoration: underline;
	color:blue;
}

a.alt:hover {
	text-decoration: none;
	color: white;
}

.liregular {
	color:black;
	font-size: 14px;
}

img { 
	border: none;
	margin:0px;
	padding:0px; 
}

img.image-margin {
	margin:10px;
	border:solid white 10px;
}

img.border {

	border: solid white 10px;

}

h1 {
	margin: 0;
	padding-bottom: 15px;
	font-size: 40px;
	color: black;
	font-weight:normal;
}

h2 {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #000033;
}

h3 {
	margin: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 20px;
	color: black;
	font-weight:normal;
}

.first-word {
	font-weight:bold;
	font-size:25px;
}

.first-letter {
	font-size:20px;
	font-weight: bold;
}

div.wrapper {
	width: 960px;
   	margin-left: auto;
   	margin-right: auto;
}

#content_container {
	clear: left;
	float: left;
	background-color: #cccccc;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid white 10px;
	border-right: solid white 10px;

}

#right-links {
	float:right;
	text-align:center;
	background-color: #666666;
	border:solid white 5px;
	padding:0px;
	margin:0px;
	width:120px;
}

#map {
	float:right;
	border:solid white 5px;
	padding:0;
	margin:0;
}

#picture {
	float:left;
	margin-left: -40px;
	margin-top: -40px;
	background-color: #cccccc;

}


#upper_left {
	float: left;
	background: url(images/upper_left.jpg) no-repeat;
	width: 150px;
	height: 170px;
}

#header {
	float: left;
	background: url(images/upper.jpg) no-repeat;
	width: 960px;
	height: 170px
}

#left-locator {
	background: url(images/upper_left_reflection.jpg) no-repeat #cccccc;
	padding-left: 90px;
	clear: left;
	float: left;
	width: 40px;
	min-height: 350px;
}

#content {
	float: left;
	background: url(images/upper_center_reflection_1.jpg) no-repeat #cccccc;
	padding-left: 10px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 860px;
	min-height: 370px;
	height:auto !important;
  	height:500px;
}

#footer {
	clear: left;
	background: url(images/footer.jpg) no-repeat;
	padding:5px;
	padding-left:10px;
	width: 900px;
	height: 300px;

}

.left_half_text {
	clear:left;
	float:left;
	width:420px;
	margin-right:5px;
	margin-bottom:5px;
	padding-left:5px;
	background:url(images/div_background.png) repeat-x;
}

.generic_text {
	margin-bottom:5px;
	padding:25px 5px 5px 5px;
	background:url(images/div_background.png) repeat-x;
}

.right_half_text {
	float:left;
	width:420px;
	margin-left:5px;
	margin-bottom:5px;
	padding-left:5px;
	background:url(images/div_background.png) repeat-x;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;		
	top: 160px;
	left: 293px;
	}

#menuh
	{
	font-size: 17px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0px;
	margin-top: 0px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0px;
	height:20px;
	font:bold 0.85em/1.4em arial, sans-serif;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	
/* menu at rest */
	{
	color: white;
	background: url(images/button.jpg) center no-repeat;
	text-decoration:none;
	}
	
#menuh a:hover	
/* menu at mouse-over  */
	{
	color: white;
	background-color: white;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  
/* attaches down-arrow to all top-parents */
	{
	background: url(images/button.jpg) center no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	
/* attaches side-arrow to all parents */
	{
	background: url(images/button.jpg) center no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:120px;
/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			
/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; 
/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* sermon slide out menus */

#menu {
width: 12em;
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: 13px Georgia, "Times New Roman", Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: white;
background: black;
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

#menu a:hover {
background: #003300;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* end of sermon menus */
