BODY
{
	COLOR: #000; /* default text color */
	background: url(images/header-bg.jpg) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; /* no margins on any sides */
}

/* General Settings */


.wrapper
{
	width: 950px;
	display: block;
	position: relative;
}


.bodywrapper
{
	background: url(images/body-bg.gif);
}


H1
{
	margin-top: 0px;
	margin-bottom: 0px;
	COLOR: #fff;
	background: url(images/h1-bg.jpg) no-repeat;
	height: 50px;
	display: block;
	font-size: 16pt;
	padding-left: 2px;
	padding-top: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

H2
{
	COLOR: #00487D;
	font-size: 14pt;
}

H3
{
	COLOR: #000;
	font-size: 13pt;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}



/* Fixed width in the middle of the screen with a border */

.container
{
	width: 900px;
	position: relative;
	display: block;
}




/* Use to set the color and size of the leftbar */

td.leftbar
{
	background-color: #7D0000;
	color: #fff;
	border-right: solid 2px #000;
	width: 175px;
	padding-bottom: 40px;
}

/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */

div.navbar
{
	margin-top: 20px;
	padding-bottom: 40px;
	width: 100%;
}

a.nav:link, a.nav:visited {
	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	width: 100%; 
	border-bottom: solid 1px #fff; /* border (format: style size color) */
	margin-bottom: 6px;
	display: block; /* makes it so you don't need br's between the buttons */
	-moz-box-sizing:border-box;box-sizing:border-box;
}

/* 
border (format: style size color) solid black on top, and white on bottom gives effect of inner drop shadow - button being pushed down 
*/

a.nav:hover {
	background-color: #B30000;
	text-decoration: none;
	color: #fff;
	border-bottom: solid 1px #fff; /* border (format: style size color) */
}


div.addy
{
	position: absolute;
	bottom: 0px;
	background-color: #003333;
	color: #ffffff;
	width: 100%;
	font-size: .75em;
	padding: 10px;
}


td.mainwindow
{
	padding: 10px;
	background-color: #fff;
}


a.liclink:link, a.liclink:visited {
	color: #fff;  
}

a.liclink:hover {
	color: #fff; 
	text-decoration: none;

}

div.copy {
	color: #000000; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

a.jwd:link, a.jwd:visited {
	color: #000000;  
	text-decoration: none;
	font-weight: bold;
}
a.jwd:hover 
{
	color: #0000ff;
}

a.admin:link, a.admin:visited {
	color: #cccccc;  
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
	width: 100%;
	display: block;
}

.question
{
	COLOR: #990033;
	FONT-FAMILY: Arial;
	font-weight: bold;
}

.answer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
}

p.inheader
 {
	position: absolute; 
	top: 140px; 
	right: 10px;
	COLOR: #ffffff;
	font-size: 100%;
	FONT-FAMILY: Arial; 
}

div.contactform
{
	width: 280px;
	float: right;
	text-align: center;
}
div.contactcontent
{
	width: 280px;
	float: left;
}

.servarea
{
	width: 780px;
	display: block;
}

.servarea h4
{
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

.floatright
{
float: right;
}
.floatleft
{
float: left;
margin-right: 10px;
}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

@media print
{
.container, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}

}