/* 
  -------------------------------------------
  Salt and Pepper by Project Seven Development
  www.projectseven.com
  Layout 04: 2 Column Sidebar Left
  Vertical Menu
  -------------------------------------------
*/

/** Color palette:
	Main Green: 809F5B
	Dark Green: 556A3D
	Light Green: ccd9bd
	
	Red: 953C32
	red-apple: c52332  197-35-50
	red menu dark: 96020d
	red menu-light: c52332 
	
	Yellow for visited links: f1dfaa
	
	white: ffffff
	black: 000000
	
**/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 100%;
}
#tagline {
	margin: 0 0 64px;
	padding: 2px 0;
	border-bottom: 1px dotted #556A3D;
	min-width: 942px;
}
#tagline h1 {
	font-size: 0.7em;
	letter-spacing: 1em;
	color: #CCC;
	background-color: #556A3D;
	padding: 12px 0px 12px 32px;
	text-transform: uppercase;
}
/*
Layout Width
*/
#outer {
	border: 1px solid #000;
	padding: 2px;
	width: 940px;
	margin: 0 auto;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #556A3D;
	padding: 20px;
}
.sidebarbox .p7PMMv15 {
	width: auto;
	margin: 0 0 2px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 9999;
}
#masthead {
	overflow: hidden;
	margin-bottom: 5px;
}
#masthead img {display: block;}


#name {
	overflow: hidden;
	margin-bottom: 0px;
}


#name h1 {
	font-size: .9em;
	letter-spacing: .65em;
	color: #CCC;
	background-color: #556A3D;
	padding: 12px 0px 12px 32px;
	text-transform: uppercase;
	text-align:center;
}


#contentwrapper {
	background-color: #FFF;
	background-image: url(img/p7spep_sbleft.jpg);
	background-repeat: repeat-y;
	background-position: -380px 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
}
/*
Floated Columns
680 + 200 + 20 = 900
*/
.maincolumn {
	float: right;
	width: 680px;
}
.maincolumnSP {
	float: right;
	width: 900px;
}
.sidebarwrapper {
	float: right;
	width: 200px;
	margin: 10px;
}
.maincontent {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
}
h1, h2 {
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.35em;
}
h2 {
	margin: 36px 0 0 0;
}


#hnavbox {
	background-color:#f1dfaa;
	height: 28px;
}



.sidebarbox {
	padding: 2px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}
.sidebar, .sidebar2 {
	color: #D5D1CE;
	background-color: #556A3D;
	padding: 16px;
	font-size: .7em;
	line-height: 1.4em;
	text-align: center;
}
.sidebar2 {
	color: #000;
	background-color: #ccd9bd;
	text-align:center;
}
/*Links*/
.maincontent a {}
.maincontent a:visited {}
.maincontent a:hover {}
.sidebar a {
	color: #809F5B;
}
.sidebar a:visited {
	color: #809F5B;
}
.sidebar a:hover {
	color: #FFF;
}
.sidebar2 a {
	color: #ff0012;
}
.sidebar2 a:visited {
	color: #FFF;
}
.sidebar2 a:hover {
	color: #000;
}
.footercolumn1 a {
	color: #809F5B;
}
.footercolumn1 a:visited {
	color: #809F5B;
}
.footercolumn1 a:hover {
	color: #FFF;
}
.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #A09B97;
	margin-top: 20px;
	background-image: url(img/p7spep_vrule.gif);
	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;
}
/*
EXTRA STYLES for BASIC MENUBAR
*/
#menubar {
	font-size: 0.8em;
	margin-bottom: 2px;
}
#menubar .menu {
	margin: 0px;
	padding: 0px;
}
#menubar .menu li {
	list-style-type: none;
	margin-top: 2px;
}
#menubar .menu li.first {
	margin-top: 0;
}
#menubar .menu a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 6px 12px;
	border: 1px solid #000;
	background-color: #000;
}
#menubar .menu a:hover {
	color: #000 !important;
	border-color: #6DC0D1 #000 #000 #6DC0D1;
	background-color: #809F5B;
}

/***  Footer STYLES  ***/
#footer3 { color: #7b876f; text-align: center; }
#footer3 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#footer3 li { display: inline; padding: 0 .7em; margin: 0; border-right: solid #7b876f 1px; }
html>body #footer3 li { padding-left: .2em; }
#footer3 li.lastItem { border-right: none; }
#footer3 a { color: #f1dfaa; text-decoration: none; letter-spacing: .02em;}
#footer3 a:hover { color: #000; }

/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper{
    width: 680px;
}
/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
        text-align: left;
        float: left;
        /* list-style: none; */
        height: 30px;
        width: 300px;
		margin-left: 0px;
	font-size: 1em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
    }

ul.multiple_columns_writing li{
        text-align: left;
        float: left;
        list-style: none;
        height: 30px;
        width: 300px;
		margin-left: 20px;
	font-size: .8em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align:top;
	
    }

tr {         
    text-align: left;
	font-size: .8em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align:top;
}

td {

	padding: 0 10px 10px 5px;
}

.style5 {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #953C32;
	vertical-align:top;
}

.alignLeft { float:left; margin-right: 1em; }

.alignRight { float:right; margin-left: 1em; }

.italics {font-style:normal; margin-left: 10px; margin-right: 10px; }

p.notfound {color: #953C32;}
p.found {color: #809F5B;}

#herplist{position:absolute;}

#column1 {float: left;  width: 350px; padding: 10px; }
#column2 {float: left; width: 350px; padding: 5px; }


.elearn-name {color: #933; padding: 0 0 0 0; margin: 0 3em 0 0;}
.elearn-desc   {padding: 0 0 0 0; margin: 0 0 0 1em;}
.elearn-client {padding: 0 0 0 0; margin: 0 0 0 1em;}
.elearn-tech   {padding: 0 0 0 0; margin: 0 0 1.5em 1em;}

