﻿.foo
{
}
/* Not starting with a comment to keep the validators happy */
body
{
	background: #F6F5F5 url(../images/body_bg.jpg) repeat-x top left;
	font-family: "trebuchet MS" , Verdana, Arial;
	margin: 0;
}
/* Main wrapper */

#wrapper
{
	margin: 0 auto;
	width: 900px;
}

/* Universal Classes */

.clear, #clear
{
	clear: both;
}

.center, #center
{
	text-align: center;
}



/* Header */

#header
{
	height: 100px;
	padding: 10px;
	background: url(../images/header_bg.jpg) repeat-x top left;
	margin-top: 70px;
	margin-bottom: -41px;
}

#logo
{
	background: url(../images/logo.png) no-repeat top left !important;
	background: url(../images/logo.gif) no-repeat top left;
	width: 115px;
	height: 118px;
	float: left;
	z-index: 100;
}

#logo a
{
	/* linked to homepage */
	display: block;
	width: 115px;
	height: 118px;
}

#logo a span
{
	/* linked text behind logo for SEO */
	display: none;
}

#login
{
	float: right;
}
#login a:link, #login a:visited
{
	font-size: 14px;
	padding: 3px 5px;
	color: #D6A8AA;
	text-decoration: none;
	font-weight: bold;
}

#login a:hover, #login a:active
{
	color: #B72F30;
	background-color: #D6A8AA;
}

#topnav
{
	float: right;
	margin-top: 56px;
}

#topnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav ul li
{
	display: inline;
}

#topnav a:link, #topnav a:visited
{
	font-size: 14px;
	padding: 5px 10px;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:hover, #topnav a:active
{
	color: #B72F30;
	background-color: #FFFFFF;
}

/* Left Column */

#leftcol
{
	width: 200px;
	float: left;
	background: #F1F1F1;
}

/* Content Area */

#content_wrapper
{
	width: 900px;
	background: #FFFFFF url(../images/content_bottom.jpg) no-repeat bottom left;
	padding-bottom: 29px;
	margin-bottom: 50px;
}

#content
{
	padding: 0 20px 20px 20px;
	color: #333333;
	font-size: 14px;
}

#content a:link, #content a:visited
{
	color: #B72F30;
	text-decoration: none;
	padding: 0 5px;
}

#content a:hover, #content a:active
{
	color: #FFFFFF;
	background-color: #B72F30;
}

.contentbox
{
	min-height: 77px;
	background: url(../images/contentbox_bg.jpg) repeat-x top left;
	padding: 0 10px;
	float: left;
	width: 250px;
	font-size: 12px;
	margin: 8px;
}
.contentbox h1
{
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#news a
{
	
	font-size: 14px;
	display: block;
	font-weight: bold;
}
#news a:hover
{

}
/* Footer */
#footerwrapper 
{
	height: 52px;
	width: 100%;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) repeat-x top left;
	position: fixed;
	bottom: 0;
}
#footer 
{
	width: 900px;
	margin: 0 auto;
}

#footernav 
{
	float: left;
	width: 560px;
	margin: 0 auto;
}
#footernav ul
{
	list-style: none;
	margin: 0 35px;
	line-height: 11px;
}

#footernav ul li
{
	display: inline;
}

#footernav a:link, #footernav a:visited
{
	padding: 0 10px;
	display: inline-block;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

#footernav a:hover, #footernav a:active
{text-decoration: underline;
}

#footerlinks
{
	width: 100%;	
	margin: 0 200px;
}
#footerlinks ul
{
	list-style: none;
	margin: 0 auto;
	line-height: 11px;
}

#footerlinks ul li
{
	display: inline;
}

#footerlinks a:link, #footerlinks a:visited
{
	padding: 0 10px;
	display: inline-block;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

#footerlinks a:hover, #footerlinks a:active
{text-decoration: underline;
}

#legal
{
	float: left;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

#valid
{
	float: right;
}

#credits
{
	float: right;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	
}

#credits a:link, #credits a:visited
{
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

#credits a:hover, #credits a:active
{
	text-decoration: underline;
}

#flash
{
	
	height: 190px;
	width: 280px;
	padding: 2px;
	float: left;
	margin-right: 20px;
}
#flash embed
{   position: relative;
	z-index: 10;
}

h1
{
	color: #222073;
	font-size: 22px;
	font-weight: normal;
	padding-top: 10px;
}

/* Form Elements */

input
{
	padding: 3px;
	border: 1px solid #CCC;
}

.button
{	background: #161540 url(../images/button_bg.png) repeat-x top left;
	color: #FFFFFF;
	padding: 3px;
	border: none;
	
}

/* 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;
	margin: 0;
}

.news_date
{
	float: right;
	font-size: 10px;
}

.news_hr
{
	border-bottom: 1px dotted #DDD;
	margin: 5px 0;
}

/* Content Pages */

.subcat_heading
{
}

.subcatnav a:link, .subcatnav a:visited
{
	text-decoration: none;
	margin-right: 20px;
	padding-left: 10px;
	display: block;
}

/* Temporary Stuff */

#logininfo
{
	width: 300px;
	padding: 20px;
	margin: 0 auto;
	border: 1px solid #CCC;
	background: #F5F5F5;
}
#hide 
{
	display: none;
}

