﻿.foo{} /* Not starting with a comment to keep the validators happy */

/* Main wrapper */ 
html 
{
    background: url(../images/html_bg.png) repeat-y top center;  
}
body {
	font: 14px Calibri, Arial, "Courier New";
	color: #fff;
	margin: 0;
}

#wrapper {
  margin: 0 auto;
  width: 970px;
}

/* Universal Classes */

.clear, #clear { clear: both; }

.center, #center { text-align: center; }



/* Header */

#header {
  height: 196px;
  background: url(../images/header_bg.png) no-repeat top left;
}

#logo {
	margin: 20px 0 0 20px;
	background: url(../images/header_logo.png) no-repeat left top;
	float: left;
}

#logo a {
	display: block;
	width: 258px;
	height: 82px;
}

#logo a span{
	display: none;
}

#search {
  float: right;
}

#topnav
{
	float: right;
	margin-top: 80px;
}
#topnav ul
{
	list-style: none;
}

#topnav ul li
{
	display: inline;
}

#topnav a:link, #topnav a:visited
{
	margin-right: 35px;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

#topnav a:hover, #topnav a:active
{
	color: #0093D0;
}

#rightcol {
  width: 146px;
  float: right;
  margin-right: 28px;
  margin-top: -20px;
}

#rightcol ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightcol ul li
{
}

#rightcol a:link, #rightcol a:visited
{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
}

#rightcol a:hover, #rightcol a:active
{
	background-color: #0093D0;
}

/* Content Area */

#content_wrapper {
  width: 970px;
  background: url(../images/body_bg.png) no-repeat top left;
  min-height: 503px;
}

#content {
  padding: 0 30px 10px 30px;
  width: 735px;
  float: left;
}

/* Footer */

a img 
{
    border: none;
}

#footer 
{
    margin-top: 30px;
}

#footernav ul {
  list-style: none;
}

#footernav ul li {
  display: inline;
}

#footernav a:link,
#footernav a:visited {
  padding: 0 10px;
  display: inline-block;
}

#footernav a:hover,
#footernav a:active {
  
}

#legal {
  float: left;
}

#valid {
  float: right;
}

#credits {
  float: right;
  
}

#credits a:link,
#credits a:visited {
  background: url(../images/mantisdots.jpg) no-repeat left;
  padding-left: 20px;
  text-decoration: none;
}

#credits a:hover,
#credits a:active {
  
}

a.header_tab_links:link, a.header_tab_links:visited, a.header_tab_links:active {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a.header_tab_links:hover {
	color: #FFF;
}

/* Form Elements */

input {
  padding: 3px;
  border: 1px solid #CCC;
}

.button {
  padding: 3px;
  border: 1px solid #CCC;
}

/* 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_heading {
  float: left;
   color:  #fff;
   cursor: hand;
}

.news_date {
  float: right;
  font-size: 10px;
}

.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;
}
#defaultcontent 
{
    padding: 0 60px;
}
#defaultcontent p
{
    font-size: 16px;
}
h1 
{
    font-size: 22px;
    color:  #fff;
    margin: 0 0 5px 0;
}
#line 
{
    margin: 50px 0;
}

#defaultimages img 
{
    margin-right: -3px;
}