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

body {
   font : 12px "Georgia", Georgia, sans-serif;
   color : #333333;
   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;
   border: 6px double #7d6340;
   background : #ffffff
}

#wrapper2 {  
}

#content {
	/*background-color: #f4ecd9;*/
	padding: 10px;
	voice-family: "\"}\""; 
	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;
   background-image:url(images/left_corner.jpg);
   background-position:top right;
   background-repeat:no-repeat;
}

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

table {
 	margin: 1em; border-collapse: collapse;
  }
  
td, th {
	 padding: .3em; border: 1px #ccc solid;
}
	  
thead {
 	background: #fc9; 
 }
 
tbody {
	 background: #FFFFCC;
 }
 
#highlight tr.hilight { 
	background: #99CC66;
 }

#picture {
   background-image:url(images/left_corner.jpg);
   background-position:top right;
   background-repeat:no-repeat;
}

#picture2 {
width:400px;
}

#container {
  width: 100%;
  float: right;
  margin-left: -200px;
  background: #fff;
}

#leftcol {
   float : left;
   width : 110px;
   margin: 20px 0px 0 20px ;
   border-right : 2px dotted #777777;
   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: 780px;
}

a {
	text-decoration: none;
}

a:link {
	color: #006600;
}

a:visited {
	color: #009900;
}

a:active {
	color: #660066;
}

a:hover {
	color: #660066;
	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;
	border:1px dotted #cccccc;
	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: white;
}

#nav a {
	text-decoration: none;
}

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

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 2px solid #1E410C;
	border-width: 0 5px;
}

li { /*nav description*/
	float: left;
	padding: 5px 0px 0px 0px;
	position: relative;
	width: 100px;
	text-align: center;
	cursor: default;
	background-color: #B67D25;
	border-top-style: double;
	border-width: 3px;
}

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: #B67D25;
	background-repeat:repeat;
	padding: 5px 0px 5px 0px;
	border-right: solid 0px #7d6340;
	border-left: solid 0px #7d6340;
	border-bottom: solid 0px #7d6340;
}

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

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

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;
	border: 1px solid #7d6340;
}

#searchform {
	background: #fff;
	padding: 2px;
	width: auto;
	border: 1px solid #999;
}

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

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

#footer {
   border-bottom : 1px dotted #888888;
   border-top : 1px dotted #888888;
   padding : 10px 25px 10px 25px;
   font-size:10px;
   background:#CCCC33;
   text-align:center;
   clear:both;

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

