
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	



/******************************************************
  Basic formatting
 ******************************************************/
 
body {
	padding: 0 1em;
	margin: 0;
	background: #232323 url('img/bg_page.gif') top left repeat-x;
	text-align: center;
	font: 12px/16px arial, verdana, sans-serif;
	color: #ddd;
}
body-text {
	padding: 0 1em;
	margin: 0;
	font: 12px/16px arial, verdana, sans-serif;
	color: #ddd;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #555;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 28px;
	text-transform: lowercase;
	height: 30px;
	padding-left: 15px;
	margin: 0 0 20px 0;
	background: #030303 url('img/bg_heading.gif') top left repeat-x;
}
h2:after {
	content: url('img/icon_marker.gif');
	padding: 4px;
}
blockquote {
	border-left: 1px solid #555;
	padding-left: 10px;
}
.pullout {
	border: 1px solid #555;
	padding: 12px;
	background: transparent url('img/bg_highlight.gif') top left repeat-x;
}
.leadin {
	color: #fff;
	font-size: 15px;
}
.clock .time {
	font-size: 22px;
	color: #fff;
	margin-right: 2px;
}
.clock .meridian {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
.filetype {
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
}

/******************************************************
   Admin Menus
 ******************************************************/

.alert {
	border: 1px solid #555;
	padding: 12px;
	background: transparent url('img/bg_highlight.gif') top left repeat-x;
}

/******************************************************
   Blocks and layout 
 ******************************************************/


/* Wrapper surrounds site to improve layout consistency across browsers */
#wrapper {
	text-align: left;
	margin: auto;
	width: 710px;
}

/* Sites bar, where related sites are linked */
#sites {
	background: url('img/line_orange.gif') top left no-repeat;
	height: 30px;
	border: none;
	padding: 6px 6px 0 0;
	text-align: right;
	font-size: 11px;
}
	#sites ul li a { 
		float: right; 
		color: #ccc;
	}
	#sites a#pmchurchorg.selected {
		color: #fff;
		background-color: #654418;
	}
	#sites a:hover#pmchurchorg {
		color: #fff;
		background-color: #fd8f00;
	}
	#sites a#pmchurchtv.selected {
		color: #fff;
		background-color: #453151;
	}
	#sites a:hover#pmchurchtv {
		color: #fff;
		background-color: #9352bc;
	}
	

/* Header area with logo and search box */
#header {
	height: 90px;
	vertical-align: bottom;
}
#logo {
	float: left;
}
#search {
	background-color: #fff;
	border: 1px solid ddd;
	width: 200px;
	height: 22px;
	float: right;
	margin-top: 42px;
}
	#search #searchBox { 
		background: none; 
		border: none;
		width: 160px;
		height: 18px;
		padding-left: 8px;
		margin: 1px;
		vertical-align: top;
	}
	#search #searchButton {
		margin: 3px;
	}
	.searchButtonOver {
		padding: 2px;
		border: 1px solid #fd8f00;
	}
	.searchButtonOut {
		padding: 2px;
		border: 1px solid transparent;
	}

/* Primary navigation */
#nav1 {
	background: #141414 url('img/bg_nav1.gif') top left repeat-x;
	height: 28px;
	padding: 4px 0 0 10px;
}
	#nav1 ul li a { 
		color: #eee;
		padding: 5px 10px; 
		height: 18px;
	}
	#nav1 ul li a:hover { 
		color: #fff;
		background: red url('img/bg_nav1_selected.gif') top left repeat-x;
	}
	#nav1 .selected {
		color: #fff;
		background: #2e2e2e url('img/bg_nav1_selected.gif') top left repeat-x;
	}
	
/* Secondary navigation */
#nav2 {
��������������� background: #232323 url('img/bg_nav2.gif') top left repeat-x;
��������������� padding: 0 0 0 5px;
��������������� min-height: 8px;
}
	#nav2 ul li a { 
		color: #ccc;
		margin: 6px 5px;
		padding: 2px 8px 0 8px; 
		height: 15px;
		line-height: 12px;
	}
	#nav2 ul li a:hover { 
		color: #fff;
		background: #494746 url('img/bg_nav2_selected.gif') top left repeat-x;
	}
	#nav2 .selected {
		color: #fff;
		background: #494746 url('img/bg_nav2_selected.gif') top left repeat-x;
	}
	
	
/* Top image, when feature is not displayed */	
#banner {
	clear: both;
	height: 88px;
}

/* Feature area */
#feature {
	background: #000 url('img/bg_feature.gif') top left repeat-x;
	padding: 8px 0;
	height: 220px;
}
	#feature #featureImage {
		width: 480px;
		margin-right: 15px;
		float: left;
	}
	#feature #featureCopy {
		width: 215px;
		float:left
	}	
	#feature h2 {
		margin: 0 5px 5px 15px;
		padding: 0; 
		background: none;
		line-height: 12px;
		height: 14px;
	}
	#feature h1 {
		border: none;
		margin: 0 5px 5px 15px;
		padding: 0;
	}
	#feature p {
		margin: 5px 5px 10px 15px;
		padding-bottom: 15px;
		color: #eee;
		border-bottom: 1px solid #444;
	}
	#feature .download {
		float: left;
		margin: 0 5px 0 5px; 
	}
	#feature .downloads img {
		float: left;
		margin: 0 0 0 15px;
	}
	#feature .download h3 {
		color: #fd8f00;
		font-size: 14px;
		line-height: 16px;
		margin: 0;
	}
	#feature .downloads a:hover {
		text-decoration: none;
	}
	
/* Separator */
#separator {
	clear: both;
	height: 8px;
	background: transparent url('img/shadow.gif') bottom left repeat-x;
}
	
/* Main page content */
#content {
	margin-top: 16px;
	width: 480px;
	margin-right: 15px;
	float: left;
}
	#content h2 {
		width: 479px;
	}

#admin-content {
	margin-top: 16px;
	width: 710px;
	margin-right: 15px;
	float: left;
}

/* Dashboard - icons with titles and descriptions */
#dashboard .entry {
	clear: both;
	border-bottom: 1px solid #555;
	height: 90px;
	margin: 0 0 20px 0;
}
	#dashboard .entry img {
		float: left;
		margin: 0 15px 0 0;
	}
	#dashboard h3 {
		margin-bottom: 0;
	}
	#dashboard p {
		margin-top: 5px;
	}
	#dashboard .featuretext {
		margin-top: 5px;
	}

/* Sidebar content */
#sidebars {
	margin-top: 16px;
	width: 215px;
	float: left;
}
	.sidebar {
		background: #1c1c1c url('img/corner.gif') bottom right no-repeat;
		padding-bottom: 10px;
		margin-bottom: 12px;
		padding-left: 15px;
		border-top: 1px solid #1c1c1c; /* fixes short background color */
	}
	#sidebars .clear {
		background: none;
		padding-bottom: 0;
	}
	#sidebars h2 {
		margin: 0;
	}
	#sidebars h2:after {
		content: url('img/icon_marker.gif');
		padding: 4px;
	}
	.sidebar h3 {
		font-size: 15px;
		margin: 15px 0 0 0;
	}
	.sidebar .date {
		font-size: 11px;
	}
	.sidebar ul {
		padding: 0;
		margin: 8px 0 0 0;
	}
	.sidebar ul li {
		text-transform: lowercase;
		margin: 0;
		padding: 4px 0;
		list-style-type: none;
		border-bottom: 1px solid #333;
	}
	.sidebar ul li a {
		color: #ddd;
	}
	.sidebar img {
		float: right;
		padding: 12px 0 8px 8px;
	}


/* Footer */
#footer {
	clear: both;
	height: 45px;
	padding-top: 25px;
	margin-bottom: 80px;
	background: transparent url('img/footer.gif') bottom right no-repeat;
	border-bottom: 1px solid #565656;
}
	#footer ul {
		padding-top: 23px;
	}
	#footer ul li {
		font-size: 11px;
		padding: 5px 10px;
		background: transparent url('img/line_dotted_y.gif') top right repeat-y;
	}
	#footer ul li:first-child {
		padding-left: 0;
	}
	#footer ul li:last-child {
		background: none;
	}
	#footer a {
		margin: 0; padding: 0;
		float: none;
		color: #ddd;
	}
	#footer a:hover {
		text-decoration: underline;
		background: none;
	}
	


/******************************************************
   Images
 ******************************************************/

#content img {
  display: block;
  border: 1px solid #555;
  margin: 5px 15px;
}

#content img.alignleft {
  display: inline;
  float: left;
  margin-left: 0;
}

#content img.alignright {
  display: inline;
  float: right;
  margin-right: 0;
}

#content img.aligncenter {
  margin: 5px auto;
}

#content img.noborder {
  border: none;
}


	
/******************************************************
   Lists
 ******************************************************/

.horizontalList ul {
	margin: 0; 
	padding: 0;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

.horizontalList ul li { 
	display: inline; 
}

.horizontalList ul li a {
	padding: 3px 10px;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	margin-right: 1px;
}

.horizontalList ul li a:hover {
	background-color: #fd8f00;
	color: #fff;
}
	
	

.MenuBarHorizontal ul {
	margin: 0; 
	padding: 0;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

.MenuBarHorizontal ul li { 
	display: inline; 
}

.MenuBarHorizontal ul li a {
	padding: 3px 10px;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	margin-right: 1px;
}

.MenuBarHorizontal ul li a:hover {
	background-color: #fd8f00;
	color: #fff;
}
	
/******************************************************
   Utility 
 ******************************************************/

.clear {
	clear: both;
}


/******************************************************
   Tag defaults
 ******************************************************/
 
img {
	display: block;
	border: none;
}
a:link, a:visited, a:hover, a:active {
	color: #fd8f00;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul li a:link, ul li a:visited, ul li a:hover, ul li a:active, {
	color: #ddd;
}
ul li a:hover {
	color: #fff;
}
p a {
	font-weight: bold;
}
form {
	margin: 0;
	padding: 0;
}




/******************************************************
   News Letter
 ******************************************************/


/* Wrapper surrounds site to improve layout consistency across browsers */
#news-wrapper {
	text-align: left;
	margin: auto;
	width: 710px;
}

news-body {
	padding: 0 1em;
	margin: 0;
	background: #ffffff;
	text-align: center;
	font: 12px/16px arial, verdana, sans-serif;
	color: #ddd;
}
news-body-text {
	padding: 0 1em;
	margin: 0;
	font: 12px/16px arial, verdana, sans-serif;
	color: #ddd;
}
