@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFFFFF;
}
.twoColFixLtHdr  #page_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. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
} 
.twoColFixLtHdr  #page_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 */
	background-color: #FFFFFF;
	background-image: url(assets/layout_images/HPC-Banner.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #CEC9C5;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 13px;
	margin-right: 30px;
	margin-bottom: 13px;
	margin-left: 210px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 10px;
	border-left-style: none;
	border-left-color: #A3ABAD;
	background-color: #FAF8F9;
} 
.twoColFixLtHdr #mainContent p {
	padding-left: 20px;
	line-height: 130%;
}
.twoColFixLtHdr  #page_footer {
	padding: 0 10px 0 20px;
	background-color: #7B6864;
	text-align: center;
} 
.twoColFixLtHdr  #page_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 */
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: right;
	background-color: #FFFFFF;
	margin: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr  #page_container  #navbar {
	background-color: #FFFFFF;
	background-image: url(assets/layout_images/Navigation-bar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	height: auto;
	vertical-align: text-bottom;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr  #page_container  #navbar  table {
	background-position: bottom;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixLtHdr  #page_container  #navbar  table  tr  td {
	background-position: center;
	text-align: center;
	vertical-align: bottom;
}
.twoColFixLtHdr  #page_container  #bottomStrip {
	height: 18px;
}
.singleColumnContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: none;
}
.twoColFixLtHdr  #page_container  #mainContent  #Accordion1  .AccordionPanel  AccordionPanelOpen  .AccordionPanelContent  p {
	line-height: 120%;
}
.twoColFixLtHdr  #page_container  #mainContent  #mapsearch {
	font-size: 11px;
	margin-left: 75px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F0F0F0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: thin outset #F0F0F0;
}
.twoColFixLtHdr  #page_container  #mainContent  #TabbedPanels1  .TabbedPanelsContentGroup  .TabbedPanelsContent  TabbedPanelsContentVisible  img {
	float: right;
}
.twoColFixLtHdr  #page_container  #mainContent  #randomImage {
	float: right;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 35px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	text-align: center;
	color: #FAF8F9;
	background-color: #333333;
	padding: 0px;
}
.twoColFixLtHdr  #page_container  #mainContent  #randomImage  #randomImagePlaceholder {
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr  #page_container  #mainContent  #randomImage  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.twoColFixLtHdr  #page_container  #galleryTopNav  table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #7B6864;
	color: #FFFFFF;
	margin-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AD9179;
	border-right-color: #AD9179;
	border-bottom-color: #AD9179;
	border-left-color: #AD9179;
}
.twoColFixLtHdr  #page_container  #galleryTopNav {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 13px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr  #page_container  #galleryTopNav  td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AD9179;
	border-right-color: #AD9179;
	border-bottom-color: #AD9179;
	border-left-color: #AD9179;
	margin: 0px;
}
.twoColFixLtHdr  #page_container  #galleryTopNav  a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.twoColFixLtHdr  #page_container  #galleryTopNav  p {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
	color: #006699;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr  #page_container  #galleryTopNav  a:hover {
	color: #EAC250;
	text-decoration: underline;
}
.twoColFixLtHdr   #page_container {
	width: 959px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FAF8F9;
	background-position: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(assets/layout_images/Background-slice.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	display: block;
	border: 0px none #000000;
}
.smallWarning {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.twoColFixLtHdr #page_container #sidebar1 #MenuBar1 .smallText {
	font-size: 12px;
}
.style3 {
	color: #FAF8F9;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	background-color: #83847E;
	padding: 5px;
	margin-bottom: 25px;
}

.style4 {
	font-size: 11px;
	text-align: center;
	margin-top: 25px;
	padding: 5px;
	margin-bottom: 15px;
}
