@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#474747;
}

#container { 
	width: 901px; 
	margin-left: auto; 
	margin-right: auto; 
	overflow:hidden;
}

#header {
	background-image: URL("../images/header.jpg"); 
	background-repeat:no-repeat; 
	height: 170px; 
	margin: 0px;
}

#navbar {
	background-image: URL("../images/navbar.jpg"); 
	background-repeat:no-repeat; 
	height: 33px; 
	margin: 0px;
	padding-left: 120px; 
	
}

#content {
	background-image:url(../images/content.gif);
	background-repeat:repeat-y;
}

#contentimage {background-image:url(../images/contentTop.jpg);
background-repeat:no-repeat;
background-position:top;
}

#contentimage .pad {padding-left: 40px; padding-right: 40px;}


img.photos {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
}

h1 {
	padding-top: 40px;
	margin: 0px;
	font-size: 22px;
	font-weight:bold;
	color:#333333;
}

h2 {margin:0px; font-size:14px; font-weight: bold;}

p {
	margin: 0px; 
	padding-bottom: 10px; 
}

p.content {width:800px;}

p.footer {color:#d7d1be; font-size:12px; font-weight:normal; line-height:30px;}

a {color:#CC6633; font-weight:bold; text-decoration:none;}

a:hover {text-decoration:underline;}

#contentBottom {
	background-image: URL("../images/contentBottom.gif"); 
	background-repeat:no-repeat; 
	height: 48px; 
	margin: 0px;
}

#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat; 
	height: 30px; 
	margin: 0px;
	text-align:center;
}

form {font-size:11px;}

input {background-color:#000000; color:#FFFFFF;}
textarea {background-color:#000000; color:#FFFFFF;}

form.churchform {font-size:13px;}

input.churchform {background-color:#ffffff; color:#000000;}
textarea.churchform {background-color:#ffffff; color:#000000;}

#formbg {background-image:url(../images/formmiddle.jpg); background-repeat:repeat-y;}

#contentimage .homepad { padding-top: 47px; padding-bottom: 0; padding-left: 56px; }
#contentimage .homepad h1 { color: #778d97; font-size: 26px; line-height: 26px; margin: 0; padding: 80px 32px 0; }
#contentimage .homepad h2 { color: #cdcdcd; font-size: 18px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; line-height: 18px; text-align: left; margin: 0; padding: 8px 0 7px 12px; }
#contentimage .homepad h3 { color: #ff4e00; font-size: 24px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 24px; text-align: left; margin: 0; padding-top: 8px; padding-bottom: 7px; }
#row1 { height: 255px; margin-bottom: 10px; }
#row2 { height: 255px; }
#box-large { background-image: url(../images/box-lrg-white.gif); background-repeat: no-repeat; width: 532px; height: 255px; overflow: hidden; float: left; margin-right: 11px; }
.box-sm { font-size: 12px; background-image: url(../images/box-sm-white.gif); background-repeat: no-repeat; text-align: center; width: 236px; height: 255px; overflow: hidden; float: left; margin-right: 12px; }
.box-sm a { color: #444; }
.example { height: 196px; }
#box-med { background-image: url(../images/box-med-white.gif); background-repeat: no-repeat; width: 283px; height: 255px; overflow: hidden; float: left; margin-right: 12px; }
#box-med .pad { margin: 0; padding: 0 12px; }
#box-med ul { margin: 0; padding: 20px 0 0 12px; list-style-type: none; }
#box-med a { color: #ff4e00; }


/* Nav and drop down syles below */

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

/*Top level list items*/
.menu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menu ul li a{
	font-size:14px;
	line-height:33px;
	font-weight:bold;
	display: block;
	padding: 0px 3px 0px 20px;
	color: #000000;
	text-decoration: none;
}

* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.menu ul li a:link, .menu ul li a:visited{
	color: #000000;
}

.menu ul li a:hover{
	
	color: #ffffff;
	background-image:url(../images/blackarrow.gif); background-repeat:no-repeat; background-position:left;
}
	
/*1st sub level menu*/
.menu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-image:url(../images/scroll.png);
	padding-bottom: 36px;
	background-repeat:no-repeat;
	behavior: url('iepngfix.htc');
	background-position: left bottom;
	
}

* html .menu ul li ul{
	top: 30px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul{ top: 0;
}

/* Sub level menu links style */
	.menu ul li ul li a{
	font-size:12px;
	line-height:23px;
	font-weight:normal;
	width: 160px; /*width of sub menus*/
	padding-left: 20px;
	margin: 0;
	min-height:0;
	
}

.menuz ul li ul li a:hover{ /*sub menus hover style*/
	
	
	font-weight:bold;
}