/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background-color: #d5d5d5; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.welcome {padding: 0px 19px 0px 19px;}
.featured {padding: 0px 0px 0px 24px;}

.map {padding: 10px 0px 0px 10px;}

.footer, .copyright {color: #022a2d; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #346e9f;}
a:visited {text-decoration: none; color: #346e9f;}
a:hover {text-decoration: underline; color: #346e9f;}
a:active {text-decoration: none; color: #346e9f;}

.footer a:link, .copyright a:link {text-decoration: none; color: #022a2d;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #022a2d;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #022a2d;}
.footer a:active, .copyright a:active {text-decoration: none; color: #022a2d;}


/* ----- backgrounds ----- */
.bg {background: url('bg.jpg');}

.map {background: url('map.gif') left top no-repeat;}

.bg_top {background: url('bg_top.jpg') center top repeat-x;}
.top_l {background: url('top_l.jpg') right top no-repeat;}
.top_r {background: url('top_r.jpg') left top no-repeat;}

.nav-x {background: url('nav-x.png') center top repeat-x;}
.nav_l {background: url('nav_l.png') right top no-repeat;}
.nav_r {background: url('nav_r.png') left top no-repeat;}

.mid-sidenav {background: url('mid-sidenav.gif') left top repeat-y;}

.bg_bot {background: url('bg_bot.gif') center top repeat-x;}

.bg-y {background: url('bg-y.png') center top repeat-y;}

.featured {background: url('bg_featured.gif') left top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
	#map ul li {list-style-image:none;}
#fader {height: 285px; width: 547px; overflow: hidden;}