﻿  /* CSS layout */
body {
margin:0;
padding:0;
background-color:#7489ab;
background-image:url('images/orangebg.jpg');
background-repeat:no-repeat;
}
#masthead {
background-image:url('images/top.jpg');
background-repeat:no-repeat;
width:945px;
height:428px;
margin-right:auto;
margin-left:auto;
margin-top:118px;
margin-bottom:0;
}
.masthead_p{
font-family:arial,verdana,san serif, helvetica;
font-size:x-small;
color:#222222;
text-align:center;
padding-top:403px;
font-weight:bold;
margin-bottom:0;	
}
#container {
width:945px;
min-height:650px;
background-image:url('images/body.jpg');
background-repeat:repeat-y;
margin-right:auto;
margin-left:auto;
margin-bottom:0;
margin-top:0px;
}
#left_col {
width:230px;
position:absolute;
margin:30px 0px 0px 15px;
font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-size:x-small;
color:#333333;
font-weight:bolder;
text-align:center;

}
#page_content { 
margin-left:280px;
margin-right:45px;
padding-top:1px;
min-height:600px;
margin-bottom:0;

}
.page_content_p{

}
#media {
	margin-top:33px;*margin-top:20px;
	float:left;
	margin-right:20px;
}
#footer {
width:945px;
height:79px;
background-image:url('images/footer.jpg');
background-repeat:no-repeat;
margin-right:auto;
margin-left:auto;
padding-top:25px;
margin-bottom:0;
}
.footer_p {
font-family:verdana,arial,san serif,helvetica;
font-size:x-small;
color:gray;
text-align:center;
}
a:link{
color:gray;
}
a:hover{
color:black;
text-decoration:overline
}
a:visited{
color:navy
}
a:active{
color:gray;
}
h1{
font-family:"Times New Roman", Times, Arial, serif;
color:#7489ab;
font-weight:bold;
font-size:x-large;
text-align:left;
font-style:italic;
text-decoration:underline;
padding-top:10px;
*padding-top:15px;

}
h2 {
font-family:"Times New Roman", Times, Arial, serif;
color:#7489ab;
font-weight:bold;
font-size:large;
text-align:left;
font-style:italic;
}
h3 {
font-family:"Times New Roman", Times, Arial, serif;
color:maroon;
font-weight:bold;
font-size:large;
text-align:left;
margin:0 0 3px 0;
font-variant:small-caps;
	
}
h5 {
font-family:"Times New Roman", Times, Arial, serif;
color:#333333;
font-weight:bold;
font-size:large;
text-align:left;
margin:0 0 0 10px;
padding:0;
font-variant:small-caps;
}
ul li{
font-family:Verdana, Arial, Tahoma, san serif;
font-size:small;
color:#333333;
list-style-image:url('images/bullet.jpg');
line-height:14pt;
position: relative;
top: -3px
}
p{
font-family:Verdana, Arial, Tahoma, san serif;
font-size:small;
color:#333333;

border-top:thin;
border-top-color:#7489ab;
}
/*Faculty page*/
.f_img {
	border:0;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.mar{
	margin-top:0px;
	margin-bottom:0px;	
}

/*Preacher, congregation profiles*/
.profileList {
     
     border-width:1px;
     border-style:solid;
     border-color: #7489ab;
     padding: 12px;
     background-color:#92a3bd;
     
     
}

.profileListLeft {
     
     font-size:11px;
     background-color:#ffffff;
     
     
}

.profileListRight {
     
     font-size: 11px;
     background-color:#ffffff;
     
     
}
.navBarStyle {
	
	font-size:10px;
	color: #000000;
}
dl.event
{
	margin: 2em 5px 0 25px;
	padding: 0;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:left;
}

.event dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 7em;
	font-weight: bold;
}

.event dd
{
	border-left: 1px solid #000;
	margin: 0 0 0 8em;
	padding: 0 0 .5em 1em;
}




