/* CSS Document */

/* Global Styles */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	margin: 0px 0px 15px 0px;
	background: #b0c1d3 url(images/bodyBG.jpg) repeat-y center;
}

h1
{
	color: #5095D0;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 60px;
	text-transform: none;
}

h2
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #0078BD;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{
	padding: 0px 0px 15px 30px;
}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 15px 0px;}

img {border: 0;}
	
/* Classes */

.header {background: url(images/headerBG.jpg) repeat-x top;}

.navTab
{
	border-left: 1px #c9c9cb solid;
	border-right: 1px #c9c9cb solid;
	border-bottom: 1px #c9c9cb solid;
	vertical-align: bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navTab a
{
	color: #58595B;
	display:block;
	padding: 7px 15px;
	color: #58595B;
}

.nav, .navActive
{
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #58595B;
	background: url(images/navBG.jpg) no-repeat;
	cursor: pointer;
}

.nav a, .navActive a
{
	color: #58595B;
	display: block;
	padding: 0 9px 0 0;
}

.nav a:hover, .navActive a:hover {text-decoration: none;}

.navActive {background: url(images/navBGactive.jpg) no-repeat;}
.navActive a {color: #fff;}

.innerLeft {background: url(images/innerLeft.jpg) repeat-y left;}
.innerBG {background:url(images/innerBG.jpg) repeat-x top;}
.innerRight {background: url(images/innerRight.jpg) repeat-y right;}

.blueBar {background: url(images/blueBarBG.jpg) repeat-y left;}

.main {
	padding: 0px 90px 10px 45px;
	line-height:1.5em;
}

.indent {padding-left: 30px;}

.address
{
	font-size: 10px;
	text-align: center;
	padding: 4px 0;
}

.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 20px 0 0 0;
	text-decoration: none;
	text-align: center;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}

.logoworks a
{
	color: #9A9A9A;
}
