/* CSS Stylesheet */
/* (c) 2009 www.churchinthevalley.com */
/* Designed and built by Tim McClaury and Ian Dale */



/***** General Document Styles *****/

html, body {
	margin:0px;
	padding:0px;
	font-family: Arial, helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	}

body {
	min-width:974px;
	min-height:500px;
	background-color: #efe9c0;
	background-image:url('../images/sitebkg.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	margin: 12px 0 0 0;
	}

p {
	padding:0px;
	color: #3333333;
	}
	
h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000080;
	text-decoration:none;
	text-align:left;
	}

a {
    text-decoration: none;
	color: #287ab8;
	}

a:hover {
	color: #125c91;
	}

a.addthis_button { background: none; padding: 0 }

img {
	border:0px;
	}

#wrapper {
	width:974px;
	margin: 0 auto; /*Center container on page*/
	text-align:left;
	}

#container {
	position:relative;
	float: left;
	width:974px;
	background:url('../images/container_bkg.gif') repeat;
	}

#edge_left {
	float:left;
	width:0px;
	height:160px;
	/*background-image:url('../images/edge_left.gif');*/
	background-repeat: no-repeat;
	}

#edge_right {
	float:right;
	width:0px;
	height:160px;
	/*background-image:url('../images/edge_right.gif');*/
	background-repeat: no-repeat;
	}

#container_bottom {
	width:100%;
	height:38px;
	background-color: #ebe9cc;
	padding-bottom: 16px;
	background-image:url('../images/container_bottom.gif');
	background-position: center -50px; 
	background-repeat: no-repeat;
	clear: both;
	}


/***** Header Styles *****/
#header {
	position:relative;
	width:100%;
	height:121px;
	background-image:url('../images/header_bkg.gif');
	background-repeat:no-repeat;
	}
	
#logo {
	position:relative;
	left:60px;
	top:25px;
	width:200px;
	}
	
#header_right {
	position:relative;
	float:left;
	top:16px;
	left:583px;
	width:372px;
	height:50px;
	text-align:right;
	padding:0 50px 0 0;
	margin:0 25px 0 0 ;
	}

#header_right a,#header_right a:link,#header_right a:visited,#header_right a:hover {
	margin-top:26px;
	font-size:.85em;
	text-decoration:none;
	}

#header_right a:link,#header_right a:visited {
	color:#2d71a2;
	padding: 2px 3px;
	margin-left: 1px;
	}

#header_right a:hover {
	color:#ebe9cc;
	background: #2d71a2;
	}


/***** Navbar Styles *****/
#navbar {
	position:relative;
	width:100%;
	height:32px;
	background-image:url('../images/navbar.gif');
	background-repeat:no-repeat;
	font-family:  Arial, helvetica, sans-serif;
	}
	
#nav_main {
	float:left;
	width:700px;
	height:20px;
	margin-left: 12px;
	padding:4px 0 5px 0;
	}

#nav_main ul {
	padding-left: 0;
	margin: 0;
	display: inline;
	} 

#nav_main ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#nav_main a,#nav_main a:link,#nav_main a:visited,#nav_main a:hover {
	margin: 28px 0 0 0;
	font-size:1.15em;
	text-decoration:none;
    font-weight:bold;
	padding: 10px 10px 8px 10px;
	}

#nav_main a:link,#nav_main a:visited {
	/*color:#6b6146;*/
	color:#426c90;
	}

#nav_main a:hover {
	background: #d3dfe7;
	color:#174a76;
	}

#nav_main a.selected {
	color:#174a76;
	}

#nav_right {
	position:absolute;
	right:0px;
	width: 230px;
	height:25px;
	text-align:left;
	margin:5px 0px 22px 0;
	}

#nav_right ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#nav_right ul li {
	margin-left:0;
	padding: 0 0px 0 8px;
	list-style: none;
	display: inline;
	}

#nav_right ul li.last {
	margin-left: 0;
	padding:0 0 0 5px;
	list-style: none;
	display: inline;
	}

#nav_right a,#nav_right a:link,#nav_right a:visited,#nav_right a:hover {
	margin-top:26px;
	font-size:12px;
	text-decoration:none;
	}

#nav_right a:link,#nav_right a:visited {
	/*color:#6b6146;*/
	color:#426c90;
	padding: 4px 8px;
	}

#nav_right a:hover {
	color:#174a76;
	background: #d3dfe7;
	}

#nav_right a.selected {
	color:#174a76;
	}


/***** Sidebar Styles *****/
#sidebar { 
	width:210px;
	float:left;
	margin: 0 30px 0 10px;
	}

#sidebar img {
	margin: 15px 0 0 15px;;
	
	}

#sidebar img { border: 1px solid #e7e8d8; padding: 2px; background-color: white; }
#sidebar img:hover { border: 1px solid #4b88b9;}

#sidebar p{
	text-align:left;
	}

/***** SubNav Styles *****/
#subnav {
	float: left;
	}

#subnav_top {
	float: left;
	height:32px;
	padding: 0 4px 0 0;
	margin-top: 17px;
	width:210px;
	background-image:url('../images/subnav_top.gif');
	background-repeat:no-repeat;
	}

#subnav_top h1 {
	color: #426d90;
	width: 176px;
	padding: 11px 0px 3px 6px;
	background-color: #d3e5e9;
	font-size: 12pt;
	margin: 0px 0 0 10px;
	font-family: Arial, helvetica, sans-serif;
	}

#subnav_middle {
	clear: both;
	width:100%;
	background-image:url('../images/subnav_middle.gif');
	background-repeat:repeat-y;
	}

#subnav_bottom {
	clear: both;
	height:20px;
	background-image:url('../images/subnav_bottom.gif');
	}

#subnav_middle ul{
	list-style-type:none;
	padding: 0px 10px 0 10px;
	margin:0px;
	}

#subnav_middle li{
	font-family: Arial, helvetica, sans-serif;
	margin: 0px;
	}

#subnav_middle li a{
	color: #615e55;
	text-decoration: none;
	border-bottom: 1px solid #e7e8d8;
	border-top: 1px solid #f8f7de;
	display: block;
	padding: 9px 0 7px 6px;
	}

#subnav_middle li a:hover{
	color: #4b88b9;
	background-color: #dfe9e6;
	border-top-color: #e1f2fa;
	}

#subnav_middle li a.selected{
	color: #5e91aa;
	background-color: #dfe9e6;
	}


/***** Cycle Styles *****/

#banner {
	position:relative;
	top:0;
	left:27px;
	width:916px;
	height:262px;
	background-color:#e1dfd3;
	margin-top: 12px;
	margin-bottom: 20px;
	padding: 0px;
	}

#slides {
	position:relative;
	top:3px;
	left:3px;
	width:554px;
	height:256px;
	padding:0px;
	margin:0px;
	background-color:#dddddd;
	overflow:hidden;
	}

#pager {
	position:absolute;
	top:3px;
	right:2px;
	width:364px;
	height:256px;
	border-left: 1px solid #afc8d2
	}

#pager a {
	color:#437ba6;
	padding:0px;
	text-decoration:none;
	}

#pager .pagersubtitle a { color: #666; }

#pager a.activeSlide {
	color:*#f7f4eb;
	text-decoration:none;
	}

#pager .pagertitle {
	font-weight: bold;
	}

#pager .activeSlide .pagertitle {
	color: #f7f4eb;
	/*font-weight: bold;*/
	}

#pager .activeSlide .pagersubtitle {
	color: #cdd9dd;
	}

#pager a.activeSlide span {
	background-image:url('http://valley.ehclients.com/images/banner_select_selected.gif'); 
	background-repeat: repeat-y;
	}

#pager span {
	display:block;
	}

#pager .pagerframe {
	height:63px;
	padding-left: 0px;
	padding-top: 0px;
	background-image:url('http://valley.ehclients.com/images/banner_select_unselected.gif');
	background-repeat: repeat-y;
	border-bottom: 1px solid #e6e7d7;
	}

#pager .pagertitle {
	font-family: Arial, helvetica, sans-serif;
	padding: 10px 0 0 20px;
	font-size:13pt;
	text-align:left;
	}

#pager .pagersubtitle {
	padding:2px 0 0 20px;
	color:#67645d;
	font-style:italic;
	font-size:10pt;
	text-align:left;
	}


/***** Features Styles *****/
#home_features_row {
	position:relative;
	left:26px;
	width:920px;
	height:200px;
	}

#home_features_row h1 {
	font-size:13pt;
	font-weight:bold;
	line-height:18px;
	margin: 7px 8px 5px 5px;
	}

#home_features_row h1 a {
	color: #437ba6;
	padding: 3px 4px;
	}

#home_features_row h1 a:hover {
    background: #d2edf0;
	}

#home_features_row p {
    margin: 0px 8px 8px 10px;
	line-height: 1.6;
	font-size: 1.0em;
	}

#home_features_row a {
    font-weight: bold;
	
	}	
	
#home_features_row p a {
    font-size:.9em;
	padding: 2px;
	}

#home_features_row p a:hover {
    background: #d2edf0;
	}

.home_feature {
	position:relative;
	float:left;
	width: 220px;
	margin-right: 18px;
	border: 2px solid #e6e7d7;
	padding: 0px 0px 10px 0px;
	}

/*.home_feature:hover { border-color: #568191;}*/

.home_feature img {
    border-bottom: 6px solid #c9dbdd;
	}

.home_feature img:hover {
    border-bottom-color: #5784a6;
    }

.home_feature_right {
	position:relative;
	float:right;
	width: 183px;
	}

.home_feature_right img {
	margin: 7px 0 0 0;
	}

.home_feature_right a:hover { background: none; }

#home_features_row a.addthis_button {
    background-image: url('../images/share-icon-12x12.png');
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	width: 160px;
	display: block;
	border-bottom: 2px solid #ddd8bb;
	font-family: Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: none;
    }

/***** Main Styles *****/
#main_home {
	float:left;
	width:920px;
	margin-right:20px;
	}

#main {
	float:left;
	width:660px;
	margin: 0px;
	padding: 0px;
	}

#main h1 {
	font-family: Arial, helvetica, sans-serif;
	color:#184a76;
	margin: 18px 0 0px 0px;
	font-size:2.1em;
	background-image:url('http://valley.ehclients.com/images/h1_border.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	}

#main h2 {
	font-family: Arial, helvetica, sans-serif;
	color: #55524d;
	margin: 4px 0 20px 0;
	font-size:1.2em;
	font-weight: normal;
	line-height: 1.0;
	}

#main h3{
	font-family: Arial, helvetica, sans-serif;
	border: 1px solid #5e8aaa;
	border-top-color: #91b6d1;
	border-left-color: #91b6d1;
	color:#f4f5e7;
	margin-top:26px;
    clear: both;
	font-size:1.2em;
	background-color: #6d9abb;
	padding: 6px 0 5px 8px;
	width: 100%;
	}

#main h4 {
	font-family: Arial, helvetica, sans-serif;
	color:#426d90;
	margin:22px 0 8px 0;
	font-size:1.2em;
	}

#main a {
	font-weight: bold; 
	padding: 2px;
    }

#main a:hover {
    text-decoration: none;
	background: #d2edf0;
	}

#main img a:hover {
    background: none;
	}

#main a.clean:hover {
    background: transparent;
    }

#main a.addthis_button {
    background-image: url('../images/share-icon-12x12.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 18px;
	float: right;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	position: relative;
	bottom: -11px;
	background-color: none;
    }

#main p {
	line-height: 1.5;
	font-size: 1.1em;
	margin: 0 0 12px 0;
	}

#main p.smaller {
	font-size: 1.0em;
	margin-bottom: 8px;
	}

#main p.smaller2 {
	font-size: .9em;
	margin-bottom: 8px;
	line-height: 1.4;
	color: #555;
	}

#main p.wwb_verse {
	font-size: .9em;
	margin-top: -4px;
	line-height: 1.4;
	color: #555;
	}

#main img {
    margin: 6px;
    }

#main img.border {
    border: 3px solid #ddd8bb;
	margin: 6px;
    }

#main img.frame {
    border: 1px solid #e7e8d8;
	padding: 8px;
	background-color: white;
	margin: 6px 6px 6px 0px;
    }


/***** Staff Styles *****/

#staff_entry {
    clear:both; 
	margin-bottom: 20px;
    }

#staff_entry strong { color:#555; margin-top: 3px; }
#staff_entry .staff_photo { float: left; width: 180px; }
#staff_entry .staff_info { float: right; width: 480px; }
#staff_entry .staff_info_support { }
#staff_entry .staff_header_left { float: left; margin-bottom: 1px;}
#staff_entry .staff_header_right { float: right; }

#staff_entry .staff_name { 	
    font-family: Arial, helvetica, sans-serif;
	float: left;
	color:#426c90;
	margin-right: 10px;
	font-size:1.4em;
	}

#staff_entry .staff_position { 	
    font-family: Arial, helvetica, sans-serif;
	float: left;
	color:#888;
	margin-right: 10px;
	position: relative;
	bottom: -4px;
	font-size:1.1em;
	}

#staff_entry .staff_email { 	
    font-family: Arial, helvetica, sans-serif;
    text-align: right;
	font-size:1.0em;
	position: relative;
	bottom: -5px;
	padding-left: 30px;
	background-image: url('../images/staff_email.gif');
	background-position: top left;
	background-repeat: no-repeat;
	}

#staff_entry .staff_bio {
    border-top: 1px solid #e7e8d8;
	clear:both;
	padding-top: 8px;
	margin-top: 20px;
	font-size: .9em;
	margin-bottom: 30px;
    }


#staff_entry p { margin-bottom: 8px; }

/***** Listing Styles *****/
#listing_entry {
    clear:both; 
	margin-bottom: 16px;
	padding-bottom: 16px;
	float: left;
    background-image:url('http://valley.ehclients.com/images/h1_border.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
    }

#listing_entry .listing_image { float: left;  }
#listing_entry .listing_info_events { float: right; width: 660px; padding-left: 10px; }
#listing_entry .listing_info_teams { float: right; width: 475px; padding-left: 4px; }
#listing_entry .listing_info_connect { float: right; width: 455px; padding-left: 10px; }
#listing_entry .listing_header_left { float: left; margin-bottom: 1px;}
#listing_entry .listing_header_right { float: right; margin-bottom: 1px;}

#listing_entry .title { 	
    font-family: Arial, helvetica, sans-serif;
	float: left;
	color:#174a76;
	margin-right: 10px;
	margin-top: 8px;
	font-size:1.4em;
	font-weight:bold;
	}

#listing_entry .subtitle { 	
    font-family: Arial, helvetica, sans-serif;
	float: left;
	color:#888;
	margin-right: 10px;
	position: relative;
	bottom: -12px;
	font-size:1.0em;
	line-height:1.2em;
	}

#listing_entry .subtitle2 { 	
    font-family: Tahoma, Arial, helvetica, sans-serif;
	float: left;
	color:#888;
	margin-right: 10px;
	position: relative;
	font-size:1.0em;
	line-height:1.2em;
	}


#listing_entry .description {
    /*border-top: 1px solid #e7e8d8;*/
	clear:both;
	padding-top: 8px;
	padding-right: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
    }

#listing_entry .date { font-size: 1.2em; font-weight: bold; }
#listing_entry .location { font-size: 1.0em; color: #666; }
#listing_entry .details { font-size: .9em; }
#listing_entry .website { font-size: .9em; }

#listing_entry .addthis_toolbox {float: right; position: relative; bottom: -9px;}


#listing_entry a.addthis_button {
    /*background-image: url('../images/share-icon-12x12.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;*/
	float: right;
	font-family: Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	position: relative;
	bottom: -15px;
    }

.share_header { float: left; font-weight: normal; color: #777; padding-right: 6px; font-size: 8pt; }
.addthis_toolbox.addthis_pill_combo a { float: left; }

#listing_entry .share_header {font-weight: normal; color: #777;}
#navbar .share_header { color: #555; padding-right:3px; }


/***** Photo Gallery Styles *****/

#photo_gallery img.frame { margin-right: 8px; padding: 6px; margin-bottom: 4px; }
#photo_gallery h3 { margin-bottom: 8px; }

#photo_view {
    clear:both; 
	margin-bottom: 30px;
	margin-top: 30px;
    }

#photo_view .photo_header_left { float: left; width: 160px; }
#photo_view .photo_header_left2 { 
	float: left; 
	position: relative;
	bottom: 4px;
	width: 320px; 
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size:1.3em;
	font-weight: normal;
	}

#photo_view .photo_header_left2 a { 
	font-weight: normal;
	}

#photo_view .photo_header_middle { 
	float: left; 
	text-align: center; 
	position: relative;
	bottom: 4px;
	width: 320px; 
	font-family: Tahoma, Arial, helvetica, sans-serif;
	color:#568191;
	font-size:1.3em;
	font-weight: normal;
	}

#photo_view .photo_header_right { float: right; text-align: right; width: 180px; }

#photo_view img.frame { padding: 20px; margin-bottom: 8px; }

#photo_view a.addthis_button { bottom: -4px; }

#photo_view p { margin-left: 20px; font-size: 1em; }

#photo_view .photo_caption_left { float: left; width: 520px; }
#photo_view .photo_caption_right { float: right; }


/***** Login Styles *****/

#login {
	padding:12px 0 0 12px;
	background-color: red;/*#f7f4ev;*/
	width:200px;
	height:100px;
	}

/***** Footer Styles *****/

#footer {
	clear:both;
	width:100%;
	height:220px;
	padding: 16px 0 0 0;
	background-color: #174a76;
	border-top: 6px solid #517897;
	/*background-image:url('../images/footer.gif');*/
	background-repeat:repeat-x;
	}

#footer a:link {
	color:#688bab;
	text-decoration:none;
	padding: 3px;
	display: block;
	}

#footer a:visited {
	color:#688bab;
	text-decoration:none;
	}

#footer a:hover {
	background: #88a8c3;
	color: #174a76;
	text-decoration:none;
	}

#footer a:selected {
	color:#88a8c3;
	text-decoration:none;
	}

#footlinks { 
	width:990px;
	margin: 0 auto; /*Center container on page*/
	}

#footlinks ul {
	font-size:8pt;
	list-style-type: none;
	margin: 0;
	color:white;
	text-align: left;
	line-height: 1.3;
	}

#footlinks ul li { 
   
	}

#footlinks ul lh {
	font-weight:bold;
	font-size:1.2em;
	color:#7493b0;
	padding-bottom: 5px;
	margin-left: 3px;
	}

#copyright {
	position:relative;
	float:left;
	width:100%;
	top:0px;
	text-align:left;
	font-size:8pt;
	padding:36px 0 0 43px;
	color:#688bab;
	}

.sitelinks {
	float:left;
	/*width:14%;*/
	margin-right: 4px;
	}

#contactform1 {
}

#contactform1 fieldset {
margin-top: 10px;
border: 0px;
width: 470px;
}

#contactform1 label {
display: block;
float: left;
font-size: 1em;
color: #333333;
padding-top: 9px;
width: 300px;
}

#contactform1 input {
float: left;
font-family: Verdana, Arial, Geneva, sans-serif;
width: 240px;
font-size: 1em;
}

#contactform1 #submit {
background-color: #cccccc;
letter-spacing: 1px;
font-family: Arial, Geneva, sans-serif;
width: 80px;
font-size: 1.1em;
float: left;
}

#contactform1 input,textarea {
background: transparent;
border: 1px solid #999999;
margin: 4px 0 0 0;
padding: 3px 3px;
font-family: Verdana, Arial, Geneva, sans-serif;
font-size: 0.9em;
}

#contactform1 textarea {
width: 360px;
}

#contactform1 form br {
clear: left; 
}

#contactform1 p {
padding: 0;
}
/***** End of Styles *****/

