/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

html, body
{	
    margin: 0px;
    padding: 0;
    font-family: "Trebuchet MS";
    font-size: 10px;
    background-color: #B9BD9C;
}

/* Background Images */
.leftBG { background-image: url(images/leftBG.jpg); background-repeat: repeat-y; background-position: top right; }
.rightBG { background-image: url(images/rightBG.jpg); background-repeat: repeat-y; background-position: top left; }
.acorn { background-image: url(images/acorn.jpg); background-repeat: no-repeat; background-position:right bottom; }
.header { background-image: url(images/header.jpg); background-repeat: no-repeat; background-position:top left; }
.footer { background-image: url(images/footer.jpg); background-repeat: no-repeat; background-position:top left; }
.footer2 { background-image: url(images/footer2.jpg); background-repeat: no-repeat; background-position:top left; }
.subBG { background-image: url(images/subBG.jpg); background-repeat: no-repeat; background-position: top left; }
.subBGRepeat { background-image: url(images/subBGRepeat.jpg); background-repeat: repeat-y; background-position: top left; top: -100px; }


/* Text Styles */
.titleText
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #472A2B;
	font-weight: bold;
}

.leftText
{
	padding: 20px 15px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #566423;
	font-weight: normal;
}

.bottomText
{
	padding: 20px 20px 20px 30px;
	font-family: "Trebuchet MS";
	font-size: 19px;
	color: #C0B678;
	font-weight: normal;
}

.footerContent
{
	padding: 8px 0px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #566423;
	font-weight: normal;
}

.mainTextNav
{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #472A2B;
	font-weight: normal;
}

.leftColumn
{
	width: 225px;
	float: left;
}

.centerColumn
{
	width: 474px;
	float: left;
	font-size: 10px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: 472A2B;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.rightColumn
{
	width: 100px;
	float: left;
}

/* Navigation Styles */
.navOn
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CBB677;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.navOff
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #9F6614;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}


/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #566423;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.logoworksLink
{
	color: #566423;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}

a.logoworksLink:hover
{
	color: #566423;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}
