/* @override http://www.broadgateinfo.net/app/stylesheets/broadgateestate/header_footer_menu.css */

/*
	GLOBAL LINKS
*/

a:link, a:active
{
	color: #b4c714;
	text-decoration: underline;
}


a:hover
{
	color: #666;
	text-decoration: none;
}

a:visited
{
	color: #8a9152;
	text-decoration: underline;
}




#header
{
	width: 780px;
	height: 183px;
	padding: 0;
	margin: 0;
}



/* Definitions for logo are */

#logo-building
{
	margin: 0;
	padding: 0;
	height: 143px;
	float: left;
}


/* Definitions for Building name (Vicinitee Only) */

#building-name
{
	margin: 0;
	padding: 0;
	height: 143px;
	float: left;
}



/* Definitions menu wrapper */

#topmenu
{
	width: 780px;
	height: 20px;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background-color: #000;
	background-image: url("/app/sharedimages/broadgateestate/menu_bg.gif");
	background-repeat: repeat-x;
	z-index: 2000;
}



/* Sets up the menu */

#nav
{
	width: 780px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 10px;
}

#nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Defines the appearance of the links */

#nav a 
{
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
	background-color: #transparent;
	padding: 5px 0 3px 0;
	width: 119px;
	height: 20px;
}


/* Individually set menu option widths and background images */

#nav .one
{
	width: 34px;
	padding: 0 8px 0 5px;
}

#nav .two
{
	width: 73px;
	padding: 0 8px 0 7px;
}

#nav .three
{
	width: 34px;
	padding: 0 8px 0 7px;
	z-index: 2;
}

#nav .four
{
	width: 45px;
	padding: 0 8px 0 7px;
}

#nav .five
{
	width: 100px;
	padding: 0 8px 0 7px;
}

#nav .six
{
	width: 90px;
	padding: 0 8px 0 7px;
}

#nav .seven
{
	width: 95px;
	padding: 0 8px 0 7px;
}

#nav .eight
{
	width: 140px;
	padding: 0 0px 0 0;
}



#nav li a:hover
{
	color: #b4c715;
}

#nav li 
{
	float: left;
}


/* These two make the submenus work */

#nav li ul 
{
	position: absolute;
	left: -999em;
	width: 160px;
}



#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}


/* Defines the appearance of the links in the submenus */

#nav li ul li
{
  height: 20px;
}

#nav li ul a 
{
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #333;
	padding: 2px 0 0 8px;
	margin: 0;
	width: 150px;
	z-index: 2;
}


/* Background images in submenu hovers */

#nav li ul a:hover 
{
	color: #fff;
	background-color: #b4c714;
}





/* For the images within stories */

#storyimages
{
	float: right;
	width: 200px;
	margin: 0 0 5px 5px;
}

img.storyimage2
{
	margin: 10px 0 0 0;
}




/* Footer */
#footer
{
	text-align: center;
	margin: 50px 0 0 0;
	padding: 10px 0 0 0;
	height: 60px;
	color: #fff;
}



/*
	Footer Links
*/

#footer p a:link, a:active
{
	color: #fff;
	text-decoration: underline;
}


#footer a:hover
{
	color: #999;
	text-decoration: none;
}

#footer a:visited
{
	color: #fff;
	text-decoration: underline;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}

/*
	Standard images
*/

img
{
	border: none;
}




