/**********************************************************************************************************
*
*	File:			CattailForest.css
*	Date:			10/25/2006
*	Description:	This is the style sheet to set up the site style.
*					We wanted to use em versus px because the user can then re-size the font. Most 
*					browsers are based on 16px for the medium setting.
*
**********************************************************************************************************/
/**********************************	General Tag Selectors	**********************************************/
html, body
{
	background-color: #283C18;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

body
{
	font-size: 75%;	/*	12px	*/
	line-height: 75%;	/*	12px	*/
}

input, select, textarea, p, dl, table, a, span, label, div
{
	font-size: 1em;
	line-height: 1.2em;
}

body, input, select, textarea, p, dl, table, a, span, label, div, hr
{
	color: #5f0303;
	font-family: verdana, sans-serif;
}

img
{
	border-width: 0px;
}

br, .clear
{
	clear: both;
}

h1
{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0;
	font-family: papyrus, verdana, sans-serif;
}

hr
{
	height: 1px;
	margin: 0 0 25px 0;
}

/**********************************	Page Selectors	**********************************************/
#page
{
	width: 776px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #283C18;
}

#header
{
	background: #283C18 url( '../media/images/header.jpg' ) no-repeat top left;
	height: 154px;
	border-top: solid 1px #ffffff;
	margin: 25px 0 0 0;
}

#layout
{
	background: #cccccc url( '../media/images/back_rp_px.jpg' ) repeat-x top left;
	float: left;
}

#leftcolumn
{
	padding: 9px 0 0 18px;
	float: left;
}

#leftcolumn ul
{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#leftcolumn li a
{
	height: 25px;
	background-color: #5f0303;
	border: solid 1px #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	width: 185px;
}

#leftcolumn li a span
{
	float: left;
	margin: 6px 0 0 25px;
	color: #ffffff;
	cursor: pointer;
}

#leftcolumn li a div
{
	background: #5f0303 url( '../media/images/red_button_fade.gif' ) no-repeat top right;
	float: right;
	height: 25px;
	width: 45px;
	cursor: pointer;
}

#leftcolumn .select a, #leftcolumn li a:hover
{
	background-color: #ffffff;
	border: solid 1px #5f0303;
	text-decoration: none;
}

#leftcolumn .select a span, #leftcolumn li a:hover span
{
	color: #5f0303;
}

#leftcolumn .select a div, #leftcolumn li a:hover div
{
	background: #ffffff url( '../media/images/white_button_fade.gif' ) no-repeat top right;
}

#parchment
{
	float: left;
	margin: 0 0 0 11px;
}

#parchmenttop
{
	background: #283C18 url( '../media/images/text_top.jpg' ) no-repeat top left;
}

#parchmentbottom
{
	background: #283C18 url( '../media/images/text_bottom.jpg' ) no-repeat top left;
}

#parchmenttop, #parchmentbottom
{
	height: 43px;
}

#parchmenttop, #parchmentmiddle, #parchmentbottom
{
	float: left;
	width: 535px;
}

#parchmentmiddle
{
	float: left;
	background: url( '../media/images/left_top.jpg' ) repeat-y top left;
	padding: 0 0 0 25px;
}

#parchmentright
{
	float: left;
	background: url( '../media/images/right_top.jpg' ) repeat-y top right;
	padding: 0 25px 0 0;
}

#content
{
	float: left;
	min-height: 402px;
	width: 485px;
	background-color: #ffffff;
}

#footer
{
	background-color: #cccccc;
	border-bottom: solid 1px #ffffff;
	height: 25px;
}

#header, #layout, #footer
{
	float: left;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	width: 776px;
}

#copyright
{
	float: right;
	margin: 6px 25px 0 0;
}