@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #000000;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/building_brick_background.jpg);
	background-repeat: repeat-y;
}
#header #headerbottom {
	background-image: url(images/header_awning.jpg);
	height: 190px;
	width: 980px;
}
#header #headerbottom .logo {
	left: 375px;
	top: 38px;
	position: relative;
}
#header #headerbottom .headeraddress {
	text-align: center;
	top: 58px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
}
#main {
	width: 980px;
}
#main  a:link, #main a:visited {
	color: #90082D;
}
#main a:hover {
	color: #006837;
}
#main #nav  {
	float: left;
	width: 195px;
	margin-left: 30px;
	display: inline;
}
#main #nav #navtop {
	background-image: url(images/nav_back_top.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 195px;
}
#main #nav #navmiddle {
	background-image: url(images/nav_back_middle.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 195px;
}
#main #nav #navmiddle ul {
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: none;
}
#main #nav #navmiddle a:link, #main #nav #navmiddle a:visited {
	color: #000000;
	text-decoration: none;
}
#main #nav #navmiddle ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #90082d;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#main #nav #navmiddle img {
	margin-top: 9px;
	margin-left: 13px;
}
#main #nav #navbottom {
	background-image: url(images/nav_back_bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 15px;
	width: 195px;
	padding: 0px;
}
#main #rightcolumn {
	float: right;
	width: 700px;
	margin-right: 30px;
	display: inline;
}
#main #rightcolumn #righttop {
	background-image: url(images/content_back_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#main #rightcolumn #rightmiddle {
	background-image: url(images/content_back_middle.png);
	background-repeat: repeat-y;
	width: 700px;
	min-height: 400px;
	margin: 0px;
	padding: 0px;
}
#main #rightcolumn #rightmiddle #content {
	margin-right: 35px;
	margin-left: 25px;
	padding-top: 10px;
}
#main #rightcolumn #rightbottom {
	background-image: url(images/content_back_bottom.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 700px;
}
#rightcolumn #rightmiddle #content p {
	padding-bottom: 12px;
}
#main #rightcolumn #rightmiddle #content img {
	border: 3px solid #006837;
}
#main #rightcolumn #rightmiddle #content .centertxt {
	text-align: center;
}
#main #rightcolumn #rightmiddle #content .greentxt {
	color: #006837;
}
#main #rightcolumn #rightmiddle #content .italic {
	font-style: italic;
}
#main #rightcolumn #rightmiddle #content caption {
	font-size: 1.15em;
	color: #90082d;
	text-align: left;
	text-decoration: underline;
	margin-top: 10px;
	font-weight: bold;
}
#main #rightcolumn #rightmiddle #content hr {
	margin-top: 10px;
	color: #CCCCCC;
}
#main #rightcolumn #rightmiddle #content ul {
	margin-left: 12px;
}
#content h1 {
	text-align: center;
	color: #90082d;
	font-size: 1.15em;
}
#content h2 {
	color: #90082d;
	font-size: 1.4em;
	margin-top: 5px;
}
#content h3 {
	margin: 0px;
	color: #90082d;
	font-size: 1.15em;
	text-decoration: underline;
	padding: 0px;
}
#content h4 {
	text-align: center;
	font-size: 0.95em;
	line-height: 13px;
	font-weight: normal;
	padding-bottom: 12px;
}
#content  h5    {
	color: #90082d;
}
#footer {
	background-image: url(images/footer_background_static.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 980px;
}
#footer a:link, #footer a:visited {
	color: #90082d;
}
#footer a:hover {
	color: #006837;
}
#footer #footinfo {
	width: 645px;
	left: 290px;
	top: 5px;
	position: relative;
}
#footer #footinfo p {
	font-size: 0.85em;
	text-align: center;
	line-height: 1.1em;
}
#footer #footinfo img {
	margin-top: 5px;
}
#footer #copyright {
	text-align: center;
	width: 675px;
	float: right;
	position: relative;
	top: 65px;
}
#footer #copyright p {
	font-size: 0.9em;
}
#footer #copyright a {
	font-size: 1em;
}
#footer #copyright span {
	font-size: 0.8em;
	line-height: 9px;
}
#footer #footinfo h4 {
	text-align: center;
	font-size: 1.65em;
	color: #006837;
}
a:link img, a:visited img, a:hover img   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.bold {
	font-weight: bold;
	font-size: 1em;
}
.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.clear {
	clear: both;
}
