body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #565e73 url(../images/bg_gradient.gif) repeat-x 0 0;
	text-align: center;	  /* center design in browser for IE */
	font-size: x-small;  /* for IE5/Win */
	font-size: small;   /* for real browsers */
}

#all-content { margin: auto; background: #fff; border: 1px solid #7e8698; border-top: none; }



#header { display: inline; }

#top-nav { width: 278px; font-size: 75%;  vertical-align: top; padding-top: 4px; letter-spacing: .7px; }
	#top-nav ul { float: right; display: inline; width: 224px; }
	#top-nav ul li { float: left; display: inline; background: none; padding: 1px; }
	#top-nav ul li a { text-decoration: none; color: #64809f; }
	#top-nav a:link, a:visited { color: #64809f; }
	#top-nav a:hover, a:active { color: #ef9928; }

	#logo { padding: 10px 0 10px 87px; }


#header-nav { background: #fff url(../images/nh_main.gif) no-repeat 0 0; }
	#logo-type { padding-left: 10px; }


#flash-area {  }

#content-table { background: #fff url(../images/bg_content.gif) no-repeat 0 0; }

	#main-content { margin-top: -2em; background: #fff url(../images/bg_main-area.gif) no-repeat 0 0; line-height: 1.5em; }
		
		#main-content ul li { margin-left: -30px; width: 190px; }
		#main-content a { text-decoration: none; }
		#main-content a:link, a:visited { color: #77797c; }
		#main-content a:hover, a:active { color: #ef9928; }

#footer {
	display: inline;
	float: left;
	clear: both;
	background: #021035;
	color: #81889a;
	text-align: right;
	font-size: 80%;
	line-height: 2em;
}

ul { list-style: none; text-align: left; }
ul li {
	background: url(../images/i_arrow.gif) no-repeat 0 7px;
	padding-left: 15px;
}

#test-outer { position: relative; margin-left: 1px; width: 200px; height: 100px; text-align: center; }
#test-outer marquee { width: 200px; height: 100px; }
#test-outer img#fade {
						position: absolute;
						display: block;
						left: 0;
						top: 0; 
						width: 200px; 
						height: 100px;
						background: url(../images/bg_test-fade.png) repeat-x 0 0;
}
	* html #test-outer img#fade { background: none; width: 200px;
									filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bg_test-fade-ie.png"); }

#test-outer ul#testimonials {
	font: normal 85% Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#test-outer ul#testimonials li { background: none; list-style: none; margin: .5em 0; padding: 0; }

#logos { padding-left: 40px; }
