* { padding: 0; margin: 0; }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#272519;
}
#wrapper {
 margin: 0 auto;
 width: 1028px;
 background-color:white;
}
#faux {
 background: url(/images/site/tile.gif);
 margin-bottom: 5px;
 overflow: hidden; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 height:155px;
  background-color:white;
  width:1028px;
  margin: 0 auto;
  background: url(/images/site/oakriverbannerbar30.jpg) no-repeat;
}
div#subbanner ul {
  padding:0;
  font-family:Trebuchet Regular;
  font-size:120%;
  background-color:#1d463e;
  padding-left:290px;
  padding-top:4px;
  padding-bottom:4px;
  border-top:1px solid white;
  border-bottom:1px solid white;
}

div#subbanner ul li {
  display:inline;
  list-style:none;
  padding:5px 15px 5px 15px;
  border-left:1px solid white;
}

div#subbanner ul li.border_right {
  border-right:1px solid white;
}

div#subbanner ul li a {
  color:white;
}

div#subbanner ul li a:hover, div#subbanner ul li a:active {
  color:#f1e134;
}

#leftcolumn {
 display: inline;
 color: #333;
 margin: 10px 10px 0 10px;
 padding: 0px;
 width: 260px;
 float: left;
}

#rightcolumn {
 float: right;
 color: #333;
 margin: 10px 10px 0 10px;
 padding: 0px;
 width: 725px;
 display: inline;
 position: relative;
}
a:link, a:visited {
 text-decoration: none;
 color: #666;
}

#footer {
 width: 1028px;
 clear: both;
 color: #333;
 background-color:#1d463e;
 color:white;
 margin-top:-5px;
 text-align:center;
 overflow: hidden;
}
.clear { clear: both; background: none; }
div#footer ul {
  padding:0;
  margin:0 auto;
  font-family:Trebuchet Regular;
  font-size:130%;
  padding:5px 0 5px 0;
  background-color:#1d463e;
  color:white;
  list-style-type: disc;
}

div#footer ul li {
  padding:6px;
  display:inline;
}

h1#home_h {
  font-size:150%;
  text-align:center;
  padding:5px 0 10px 0;
  color:#1c3730;
}

h3.articles {
  margin:15px 10px 15px 10px;
  font-size:120%;
  text-align:left;
  padding:5px 0 5px 0;
  text-align:center;
  background-color:#617d27;
  color: white;
  -moz-border-radius: 15px;
border-radius: 15px;
  

}

ul.article_links li {
  border-bottom:1px solid #5f7c2b;
  list-style:none;
  padding:5px;
}

ul.article_links li a {
  display:block;
  font-weight:bold;
}

ul.article_links li a:hover, ul.article_links li a:active {
  color:black;
  text-decoration:underline;
}

div.centerbutton {
  text-align:center;
}

div.centerbutton input {
  padding:2px 5px 2px 5px;
}

fieldset legend {
  margin-left:15px;
  padding:5px 25px 5px 25px;
  font-weight:bold;
  color:#333;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

fieldset {
  padding-bottom:5px;
  -moz-border-radius: 15px;
	border-radius: 15px;
}

img.floatleft {
  float:left;
  position:relative;
  padding:2px;
  border:1px solid #333;
  margin:5px 5px 2px 10px;
}

div#map {
 float:left;
 position:relative;
 padding:2px;
 margin:5px 5px 2px 10px;
}

img.floatright {
  float:right;
  position:relative;
  padding:2px;
  border:1px solid #333;
  margin:5px 2px 2px 5px;
}

div.emp h1, div.emp h2, div.emp p {
  padding-left:5px;
}

ul.content_ul {
  margin-left:20px;
}

h1.content_h1 {
  font-size:150%;
  padding:5px 0 5px 10px;
  color:#1c3730;
}

p.content_p{
  padding:2px 0 5px 10px;
}

div.center_img {
  text-align:center;
  margin:0;
  padding:5px 0 5px 0;
}

tr.odd {
  background-color:#eee;
}

p.paginate {
  text-align:right;
  font-size:120%;
  margin-top:5px;
  margin-bottom:5px;
}
p.paginate a, p.paginate strong {
  padding:5px 2px 5px 2px;
}
p.paginate a {
  color:blue;
  text-decoration:underline;
}

tr.table_header {
  background-color:#617d27;
  color:white;
}

fieldset.search legend, fieldset.table legend {
 background-color:#617d27;
 color:white;
}

fieldset.search {
  text-align:center;
}

fieldset.table{
  text-align:left;
}

span.error_msg {
  color:red;

}
#rightcolumn a:link, #rightcolumn a:hover, #rightcolumn a:visited, #rightcolumn a:active {
  color:blue;
  text-decoration: underline
}
