* {
   margin: 0;
   padding: 0;
}

body {
	margin:0;
	padding:0;
	font-size: 13px;
	color: #4C4C4C;
	background: #EBEBEB;
	font-family: arial, sans-serif;
	line-height: 140%;
}

form,div,ul,li,label,img,img a,span,h1,h2,h3,h4a{margin:0; padding:0;}

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

h2 a:link {color: #4C4C4C; text-decoration: none;}
h2 a:visited {color: #4C4C4C; text-decoration: none;}
h2 a:hover {color: black; text-decoration: underline;}
h2 a:active {color: black; text-decoration: none;}

h3 {
	font-size: 16px;
	color: black;
	padding-bottom: 14px;
}

h4 {
	font-size: 1.3em;
	color: #788645;
}

/*
h5 {font-family: helvetica,"Lucida Grande","Trebuchet MS","Lucida Sans Unicode",verdana,arial,sans-serif;font-size: 16px;font-weight: bold;margin: 10px 0 10px 0;}
*/

h5 {
	color: #0E0E0E;
	font-family: georgia,times,serif;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

p {
	padding: 0 0 14px; 0
}

.clearfloat {
	clear:both;
}

a:focus, a:hover, a:active { outline:none }

.bible-ref {
	background: url(http://www.theorchardcc.org/images/bible.gif) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 22px;
}

#wrapper{
	width: 100%;
	height: auto;
	clear: both;
}

#top-panel-top {
	background: url(http://www.theorchardcc.org/images/header-top-bar-bg.gif) repeat-x;
	height: 29px;
}

#top-panel-top-content {
	color: #C6C6C6;
	text-align: right;
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 4px;
}

#top-panel-top-content a:link {color: #C6C6C6; text-decoration: none;}
#top-panel-top-content a:visited {color: #C6C6C6; text-decoration: none;}
#top-panel-top-content a:hover {color: white; text-decoration: underline;}
#top-panel-top-content a:active {color: white; text-decoration: underline;}

#top-panel-top-content ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#top-panel-top-content li {
	margin: 0;
	padding: 0 0 0 2px;
	display: inline;
	list-style: none;
}

#top-panel{
	width: 100%;
	height: 104px;
	background: url(http://www.theorchardcc.org/images/header-bg.gif) repeat-x;
	float: left;
	clear: both;
}

#top-panel-content{
	width: 916px;
	height: auto;
	margin: 0 auto;
	background: url(http://www.theorchardcc.org/images/top-panel-bg.gif) repeat-x;
}

#logo{
	float: left;
	width: 336px;
	height: 26px;
	position: relative;
	top: 39px;
	left: 12px;
	background: url(http://www.theorchardcc.org/images/logo.gif) no-repeat;
}

#logo-sm{
	float: left;
	width: 336px;
	height: 65px;
	position: relative;
	top: 20px;
	left: 12px;
	background: url(http://www.theorchardcc.org/images/logo-sm2.gif) no-repeat;
}

#nav-container {
	float: right;
	position: relative;
	top: 8px;
	line-height: 1;
}

.nav-panel {
	float: right;
	position: relative;
	top: 0px;
	width: 700px;
	margin: 0 auto;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   z-index: 999;
   list-style: none;
}

#nav li{
   float: left;
   margin-right: 3px;
   background: url(http://www.theorchardcc.org/images/navbg-right.gif) no-repeat right top;
   font-size: 12px;
}

#nav li.current{
   background-position: right bottom;
}

#nav li a{
   float: left;
   display: block;
   height: 22px;
   padding: 10px 24px 0;
   background: url(http://www.theorchardcc.org/images/navbg-left.gif) no-repeat left top;
   color: #C6C6C6;
   text-decoration: none;
   font-weight: bold;
}

#nav li.current a{
   background-position: left bottom;
   color: #C6C6C6;
}

#nav li:hover,
#nav li.sfhover{
   background-position: right -33px;
}

#nav li.current:hover,
#nav li.sfhover.current{
   background-position: right bottom;
}

#nav li:hover a,
#nav li.sfhover a{
   background-position: left -33px;
   color: #FFF;
   font-weight: bold;
}

#nav li.current:hover a,
#nav li.sfhover.current a{
   background-position: left bottom;
   color: #C6C6C6;
}

#nav li#nav_home.current{
   background-position: right top;
}

#nav li#nav_home.current a{
   background-position: left top;
   color: #C6C6C6;
}

#nav li.current#nav_home:hover,
#nav li.current.sfhover#nav_home{
   background-position: right -33px;
}

#nv li.current#nav_home:hover,
#nav li.current.sfhover#nav_home a{
   background-position: left -33px;
   color: #FFF;
}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 161px;
   margin-top: 31px;
   margin-left: 0px;
   _margin-top: 0; /* IE6 only */
   border: 1px solid black;
   border-top: 0;
   border-bottom: 1px solid black;
   list-style: none;
   line-height: 1;
}

/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 161px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}

#nav li:hover li a,
#nav li.sfhover li a{
   float: none;
   width: 133px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid black;
   background: #252525;
   color: #C6C6C6;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #343434;
   color: white;
}


#index-body-wrapper {
	background: url(http://www.theorchardcc.org/images/body-ext1.gif) repeat-x top;
	margin: 0 auto;
}

#body {
	width: 900px;
	margin: 0 auto;
}


/* =Contact
---------------------------------------------------------------------
*/

.contact-label-container {
	width: 122px;
	float: left;
	margin-right: 20px;
	text-align: right;
	padding: 10px 0 10px 0;
	font-weight: bold;
}

.contact-label-container-sm {
	font-weight: normal;
	font-size: 11px;
}

.contact-field-container {
	float: left;
	padding: 10px 0 10px 0;
}


/* =Footer
---------------------------------------------------------------------
*/


#footer-panel {
	width: 100%;
	height: 220px;
	background: url(http://www.theorchardcc.org/images/footer-bg.png) repeat-x top;
	clear: both;
}

#footer-panel-container {
	width: 900px;
	margin: 0 auto;
}

.footer-title-container {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	background: url(http://www.theorchardcc.org/images/footer-title.png) no-repeat;
	width: 132px;
	height: 28px;
	margin: 0 0 10px 0;
}

.footer-title {
	position: relative;
	top: 5px;
	left: 10px;
}

.footer-content, .footer-content-services {
	font-size: 11px;
	color: #cccccc;
}

.footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-content li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px dotted #5C7070;
	width: 122px;
}

.footer-content a:link, .footer-content-services a:link {color: #cccccc; text-decoration: none;}
.footer-content a:visited, .footer-content-services a:link {color: #cccccc; text-decoration: none;}
.footer-content a:hover, .footer-content-services a:link {color: white; text-decoration: underline;}
.footer-content a:active, .footer-content-services a:link {color: white; text-decoration: none;}

.footer-content li a:hover {list-style-image: url(http://www.theorchardcc.org/images/footer-arrow.gif) no-repeat;}

.footer-area1 {
	float: left;
	position: relative;
	top: 30px;
	width: 350px;
}

.footer-area2, .footer-area3, .footer-area4 {
	float: right;
	position: relative;
	top: 30px;
	width: 132px;
	padding-right: 30px;
}

.footer-area2 {
	padding-right: 0;
}

.footer-title-container2 {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	background: url(http://www.theorchardcc.org/images/footer-title2.png) no-repeat;
	width: 350px;
	height: 28px;
	margin: 0 0 10px 0;
}

.footer-content-services {
	position: relative;
	top: 5px;
}

.footer-map {
	float: right;
	height: 120px;
	width: 157px;
	background: url(http://www.theorchardcc.org/images/footer-map.png) no-repeat;
	position: relative;
	top: 10px;

}

.footer-map-button {
	background: url(http://www.theorchardcc.org/images/footer-map-button.png) no-repeat;
	width: 157px;
	height: 31px;
	position: relative;
	top: 11px;
}

.copyright-container {
	margin: 0 auto;
	background: black;
	clear: both;
	height: 38px;
}

.copyright {
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	font-size: 11px;
	color: #aaa;
}

.footer-links {
	float: right;
	color: #bbb;
}

.blalox {
	float: right;
	margin-left: 40px;
	position: relative;
	top: 1px;
}

.facebook-grey {
	background: url(http://www.theorchardcc.org/images/facebook-grey.png) no-repeat;
	height: 20px;
	width: 100px;
	margin: 10px 0 0 10px;
	padding: 1px 0 0 26px;
}

