/* RESET */
html { font-size: 100.01%; }
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
body,h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; }

/* LAYOUT */
img, div { behavior: url(/_scripts/iepngfix.htc); }

body {
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; }
	
#container {
	width: 980px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */ }
	
#header {
	margin: 10px 0px 5px 0px; }
	
.accesslinks {
	width: 0; 
	height: 0; 
	overflow: hidden; }	
	
#headerLogo {
	margin: 0px;
	padding: 0px;}	
	
#GlobalNav {
	margin: 0px;
	padding: 0px;
	background-image: url(/_images/_header/c_BoxBottom.png);
	behavior:url(/_scripts/iepngfix.htc);
	background-repeat: no-repeat;
	height: 31px; }



/*	----------------------------------------------------------------------------
	(3b) Navigation
	--------------------------------------------------------------------------*/
	
#navblock { 
	float: left; 
	margin: 0px; }

#nav, #nav ul {
	line-height:1.4em;
	margin:0;
	list-style:none;
	background:#fff;
	display:block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 19px;
	z-index: 101; } 

#nav a {
	display: block; 
	border-bottom: none; 
	color: #333; }

#nav a:hover {
	color: #333; 
	border-bottom: none; }
	
#nav li {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: auto; } 
	
#nav li img {
	margin: 0; }
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto; }

/* second-level lists */

#nav li ul {
	position: absolute;
	left: -999em;
	top: 25px;
	width: 185px;
	height:auto;
	margin:0 0 0 -9px;
	padding:0;
	background:#FFF;
	display:block;
	list-style:none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999; }
	
#nav li li { 
	height: auto; 
	margin: 0; 
	padding: 0; 
	width:100%; 
	font-size:10px; 
	border-bottom:1px solid #F5F5F0; }

#nav li li span { 
	margin:0; 
	padding:2px 4px 2px 11px; 
	display:block; 
	position:relative; }

#nav li li a, #nav li li a:visited {
	color:#66665F; 
	text-decoration:none; 
	display:block; }

#nav li li a:hover { 
	color:#000; 
	text-decoration:none;
	background:#F5F5F0; }

*>html #navblock ul {f\loat: right; margin-top:11px;} /*IE 5 Mac hack  */
*>html #nav a {f\loat: left;} /*IE 5 Mac hack */
