@charset "UTF-8";
body {
	background-color: #336B8C;
}
#bodyinner2 {
	background-image: url(../images/headerbackground2.jpg);
	background-repeat: no-repeat;
}
#bodyinner {
	background-image: url(../images/headerbackground2tile.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 890px;
	margin: 0 auto;
	text-align: left;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 306px;
	z-index: 1;
	position: relative;
}
#header .windmill {
	float: right;
	background-image: url(../images/windmill.png);
	width: 222px;
	height: 265px;
	z-index: 1;
	margin-right: 40px;
	margin-top: -30px;
}
#mainContent  {
	padding-bottom: 0px;
	z-index: 2;
	float: right;
	margin-top: -38px;
}
#mainContent  .maincontent_inner  {
	background-image: url(../images/bkgrnd_top.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 85px;
	padding-bottom: 30px;
	width: 755px;
}
#mainContent .rightcol {
	float: right;
	margin-right: 60px;
}
#mainContent .headernav {
	height: 210px;
	background-image: url(../images/navbkgrnd-trans.png);
	background-repeat: no-repeat;
	margin-top: -5px;
	position: relative;
	z-index: 2;
	width: 160px;
}
#mainContent  .headernav ul {
	display: block;
	padding-top: 50px;
	padding-bottom: 5px;
}
#mainContent   .headernav  li {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#mainContent    .headernav   li:hover {
	background-image: url(../images/navbkgrnd_hover-trans.png);
}
#mainContent    .headernav   li a {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}
#mainContent     .headernav    li  a:hover {
	text-decoration: underline;
}
.location  {
	width: 220px;
	margin: 0 auto;
}
#panel    {
	color: #990000;
	background-image: url(../images/papertab_top.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
}
#panel     p    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
}
#panel      a    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	color: #990000;
}
.slide  {
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/papertab_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
}
.btn-slide  {
	-x-system-font:none;
	background:transparent url(images/white-arrow.gif) no-repeat scroll right -50px;
	color:#990000;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:100%;
	margin:0 auto;
	padding:3px;
	text-align:center;
	text-decoration:none;
	font-size: 0.9em;
}
.btn-slide:hover  {
	text-decoration: underline;	
}
.active {
background-position:right 12px;
}
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	padding-bottom: 10px;
	color: #990000;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-bottom: 5px;
	color: #990000;
	padding-top: 20px;
	font-weight: bold;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #990000;
	font-weight: bold;
	padding-bottom: 7px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-bottom: 10px;
	line-height: 1.2em;
}
#mainContent  .homecontentwrapper {
	margin-left: 70px;
	margin-top: 30px;
	margin-right: 350px;
}
#mainContent .homecontentwrapper p {
	line-height: 1.4em;
	padding-bottom: 14px;
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
}
#footer  {
	background-image: url(../images/bkgrnd_bottom.jpg);
	height: 115px;
	float: right;
	width: 890px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.maincontent_inner .sides_rtcol {
	float: right;
	margin-left: 10px;
	width: 350px;
}
.maincontent_inner .sides_leftcol {
	float: right;
	width: 360px;
}
.maincontent_inner .pic_right {
	float: right;
}

