@charset "utf-8";
body
{
	background-image:url(images/bodybg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#660808;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	font-weight:bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#whole {
	width: 750px;
	text-align: left;
	margin-top: 0px;
	position:relative;
}
#logoWrap {
	width:178px;
	background-color:#FFFFFF;
	height:203px;
	float:left;
	margin-right:10px;
}
#logo {
	float: left;
	margin-right: 28px;
	margin-left: 12px;
}
#logo img {
	margin-top: 25px;
}
#phone {
	position:absolute;
	font-size:22px;
	font-weight:bold;
	left: 0px;
	height:43px;
	top: 208px;
	width:178px;
	color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}
#numberWrap{
	padding-top:6px;
}
#copyright {
	margin-left: 75px;
	font-size: 10px;
	text-align: right;
}
#navi {
	margin-left:188px;
	width:528px;
}
#navi a{
	margin: 0px;
}
.line {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	height: 5px;
	width: 179px;
	left: 0px;
	top: 236px;
}
#left_box {
	margin-top: 10px;
	width: 178px;
	float: left;
	height:inherit;
	background-color: #BDB76B;
}
.leftb_header {
	font-weight:bold;
	color: #FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	height: 35px;
	text-align:center;
}
#leftb_main {
	background-color: #BDB76B;

}
#leftb_main li {
	font-size:12px;
	margin: 0px 0px -15px 5px;
	padding-bottom: 15px;
	list-style-position:inside;
}
#footer_text {
	background-color:#BDB76B;
	padding-left:5px;
}
#leftb_foot{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	height: 45px;
}
#footer {
	margin-left:188px;

}
#footer_top {
	height:16px;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
}
.footerLinks{
	font-weight:bold;
	font-size:11px;
	color:#484632;
	margin-right:10px;
}
#content {
	float: none;

}
#mainContent {
	margin-top:12px;
	margin-left: 188px;
	background-color: #CCCC99;
	padding-left:5px;
	padding-right:5px;
}
#formwrap input,textarea {
	background-color:#FFFFFF;
	border: thin solid #484532;
	margin-bottom:5px;
}
.formlabel {
	padding-left:20px;
	text-align:left;
}
.naviCell {
	background-image: url(images/unactive.jpg);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align: middle;
}
.naviCell:hover {
	background-image: url(images/active.jpg) !important;
	background-repeat:repeat-x;
}
table img {
	border-style:none !important;
	border-width:0px !important;
	margin:0px !important;
}