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

html {
	margin: 0;
	padding: 0;
}
body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-image: url(../images/bg_horizontal.gif);
	background-repeat: repeat-x;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#container {
	width: 974px;
	margin: 0 auto;
	display: block;
	height: 100%;
}
#topbanner {
	height: 89px;
	width: 974px;
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	top-margin: 10px;
	margin-top: 10px;
}
#topbanner #topright {
	width: 119px;
	float: right;
	color: #FFFFFF;
	height: 89px;
}
#topbanner #topleft {
	width: 209px;
	float: left;
	color: #FFFFFF;
	height: 89px;
}
#middle {
	width: 974px;
	height: 100%;
}

#nav {
	width: 974px;
	float: left;
	background-color: #FFFFFF;
}
#navcontainer ul li {
	list-style-type: none;
	float: left;
	width: 135px;
	display: inline;
	text-align: center;
}
#navcontainer a {

	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #bebebe;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: center;
	padding: 2px 19px;
	line-height: 26px;
}
#navcontainer a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0f73d3;
}
#middle #homeimg {
	width: 974px;
	height: 190px;
	clear: both;
	padding-top: 10px;
}
#middle #content {
	width: 974px;
	float: left;
	height: 253px;
	background-repeat: no-repeat;
	background-image: url(../images/btm_banner.jpg);
}
#middle #content #col1 {
	float: left;
	width: 370px;
	padding-top: 45px;
	margin-left: 12px;
	font-size: 11px;
	color: #404040;
	display: inline; /* fixes IE/Win double margin bug*/
}
#middle #content #col2 {
	float: left;
	width: 180px;
	height: 100%;
	margin-left: 60px;
	padding-top: 15px;
	font-size: 11px;
	color: #404040;
	display: inline; /* fixes IE/Win double margin bug*/
}
#middle #content #col3 {
	float: left;
	width: 280px;
	padding-top: 15px;
	vertical-align: top;
	font-size: 11px;
	color: #404040;
	margin-left: 65px;
	display: inline; /* fixes IE/Win double margin bug*/}
#middle #content2 {
	width: 974px;
	float: left;
	height: 100%;
	margin-top: 8px;
	background-color: #FFFFFF;
}
#middle #content2 #col1 {
	float: left;
	width: 221px;
	display: inline; /* fixes IE/Win double margin bug*/
}
#middle #content2 #col2 {
	float: left;
	width: 600px;
	height: 100%;
	margin-top: 8px;
	margin-left: 60px;
	color: #404040;
	display: inline; /* fixes IE/Win double margin bug*/
}

h1 {
	font-size: 16px;
	color: #0f73d3;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
img.content {
	border: 2px solid #a89a5f;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #404040;
}

a {
	color: #0f73d3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.subnav {
	color: #bebebe;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	}
	
a.subnav:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0f73d3;
	}
	
.subnavon {
	color: #ffffff;
	text-decoration:none;
	background-color: #0f73d3;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: bold;

	}
ul {
	list-style-type: disc;
	padding: 0;
	margin: 0;
}
#footer {
	bottom: 0px;
	width: 974px;
	height: 64px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#footer #copyright {
	color: #8d8d8d;
	font-size: 11px;
	float: left;
	width: 650px;
	padding-left: 125px;
	padding-top: 20px;
}
