/*-----------------------------------------------------------------------------

Community Church of the Monterey Peninsula
Creator: Carolyn E. Brewer - http://www.ardia.org

-----------------------------------------------------------------------------*/
a:link {color: #6f2a1b;}     /* unvisited link */
a:visited {color: #6f2a1b;}  /* visited link */
a:hover {color: #333333;}   /* mouse over link */
a:active {color: #fffbc4;}   /* selected link */

* {
	margin: 0;
   	padding: 0;
	line-height: 1;
	}

body {
	background: #e4e0bd url(../_images/body.gif) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

a {
	overflow: hidden;
	}

hr {
	display: none;
	}
	
	
/* Containers  Background
---------------------------------------------------------------------------------*/

#container {
	background: url(../_images/container.gif) repeat-y center top;
	}

#container-inside {
	background: url(../_images/container-inside.gif) no-repeat center top;
	}


/* Header with Logo, Name, Location  
---------------------------------------------------------------------------------*/

#header h1 {
	display: inline; /* IE6 double margin float bug hack */
	float: left;
	margin: 25px 0px 0 -4px;
	width: 204px;
	height: 164px;
	background: url(../_images/logo.gif) no-repeat;
	text-indent: -9999px;
	border: solid #e4e0bd 5px;
	}

#header h1 a {
	display: block;
	width: 204px;
	height: 164px;
	}

#header #header-text {
	position: absolute;
	top: 65px;
	left: 276px;
	width: 565px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#header #header-text h3 {
	margin-bottom: .3em;
	color: #e4e0bd;
	font-size: 2.2em;
	font-weight: normal;
	}

#header #header-text p {
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.4;
	}

#header #header-text a {
	padding: 1px 5px;
	margin: 0 3px;
	background: #5595B5;
	color: #041F2C;
	text-decoration: none;
	font-size: .8571em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

#header #top-menu {
	position: absolute;
	left: 275px;
	width: 230px;
	height: 35px;
	padding: 12px 0 0;
	background: url(../_images/top-menu.gif) no-repeat;
	font-size: 10px;
	}

#header #top-menu p {
	color: #fffbc4;
	font-size: 1.2em;
	text-align: center;
	}

#header #top-menu a {
	padding: 15px 10px 10px 20px;
	background: url(../_images/arrow.gif) no-repeat left;
	color: #e4e0bd;
	text-decoration: none;
	}

#header #top-menu a:hover {
	text-decoration: underline;
	}


/* Nav Menu List  
---------------------------------------------------------------------------------*/

#nav {
	clear: left;
	float: left;
	width: 205px;
	margin: 4px 0 11px;
	border-top: 1px solid #d0cdb6;
	border-left: 1px solid #d0cdb6;
	list-style: none;
	font-size: 9px;
	}

#nav li {
	float: left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #d0cdb6;
	font-size: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	}

#nav li#nav_home {
	border-top: 0;
	}

#nav li a {
	display: block;
	width: 176px;
	padding: 8px 14px;
 	background: #e4e0bd;
	border-right: 1px solid #d0cdb6;
	color: #333333;
	text-decoration: none;
	}

#nav li a:hover,
#nav li.current a {
	border-right-color: #6f2a1b;
	border-right-width: 2px;
	background: #f0ecc8;
	color: #6f2a1b;
	}

#nav li ul {
	position: absolute;
	left: -999em;
 	z-index: 999;
 	width: 164px;
	margin: -34px 0 0 204px;
	border: 1px solid #d0cdb6;
	border-bottom: 0;
	list-style: none;
	line-height: 1;
	}
	
	
/* Sub Nav Menu  
---------------------------------------------------------------------------------*/

ul#navlist {
	margin-left: 10px;
	padding-left: 0;
	white-space: nowrap;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serifl;
	font-size: 12px;
	}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #333333;
	background-color: #FFF;
	text-decoration: underline;
	}

#navlist a:hover {
	color: #333333;
	background-color: #fffbc4;
	text-decoration: none;
	}
	
#navlist li a#current {
	color: #333333;
	background-color: #fffbc4;
	text-decoration: none;
	}
	

/* Content  
---------------------------------------------------------------------------------*/

#content-wrap {
	position: relative;
	width: 914px;
	margin: 0 auto;
	padding: 0 0 0 28px;
	background: url(../_images/content-wrap.gif) no-repeat 18px 104px;
	}

#content {
	display: inline; /* IE6 double margin float bug hack */
	clear: right;
	float: right;
	width: 650px;
	margin: 0px 42px 0 0;
	min-height: 570px;
	}

#content h3 {
	margin-top: 30px; 
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 10px;
	font-weight: normal;
	color: #6f2a1b;
   	}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-left: 10px;
	font-weight: normal;
	color: #333333;
   	}

#content p.bold {
	font-weight: bold;
	color: #333333;
   	}


/* Images
---------------------------------------------------------------------------------*/

.image {
	padding: 3px; 
	margin-right: 20px;
	border: 1px solid #375158;
	position:relative;
	float:left;
	display:inline;
	clear: both;
	}

.staff {
float: left;
padding-left: 10px;
padding-right: 20px;
padding-bottom: 20px;
clear: both;
}

#imgmain {
	width: 640px;
	border: 1px solid #A2ADBC;
	padding: 4px;
	margin-left: 10px;
	}

.pictureleft {
	padding: 3px; 
	margin-left: 10px;
	margin-right: 20px;
	border: 1px solid #375158;
	position:relative;
	float:left;
	display:inline;
	}

.pictureright {
	padding: 3px; 
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #375158;
	position:relative;
	float:right;
	display:inline;
	}

.pictureleft {
	padding: 3px; 
	margin-left: 10px;
	margin-right: 20px;
	border: 1px solid #375158;
	position:relative;
	float:left;
	display:inline;
	}

.picturepeople{
	padding: 3px; 
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #375158;
	position:relative;
	float:left;
	display:inline;
	margin-bottom: 30px;
	}
	
ul.ten { list-style-position: inside; margin-left: 55px; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; } 
li.ten { list-style-position: outside; margin-bottom: 10px; line-height: 16px;  }

ul.alpha { list-style-position: inside; margin-left: 55px; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; } 
li.alpha { list-style-position: outside; margin-bottom: 10px; margin-right: 70px; list-style-type: lower-alpha;}

ul.nbr { list-style-position: inside; margin-left: 55px; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; } 
li.nbr { list-style-position: outside; margin-bottom: 10px; line-height: 20px; margin-right: 70px; list-style-type: decimal;}



/* Footer End
---------------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 852px;
	height: 93px;
 	margin: 0 -28px;
	padding: 18px 45px;
	background: #e4e0bd url(../_images/footer.gif) no-repeat;
	}

#footer p {
	float: left;
	color: #56544B;
	font-size: 11px;
	}

#footer p.powered {
	float: right;
	}

#footer a {
	color: #050505;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
