/* undohtml.css */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,tr,td
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

html {overflow-y: scroll;}

/* text -----------------------------------------------------------------------*/

body{
	font-family: Helvetica, Trebuchet, sans-serif;
	font-size: 70.01%;
	color: #fff;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Helvetica, Trebuchet, sans-serif;
	font-size: 1em;
}

h1{
  font-family: Helvetica, Trebuchet, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
}

h2{
  font-family: Helvetica, Trebuchet, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
}

p{
	margin-bottom: 10px;
}

a:link {color: #fe8000; text-decoration: none; font-weight: bold;}
a:visited {color: #fe8000;	text-decoration: none; font-weight: bold;}
a:hover {color: #003767;text-decoration: none; font-weight: bold;}
a:active {color: #fe8000; text-decoration: none; font-weight: bold;}

.footer-text {
	color: #5d6467;
}

.credit-text a {
	color: #cccccc;
}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #404042;
   text-align: center;
}

#top-outer{
	width: 100%;
}

#top-inner{
	padding-top: 15px;
	padding-bottom: 10px;
	width: 840px;
	height: 105px;
	margin: 0 auto;
	text-align: left;
}

#middle-outer{
	width: 100%;
	background-image: url(images/background-circles.gif);
}

#middle-inner{
	width: 840px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.2em;
}

#bottom-outer{
	width: 100%;
	text-align: center;
}

#bottom-inner{
	width: 840px;
	padding-top: 15px;
	text-align: center;
	margin: 0 auto;
}

#logo-contact{
	height: 53px;
	width: 840px;
}

/* -- top nav root items --------------------------------------------------------------------------*/

.sf-menu{
  display: none;
}

.top-nav-item-active{
  display: none;
}

.top-nav-item-active li a{
  display: none;
}

.top-nav-spacer{
  display: none;
}


/* ----------------------------------------------------------------------------*/

#content-top{
  display: none;
}

#content-middle{
	background-image: url(images/content-middle.png);
	background-repeat: repeat-y;
	width: 841px;
	color: #404041;
	text-align: left;
}

#left-pane{
	display: none;
}

#right-pane{
}

#if-pane{
}

#right-pane ul li{
}

#content-bottom{
	  display: none;
}

#content-left{
	  display: none;
}

#content-right{
}
