/* 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 --------------------------------------------------------------------------*/



.top-nav-item-active{
	border-bottom: solid 5px #f89828;
	color: #f89828;
	height: 32px;
	_width: 0%;
}

.top-nav-item-active li a{
	color: #f89828;
	
}

.top-nav-spacer{
	width: 17px;
	height: 30px;
	float: left;
	background-image: url(images/menu-sep.jpg);
	background-repeat:no-repeat;
	background-position: 10px 9px;
}



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

#content-top{
	background-image: url(images/content-top.png);
	_background-image: url(images/content-top-ie6.jpg);
	background-repeat: repeat-y;
	width: 841px;
	height: 9px;
	_height: 15px;
}

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

#left-pane{
	width: 165px;
	padding: 14px 0px 0px 20px;
	float: left;
}

#right-pane{
	width: 608px;
	padding: 14px 5px 20px 25px;
	float: left;
	line-height: 1.6em;
}

#if-pane{
	width: 793px;
	padding: 14px 5px 20px 20px;
}

#right-pane ul li{
	list-style: disc;
	margin-left: 15px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#content-bottom{
	background-image: url(images/content-bottom.png);
	_background-image: url(images/content-bottom-ie6.jpg);
	background-repeat: no-repeat;
	width: 841px;
	height: 9px;
}

#content-left{
	width: 150px;
	padding: 20px;
	vertical-align: top;
}

#content-right{
	width: 650px;
	padding: 20px;
	vertical-align: top;
}
