body	{
	font-family: Verdana, Arial, sans-serif;
	color: Black;
	font-size: 10px;
	scrollbar-face-color: #D3E4ED;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 5px 0px 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 Verdana, Arial, sans-serif;
	margin: 0px 0px 35px;
	padding: 0px;
	color: #000000;
}
h1 {
	font-size: 18px;
	background-color: #8F3630;
	width: 420px;
	padding: 5px 0px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
}
ul {
	font: 14px/22px Verdana, Arial, sans-serif;
	color: #000000;
	list-style-type: disc;
}


/* 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: 750px;
	height: 218px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(images/header.jpg);
}


/* ----------------- 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;
}

div#footer {
	width: 750px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #000050;
	clear: both;
	float: left;
}

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

img.left {
	float: left;
}
img.right {
	float: right;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

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

 /*  Middle & Navigation - Vertical */

div#container {
	width: 750px;
	margin: 25px auto 0px;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url(images/bluebg.jpg);
	background-repeat: repeat-x;
}

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: 750px;
	clear: left;
	text-align: left;
	font: 14px/22px Verdana, Arial, sans-serif;
	background-image: url(images/bluebg.jpg);
	background-repeat: repeat-x;
	background-color: #186FBE;
}
div#address {
	color: #000050;
	font: bold normal 11px/17px Verdana, Arial, sans-serif;
	background-color: #CCCCCC;
	padding: 15px 0px;
	width: 420px;
	text-align: center;
	margin-top: 37px;
}
div#left {
	width: 260px;
	margin: 0px;
	float: left;
	text-align: left;
	color: #FFFFFF;
	height: 398px;
	padding: 15px 0px 0px 25px;
}
div#left img {
	border: 1px solid #000000;
	margin-bottom: 8px;
}

div#left p {
	text-align:left;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
div#right {
	width: 420px;
	margin: 15px 0px 15px 15px;
	float: left;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
div#right p {
	padding: 0px;
	margin-bottom: 14px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-right: 15px;
}
div#right li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE849D;
}

