/* CSS Document */

/* Global Styles */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #595959;
	margin: 0px 0px 0px 0px;
	background: #595959 url(images/BodyBG.jpg);
}

h1
{
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

h2
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	

}

h3
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-transform: none;
}

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

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

	
/* Classes */

.tan {background-color: #e5e5e5;}
.orange{background-color: #f78f1e;}

.bodyTable
{
	padding: 0 0 4px 0;
	border-left: #9b9b9b 2px solid;
	border-right: #9b9b9b 2px solid;
	border-bottom: #9b9b9b 2px solid;
}


.nav
{
	background: #fff url(images/navBG.jpg) no-repeat;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
}

.nav ul, .footer ul {margin: 0; padding: 0;}

.nav li, .footer li
{
	list-style-image: none;
	display: inline;
	padding: 0 1px;
}

.nav a, .navActive a
{
	color: #595959;
	text-decoration: none;
	font-weight: bold;
}

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

.leftColumn
{
	padding: 21px 0 25px 0px;
	text-align: center;
}

.picTitle
{
	font-size: 15px;
	font-weight: bold;
}

.picBorder
{
	padding: 4px;
	border: #fce3c5 2px solid;
}
.quoteOpen
{
	background: url(images/quoteOpen.jpg) no-repeat top left;
}

.quoteClose
{
	background: url(images/quoteClose.jpg) no-repeat bottom right;
	color: #b15b10;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
}

.main
{
	padding: 20px 65px 30px 42px;
	line-height: 18px;
}

.footer
{
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 25px 0px;
	text-align: center;
}

.footer1 {color: #b25c13;}
.footer a {font-weight: bold;}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	color: #9b9b9b;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 0 0;
	text-decoration: none;
	text-align: center;
}

/* Logoworks link back */

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

.logoworks a
{
	color: #9A9A9A;
}

