html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.66em;
	background-color: #FFFFFF;
	}
	
table, select, input, textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */
	}	
fieldset {
	border-color: #FFF; /* ie hack so these elements correctly inherit the default text size */
	border: 0;
	border-width: 0;
	}	
	
/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 2em; }
h3 		{ font-size: 1.2em;  }
h4		{ font-size: 1em;  }
h5,h6	{ font-size: .84em;  }

/* default link formatting */			
a, a:link 			{ color: #d4011c; text-decoration: none; }
a:visited 			{ color: #d4011c; text-decoration: none;}	
a:focus, a:hover 	{ color: #d4011c; text-decoration: none;}
a:active 			{ color: #d4011c; text-decoration: none;}


#nav {
	margin-bottom: 10px;
}

#nav a {
	display: block;
	text-decoration: none;
	background-image: url(dummy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 140px;
	padding-left: 19px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#nav li li a { width: 184px; padding-left: 16px; color: #333333; }

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
}
#nav li { margin: 0; padding: 0; list-style-type: none; font-weight: bold; }
#nav ul li {
	font-weight: normal;
	font-size: 1.32em;
	color: #333333;
}

#home-sub a:hover, #home-sub a:focus, #home-sub a.sel { background-image: url(../img/homebar.gif); }
#loc-sub a:hover, #loc-sub a:focus, #loc-sub a.sel { background-image: url(../img/locbar.gif); }
#book-sub a:hover, #book-sub a:focus, #book-sub a.sel { background-image: url(../img/bookbar.gif); }

#nav-main li { 
	list-style: none; 
	display: inline;
	}

#nav-main a {
	display: block;
	height: 28px;
	padding: 11px 10px 0 10px;
	text-decoration: none;
	float: left;
	border-bottom: 4px solid transparent;
	font-size: .84em;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url(img/nav-main2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	}
	
#nav-main a:link, #nav-main a:visited { 
	color: #000000;
}

#nav-main a:focus, #nav-main a:hover { 
	color: #fff;
	background-position: 0 -82px;
}