@charset "utf-8";
/* CSS Document */

body {
	background: #d9dadc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}
*	html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

#container {
	width: 953px;
	margin: 15px auto 25px auto;
	background: url(../image/body_middle.gif) #fff repeat-y;
}
#container img {
	margin: 0px;
	padding: 0px;
}
div.left {
	float: left;
}
#content {
	width: 925px;
	margin: 0px auto;
}
#content h1 {
	font-size: 160%;
	text-transform: uppercase;
	font-weight: bold;
	color: #1e477b;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content h2 {
	font-size: 120%;
	text-transform: none;
	font-weight: bold;
	color: #a7a9ac;
	margin: 0px;
	padding: 0px;
}
#content p {
	margin-top: 0px;
	line-height: 1.5;
}
#content li {
	line-height: 1.5;
}
#content p.testimonial {
	font-style: italic;
	margin: 0px 100px 0px 100px;
}
#content p.credit {
	font-style: normal;
	margin: 10px 100px 20px 100px;
	text-align: right;
	font-weight: bold;
}
#content img.sidebar {
	padding:5px;
	border: 4px solid #a7a9ac;
}
#menu {
	width: 100%;
	background-color: #1e477b;
	margin: 5px 0px 30px 0px;
}
#footer {
	background: #1e477b;
	width: 925px;
	margin: 25px auto 0px auto;
	font-size: 80%;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer div {
	margin: 4px;
	font-weight: bold;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.clear {
	clear: both;
}
div.tagline {
	font-weight: bold;
	color: #fff;
    padding: 8px 10px 8px 0px;
}
/* begin form styles */
.address {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	}
.lbl {
	vertical-align: top;
	font-weight: bold;
	clear: left;
	width: 145px;
	}
.txt {
	width: 215px;
	}
.txtarea {
	width: 215px;
	height: 100px;
	}
.warning {
	color: #f00;
	}
.formerror {
    border: 1px solid #FFCC00;
    background-color : #FFFFCC;
    width: auto;
	margin: 1px 0px 0px 0px;
    padding: 5px 0;
    }
label {
    text-align: right;
	padding: 0px;
	margin: 0px 5px 0px 0px;
    float: left;
	font-weight: bold;
	color: #000000;
    }
#contact {
	width: 100%;
	}
#contact label {
    width: 145px;
	}
#contact .formerror label {
    width: 145px;
	color: #ff0000;
	}
.errortext {
    padding-left: 150px;
	font-size: 80%;
	color: #c00;
    }
#message {
	color: #f00;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-align:center;
	}
#DisableAutoFillByBot {display: none;}
/* end form styles */