@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #6c6c6c;
}
td {
	vertical-align: top;
	padding: 0px;
}
img {
	border-width: 0px;
}
a, a:visited {
	color: #0082c8;
	text-decoration: none;
}
a:hover, a:active {
	color: #0082c8;
	text-decoration: underline;
}

p {
	line-height: 1.3em;
	margin: 0px 0px 1.3em;
}
p span, h4 span {
	text-transform: uppercase;
	color: #0082c8;
}
p.about {
	margin: 0px 0px 0.2em;
}


h1 {
	font-size: 18px;
	font-weight: normal;
	color: #6c6c6c;
	margin: 0px 0px 1.5em;
}
h2      {
	font-size: 18px;
	color: #6c6c6c;
	margin: 0px 0px .8em;
	font-weight: normal;
}
h2 span {
	text-transform: uppercase;
	color: #0082c8;
}
h3 {
	font-size: 18px;
	color: #6c6c6c;
	margin: 0px 0px 1.3em;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #6fb436;
	margin: 0px 0px .2em;
}





#container {
	min-width: 1000px;

}
#container #main {
	
}#container #main tr #bg_top {
	background: url(../images/bg_top.gif) no-repeat;
	height: 122px;
	width: 1000px;
}
#container #main tr #bg_top_left {
	background: url(../images/bg_top_left.gif) repeat-x;
	height: 122px;
}
#container #main tr #bg_top_right {
	background: url(../images/bg_top_right.gif) repeat-x;
	height: 122px;
}
#container #main tr #bg_left {
	background: #8bbb63;
}
#container #main tr #bg_mid {
	background: url(../images/bg_mid.gif) repeat-y;
	width: 1000px;
}

#container #main tr #bg_right {
	background: #0091c6;
}
#container #main tr #bg_bot {
	background: url(../images/bg_bot.gif) no-repeat;
	height: 22px;
	width: 1000px;
}

#container #main tr #bg_bot_left {
	background: #8bbb63;
}
#container #main tr #bg_bot_right {
	background: #0091c6;
}
#container #main tr #bg_mid #logoLg {
	margin-top: 69px;
	margin-left: 103px;
}
#container #main tr #bg_mid #taglineLg {
	margin-top: 19px;
	margin-left: 321px;
}
#container #main tr #bg_top #logo {
	float: left;
	margin-top: 17px;
	margin-left: 94px;
}
#container #main tr #bg_top #tagline {
	float: left;
	margin-top: 43px;
	margin-left: 463px;
}
#container #main tr #bg_mid #contents {
	float: left;
	width: 572px;
	padding: 22px 42px 0px 92px;
	min-height: 432px;
}
#container #main tr #bg_mid #nav {
	float: left;
	width: 250px;
	padding-left: 34px;
}
#container #main tr #bg_mid #nav ul {
	margin: 14px 0px 0px;
	padding: 0px;
}
#container #main tr #bg_mid #nav ul li {
	margin: 0px 0px 9px;
	padding: 0px;
	list-style: none;
}

#container #main tr #bg_mid #nav ul li a, #container #main tr #bg_mid #nav ul li a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	list-style: none;
	text-decoration: none;
}
#container #main tr #bg_mid #nav ul li a:active, #container #main tr #bg_mid #nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#container #main tr #bg_mid #contents #about tr .aboutPic {
	padding-right: 18px;
	padding-bottom: 18px;
	padding-top: 3px;
}
#container #main tr #bg_mid #contents #contact tr .mapBot {
	padding-bottom: 84px;
	padding-left: 28px;
}





#container #main tr #footer {
	height: 30px;
}

#container #main tr #footer #copyright {
	float: right;
	height: 30px;
	margin-right: 44px;
	display: block;
}
#container #main tr #footer #copyright p {
	font-size: 11px;
	color: #0091c6;
	float: right;
	line-height: 30px;
	vertical-align: middle;
	margin: 0;
	display: block;
}
#container #main tr #footer #credit {
	float: right;
	height: 30px;
	margin-right: 12px;
}
#container #main tr #footer #credit p {
	font-size: 11px;
	color: #a0a0a0;
	float: right;
	line-height: 30px;
	vertical-align: middle;
	margin: 0;
	display: block;
}
#container #main tr #footer #credit a, #container #main tr #footer #credit a:visited{
	color: #a0a0a0;
	text-decoration: none;
}
#container #main tr #footer #credit a:hover, #container #main tr #footer #credit a:active {
	color: #a0a0a0;
	text-decoration: underline;
}
