/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #333333;
}

li.grey {
	COLOR: #888888
}


a
{
	color: #880D00;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin: 2em;
}

/* Header */

#header
{
	position: absolute;
	top: 0em;
	background: #461205 url('images/header.jpg') top right no-repeat;
	height: 135px;
	width: 100%;
}

#header h1
{
	position: absolute;
	top: 0.7em;
	left: 1.0em; 
	font-size: 3.0em;
	color: #fff;
}

#header h2
{
	position: absolute;
	top: 4.0em;
	left: 2.0em; 
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 11em;
	left: 0em;
	background: #880D00 url('images/x3.gif') top left repeat-x;
	height: 4em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #5E0F00 url('images/x4.gif') top left repeat-x;
}

/* Content */

#content
{
	line-height: 1.7em;
	padding-top: 188px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content p.small
{
	margin-bottom: 1.5em;
	FONT-SIZE: 70%;
}

#content p.quote {
	MARGIN: 1em 3em 1em;
	COLOR: #000000;
	LINE-HEIGHT: 125% 
}

#content p.date {
	FONT-WEIGHT: bold;
	FONT-SIZE: 80%;
	MARGIN: 1em 0em;
	COLOR: #000000
}

#content p.caption {
	FONT-SIZE: 90%;
	MARGIN: 0em 5em 0em;
	COLOR: #000000;
	LINE-HEIGHT: 100%;
	FONT-WEIGHT: bold;
}


#content p.address {
	MARGIN: 1em 2em;
	LINE-HEIGHT: 125%;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, serif
}


#content h2
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 2.0em;
	background: #fff url('images/x2.png') top left repeat-x;
}


#content h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.png') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.png') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

#content img.floatrightnoborder {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	FLOAT: right;
	BORDER-BOTTOM-WIDTH: 0px;
	MARGIN: 6px 0px 6px 20px;
	BORDER-RIGHT-WIDTH: 0px
}


#content img.floatrightlink {
	BORDER-RIGHT: #a30c0c 2px solid;
	BORDER-TOP: #a30c0c 2px solid;
	FLOAT: right;
	MARGIN: 6px 0px 6px 20px;
	BORDER-LEFT: #a30c0c 2px solid;
	BORDER-BOTTOM: #a30c0c 2px solid
}


/* One by one */

#OneOfOneContainer
{
	position: relative;
	float: left;
	/* margin-right: -36em; */
	width: 100%;
}

#OneOfOneContent
{
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
}



/* Two by  Two */

#OneOfTwoContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#OneOfTwoContent
{
	margin: 0em 18em 0em 0em;
	padding: 1.5em;
}



#TwoOfTwoContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 1.5em;
}



/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 33em 0em 0em;
	padding: 1.5em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.png') top left repeat-x;

}

#footer p.small {
	FONT-SIZE: 70%;
}


/* 
===============================================================
from here down is the older CSS style stuff I used before
===============================================================


#Content {
	PADDING-RIGHT: 1em;
	PADDING-LEFT: 0em;
	PADDING-BOTTOM: 0em;
	MARGIN: 0px 300px 50px 0px;
	PADDING-TOP: 0em
}

#Gutter {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	BORDER-RIGHT: #a30c0c 0px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #a30c0c 0px solid;
	PADDING-LEFT: 15px;
	FONT-SIZE: 90%;
	RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #a30c0c 1px solid;
	WIDTH: 250px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #a30c0c 1px solid;
	POSITION: absolute;
	TOP: 120px;
	voice-family: inherit
}

BODY {
	MARGIN-BOTTOM: 50px;
	MARGIN-LEFT: 3%;
	COLOR: #000000;
	MARGIN-RIGHT: 3%;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	background-attachment: fixed;
	background-image: url(images/paper2.gif)
}

H1 {
	FONT-SIZE: 175%;
	MARGIN: 0.5em 0em 0em;
	COLOR: #006000
}

H2.pic {
	FONT-SIZE: 150%;
	MARGIN: 0.5em 0em 0em;
	COLOR: #000060
}

H2 {
	FONT-SIZE: 125%;
	MARGIN: 0.5em 0em 0em;
	COLOR: #000060
}

P {
	COLOR: #000000;
	LINE-HEIGHT: 115%
}

P.pics {
	FONT-SIZE: 175%;
	COLOR: #006000;
	LINE-HEIGHT: 100%;
	FONT-WEIGHT: bold;
	MARGIN: 0em 0em 0em
}

P.news {
	COLOR: #000000;
	LINE-HEIGHT: 100%;
	MARGIN: 0em 1.5em
}

P.small {
	COLOR: #000000;
	LINE-HEIGHT: 110%;
	FONT-SIZE: 75%
}

P.smallb {
	COLOR: #000000;
	LINE-HEIGHT: 110%;
	FONT-SIZE: 75%;
	FONT-WEIGHT: bold
}

P.date {
	FONT-WEIGHT: bold;
	FONT-SIZE: 80%;
	MARGIN: 1em 0em;
	COLOR: #000000
}

P.logo {
	MARGIN: 0em 1em;
	COLOR: #000000
}

P.note {
	FONT-SIZE: 70%;
	MARGIN: 0em 5em 0em;
	COLOR: #000000;
	LINE-HEIGHT: 110%
}

P.caption {
	FONT-SIZE: 90%;
	MARGIN: 0em 5em 0em;
	COLOR: #000000;
	LINE-HEIGHT: 100%;
	FONT-WEIGHT: bold
}

P.captionlg {
	FONT-SIZE: 110%;
	MARGIN: 0em 5em 0em;
	COLOR: #000000;
	LINE-HEIGHT: 100%;
	FONT-WEIGHT: bold
}

P.mod {
	FONT-SIZE: 70%;
	MARGIN: 0em;
	COLOR: #000000;
	LINE-HEIGHT: 110%
}

P.quote {
	MARGIN: 1em 3em 1em;
	COLOR: #000000;
	LINE-HEIGHT: 100% 
}

P.quoteatt {
	MARGIN: 1em 2em;
	COLOR: #000000;
	LINE-HEIGHT: 100%;
	FONT-STYLE: italic;
}

P.address {
	MARGIN: 1em 2em;
	COLOR: #000000;
	LINE-HEIGHT: 125%;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, serif
}

P.menu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 75%;
	LINE-HEIGHT: 125%;
	MARGIN: 1.5em 0em 4em;
	COLOR: #969696 
}

P.menubig {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	LINE-HEIGHT: 125%;
	MARGIN: 0em 0em 1em;
	COLOR: #969696 
}

A:link {
	FONT-WEIGHT: bold;
	COLOR: #a30c0c;
	TEXT-DECORATION: none
}

A:visited {
	FONT-WEIGHT: bold;
	COLOR: #a30c0c;
	TEXT-DECORATION: none
}

A:active {
	FONT-WEIGHT: bold;
	COLOR: #a30c0c;
	TEXT-DECORATION: none
}

A:hover {
	FONT-WEIGHT: bold;
	COLOR: #a30c0c;
	TEXT-DECORATION: underline
}

UL {
	FONT-SIZE: 100%;
	COLOR: #000000;
	LINE-HEIGHT: 150%
}

UL.none {
	FONT-SIZE: 100%;
	COLOR: #000000;
	LINE-HEIGHT: 150%;
	LIST-STYLE: none
}

UL.disc {
	FONT-SIZE: 100%;
	COLOR: #000000;
	LINE-HEIGHT: 150%;
	LIST-STYLE: disc outside
}

UL.square {
	FONT-SIZE: 100%;
	COLOR: #000000;
	LINE-HEIGHT: 150%;
	LIST-STYLE: square outside
}

LI.grey {
	COLOR: #888888
}

TT {
	FONT-SIZE: 95%;
	COLOR: #000000;
	FONT-FAMILY: courier, monotype, serif
}

DIV.leftcol {
	PADDING-RIGHT: 1em;
	PADDING-LEFT: 0em;
	FLOAT: left;
	MARGIN-BOTTOM: 50px;
	PADDING-BOTTOM: 0em;
	WIDTH: 65%;
	PADDING-TOP: 0em
}

DIV.rightcol {
	BORDER-RIGHT: #a30c0c 0px solid;
	PADDING-RIGHT: 0.5em;
	BORDER-TOP: #a30c0c 0px solid;
	PADDING-LEFT: 1em;
	FONT-SIZE: 90%;
	FLOAT: right;
	MARGIN-BOTTOM: 50px;
	PADDING-BOTTOM: 0em;
	BORDER-LEFT: #a30c0c 1px solid;
	WIDTH: 30%;
	PADDING-TOP: 0em;
	BORDER-BOTTOM: #a30c0c 1px solid
}

DIV.log {
	CLEAR: left;
	BORDER-RIGHT: #a30c0c 0px dashed;
	PADDING-RIGHT: 0em;
	BORDER-TOP: #a30c0c 1px dashed;
	PADDING-LEFT: 0em;
	PADDING-BOTTOM: 1em;
	BORDER-LEFT: #a30c0c 0px dashed;
	PADDING-TOP: 1em;
	BORDER-BOTTOM: #a30c0c 0px dashed
}

DIV.main {
	CLEAR: left;
	WIDTH: 100%
}

DIV.frontpage {
	CLEAR: left;
	WIDTH: 75%
}

DIV.floatleft {
	FLOAT: left
}

DIV.clearleft {
	CLEAR: left
}

DIV.floatright {
	FLOAT: right
}

DIV.clearright {
	CLEAR: right
}

DIV.gal {
	CLEAR: left;
	WIDTH: 75%
}

DIV.box {
	border: solid;
	border-width: thin;
	width: 80%
}

IMG.floatleft {
	BORDER-RIGHT: #000000 4px solid;
	BORDER-TOP: #000000 4px solid;
	FLOAT: left;
	MARGIN: 6px 20px 6px 0px;
	BORDER-LEFT: #000000 4px solid;
	BORDER-BOTTOM: #000000 4px solid
}

IMG.floatleftnoborder {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	FLOAT: left;
	BORDER-BOTTOM-WIDTH: 0px;
	MARGIN: 6px 20px 6px 0px;
	BORDER-RIGHT-WIDTH: 0px
}

IMG.floatright {
	BORDER-RIGHT: #000000 4px solid;
	BORDER-TOP: #000000 4px solid;
	FLOAT: right;
	MARGIN: 6px 0px 6px 20px;
	BORDER-LEFT: #000000 4px solid;
	BORDER-BOTTOM: #000000 4px solid
}

IMG.floatrightlink {
	BORDER-RIGHT: #a30c0c 4px solid;
	BORDER-TOP: #a30c0c 4px solid;
	FLOAT: right;
	MARGIN: 6px 0px 6px 20px;
	BORDER-LEFT: #a30c0c 4px solid;
	BORDER-BOTTOM: #a30c0c 4px solid
}

IMG.floatrightnoborder {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	FLOAT: right;
	BORDER-BOTTOM-WIDTH: 0px;
	MARGIN: 6px 0px 6px 20px;
	BORDER-RIGHT-WIDTH: 0px
}

IMG.gallery {
	BORDER-RIGHT: #000000 4px solid;
	BORDER-TOP: #000000 4px solid;
	FLOAT: left;
	MARGIN: 65px 25px;
	BORDER-LEFT: #000000 4px solid;
	BORDER-BOTTOM: #000000 4px solid;
	HEIGHT: 200px
}

IMG.vertgallery {
	BORDER-RIGHT: #000000 4px solid;
	BORDER-TOP: #000000 4px solid;
	FLOAT: left;
	MARGIN: 15px 75px;
	BORDER-LEFT: #000000 4px solid;
	BORDER-BOTTOM: #000000 4px solid;
	HEIGHT: 300px
}

IMG.cropgallery {
	BORDER-RIGHT: #000000 4px solid;
	BORDER-TOP: #000000 4px solid;
	FLOAT: left;
	MARGIN: 65px;
	BORDER-LEFT: #000000 4px solid;
	BORDER-BOTTOM: #000000 4px solid;
	HEIGHT: 200px
}

.ahem {
	DISPLAY: none
}


*/
