/* general */
html { overflow: hidden; }
body { font-size: 12px; line-height: 16px; }
h2 { font-size: 12px; line-height: 20px; float: left; padding: 3px 12px 4px; clear: left; margin-bottom: 12px; }
  h2 a { color: #fff; text-decoration: none; }
h3 { position: relative; }
h3, .announcement p { font-size: 24px; line-height: 25px; }
h4 { font-size: 16px; }
img { border: 0; }

/* top navigation */
#top-navigation { line-height: 14px; position: fixed; top: 0; z-index: 105; font-size: 12px; margin: 0 auto; width: 1006px; }
  #top-navigation h1 { float: left; margin: 6px 22px 0 0; }
  #top-navigation ul { float: left; }
    #navigation li { z-index: 11; }
      #navigation li.navigation-item { display: inline; float: left; position: relative; margin-left: 2px; }
        #navigation li.navigation-item a { height: 37px; padding: 12px 9px 0; }
      #navigation a { display: block; text-decoration: none; width: 86px; }
    #navigation ul.sub-navigation { float: none; position: absolute; display: none; top: 100%; }
        #navigation ul.sub-navigation li a { padding: 3px 9px 2px; height: auto; }

/* layout */
#page-wrapper { position: absolute; top: 0; left: 0; z-index: 70; overflow: hidden; height: 100%; width: 100%; }
#page-container { margin: 0 auto; width: 1024px; position: relative; }
  .displays-content { position: absolute; top: 108px; z-index: 3; max-height: 410px; display: none; }
  .displays-content li { position: relative; }
  .displays-content { width: 449px; height: 449px}
  
  .displays-contact { width: 549px; height: 649px}
   .displays-contact { position: absolute; top: 108px; z-index: 3; max-height: 410px; display: none; }
  .displays-contact li { position: relative; }
  
  
  #content { left: 227px; opacity: 0.83; }
  #secondary-content {
	left: 607px;
	position: absolute;
	bottom: 60px;
	width: 1024px;
	height: 50px;
	margin: 0 auto;
	font-style: italic;
	font-size: 10px;
	z-index: 100;
}

/* content area */
.content-area p { margin: 0 12px 16px; clear: left; }
.content-area h3, .content-area h4 { margin: 0 12px 6px; clear: left; }
.logo-image { clear: left; float: left; }
.blogs-news .content-area h3, .blogs-press .content-area h3 { padding-top: 3px; }
.content-area p.date { font-size: 10px; font-style: italic; margin: 6px 12px 0; }
.content-area .menu-item span { float: right; color: #222; }

/* background images */
html, body, .bg, .bg table, .bg td { height: 100%; width: 100%; overflow: hidden; }
.bg .wrapper { height: 200%; left: -50%; position: absolute; top: -50%; width: 200%; }
.bg td { text-align: center; vertical-align: middle; }
.bg img { margin: 0 auto; min-height: 50%; min-width: 50%; }

#background-images .bg { left: 100%; position: absolute; top: 0; }
#background-images .bg-before { left: -100%; position: absolute; top: 0; }
#background-images .active { left: 0; position: static; }


label { font-style: italic; width: 65px; float: left; clear: left; display: inline; }
label.checkbox { margin: 4px 0 4px 63px; width: 280px; overflow: auto; }
  label.checkbox input { margin-right: 2px; }
input { margin-bottom: 4px; float: left; }
.submit { margin: 5px 0 10px 31px; }

#site-credits {
	position: fixed;
	bottom: 0px;
	width: 724px;
	margin: 0 auto;
	opacity: 0.83;
	font-size: 10px;
	z-index: 400;
	background-image: url(images/brown.gif);
	padding-right: 820px;
	margin-left: 225px;
	height: 42px;
	vertical-align:middle
	
}



/* content show/hide */
#show-all-content { position: absolute; top: 15px; right: 15px; z-index: 1001; display: none; }
.hide-all-content { float: right; margin-top: 7px; margin-right: 4px; }

.inner-content { opacity: 0.83; padding-bottom: 1px; margin-bottom: 12px; }