﻿.foo
{
}
/* Not starting with a comment to keep the validators happy */

/* Main wrapper */
html 
{
	height: 100%;
	background: #92A66B url(../images/body_bg.jpg) no-repeat bottom right;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Century Gothic;

}

#wrapper
{
	margin: 0;
	width: 100%;
}

/* Universal Classes */

.clear, #clear
{
	clear: both;
}

.center, #center
{
	text-align: center;
}
.left 
{
	float: left;
}
.right 
{
	float: right;
}

.w380 
{
	width: 370px;
}



/* Header */

#header
{
	background: url(../images/nav_bg.jpg) top left repeat-x;
	height: 113px;
	padding: 5px;
	display: block;
}
#header h1
{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
#logo
{
	background: url(../images/logo.jpg) no-repeat top left;
	width: 96px;
	height: 96px;
	float: left;
}

#logo a
{
	/* linked to homepage */
	display: block;
	width: 200px;
	height: 29px;
}

#logo a span
{
	/* linked text behind logo for SEO */
	display: none;
}

#search
{
	display: none;
}
#topnav
{
	float: right;
	margin-top: -30px !important;
	margin-top/**/: -19px;
}
#topnav ul
{
	list-style: none;
}

#topnav ul li
{
	display: inline;
}

#topnav a:link, #topnav a:visited
{
	padding: 5px 11px;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 2px;
}

#topnav a:hover, #topnav a:active
{
	background: #92A66B url(../images/nav_over.jpg) repeat-x top left;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 4px 10px 5px 10px;
}

/* Left Column */

#leftcol
{
	width: 200px;
	float: left;
	background: #F1F1F1;
	display: none;
}

/* Content Area */

#content_wrapper
{
	width: 817px;
	margin: 20px;
}

#pe_main
{
	
	background: url(../images/pe_main.png) repeat-y top left;
	width: 817px;
	margin: 0;
	padding: 0 0 0 5px;

}

#content
{
	padding: 15px;
	background: url(../images/content_bg.jpg) no-repeat top left;
	width: 770px;
	margin: 0;
	font-size: 12px;
	color: #405029;
}

#content h1
{
	margin: 0 0 10px 0;
	padding-top: 10px;
	font-size: 20px;
	
}
#pe_top
{
	background: url(../images/pe_top.png) no-repeat top left;
	height: 5px;
	width: 817px;
	margin: 0;
	padding: 0;
}
#pe_bottom
{
	background: url(../images/pe_bottom.png) no-repeat top left;
	height: 12px;
	width: 817px;
	margin: 0;
	padding: 0;
}
#flash 
{
	margin: -15px 0 0 -15px;
}

/* Footer */

#footer
{
	font-size: 12px;
	color: #FFFFFF;
}

#footernav 
{
	float: left;
	width: 440px;
	text-align: center;
}

#footernav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footernav ul li
{
	display: inline;
}

#footernav a:link, #footernav a:visited
{
	padding: 0 10px;
	display: inline-block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footernav a:hover, #footernav a:active
{
}

#legal
{
	float: left;
}


#credits
{
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 12px;
}

#credits a:link, #credits a:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#credits a:hover, #credits a:active
{
}

/* Form Elements */

input
{
	padding: 3px;
	border: 1px solid #CCC;
}

.button
{
	padding: 3px;
	border: 1px solid #CCC;
	background: url(../images/nav_over.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* 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;
	font-size: 16px;
	color: #405029;
	margin-bottom: 5px;
}

.news_date
{
	float: right;
	font-size: 10px;
	color: #405029;
	font-size: 16px;
margin-bottom: 5px;
}

.news_hr
{
	border-bottom: 1px dotted #DDD;
	margin: 20px 0;
}
.news_desc 
{
	display: block;
	float: left;
}

/* 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;
}

a:link, a:visited, a:active 
{
	color: #405029;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}