/* 
  -------------------------------------------
  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: #999;
	padding: 0px;
	font-size: 100%;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
#tagline {
	margin: 0 0 64px;
	padding: 2px 0;
	border-bottom: 1px dotted #000;
	min-width: 942px;
}
#tagline h1 {
	font-size: 0.7em;
	letter-spacing: 1em;
	color: #CCC;
	background-color: #000;
	padding: 2px 0px 2px 20px;
	text-transform: uppercase;
}
/*
Layout Width
*/
#outer {
	border: 1px solid #000;
	width: 800px;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 1px;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #000;
	padding: 1px;
}
#p7PMM_1 {
	width: auto;
	margin: 0 0 2px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 9999;
}
#masthead {
	overflow: hidden;
	margin-bottom: 2px;
}
#masthead img {
}
.maincontent {
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*Links*/
.maincontent a {}
.maincontent a:visited {}
.maincontent a:hover {
	color: #F00;
	text-decoration: underline overline;
}

h1, h2 {
	margin: 0px;
	font-size: 18px;
	letter-spacing: 0.2em;
}
h2 {
	margin: 36px 0 0 0;
}
.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #A09B97;
	margin-top: 2px;
	background-image: url(img/p7spep_vrule.gif);
	background-repeat: repeat-y;
	background-position: 504px 0px;
}
.footercolumn1 {
	float: left;
	width: 800px;
	margin-right: 0px;
	background-color: #000;
}
.footer p {
	margin: 3px 0 3px 0;
	background-color: #000;
	font-size: 10px;
}
.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: #FFF;
}
.footercolumn1 a:visited {
	color: #245677;
}
.footercolumn1 a:hover {
	color: #F00;
}
/*
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;
}
.redblock {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #F00;
	text-align: center;
}
.tablehome {
	border: 1px solid #D6D6D6;
}
.tablehome1 {
	border: 1px solid #D6D6D6;
	font-size: 14px;
}
.bullet {
	list-style-image: url(../graphics/bullet.jpg);
	list-style-type: none;
}
.imagebox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: ridge;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px;
}
.tablewhitevert {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}
.redcell {
	background-color:#F00;
	color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	border:thin;
	border:thin solid #CCC;
}
.xshift {
	padding-left: 100px;
}
table {
	font-size: 12px;
}
td {
	border:1px solid #CCC;
}
th {
	font-size: 18px;
	text-align:center;
}
.tablerow {
	font-size:16px;
	background-color:#CCC;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-width: 0;
}
.tablenoborder {
	border-width: 0;
}
