/*--------- 
CSS Document for Harborfest
HOME PAGE - Lynette Rota
---------*/

/*--------- BODY TAG STUFF ---------*/
body {
	text-align:center;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	background:#C4DEDE url(bg1.gif) center no-repeat;
	margin:0 0 0 0;	
}

#display {
	position:relative;
	width:750px;
	text-align:left;
	margin: 0 auto;	
	border-left:1px solid #193C8E;
	border-right:1px solid #193C8E;
	border-bottom:1px solid #193C8E
}

/*--------- NAV BAR STUFF ---------*/
#nav {
	padding-top:4px;
	background: url(navgrad.gif) repeat-x left top;
	width:750px;
	height:21px;
	position:absolute;
	right:0px;
	top:239px;
}

#nav ul {
	margin-top:0;
	margin-right:0;
	padding-right:0;
	display:inline;
	} 

#nav ul li {
	margin-right:0;
	padding:3px 5px;
	background: url(separator.gif) no-repeat right;
	list-style:none;
	display:inline;
	}
	
#nav ul li.first {
	margin-left:0;
	border-left:none;
	list-style:none;
	display:inline;
	}

#nav a {
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
	color: #ffffff;
}

/*--------- MAIN STUFF ---------*/

#links {
	margin-top:20px; /* space between lists */
	width:350px;
}

#links ul {
	margin-top:0;
	margin-bottom:0;
	padding-top:0px;
	list-style: none;
	margin-left: 5px;
	padding-left: 1em;
	text-indent: -1em;
}


#links li {
	color:#999;
}

#links h3 {
	margin-top:0;
	margin-bottom:0;
	color: #CC3300;
	font-weight: bold;
	font-size: medium;
}

#links a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#links a:hover {
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}

/*--------- FOOTER ---------*/

#footer a {
	color: #000066;
	text-decoration: none;
}

#footer a:hover {
	color: #0033CC;
	text-decoration: underline;
}
