@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #e2ddbd;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#topbannerb {
	height: 15px;
	width: 960px;
	background-image: url(../images/top_banner_header.gif);
	background-repeat: repeat-x;
}
#topbannerb #topright {
	width: 160px;
	float: right;
	text-align: right;
	height: 15px;
	margin-right: 5px;
	font-size: 10px;
}
#container {
	width: 960px;
	margin: 0 auto;
	height: 100%;
}
#middle {
	width: 960px;
	margin:0;
	padding-right: 0;
	padding-left: 0;
	height: 100%;
	background-image: url(../images/bg_middle.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#middle #subnav {
	float: left;
	vertical-align: top;
	width: 195px;

}

#middle #homeimg {
	float: right;
	width: 765px;
	height: 381px;
	display: inline; /* fixes IE/Win double margin bug*/
}
#middle #contentimg {
	float: right;
	width: 765px;
	height: 272px;
	display: inline; /* fixes IE/Win double margin bug*/
}

#middle #content {
	float: right;
	width: 750px;
	display: inline;
	height: 100%;
	margin-right: 5px;
	padding-top: 10px;
}

#news {
	float: right;
	width: 165px;
	display: inline;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 5px;
	height: 100%;

}

#side_pics {
	float: right;
	width: 50px;
	display: inline;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 5px;
	height: 100%;

}

#middle #content #main {
	padding-left: 15px;
	padding-right: 8px;
	height: 100%;
	float: right;
	width: 640px;
	display: inline;
	height: 100%;
	padding-top: 5px;
}

#home_main {
	padding-left: 15px;
	padding-right: 8px;
	height: 100%;
	float: right;
	width: 525px;
	display: inline;
	height: 100%;
	padding-top: 5px;
}

img.content {
	border: 1px solid #c4b885;
}
h1 {
	font-size: 21px;
	color: #c19214;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2px;
	margin-bottom: 7px;
	padding-top: 2px;
	padding-bottom: 7px;
}
h2 {
	font-size: 18px;
	color: #c19214;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
a {
	color: #000f78;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.toplinks {
	font-size: 10px;
	text-decoration: none;
}
a.toplinks:hover {
	text-decoration: underline;
}

a.subnav {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding: 5px 33px 5px 0px;
	text-align: right;
	font-weight: bold;
	background-image: url(../images/btn_none.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
a.subnav:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/btn_side.jpg);
	background-repeat: no-repeat;
}
a.subnav2 {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding: 5px 33px 4px 0px;
	text-align: right;
	font-weight: bold;
	background-image: url(../images/btn_none2.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
a.subnav2:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/btn_side2.jpg);
	background-repeat: no-repeat;
}
input {
	border: 1px solid #D3D3D2;
	background-color: #F2F2F2;
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: disc;
	padding: 0;
	margin: 0;
}
.fronttxt {
	font-size: 11px;
	line-height: 13px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #640000;
}
#footer {
	background-position: center bottom;
	text-align: center;
	bottom: 0px;
	color: #c19214;
	font-size: 10px;
}
