@charset "utf-8";
a {
	color: #CC0000;
}
a:hover {
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle .image_border {
	padding: 3px;
	border: #CCCCCC solid 1px;
}
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
	background-image: url(image_lib/background.png);
	background-repeat:repeat-x;
}
p {
	margin: 3px 0px 6px 0px;
}
h1, .home_h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0px 5px 10px 0px;
}
h2 {
	font-size: small;
	font-weight: bold;
	margin: 15px 5px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	
}
h3 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	margin: 0px 5px 10px 0px;
}
ul {
	margin: 6px auto 9px auto;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(image_lib/background_content.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	height: 123px;
}
.oneColFixCtrHdr #header #logo {
	padding: 4px 4px 4px 5px;
	width: 98px;
	height: 75px;
	border-bottom: #BEBEBE solid 1px;
	border-top: #BEBEBE solid 1px;
	border-right: #BEBEBE solid 1px;
	float: left;
}
.oneColFixCtrHdr #header #panorama{
	padding: 4px 4px 4px 4px;
	background-color: #F0F0F0;
	border-bottom: #BEBEBE solid 1px;
	border-top: #BEBEBE solid 1px;
	border-left: #BEBEBE solid 1px;
	border-right: #BEBEBE solid 1px;
	float: right;
	width: 480px;
	height: 50px;
}
.oneColFixCtrHdr #header #slogan{
	float: left;
	height: 19px;
	width: 647px;
	margin-left: 15px;
	padding-top: 5px;
	border-bottom: #BEBEBE solid 1px;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header #navigation {
	float: left;
	width: 100%;
	height: 14px;
	font-weight: bold;
	margin: 25px auto auto 10px;
}
.oneColFixCtrHdr #container #header #navigation a, .oneColFixCtrHdr #container #mainContent #mainContent_middle #second_level_navigation a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	margin: 0 1px 0 1px;
	width: 768px
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #mainContent #mainContent_top {
	 height: 9px;
	 width: 768px;
	 background-image:url(image_lib/main_content_top.png);
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle {
	 width: 728px;
	 min-height: 443px;
	 padding: 10px 20px 10px 20px;
	 background-image: url(image_lib/main_content_middle.png);
	 background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #mainContent #mainContent_bottom {
	height: 9px;
	width: 768px;
	background-image:url(image_lib/main_content_bottom.png);
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle .accordion_closed {
	background-image:url(image_lib/accordion_closed.gif);
	line-height: 14px;
	background-repeat: no-repeat;
	padding-top: 30px;
	direction:ltr;
	width:30px;
	height:410px;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle .accordion_open {
	background-image:url(image_lib/accordion_open.gif);
	background-repeat: no-repeat;
	padding: 8px 10px 10px 30px;
	width:580px;
	height:422px;
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle #second_level_navigation {
	float: left;
	width: 160px;

}
.oneColFixCtrHdr #container #mainContent #mainContent_middle #second_level_navigation ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle #second_level_navigation ul ul {
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle #second_level_navigation li {
	padding-bottom: 5px;
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle #content {
	margin: 0 0 0 160px;
	border-left: #BEBEBE solid 1px;
	padding: 0 0 10px 10px;
	min-height: 433px;
}
.oneColFixCtrHdr #container #mainContent .image_right_move {
	padding: 3px;
	border: 1px solid #BEBEBE;
 	margin-top: -130px;
	margin-right: -141px;
	margin-bottom: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #container #mainContent .image_right {
	padding: 3px;
	border: 1px solid #BEBEBE;
}
.oneColFixCtrHdr #container #mainContent .image_left {
	margin: 0 6px 0 0;
	padding: 3px;
	border: 1px solid #BEBEBE;
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle #content #path {
	color: #666;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #mainContent_middle #second_level_navigation ul li {
	font-weight: bold;
}

