/* Here starts the CSS drop-down menu system*/

#menuwrapper {
	border-top: 0px solid #000;
	border-bottom: 0px solid #003300;
	background-color: #000000;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 0px solid #000000;
	font-size: .80em;
	color: #000000;
}

#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #789cda;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

#p7menubar li {width: auto;}

/* Here starts the site layout CSS */

body { 
margin: 0px 0px 0px 0px; 
padding: 0px; 
background-image: url(http://www.vccwenatchee.net/layout/background_cross.jpg); 
background-position: bottom right;
background-repeat: no-repeat;
background-color: #ffffff; 
} 

#header { 
margin:0px 0px 0px 0px; 
background:#eee9b0;
/*  background:#005ca0; -spring*/
height:136px; 
} 

#leftcontent {
margin:0px 0px 0px 0px;  
width:132px; 
float:left; 
} 

#contentmargin { 
margin:0px 0px 0px 0px; 
width:10px; 
float:left; 
background-color:#005ca0; 
} 

#centercontent { 
margin:0px 0px 0px 0px; 
margin-left: 132px; 
}

#footerleft { 
margin:0px 0px 0px 0px; 
width:132px; 
float:left; 
background-color:#ffffff;  
height:20px; 
} 

#footermain { 
margin:0px 0px 0px 0px; 
height:20px; 
} 

.contentdivs{ 
margin:0px 0px 0px 0px; 
height: 74px; 
padding:0px; 
} 

.contentdivs2{ 
margin:0px 0px 0px 0px; 
height: 489px; 
padding:0px; 
} 

.lefticon{ 
margin:0px 0px 0px 0px; 
height: 101px; 
padding:0px; 
}

.content_nav{ 
margin:0px 0px 0px 0px; 

padding:5px; 
} 

.content_main{ 
margin:0px 0px 0px 0px; 

padding:10px; 

} 

.leftbot{ 
margin:0px 0px 0px 0px; 

padding: 0;
} 

p.content_text {
font-size: 15px;
color: #000055;
font-family: sans-serif;
margin: 0;
padding: 0;
} 

p.sermon_text {
font-size: 14px;
color: #000055;
font-family: sans-serif;
margin: 0;
padding: 0;
} 
p.sermon_text A:active {text-decoration: none}
p.sermon_text A:link {text-decoration: none}
p.sermon_text A:visited {text-decoration: none}
p.sermon_text A:hover {background: #FFFF00;}

p.foot_text {
font-size: 14px;
font-family: sans-serif;
text-align: center;
margin: 0;
} 

p.h1 {
background-color: #d3dbe8;
border-style: solid;
border-color: #ececf4;
border-width: 1;
font-size: 24px;
font-family: sans-serif;
font-weight: 900;
color: #000055;
}

p.h2 {
font-size: 18px;
font-family: sans-serif;
font-weight: 700;
color: #000055;
}

p.scripture {
background-color: #eee9b0;
border-style: dashed;
border-color: #decb97;
border-width: 1;
font-size: 14px;
font-family: sans-serif;
padding-top: 6px;
padding-right: 8px;
padding-bottom: 10px;
padding-left: 8px;
color: #000055;
}

p.believe_text {
background-color: #ececf4;
border-style: solid;
border-color: #d3dbe8;
border-width: 1;
font-size: 14px;
font-family: sans-serif;
padding-top: 6px;
padding-right: 8px;
padding-bottom: 10px;
padding-left: 8px;
color: #000055;
}