html, body {
   margin : 0;
   padding : 0;
}

body {
	font : 12px "Georgia", Georgia, sans-serif;
	color : #000000;
	background: url(images/2x2.jpg) repeat;
	padding : 10px;
	width : 100%;
 }

#navlink {
   font-size:8px;
   text-align:left;
   margin : 10 0px 0px 15px;
 }
 
#wrapper {
   margin : auto; 
   width : 800px;
   background : #ffffff;
   border-left: 1px solid #7d6340;
   border-right: 1px solid #7d6340;
   border-top: 1px solid #7d6340;
}

#wrapper2 {  
}

#content {
	/*background-color: #f4ecd9;*/
	padding: 10px;
	voice-family:inherit;
	margin-left:180px;
}

#content p {
   width:560px;
   margin : 0 20px 0px 0px;
   text-align : justify;
   line-height:18px;
}

#content2 {
	/*background-color: #f4ecd9;*/
	padding: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:180px;
}

#content2 p {
   width:385px;
   margin : 0 0px 0px 0px;
   text-align : justify;
   line-height:18px;
}

#newsbar {
float:right;
width:150px;
padding : 60px 30px 10px 0px;
}

#newsbar p {
   margin : 1.2em 0.5em .5em 0em;
   font-size : 11px;
   padding:5px;
}

#picture {
   background: #fff;
}

#picture2 {
width:400px;
}

#container {
  width: 100%;
 /* float: right;*/
  background: #fff;
  border-left: 1px solid #7d6340;
  border-right: 1px solid #7d6340;
  border-bottom: 1px solid #7d6340;


}

#leftcol {
   float : left;
   width : 110px;
   margin: 20px 0px 0 20px ;
   padding : 10px 15px 10px 10px;
   background :#fff;
}

#leftcol p {
   margin : 1.2em 0.5em .5em 0em;
   font-size : 11px;
}

.clearing {
  height: 0;
  clear: both;
}


html>body #content {
	width: 800px;
}

a {
	text-decoration: bold;
}

a:link {
	color: #0CC;
}

a:visited {
	color: #600;
}

a:active {
	color: #0CC;
}

a:hover {
	text-decoration: underline;
}

h1 {
   text-align : left;
   color : #444444;
   letter-spacing: 1px;
   margin : 25px 20px 0px 0px;
}

h2 {
   text-align : left;
   font-size : 12px;
   color : #663300;
   width:560px;
   letter-spacing: 1px;
   margin : 25px 0px 0px 0px;
   padding: 0 0 10px 0;  
}

h3 {
   color: #080;
   }
   
h4 {
	padding: 2px 2px 2px 3px;
	color:#5a4323;
}

h5 {
    font-size:20px;
   text-align : left;
   color : #444444;
   letter-spacing: 1px;
   margin : 25px 0px 0px 0px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a { /*for drop down menu*/
	display: block;
	font-weight: normal;
	color: #060;
	padding: .2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
}

li { /*nav description*/
	float: left;
	padding: 2px  0px 0px 0px;
	position: relative;
	/*height: 30px;*/
	/*width: 97px;*/
	text-align: center;
	cursor: default;	/*background-color: #AADAD6;*/
}

li.selected a{ /*selected main tab style */
	background-color: #FFFFFF;
	border-bottom-color: #000000;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul { /*drop down menu display*/
	display: none;
	list-style:none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #feffd5;
	background-repeat:repeat;
	padding: 2px 0px 5px 0px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

{	clear: left;
	background: url(images/remora.gif) center left no-repeat;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;}

#searchform {
	background: #fff;
	padding: 2px;
	width: auto;
}

#searchbut {
	background: #fff;
	font-size: 90%;
	width: auto;
   margin-left : 2px;
}

#searchinput {
	background: #deffff;
	font-size: 90%;
   margin-left : 2px;
   width : 53px;
}

#footer {
   border-bottom : 1px solid #7d6340;
   border-top : 1px solid #7d6340;
   border-left : 1px solid #7d6340;
   border-right : 1px solid #7d6340;
   padding : 10px 25px 10px 25px;
   font-size:10px;
   background:#ffffff;
   text-align:center;
   clear:both;

/* John addition for search.php */
#sphider{
width:200px;
}


