@charset "utf-8";
/*-----------------------------------------------------------------------------
author: PalmettoSoft
date: xx/xx/xxxx
client: xxx
Copyright 2007 PalmettoSoft, Inc.
-----------------------------------------------------------------------------*/

/* HACKS
if you must use hacks, put them in a seperate css file and use conditional comments in your xhtml to call them.

example:  (this goes in the <head> section of your xhtml)

[if lte IE 6]>        
<link rel="stylesheet" href="foo.css" type="text/css" media="screen" />        
<![endif] 

/* COLORS
-----------------------------------------------------------------------------*/
/*
Dark green headings (Main articles): 8A8E27
Light green headings (Home page sections): 828368
*/

/* GENERAL
-----------------------------------------------------------------------------*/
/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { 
	margin-bottom : 1px;	
}

/* set global margin and padding to none */
* {
	margin:0;
	padding:0
}

body {
	width: 100%;
	background: #fff;
	text-align: left;
	color: #666666;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div {
	margin: 0;
	padding: 0;
}

/*debug border on all divs*/
div {
	border: 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
	border: 0;
	vertical-align: bottom;
}

/* STRUCTUAL
-----------------------------------------------------------------------------*/

#container { 
	width:100%;
	background:#FFFFFF;
	/* define alignment and width at least */
}

#main {
	margin: 0 auto;
	border:1px solid #FF0000;	
}

#header_bg {
	width:100%;
	height:125px;
	background-image: url(../_media/graphics/hd_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#middle_bg {
	background:#d5c99b;
	padding: 0 0 0 0;
}

#footer_bg {
	width:100%;
	height:31px;
	background-image: url(../_media/graphics/ft_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	width:900px;
	height:125px;
	border:1px;
	border-color:#FF0000;
	margin: 0 auto;	
}

#middle {
		margin: 0 auto;
	width:900px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #d5c99b;
	height: 100%;
	position: relative;
	overflow: auto;
}

#footer {
	width:900px;
	height:31px;
	border:1px;
	border-color:#FF0000;
	margin: 0 auto;	
}

#flash {
	width:660px;
	border:15px solid #FFF;
	position:relative;
	left: 0;
	margin: 0;
	padding: 0;
	float: right;
	top: 0;
	background: #fbf8ea url(../_media/graphics/content_bg.gif) repeat-y;
}

#logo {
	width:344px;
	height:76px;
	top:0px;
	left:0px;
	position: relative;
	float: left;
}

* {
	
}

/* TYPOGRAPHY */

h2 {
	color: #641212;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* HEADINGS
-----------------------------------------------------------------------------*/

/* LINKS
-----------------------------------------------------------------------------*/

/* BRANDING
-----------------------------------------------------------------------------*/

/* MAIN NAV */

#top_nav { 
	width:550px;
	height: 90px;
	font: small Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative;
	left: 15px;
	top: 0px;
	float: left;
}

#top_nav ul {
	padding: 0;
	list-style: none;
}

#top_nav ul li {
	width:  80px;
	display: inline;
	margin-right:10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c68f19;
	padding-top: 75px;
	padding-right: 10px;
	text-align: right;
	float: right;
}

#top_nav a {
	color: #641212;
	text-decoration: none;
}

#top_nav a:hover {
	color: #c68f19;
	text-decoration: none;
	border-right-color: #2f5209;
}

#top_nav a.active {
	font-style: italic;
	text-decoration: none;
	border-right-color: #2f5209;
}

/* SUB NAV */

#left_nav {
	width: 195px;
    float: left;
	margin: 0;
}

#left_nav ul {
	width: 195px;
	list-style-type: none;
	text-align: right;
	margin-right: 8px;
	text-decoration: none;
}
#left_nav li {
	font-size: 18px;
	background-color: #fff;
	margin: 3px;
	padding-top: 03px;
	padding-bottom: 3px;
	padding-right: 3px;
}

#left_nav ul li a {
	text-decoration: none;
	color: #641212;
	margin-bottom: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
}
#left_nav ul li a:hover {
	text-decoration: none;
	color: #c68f19;
}

#left_nav ul li a.active {
	font-style: italic;
	text-decoration: none;
/*	color: #c68f19;*/
}


/* MAIN CONTENT */

#content {
	width: 668px;
	height: 100%;
	margin: 0 auto;
	background: url(../_media/graphics/content_bg_small.gif) repeat;
	clear: both;
	border: 1px solid red;
}

#page_title {
	width: 42px;
	float: left;
	margin: 0;
	background: url(../_media/graphics/pt_bg.gif) 0 0;
}

#main_content {
	width: 315px;
	float: left;
	padding: 50px 40px 30px 50px;
}

#news_content {
	float: left;
	position: relative;
	width: 150px;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 30px;
	border-left: 2px dashed #c68f19;
	top: 50px;
	height: 325px;
}


#bottom_nav {
	width:500px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #641212;
	position: relative;
	top:18px;
	left:400px;
	text-align: right;
}

#bottom_nav a:link {
	text-decoration: none;
	color: #641212;
}

#bottom_nav a:visited {
	text-decoration: none;
	color: #2f5209;
}

#bottom_nav a:hover {
	text-decoration: none;
	color: #c68f19;
}

#bottom_nav a:active {
	text-decoration: none;
	color: #c68f19;
}
/* SECONDARY CONTENT
-----------------------------------------------------------------------------*/

/* FOOTER
-----------------------------------------------------------------------------*/

/* FORMS
-----------------------------------------------------------------------------*/

/* TABLES
-----------------------------------------------------------------------------*/

/* MISC 1
-----------------------------------------------------------------------------*/
#foot {
text-align: right;
}

#branding {
	
	background: url(ps_icon.gif) no-repeat right 50%;	
	color: #660000;
}

#copyright {margin: 10px 0;}

#branding a:link, #branding a:visited {color: 660000;}


/* MISC 2
-----------------------------------------------------------------------------*/

/* added by Brett */
.error {
	font-weight: bold;
	color: red;
}

a { color: #641212; }