/**************
  structures
***************/
#masthead {
	margin-bottom: 20px;
}

#content-wrapper #home-nav {
	width: 159px;
	min-height: 243px;
	padding: 64px 0 0 0;
	background: transparent url(../images/bg_home-nav.gif) 0 2px no-repeat;
	color: #0072b6;
	font-size: 1.2em;
}

#content-wrapper #flash {
	width: 841px;
}

#flashcontent {
	position: relative;
	z-index: 1;
}

#slideshow {
	position: relative;
	z-index: 1;
}


#content-wrapper #locations {
	width: 139px;
	padding: 20px 10px 0 10px;
}

#content-wrapper #content {
	width: 490px;
	padding: 15px 20px;
	background: transparent url(../images/bg_home_sep.gif) top left no-repeat;
}

#content-wrapper #latest-news {
	width: 271px;
	padding: 15px 20px;
	background: transparent url(../images/bg_home_sep.gif) top left no-repeat;
}

/****************************
  formatting for structures
*****************************/

/* position container ULs relative, nested ULs absolute 
and then assign an appropriate z-index value so that 
menus can overlap the flash splash on the homepage */
#primary-nav ul {
	position: relative;
	z-index: 100;
}

#primary-nav ul ul {
	position: absolute;
}

/* --- home-nav --- */
#home-nav h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 7px 15px;
	background: transparent url(../images/bg_home-nav_item.gif) bottom left no-repeat;
}

#home-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#home-nav li {
	margin: 0;
	padding: 5px 0 7px 15px;
	position: relative;
	background: transparent url(../images/bg_home-nav_item.gif) bottom left no-repeat;
}

#home-nav a {
	display: block;
	margin: 0;
	padding: 0;
	color: #0072b6;
	text-decoration: none;
}


#home-nav li:hover div.menu,
#home-nav li.hover div.menu {
	display: block;
}

#home-nav li:hover a,
#home-nav li.hover a {
	background: transparent url(../images/bg_home-nav_item_active.png) 90% 50% no-repeat;
}

#home-nav li.hover li a,
#home-nav li:hover li a {
	background: none;
}

#home-nav div.menu {
	display: none;
	position: absolute;
	padding: 5px 5px 0 0;
	top: -7px;
	left: 159px;
	width: 165px;
	z-index: 100;
}

#home-nav div.menu ul {
	height: 1%;
	padding-top: 7px;
	background: transparent url(../images/bg_home-nav_menu.png) top right no-repeat;
}

#home-nav div.bottom {
	background: transparent url(../images/bg_home-nav_menu_bottom.png) bottom right no-repeat;
	width: 165px;
	height: 7px;
}

#home-nav div.menu li {
	font-size: .8em;
	background: none;
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #b7d7ea;
	height: 1%;
}

#home-nav div.menu li.last {
	border-bottom: none;
}

#home-nav div.menu a {
	color: #0072b6;
}

#home-nav div.menu a:hover {
	color: #034a7e;
	font-weight: bold;
}


/****************************
  hacks
*****************************/


* html div.bottom {
	display: none;
}

* html #home-nav div.menu ul li.last {
	margin-bottom: 7px;
}

* html #home-nav div.menu {
	left: 144px;
}

* html #home-nav div.menu ul {
	background-image: none;
	background-color: #fff;
}

* html #latest-news {
	padding-right: 13px;
}

* html #home-nav {
	height: 243px;
}

