/* Universal Styles */

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

a { color: #FFF;}

html, body
{	
    margin: 0px;
    padding: 0;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    background-color: #595959;
}

/* Background Images */
#homeBottomLeftBG { background-image: url(images/homeBottomLeft.jpg); background-repeat: no-repeat; }
.homeLeftBottomBG { background-image: url(images/homeLeftBottomBG.jpg); background-repeat: repeat-y; background-position: top right; }
.homeRightBG { background-image: url(images/homeRightBG.jpg); background-repeat: repeat-y; background-position: top left; }
.homeLeftBG { background-image: url(images/homeLeftBG.jpg); background-repeat: repeat-y; background-position: top right; }
.homeRightMiddleBG { background-image: url(images/homeRightMiddleBG.jpg); background-repeat: repeat-y; background-position: top left; }
.subRightMiddleBG { background-image: url(images/subRightMiddleBG.jpg); background-repeat: repeat-y; background-position: top left; }
.homeBottomBG { background-image: url(images/homeBottomBG.jpg); background-repeat: repeat-x; background-position: bottom left; }
.homeHeader { background-image: url(images/homeHeader.jpg); background-repeat: no-repeat; background-position: top left; }
.picBG { background-image: url(images/picBG.jpg); background-repeat: no-repeat; background-position:center; }

/* Flash Intro */
.flashLeftBG { background-image: url(flashimages/flashLeftBG.jpg); background-repeat: repeat-y; background-position: top right; }
.flashLeftBG2 { background-image: url(flashimages/flashLeftBG.jpg); background-repeat: repeat-y; background-position: top left; }
#flashLeftBG { background-image: url(flashimages/flashLeftBG.jpg); background-repeat: repeat-y; background-position: top left; }
.flashRightBG { background-image: url(flashimages/flashRightBG.jpg); background-repeat: repeat-y; background-position: top left; }
.flashBottom { background-image: url(flashimages/flashBottom.jpg); background-repeat: no-repeat; }

.flashNav { font-family: Arial; font-size: 13px; font-weight: normal; text-decoration: underline; color: #595959;}

/* Text Styles */
.titleText
{
	padding-right: 15px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.mainText
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: normal;
}

.mainTextNav
{
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.bottomLeftText
{
	padding-right: 10px;
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: normal;
}

.bottomLeftTextDark
{
	padding-right: 10px;
	font-family: "Arial";
	font-size: 12px;
	color: #595959;
	line-height: 16px;
	font-weight: normal;
}

/* Navigation Styles */
.navOn
{
	 padding-left: 3px;
	 padding-right: 3px;
	 font-family: "Arial";
	 font-size: 10px;
	 color: #528917;
	 font-weight: normal;
	 text-decoration: none;
}

.navOff
{
	 padding-left: 3px;
	 padding-right: 3px;
	 font-family: "Arial";
	 font-size: 10px;
	 color: #FFFFFF;
	 font-weight: normal;
	 text-decoration: none;
}


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

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

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