﻿body { 
	color: #000000; 
	font-family: Arial, Verdana;
	font-size: .9em;
	background-color: #99cc00; 
	margin-top: 1em; 
	width: 800px; 
	margin-left: auto;
  	margin-right: auto;
  	
}

a {	color:#690; text-decoration: none; font-weight: bold;}

a:hover { color:#60f; text-decoration: none;}



#container { 
  background-image: url('img/header.jpg'); 
  background-repeat: no-repeat;  
  border:3px solid #060; background-repeat: no-repeat;  
  width: 100%; 
  background-color: #fff;
  max-width: 1000px; 
  min-width: 300px; 
  margin: 0 auto; 
  padding: 0em;
  
}

.style1 {
	text-align: left;
}

.style2 {
	font-weight: normal;
}
.style3 {
	font-size: 1.2em;
}

.style4 {
	border: 1px solid #99CC00;
}
.style5 {
	font-family: Arial;
	font-weight: bold;
	color: #006600;
}
.style6 {
	color: #800000;
}


ul#navigation { width: 133px;
margin-top: 12.5em;
margin-left: 0; }

ul#navigation li {
list-style: none;
background-color: #fff;
border-top: solid 1px #360;
text-align: left;
margin: 0;
}

ul#navigation li a {
display: block;
text-decoration: none;
padding: .25em;
border-bottom: 1px solid #360;
border-right: 1px solid #360;
}
a:link, a:visited { color: #9c0; }
a:hover, a:active { color: #060; } 

ul#navigation li#youarehere a { background-color: #9c0; }


#footer { 
  clear: both; 
  text-align: center;
  color:#000;
  font-size: .9em;
  font-weight: normal;
}

#footer nav{ 
  text-align: center;
  color:#000;
  font-size: 1em;
}

#thick-col { 
  width: 80%; 
  float: right; 
  margin-top : 210px;
  margin-right : .5em;
	text-align: left;
}

#thick-col h1{ 
  color:#360;
  font-size:1.4em;
  text-align: right; }

#thick-col h2{ 
  color:#060;
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
  text-decoration:underline;
}

#thick-col h3{ 
  color:#000;
  font-size:.9em;
  text-align: left;
  font-weight: bold;
}

#thick-col h4{
	color: #360;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	border-bottom-color: #000000;
	}
	
#thick-col h5{
	color: #000;
	font-size: .8em;
	font-weight: normal;
	}
	



#thin-col {
  width: 17%; 
  float: left; 
  margin-top: 2.25em;
  font-size: .9em;
}

#thin-col h5 {
  letter-spacing: 1pt;
  color:#669900;
  font-size:0.7em;
  text-align: right;
  
}

#thin-col h4 {
  text-align: center;
  color:#060;
  font-size: 1em;
}

ul {
  margin-left:5em;
  padding-left:1em; }
  
 
#sortable_list{
	list-style: none; 
	margin: 0;
	padding: 0;
	font: .9em Arial, Helvetica, sans-serif;
	margin-left: 5em; }
	
#sortable_list li.header1 div{
	background-color: #9c0;
	font-weight: bold;
	cursor:default; }

#sortable_list li.header2 div{
	background-color: #FF6;
	font-weight: bold;
	cursor:default; }
	
#sortable_list li div{
	display: block;
	float: left;
	padding: 3px 10px; }
  
#sortable_list li div.listitem_title{width: 175px; text-align:right; }
#sortable_list li div.listitem_name{width:150px; }
#sortable_list li div.listitem_phone{width: 160px; text-align:left; }
#sortable_list li div.listitem_phone2{width: 160px; text-align:left; color:#fff;}




