﻿.foo
{
}
/* Not starting with a comment to keep the validators happy */
body
{
	background: url(../images/body_bg.jpg) repeat-x top left;
	font-family: "trebuchet MS" , Verdana, Arial;
}
/* Main wrapper */

#wrapper
{
	margin: 0 auto;
	width: 912px;
}

/* Universal Classes */

.clear, #clear
{
	clear: both;
}

.center, #center
{
	text-align: center;
}

a:link, a:visited {
    color: #008080;
}
a:hover, a:active {
    color: #466678;
    cursor: pointer;
}

/* Header */

#header
{
	height: 140px;
}

#logo
{
	background: url(../images/logo.png) no-repeat top left !important;
	background: url(../images/logo.jpg) no-repeat top left;
	width: 363px;
	height: 140px;
	float: left;
}

#logo a
{
	/* linked to homepage */
	display: block;
	width: 363px;
	height: 140px;
}

#logo a span
{
	/* linked text behind logo for SEO */
	display: none;
}

#search
{
	float: right;
}
#topnav
{
	float: right;
	margin-top: -40px !important;
	margin-top: -10px;
	margin-bottom: -15px;
	padding-right: 10px;
}
#topnav ul
{
	list-style: none;
}

#topnav ul li
{
	display: inline;
}

#topnav a:link, #topnav a:visited
{
	padding: 8px 10px;
	color: #466678;
	font-size: 18px;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active
{
	background: #FFF url(../images/nav_bg_hover.jpg) repeat-x bottom left;
}

/* Left Column */

#leftcol
{
	width: 165px;
	height: 585px;
	float: left;
	background: url(../images/leftcol_bg.jpg) repeat-x top left;
	padding: 10px;
}

/*#leftcol ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftcol ul li
{
	display: inline;
	margin: 10px 5px;
}

#leftcol a:link, #leftcol a:visited
{
	color: #466678;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px solid #F3E6B0;
	display: block;
}

#leftcol a:hover, #leftcol a:active
{
}*/

/* Content Area */

#content_wrapper
{
	width: 912px;
	min-height: 600px;
	background: url(../images/content_bg.png) no-repeat top left !important;
	background: url(../images/content_bg.gif) no-repeat top left;
	padding: 10px 6px;
}

#content
{
	padding: 20px;
	width: 683px;
	float: right;
}
h1
{
	font-size: 22px;
	color: #466678;
	margin: 0 0 10px 0;
}

h1 a:link
{
	color: #466678;
}

h3
{
	font-size: 18px;
	color: #466678;
}
/* Footer */

#footer
{
}

#footernav ul
{
	list-style: none;
	padding: 0;
	margin: 0 65px;
	float: left;
	margin-top: -4px;
}

#footernav ul li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#footernav a:link, #footernav a:visited
{
	padding: 0 10px;
	font-size: 12px;
	color: #466678;
	text-decoration: none;
}

#footernav a:hover, #footernav a:active
{
	background: #D8DEE5;
}

#legal
{
	float: left;
	font-size: 12px;
	color: #466678;
}

#valid
{
	float: right;
}

#credits
{
	float: right;
	font-size: 12px;
	color: #466678;
}

#credits a:link, #credits a:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #466678;
}

#credits a:hover, #credits a:active
{
	background: #D8DEE5;
}

/* Form Elements */

input
{
	padding: 3px;
	border: 1px solid #B5C2CC;
	background-color: #FFF;
	color: #466678;
}

.button
{
	padding: 3px;
	border: none;
	color: #ffffff;
	background: #647F8F 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;
	color: #718A97;
	font-size: 14px;
	text-decoration: 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, .title a
{
	float: left;
	color: #718A97;
	font-size: 14px;
	text-decoration: none;
}

.url
{
	float: right;
}
.url a
{
	color: #718A97;
	font-size: 14px;
	text-decoration: none;
}

/* News Page */

.news_heading
{
	float: left;
	color: #718A97;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.news_date
{
	float: right;
	font-size: 14px;
	color: #718A97;
	padding-top: 10px;
}

.news_hr
{
	border-bottom: 1px dotted #DDD;
	margin: 20px 0;
}
.link_list
{
}

/* 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;
	color: #466678;
}

/* Temporary Stuff */

#logininfo
{
	width: 300px;
	padding: 20px;
	margin: 0 auto;
	border: 1px solid #CCC;
	background: #F5F5F5;
}

#contentleft
{
	float: left;
	width: 470px;
}
#contentright
{
	float: right;
	width: 200px;
}
#content strong a 
{
	color: #466678;
}
