@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bisback.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
}
.blue {
	color: #253159;
}
.green {
	color: #6E9613;
}
.oneColFixCtrHdr #container {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background-image: url(images/header_bisbee.gif);
	background-repeat: no-repeat;
	height: 97px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent a:link {
	color: #6E9613;
	text-decoration:none;
}
#mainContent a:visited {
	color: #6E9613;
	text-decoration:none;
}
#mainContent a:hover {
	color: #253159;
	text-decoration:none
}
.oneColFixCtrHdr #footer {
	background-image: url(images/background_footer.gif);
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}
#footer a:link {
	color: #6E9613;
	text-decoration:none;
}
#footer a:visited {
	color: #6E9613;
	text-decoration:none;
}
#footer a:hover {
	color: #6E9613;
	text-decoration:underline;
}
.sidebar {
	background-image:url(images/background_sidebar.jpg);
	background-repeat:no-repeat;
	height:auto;
	margin-top:30px;
	background-image: url(images/background_sidebar.jpg);
}
.sidebarheader {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #27396F;
	padding-top: 20px;
	font-size: 12px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
}
.sidebarcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	list-style-type: none;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	height: 75px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.biggreen {
	color: #6E9613;
	font-size: 16px;
}
.bigblue {
	color: #253159;
	font-size: 16px;
}
.bigbutton {
	padding: 15px;
	border:#CCC 1px solid;
	text-align:center;
	width: 280px;
	margin: 0 auto;
}
.pictureframe {
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
}
/*------left nav2 styles------*/
.leftnavigation2 {
	width: 128px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: left;
}

ul#navigation2 {
}
ul#navigation2 li {
	list-style: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: -2px;
	border-bottom: 1px  solid #999;	/*border-right: 1px  solid #999;*/
}
ul#navigation2 li a {
	display: block;
	text-decoration: none;
}
#navigation2 #subnav {
	background-color: #666666;
	color: #FFFFFF;
	padding-left: 15px
}
#navigation2 #currentpage {
	text-decoration:none;
	color: #FFF;
	height:38px;
	border: 1px solid #999;
	}	
#navigation2 #currentpagesub a {
	background-color: #6E9613;
	padding-left:30px;
	color: #333;
	margin-top: -10px;
	}	
#navigation2 a:hover {
}
#navigation2 a:link {
	text-decoration:none
}
.leftnavigationsub {
	width: 128px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-decoration: none;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

div.clear {
	clear: both;
}
