﻿.foo{} /* Not starting with a comment to keep the validators happy */

/* Main wrapper */ 

html 
{
    min-width: 950px;
}

body 
{
	padding: 0;
	margin: 0;
	font-family: "trebuchet MS", "century Gothic", Arial;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

/* Universal Classes */

.clear, #clear { clear: both; }
.right, #right {float: right; }
.left, #left { float: left; }
.center, #center { text-align: center; }

/* Header */

#header {
  height: 230px;
  background: url(../images/header_bg.jpg) repeat-x top right;
}

#logo {
  background: url(../images/logo.jpg) no-repeat top left;
  width: 593px;
  height: 230px;
  float: left;
}

#logo a { /* linked to homepage */
  display: block;
  width: 553px;
  height: 229px;
}

#logo a span { /* linked text behind logo for SEO */
  display: none;
}

#header_right 
{
	 background: url(../images/header_right.jpg) no-repeat top right;
	 float: right;
	 height: 220px;
	 width: 350px;
	 text-align: right;
	 padding-top: 10px;
}
#header_right .button 
{
	margin-right: 10px;
}
#header_right ul {
  list-style: none;
}

#header_right ul li {
  text-align: right;
  padding: 2px 10px;
}

#header_right a:link,
#header_right a:visited 
{
	
font-size: 22px;
  
  display: inline-block;
  color: #45A12B;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  line-height: 30px;
  text-align: right;
  
 padding: 0 10px;
}

#header_right a:hover,
#header_right a:active 
{
	color: #fff;
  
}

#topnav
{
	 background: url(../images/nav_bg.jpg) repeat-x top left;
	 height: 30px;
	 margin-top: 0px !important;
	 margin-top: -11px;
}

#topnav ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
}

#topnav ul li {
  display: inline;
}

#topnav a:link,
#topnav a:visited 
{
	
	font-size: 16px;
  padding: 4px 20px;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
}

#topnav a:hover,
#topnav a:active {
  background: url(../images/nav_bg_over.jpg) repeat-x top left;
}

/* Left Column */



/* Content Area */

#content_wrapper {
  background: url(../images/body_bg.jpg) no-repeat top left;
  width: 800px;
  min-height: 350px;
  margin: 20px auto 0 auto;
}

#content {
  padding: 20px;
}

/* Footer */

#footer 
{
	width: 800px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) no-repeat bottom left;
	height: 35px;
}

#useful 
{
	font-size: 12px;
  color: #45A12B;
  margin: 10px 0;
  padding-top: 5px;
}

#useful ul {
  list-style: none;
  margin: 10px 180px;
  padding: 0;
  display: inline;
  
}

#useful ul li {
  display: inline;
  padding: 0;
  margin-top: 0 !important;
  margin-top: -10px;
}

#useful a:link,
#useful a:visited {
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  color: #45A12B;
  text-decoration: none;
  font-weight: bold;

}

#useful a:hover,
#useful a:active {
  
}

#footernav 
{
	float:left;
}

#footernav ul {
  list-style: none;
  margin: 0 60px;
  padding: 0;
  
  
}

#footernav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#footernav a:link,
#footernav a:visited {
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  text-decoration: none;
}

#footernav a:hover,
#footernav a:active {
  
}

#legal {
  float: left;
  font-size: 12px;
  color: #999999;
}

#credits {
  float: right;
  font-size: 12px;
  color: #999999;
}

#credits a:link,
#credits a:visited {
  text-decoration: none;
  font-size: 12px;
  color: #999999;
}

#credits a:hover,
#credits a:active {
  
}

/* Form Elements */

input {
  padding: 3px;
  background: url(../images/form.png) repeat top left;
  border: 1px solid #45A12B;
  color: #45A12B;
}

.button {
  padding: 3px;
  border: none;
  color: #FFFFFF;
  background: url(../images/button_bg.jpg) repeat-x top left;
}

/* Image Gallery */

.gallery_img {
  text-align: center;
  min-height: 150px;
  min-width: 160px;
  padding: 5px;
  border-top: 1px solid #F5F5F5;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-decoration: none;
  vertical-align: middle;
}

.gallery_img a {
  display: block;
  height: 150px;
  text-decoration: none;
}

.gallery_img a.img {
  vertical-align: middle;
}

.gallery_txt a.text {
  display: block;
  font-size: 10px;
  text-decoration: none;
}

img.wrapper {
  border: none;
}

/* FAQs Page */

.faq_heading {
  
}

.faq_content {
  
}

/* Links Page */

.link_list,
.link_list_alt {
  width: 97%;
  padding: 10px;
  display: block;
  border: 1px solid #DDD;
  border-bottom: none;
}

.link_list:hover,
.link_list_alt:hover {
  cursor: pointer;
  background: #CCC;
}

.link_list_alt {
  background: #EEE;
}

.link_list_end {
  border-bottom: 1px solid #DDD;
}

.title {
  float: left;
}

.url {
  float: right;
}

/* News Page */



.news_hr {
  border-bottom: 1px dotted #DDD;
  margin: 20px 0;
}

/* Content Pages */

.subcat_heading {
  
}

.subcatnav a:link,
.subcatnav a:visited {
  text-decoration: none;
  margin-right: 20px;
  padding-left: 10px;
  background: url(../images/subcatnav.gif) no-repeat left;
  display: block;
}

/* Temporary Stuff */

#logininfo {
  width: 300px;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #CCC;
  background: #F5F5F5;
}
h1 
{
	font-size: 24px;
	border-bottom: 1px solid #45A12B;
	color: #45A12B;
	margin: 5px;
}
h1 a
{
	font-size: 24px;
	border-bottom: 1px solid #45A12B;
	color: #45A12B;
	margin: 5px;
}
h2
{
	font-size: 18px;
	color: #666666;
	display: inline;
	float: left;
	margin: 5px;
}
h3
{
	font-size: 14px;
	color: #666666;
	display: inline;
	float: left;
	margin: 0px;
}
h4 
{
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	display: inline;
	float: right;
	margin: 0px;
}
h6 
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	display: inline;
	float: right;
	margin: 0px;
}

h3 a
{
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	
	
	
}
div.newsitem img 
{
	padding: 10px;
}
div.newsitem 
{
	border-bottom: 1px solid #45A12B;
	font-size: 14px;
	color: #666666;
}
#news { float: left;  width: 530px; }
#ad { float: right; padding-top: 35px; }

#leftcol { display: none; }

a.red:hover 
{
	background: url(../images/nav_red.png) repeat-x left;
}
a.blue:hover 
{
	background: url(../images/nav_blue.png) repeat-x left;
}
a.orange:hover 
{
	background: url(../images/nav_orange.png) repeat-x left;
}
a.purple:hover 
{
	background: url(../images/nav_purple.png) repeat-x left;
}
a.brown:hover 
{
	background: url(../images/nav_brown.png) repeat-x left;
}

.inputBox {
	font-size: 11px;
	font-family: Tahoma, Arial, Times New Roman;
	background: #FFFFFF;
	height: 15px;
	border: 1px solid #C7C78D;
}