
#home-splash {
	clear: both;
}

#nav-menu-fixed-height {
	float: left;
	width: 212px;
	height: 245px;
	background-color: #88B7CB;
	background-image: url("images/sidebar-gradient_w1.gif");
	background-repeat: repeat-x;
	background-position: bottom; 
	border-top: 1px solid #88B7CB;
	border-bottom: 1px solid #EEE;
}

#nav-menu {
	margin: 16px 0px 36px 0px;
	padding:0px 18px 0px 18px; /* ?? -z */
}

#nav-menu li {
 background-color: #88B7CB;
 background-image: url("/images/NavBackground05a.gif");
 background-repeat: no-repeat;
 background-position: bottom right;
 list-style-type: none;
 list-style-image: none;
 text-transform: uppercase;
 font-size: 16px;
font: 14px/24px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
 height: 28px;
 margin-bottom: 4px;
 font-weight:bold;
}
 
#nav-menu li:hover {
/*
 letter-spacing: 2px;
border-bottom: 1px solid red;
*/
}
 
#nav-menu a {
 display: block;
 color: #fff;
 text-decoration: none;
 padding: 3px 0px 3px 4px;
}
 
#nav-menu a:visited {
 color: #fff;
}
 
#nav-menu a:hover {
 padding-left: 8px;
 color: #fff;
 text-decoration: none;
 background-image: url("/images/NavBackground06a.gif");
 background-repeat: no-repeat;
 background-position: bottom right;
}

#accent-photo {
	float: right;
}

#accent-banner {
/*	font: italic 18px Geneva, Arial, Helvetica, sans-serif;*/
	font-family:"trebuchet ms";
	font-style:italic;
	font-size:18px;

	text-align: right;
	color: #003E7B;
	background-color: #EEE;
	padding: 4px 10px;
	border: none;
/*	text-transform: lowercase;*/
	text-transform:capitalize;
	letter-spacing: 1.8px;
}


/*#accent-photo-fixed-height object {}*/
