/* 
  -------------------------------------------
  Salt and Pepper by Project Seven Development
  www.projectseven.com
  Layout 01: 1 Column
  Horizontal Menu
  -------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCBDA1;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 100%;
}
#tagline {
	margin: 0;
	padding: 2px 0;
	min-width: 900px;
	background-color: #000000;
}
/*
Layout Width
*/
#outer {
	padding: 2px;
	width: 800px;
	margin: 0 auto;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	padding: 0px;
}

#masthead {
	margin: 0;
	background: url(../images/shepherd-home.jpg) no-repeat left bottom;
	height: 505px;
}
#masthead .content .news {
	color: #FFFFFF;
	padding: 6px;
	margin: 13px 0;
	opacity: .80;
	alpha: 50%;
	font-size: 0.9em;
	filter: alpha(opacity=80);
	background-color: #990000;
	text-align: center;
	width: 510px;
}
#masthead .content .news a, #masthead .content .news a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead .content .news a:hover, #masthead .content .news a:active {
	color: #990000;
	background: #FFFFFF;
}
#masthead .content .news h3 {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
}
#masthead .content {
	float: right;
	width: 520px;
	color: #FFFFFF;
	margin: 0;
}
#masthead  .content  div {
	padding: 6px;
	margin: 13px 0;
	background: #333333;
	opacity: .60;
	alpha: 50%;
	font-size: 0.9em;
	filter: alpha(opacity=60);
	width: 270px;
}
#masthead  h1 {
	display: block;
	font: italic bold 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-left: 10px;
	color: #474B35;
}
#masthead h2 {
	display: block;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	color: #271A22;
}
#masthead-bottom {
	overflow: visible;
	margin: 0;
	background: url(../images/shepherd-home-btm.jpg) no-repeat left top;
	height: 60px;
}

h1, h2 {
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
h2 {
	margin: 30px 0 0 0;
}
.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #FFFFFF;
	background-image: url(img/p7spep_vrule.gif);
	background-repeat: repeat-y;
	background-position: 265px 0px;
	background-color: #000000;
	padding: 10px 0px 10px 5px;
	margin-top: 20px;
}
.footercolumn1 {
	float: left;
	width: 240px;
	margin-right: 30px;
	padding-left: 10px;
}
.footercolumn2 {
	float: left;
	width: 240px;
	margin: 5px 15px 0 0px;
}
.footer p {
	margin: 1px 0 12px 0;
}
.footercolumn2 a {
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	padding: 6px 6px;
	border: 1px solid #333;
	background-color: #161616;
}
.footercolumn2 a:hover {
	color: #000;
	background-color: #4AB0C6;
	border-color: #FFF;
}
.footercolumn2 ul {
	margin: 0;
	padding: 0;
}
.footercolumn2 li {
	margin-bottom: 6px;
	list-style-type: none;
}

.footercolumn1 a {
	color: #4AB0C6;
}
.footercolumn1 a:visited {
	color: #4AB0C6;
}
.footercolumn1 a:hover {
	color: #FFF;
}
/*
EXTRA STYLES for BASIC MENUBAR
*/
#menubar {
	width: 800px;
	font-size: 0.8em;
	margin: 5px auto;
}
#masthead .content p {
	padding: 6px;
	margin: 13px 0;
	background: #333333;
	opacity: .60;
	alpha: 50%;
	font-size: 0.9em;
	filter: alpha(opacity=60);
	clear: both;
}
