body	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #666666;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
}
/* Redefines the p tag */
p {
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px;
	padding: 0px;
	color: #000000;
}
h1 {
	font-size: 18px;
	width: 100%;
	padding: 5px 5px 0px;
	text-align: left;
	color: #333333;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6e5e61;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
ul {
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: square;
	margin: 0px;
	padding: 10px 0px 0px;
	list-style-position: inside;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
/* ----------------- HEADER ----------------- */
div#header {
	width: 770px;
	height: 135px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
}


/* ----------------- FOOTER ----------------- */

div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #CCCCCC;
	font: normal 9px/12px Verdana, Arial;
	clear: both;
	margin: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 5px 10px 20px 30px;
	padding: 0px;
	border: 2px solid #F49A3A;
}
img.right {
	float: right;
}
.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

 /*  Middle & Navigation - Vertical */

div#container {
	width: 770px;
	margin: 20px auto 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
}

div#services {
	margin: 0px;
	padding: 0px 5px 5px;
	float:left;
	position: absolute;
	color: #000000;
	left: 349px;
	top: 190px;
	width: 244px;
}

div#content {
	margin: 0px;
	float:left;
	color: #000000;
	padding-top: 0px;
	width: 770px;
	clear: left;
	text-align: left;
	font: 14px/22px Verdana, Arial, sans-serif;
}
div#address {
	color: #000000;
	font: normal 11px/17px Verdana, Arial, sans-serif;
	background-color: #CCCCCC;
	padding: 15px 25px;
	width: 437px;
	text-align: center;
	margin-top: 37px;
}
div#left {
	width: 120px;
	margin: 0px;
	float: left;
	text-align: left;
	padding: 0px;
}

div#right {
	width: 550px;
	margin: 0px 0px 0px 20px;
	float: right;
	padding: 0px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e5e61;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

ul.listleft {
	float:left;
	margin: 0px;
	padding: 15px 0px;
	border: 0px none;
	list-style-position: inside;
	list-style-type: square;
	width: 275px;
}

ul.listright {
	float:right;
	margin: 0px;
	padding: 15px 0px;
	width: 275px;
	border: 0px none;
	list-style-position: inside;
	list-style-type: square;
}

