/* 
  -------------------------------------------
  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: 950px;
	background-color: #000000;
}

#masthead .content .facebook{
	text-align:center;
	
}
#masthead .content .facebook a, #masthead .content .facebook a:visited{
	color: #FFF;
}



/*
Layout Width
*/
#outer {
	padding: 2px;
	width: 800px;
	margin: 0 auto;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	padding: 0px;
}

#masthead {
	margin: 0;
	height:755px;
}




#masthead .content .news {
	color: #FFFFFF;
	padding: 6px;
	margin: 13px 0;
	opacity: .90;
	alpha: 50%;
	font-size: 0.9em;
	filter: alpha(opacity=80);
	background-color: #990000;
	text-align: center;
	width: 510px;
	font-weight: normal;
}

#masthead .content .blue {
	color: #FFFFFF;
	padding: 6px;
	margin: 13px 0;
	opacity: .90;
	alpha: 50%;
	font-size: 0.9em;
	filter: alpha(opacity=80);
	background-color:#1457B0;
	text-align: center;
	width: 510px;
	font-weight: normal;
}


#masthead .content .news .blue a, #masthead .content .news a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead .content .news .blue a:hover, #masthead .content .news a:active {
	color: #990000;
	background: #FFFFFF;
}
#masthead .content .news .blue h3 {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 5px;
	
}
#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:rgba(0,0,0,1.00);
	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;
}


#slideshow {
    position:relative;
  
    z-index:-1;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
   
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}
 
#slideshow img {
    /* Set rules to fill background */
    min-height: 100%;
position:absolute;
 
    /* Set up proportionate scaling */
    
    height: auto;
 
    /* Set up positioning */
    
    top: 0;
    left: 0;
}
 
@media screen and (max-width: 1024px){
    img.bg {
    left: 50%;
    margin-left: -512px;
}
}
