/* 
  -------------------------------------------
  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;
	padding: 0px;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 100px;
	margin-left: 0;
	background-image: url(../photos/background4.jpg);
}
#tagline {
	min-width: 942px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#tagline h1 {
	font-size: 0.7em;
	letter-spacing: 1em;
	color: #CCC;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
/*
Layout Width
*/
#outer {
	border: 1px dotted #FFBE8C;
	padding: 2px;
	width: 940px;
	margin: 0 auto;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #FFFFFF;
	padding: 5px;
}
#p7PMM_1 {
	width: auto;
	margin: 0 0 16px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 9999;
}
#masthead {
	overflow: hidden;
	margin-bottom: 5px;
}
#masthead img {display: block;}
.maincontent {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*Links*/
.maincontent a {
	color: #739A9C;
	text-decoration: none;
}
.maincontent a:visited {}
.maincontent a:hover {}

h1, h2 {
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.35em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #739A9C;
}
h2 {
	margin: 36px 0 0 0;
}
h3 {
	color: #CCCCCC;
}

.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #A09B97;
	margin-top: 20px;
	background-repeat: repeat-y;
	background-position: 504px 0px;
}
.footercolumn1 {
	float: left;
	width: 498px;
	margin-right: 30px;
}
.footercolumn2 {
	float: left;
	width: 370px;
}
.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: #A09B97;
}
.footercolumn1 a:visited {
}
.footercolumn1 a:hover {
}
/*
EXTRA STYLES for BASIC MENUBAR
*/
#menubar {
	width: 100%;
	overflow: hidden;
	font-size: 0.8em;
	margin-bottom: 20px;
}
#menubar .menu {
	margin: 0px;
	padding: 0px;
}
#menubar .menu li {
	list-style-type: none;
	float: left;
	margin-left: 6px;
}
#menubar .menu li.first {
	margin-left: 0;
}
#menubar .menu a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 12px;
	border: 1px solid #666;
}
#menubar .menu a:hover {
	color: #000 !important;
	border-color: #6DC0D1 #000 #000 #6DC0D1;
	background-color: #4AB0C6;
}

