/* Universal Styles */

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

html, body
{	
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(images/background.jpg); background-position: top left; background-repeat: repeat-x;
}

/* Background Images */
.middleBG { background-image: url(images/middle.jpg); background-repeat: no-repeat; height: 278px; }
.submiddleBG { background-image: url(images/submiddleBG.jpg); background-repeat: no-repeat; background-position:center; }
#barrow { background-image: url(images/barrow.jpg); background-repeat: no-repeat; background-position:3px 20px; }


/* Text Styles */
.titleText
{
	padding-left: 5px;
        padding-right: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.mainText
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	font-size: 11px;
	color: #7E8082;
	line-height: 18px;
	font-weight: normal;
}

.mainTextNav
{
	font-family: "Trebuchet MS", Verdana, Arial;;
	font-size: 11px;
	color: #7E8082;
	line-height: 18px;
	font-weight: normal;
}

.leftText
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	font-size: 11px;
	color: #002A7C;
	line-height: 18px;
	font-weight: normal;
}


/* Navigation Styles */
.navOn
{
	 font-family: "Trebuchet MS", Verdana, Arial;
	 font-size: 10px;
	 color: #0067B1;
	 font-weight: normal;
	 text-decoration: none;
}

.navOff
{ 
	 font-family: "Trebuchet MS", Verdana, Arial;
	 font-size: 10px;
	 color: #231F20;
	 font-weight: normal;
	 text-decoration: none;
}

.bottomNav
{
	 font-family: "Trebuchet MS", Verdana, Arial;
	 font-size: 10px;
	 color: #FFFFFF;
	 font-weight: normal;
	 text-decoration: none;
}


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

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

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