/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Trebuchet", "Arial", sans-serif;
	color: #000000;
}

h1,h6 {
	font-size: 150%;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-weight: normal;
	color: #888888;
}

h2 {
	font-size: 150%;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-weight: normal;
	color: #849f80;
}

h3 {
  font-size: 100%;
  font-family: "Trebuchet", "Arial", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #146734;
}

h4 {
  font-size: 100%;
  font-family: "Trebuchet", "Arial", sans-serif;
  font-weight: normal;
  color: #146734;

}

h5 {
  font-size: 100%;
  font-family: "Trebuchet", "Arial", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  margin-top: 15px;
}

div, span, img, form, h1, h2, h4, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background: #727B84 url("/images/background.gif") repeat-x;
}

#container {
  width: 800px;
  margin: 10px auto 20px auto;
  background-color: #ffffff;
}

#banner {
  background-image: url("/images/banner.gif");
  height: 120px;
  border-bottom: 1px solid #ffffff;
}

#banner p.white {
  color: #ffffff;
  font-size: 90%;
  float: right;
  margin: 74px 20px 0 0;
}

#banner p.white a:link,
#banner p.white a:visited {
  color: #ffffff;
}

#banner p.white a:hover {
  color: #000000;
}

#top_nav {
  background-color: #000000;
  margin-top: -13px;
  height: 21px;
}

#top_nav ul {
  margin-left: -10px;
  padding-top: 3px;
}

#top_nav ul li {
  display: inline;
  color: #ffffff;
  padding-right: 9px;
}

#top_nav ul li a:link,
#top_nav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}

#top_nav ul li a:hover {
  text-decoration: underline;
}

#main_content {
  padding: 30px;
}

#specials {
  background-color: #222222;
  padding: 10px;
  margin-bottom: 30px;
}

#specials h2 {
  text-align: center;
}

#specials p {
  color: #ffffff;
}

a:link.special_link,
a:visited.special_link {
  color: #849f80;
}

a:hover.special_link {
  color: #ffffff;
}

#right {
  background: #888888 url("/images/grey_grad.gif") repeat-x bottom;
}

#right img {
  margin-bottom: -3px;
}

#right img.logos {
  margin: 13px;
}

a:link.para_link,
a:visited.para_link {
  color: #146734;
}

a:hover.para_link {
  color: #888888;
}

#footer {
  background: url("/images/footer.gif") repeat-x;
  height: 50px;
  clear: both;
}

#footer p {
  color: #ffffff;
  font-size: 85%;
  margin: 0 20px 0 30px;
  padding-top: 10px;
}

#footer p.left {
  float: left;
}

#footer p.right {
  float: right;
}

#footer p a:link,
#footer p a:visited {
  text-decoration: underline;
  color: #ffffff;
}

#footer p a:hover {
  color: #000000;
}

span.center {
  text-align: center;
}

hr.menu {
  width: 20%;
}

table#image_gallery tr td img {
  padding-bottom: 17px;
}

table#image_gallery tr td.middle_col img {
  padding-left: 17px;
  padding-right: 17px;
}

input[type=text], select{
  border: 1px solid #cccccc;

  text-shadow: #cccccc 2px 2px 2px;
}

textarea{
  width: 100%;
}

.odd{
}

.even{
  background-color: #dddddd;
}

#list{
  background-color: #dddddd;
}

.green {
  color: #146734;
}