/* Simple Scheme 
Color Scheme
Dark Green: 104E4F
Orange: EEA439
dark Grey: 606164

*/
body, div, td, h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}

/* ========================= Layout ========================= */
body {
	font:80% Verdana, Geneva, Arial, Helvetica, sans-serif;}
#pageContainer{
	position:relative;
	background: url(../img/theme/leftcol.gif) repeat-y  left top;
	height:1%;
	border-bottom:2px solid #000;}
#lcol {
/* 	border-top:2px solid #898B8E; */
	float:left;
	width:170px;
	padding-top:1em;}
#content {
	margin-left:175px;
	padding-left:20px;
/* 	border-top:2px solid #898B8E; */}
#content h1 {
	background: url(../img/theme/logo.gif) no-repeat scroll left top;
	width:395px;
	height:100px;
	margin-bottom:.5em;
	margin-left:-3px;}
#footer {
	margin-top:-100px;}
#topBar {
	background-color:#104E4F;
	height:62px;
	border-bottom:2px solid #898B8E;}
#topBar span, #content h1 span, #content h2 span{visibility:hidden;}
.address {
	font-size:90%;
	color:#fff;
	padding-left:5px;}
/* ========================= List Styles ========================= */
li {padding:.5em;}
ol { font-weight : bold ; }
ol span { font-weight : normal ; }

/* ========================= misc ========================= */
.quote{margin-left:2em;}
.credit {margin-left:1em;}
.copyright {font-size:80%;margin-top:5px;}
h3 {
	background: url(../img/theme/bullets.gif) no-repeat left center;
	padding-left:22px;
	height:25px;
	}
h2 {font-size:120%}
h4{ font-size:150%;}
.negmargin {
	margin-top:-10px;}
	
/* Buttons */
.button, .button2 {text-align:center;}
.button a, .button2 {
	border-top:1px solid #cecece;
	border-left:1px solid #cecece;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#104E4F;
	color:#EEA439;
	padding:3px;
	margin-right:1em;
	margin-bottom:2em;
	text-decoration:none;
	font-weight:bold;}
.button a:hover,.button2 a:hover  {
	text-decoration:underline;}
.button2 {
	background-color:#478584;
	color:#fff;
	padding:5px;
	float:right;
	width:100px;
	/*clear:both;*/}
.button2 a{ color:#fff; text-decoration:none;}
/* ========================= dictionary type headers ========================= */
.hompagedefs, .sccanbe, .image {	
	display:block;
	padding:0;}

.hompagedefs{
	background:url(../img/buttons/hompagedefs.gif) no-repeat top left;
	width:289px;
	height:136px;}
#myths .image {
	background: url(../img/buttons/fivemyths.gif) no-repeat top left;
	width:261px;
	height:57px;
	margin-left:-5px;}	
#surveys .image {
	background: url(../img/buttons/surveys.gif) no-repeat top left;
	width:261px;
	height:57px;
	margin-left:-5px;}
#clients .image {
	background: url(../img/buttons/clients.gif) no-repeat top left;
	width:261px;
	height:57px;
	margin-left:-5px;}
#contact .image {
	background: url(../img/buttons/contactwinnieskeates.gif) no-repeat top left;
	width:261px;
	height:57px;
	margin-left:-5px;}
#about .image {
	background: url(../img/buttons/aboutwinnieskeates.gif) no-repeat top left;
	width:261px;
	height:57px;
	margin-left:-5px;}

#services .image {
	background: url(../img/buttons/services.gif) no-repeat top left;
	width:367px;
	height:57px;
	margin-left:-5px;}
	
/* ========================= Vertical Navigation ========================= */
.vnav {
	margin:0 auto; 
	width:80%;
	font-size:100%;}
.vnav ul, .vnav ul li{
	margin: 0;
	margin-bottom: .5em;
	padding: 0;
	list-style-type: none;
	display: block;}
.vnav ul li{
	text-align:left;}
.vnav ul li a{
	display: block;
	color:#fff;
	text-decoration: none;
	padding: .35em 0 .35em 22px;
	font-weight:bold;
	background: url(../img/theme/bullets.gif) no-repeat left center;
}
/* colors for vnav */
.vnav ul li a * {
	position: relative;}
.vnav ul li a span {color:#fff;}
.vnav ul li a:hover{
	color: #FAAC56;}
/* Hide from IE-mac \*/
* html .vnav ul li a {height: 1%;}/* hide from IE 5.0 */
/* End hide */

/* ========================= You are here ========================= */
#home .home a,
#services .services a,
#myths .myths a,
#surveys .surveys a,
#nhsg .nhsg a,
#about .about a,
#clients .clients a,
#contact .contact a {color: #FAAC56;}