/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #c0c0c0;
}

a
{
	color: #006699;
}

img
{
	border: 0;
}
/*===========================================================*/
/* --  SITE ID REGION ----------------------------------------*/

#siteID
{
	height: 98px;
	background-repeat: no-repeat;
	background-position: 150px;
	background-color: #730606;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	width:100%;
}

#siteID h2
{
	position: relative;
	z-index: 10;
	font-family: "Arial";
	font-weight: bold;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 26px 0px 0px 170px;
}

#siteID h1
{
	position: relative;
	z-index: 10;
	font-family: "Verdana";
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	font-size: 1.65em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -0.03em;
	font-style: oblique;
}

/*===========================================================*/
/*===========================================================*/
/* --  NAVIGATION  -----------------------------------------------*/

#nav
{
	width: 148px;
	float: left;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: -32767px;
	padding-bottom: 32767px;
	border-right: 2px solid #000;
}

#nav li
{
	margin: 0px;
	padding: 4px 0px 4px;
	font-weight: bold;
}

#nav ul ul
{
	border-left: 4px solid #000000;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nav ul ul ul
{
	border-left-style: none;
	padding-left: 0px;
}
#nav .currentpage
{
}

#nav ul
{
	margin: 0px;
	list-style-type: none;
	display: block;
	padding: 0px 0px 20px;
}

#nav a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 16px;
	display: block;
	height: 200%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}

#nav ul ul a
{
	padding-left: 32px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nav ul ul ul a
{
	padding-left: 48px;
	font-weight: normal;
}

#nav a:hover
{
	display: block;
}

#nav ul .nav-highlight
{
	border-left-style: solid;
	border-left-width: 4px;
	padding-left: 12px;
}

#nav ul ul .nav-highlight
{
	border-left-style: none;
	padding-left: 30px;
}

#nav ul ul ul .nav-highlight
{
	border-left-style: none;
	padding-left: 46px;
}

/*===========================================================*/
/* --  LOGO  -----------------------------------------------*/

#logo
{
	display:block;
	position: absolute;
	z-index: auto;
	left: 0px;
	top: 2px;
	right: 0px;
	bottom: 0px;
	width: 150px;
	height: 100px;
}
/*===========================================================*/
/* --  CONTENT  -------------------------------------------*/

#content
{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

#content
{
	width: 100%;
	float: none;
	float: /**/ none;
}
#content, #content #main
{
	background-color: #FFFFFF;
}
/*===========================================================*/
/* --  CONTENT MAIN ----------------------------------------*/

#content #main
{
	font-size: x-small;
	padding: 10px;
	margin-left: 160px;
}

#content #main p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 1.3em;
}

#content #main ul
{
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	font-size: 1.2em;
}



#content #main h1
{
	font-family: "Times New Roman" , Times, serif;
	font-size: x-large;
	color: #6BA2AA;
	letter-spacing: 0.05em;
	margin: 0px 0px 5px;
	padding: 0px;
}

#content #main h4
{
	font-family: "Trebuchet MS";
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: medium;
	color: #9D7E62;
}

/*===========================================================*/
/* --  LOCAL FOOTER -----------------------------------------*/

#localfooter
{
	clear: both;
	background-color: #CCCCCC;
	font-size: x-small;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*===========================================================*/
/* --  FOOTER -------------------------------------------*/

#footer2
{
	text-align: center;
	font-size: x-small;
	width: 100%;
	padding-top: 8px;
}


/* --  COLORS  ---------------------------------------------------------------------------------------------------*/
/* --  Link color  -------------------------------------------*/

a
{
	color: #006699;
}

/*===========================================================*/
#siteID h2
{
	color: #FFCC00;
}
#siteID h1
{
	color: #FFFFFF;
}

/*======= Navigation colors ==================================================*/
/* sidebar color */
#nav
{
	background-color: #666666;
}

/* rollover color */
#nav li a:hover
{
	color: #FFCC00;
}

/* nav link color */
#nav a
{
	color: #FFFFFF;
}

/* nav highligt colors */
#nav ul ul, #nav ul .nav-highlight
{
	border-left-color: #FFCC00;
	color: #FFCC00;
}

#nav ul ul .currentpage
{
	background-color: #FFCC00;
}
#nav .currentpage
{
	background-color: #FFCC00;
	color: #000000;
}
#nav li a.nav-highlight:hover, #nav li a.currentpage:hover
{
	color: #fff;
}
/*---*/
#nav ul ul, #nav ul .nav-highlight, #nav ul ul ul
{
	background-color: #737373;
}

#nav ul ul
{
	background-color: #737373;
}
#nav ul ul ul
{
	background-color: #858585;
}
/*==============================================================================*/
/*======= featured link colors ==================================================*/
#nav #featured, #nav #featured a:hover
{
	background-color: #CCCCCC;
}

/* text color of featured link font */
#nav #featured a
{
	color: #990033;
}

/* featured link rollover color */
#nav #featured a:hover
{
	color: #CC0000;
	background-color: #CCCCCC;
}

/*===========================================================================*/
/* -- Header color  ------------------------------------------*/
#localfooter
{
	background-color: #CCCCCC;
}
.picture
{
	border: 0px solid #ffcc00;
}

#content #main #apparatus table
{
	padding:5px 0 5px 0;
}
#content #main #apparatus tr
{
	text-align:center;
}

#content #main #apparatus tr.title
{
	
}
#content #main #apparatus tr.title td
{
	background:#c0c0c0;
	color:#990000;
	font-weight:bold;
	padding:3px 0 3px 0;
	border:1px solid #000;
}

.jsShadow, .picture, #content #main .photo img
{ 
  margin:4px 10px 0 10px;
  padding: 5px 5px 5px 5px;
  background: #fff;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #C9CACB;
  border-right: 1px solid #C9CACB;
  border-bottom: 1px solid #C9CACB;
  position: relative;
}

/*======================================================================================*/
/*-------------Image Drop Shadows-------------*/
div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(images/shadows/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(images/shadows/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(images/shadows/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shadows/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shadows/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
br
{
	clear:both;
}

#content h6, #content h5, #content h4, #content h3,#content h2, #content h1 {
	margin: 0px;
	padding: 0px 0px 20px;
	letter-spacing: 0.00em;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#content h6, #content h5, #content h4{
	padding: 0px 0px 2px;	
}
#content h1 {
	font-size: 2.2em;	
	line-height: .9em; 
}
#content h2 {
	font-size: 1.9em;
	line-height: .8em; 	
}
#content h3{
    font-weight: bold;
	font-size: 1.6em;	
}
#content h4{
    font-weight: bold;
	font-size: 1.2em;
}
#content h5
{
    font-weight: bold;
	font-size: .9em;
}
#content h6
{
    font-weight: bold;
	font-size: .8em;
}
#content h2, #content h4{		
	color: #003768;	
}
#content h3,  #content h1{ 
	color: #9e1b34;
}

#content h5, #content h6 { font-family: Arial, Helvetica, sans-serif; } 
div.photo { float:left;}
div.title { 
	display:block;
	text-align:center; 
	color:#990000;
	font-weight:bold;
	padding:3px 0 3px 0;
	margin:0;
	}
#main #admin li { padding-bottom:15px; }
