@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#constrain {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
}
 /* -------------------- site container --------------------*/
#container {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}
/* -------------------- link formatting --------------------*/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
/* -------------------- main text formatting --------------------*/
p {
	margin-top: 6px;
	margin-bottom: 13px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: -5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
/* -------------------- text class formatting --------------------*/
.bold {
	font-weight: bold;
}
.boldcaps {
	font-weight: bold;
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.indent {
	padding-left: 15px;
}
.redtext {
	color: #FF0000;
	text-transform: uppercase;
}
.redtextbold {
	color: #FF0000;
	font-weight: bold;
}
.redtextboldblock {
	color: #FF0000;
	font-weight: bold;
	display: block;
}
.smallertext {
	font-size: 10px;
}
.blocktext {
	display: block;
}
.boldblocktext {
	display: block;
	font-weight: bold;
}
.lefttimesbold {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	font-size: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
}
/* -------------------- header formatting --------------------*/
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	padding-top: 135px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 43px;
}
#headerfloat {
	float: right;
	padding-right: 265px;
	text-align: right;
}
ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li {
	display: inline;
	font-size: 14px;
	padding-right: 20px;
}
/* -------------------- main content box formatting --------------------*/
#main {
	text-align: left;
	width: 897px;
	padding-right: 43px;
	padding-left: 43px;
	padding-top: 10px;
}
#simplegallery1 {
	margin-top: 5px;
	margin-bottom: 20px;
}
#tablehome table {
	margin-top: 18px;
	margin-bottom: 15px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#tablehome td {
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#tableservice table {
	padding: 0px;
	margin-top: 10px;
}
#tableservice td {
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 3px;
}
/* -------------------- footer formatting --------------------*/
#footer {
	clear: both;
	text-align: center;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 63px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 19px;
}
/* -------------------- site info formatting --------------------*/
#siteinfo {
	text-align: center;
	font-size: 12px;
	clear: both;
}
.line {
	padding-top: 15px;
}
.imagefloatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 2px;
}

