/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

html, body
{	
    margin: 0px;
    padding: 0;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
}

.twoSideBoarder
{
	border-left: 1px solid #B79782;
	border-right: 1px solid #B79782;
}

.threeSideBoarder
{
	border-left: 1px solid #B79782;
	border-right: 1px solid #B79782;
	border-bottom: 1px solid #B79782;
}

/* Background Images */
.headerBG { background-image: url(images/headerBG.jpg); background-repeat: no-repeat; }
.bannerBG { background-image: url(images/bannerBG.jpg); background-repeat: no-repeat; }
.submiddleBG { background-image: url(images/submiddleBG.jpg); background-repeat: no-repeat; background-position:center; }
.picBG { background-image: url(images/picBG.jpg); background-repeat: no-repeat; background-position:center; }


/* Text Styles */
.bannerText
{
	padding-left: 90px;
	padding-right: 230px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.headerText
{
	padding-left: 10px;
	padding-right: 15px;
	font-family: Arial;
	font-size: 9px;
	color: #7A3D1A;
	font-weight: normal;
}

.headerText2
{
	font-family: Arial;
	font-size: 9px;
	color: #7A3D1A;
	font-weight: normal;
}

.listText
{
	font-family: Arial;
	font-size: 10px;
	color: #7A3D1A;
	font-weight: normal;
}

.boldText
{
	padding-left:20px;
	padding-right:110px;
	font-family: Arial;
	font-size: 10px;
	color: #7A3D1A;
	font-weight: bold;
}

.mainText
{
	padding-left: 30px;
	padding-right: 300px;
	font-family: Arial;
	font-size: 10px;
	color: #7A3D1A;
	line-height: 15px;
	font-weight: normal;
}

.mainTextNav
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


/* Navigation Styles */
.navOn
{
	font-family: Arial;
	font-size: 12px;
	color: #7A3D1A;
	font-weight: normal;
	text-decoration: none;
	background-image:url(images/middleNavBG.jpg); background-position: bottom left; background-repeat: repeat-x;
}

.navOn2
{
	font-family: Arial;
	font-size: 12px;
	color: #7A3D1A;
	font-weight: normal;
	text-decoration: none;
}

.navOff
{
	font-family: Arial;
	font-size: 12px;
	color: #7A3D1A;
	font-weight: normal;
	text-decoration: none;
}


/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #7A3D1A;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a.logoworksLink
{
	color: #7A3D1A;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	text-decoration: none;
}

a.logoworksLink:hover
{
	color: #7A3D1A;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	text-decoration: none;
}