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: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(images/bodybg_02.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* 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 {
	font: Verdana, Arial, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font: 14px/20px Verdana, Arial, sans-serif;
	margin: 0px 0px 35px;
	padding: 0px;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2E3192;
}
h2 {
	font-size: 12px;
	color: #006600;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	background-color: #998677;
	width: 300px;
	text-align: left;
}
h4{
	font-size: 18px;
	color: #007300;
	padding-bottom: 0px;
	text-align: center;
}
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 {
	color: #2025C1;
}
a:visited {
}
a:hover {
}
a:active {
}
/* ----------------- HEADER ----------------- */
#header {
	width: 750px;
	height: 150px;
	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);
}

/* -------------NAV------------------*/

#nav {
	height: 25px;
	width: 750px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;

}
#mainnavh {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#mainnavh li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E3192;
}

.buttons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 22px;
	width: 80px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-top: 0px;
}
.buttons a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #372F2D;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 3px;
	display: block;
	height: 22px;
	width: 80px;
	background-image: url(images/nav_over.gif);
	background-repeat: repeat-x;
}
#current a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 22px;
	width: 80px;
	color: #372F2D;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 3px;
	background-image: url(images/nav_over.gif);
}
#current a:hover {
	color: #FFFF66;
}
#footnav {
	width: 750px;
	text-align: center;
	float: left;
	height: 20px;
	margin: 10px 0px 0px;
	padding: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;

}

#footnav a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}

#footnav a:hover {
	color: #000000;
	text-decoration: underline;
}
/* ----------------- FOOTER ----------------- */

div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #2D3C11;
	font: normal 9px/14px Verdana, Arial;
	clear: both;
	margin-top: 15px;
}

div#footer {
	width: 750px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer.jpg);
	clear: both;
}

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

img.left {
	float: left;
}
img.right {
	float: right;
	margin-top: 5px;
	margin-left: 8px;
}
.clear {
	clear: both;
}

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

 /*  Middle & Navigation - Vertical */

div#container {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background-image: url(images/layout_06.jpg);
	background-repeat: repeat-y;
	border-top: #002156;
	border-right: 2px solid #002156;
	border-left: 2px solid #002156;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #002156;
	background-position: right;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
}

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: center;
	font: 14px/22px Verdana, Arial, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}
div#address {
	color: #FFFFFF; font: normal 11px/17px Verdana, Arial, sans-serif;
}
p#contactinfo { 
	font: normal 12px/15px; margin-top:-30px;
}
#left {
	width: 530px;
	margin: 0px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 0px 0px;
	clear: left;
}
#gallery {
	width: 520px;
	margin: 5px auto;
	text-align: center;
	padding: 0px 5px 0px 7px;
}
#gallery img.leftimg {
	margin: 5px 5px 5px 0px;
	border: 1px solid #000000;
}
#gallery img.center {
	margin: 5px 0px;
	border: 1px solid #000000;
}
#gallery img.rightimg {
	margin: 5px 0px 5px 5px;
	border: 1px solid #000000;
}
#left p {
	padding-left: 10px;
	text-align:left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}
#left ul {
	margin-top: 5px;
}
#left li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
#right {
	width: 208px;
	margin: 0px;
	float: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/call2action.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #000000;
}
#right a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#form {
	width: 420px;
	margin-left: 20px;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	line-height: 15px;
	text-align: left;
	padding: 0px;
	margin-left: 20px;
}
p.center {
	text-align: center;
	width: 520px;
}
div.list {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #917F71;
	width: 160px;
	margin-left: 10px;
	margin-top: 30px;
	height: 250px;
}
div.list1 {
	float: left;
	width: 160px;
	margin-left: 10px;
	margin-top: 30px;
	height: 250px;
}
