


#header
{
	width: 770px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	background-color: #fff;
}



/* Definitions for logo are */

#logo-building
{
	margin-bottom: 0px;
	height: 83px;
	float: left;
}


/* Definitions for Building name (Vicinitee Only) */

#building-name
{
	margin-bottom: 0px;
	height: 66px;
	float: right;
}



/* Definitions for login strip */

#login-strip
{
	width: 750px;
	height: 10px;
	padding: 3px 0 6px 0;
	margin: 15px 0 10px 10px;
	font-size: 1em;
	background-color: #fff;
	color: #999;
}

#login-left
{
	float: left;
}

#login-right
{
	float: right;
}



/*
	Login Strip Links
*/

#login-strip a:link, a:active
{
	color: #7da96c;
	text-decoration: underline;
}


#login-strip a:hover
{
	color: #334d2a;
	text-decoration: none;
}

#login-strip a:visited
{
	color: #7da96c;
	text-decoration: underline;
}



/* Definitions menu wrapper */

#topmenu
{
	width: 750px;
	height: 22px;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	float: left;
	display: inline; /* This is a hack for IE6 so it doesn't double the margin width (Double-Float-Margin-Bug) */
	background-color: #fff;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}



/* Sets up the menu */

#nav
{
	width: 600px;
	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 
{
	font-family: Trebuchet MS, Arial, sans-serif;
	display: block;
	color: #334d2a;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	background-color: #transparent;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 119px;
	height: 15px;
}


/* Individually set menu option widths and background images */

#nav .one
{
	width: 30px;
	padding-left: 10px;
	padding-right: 8px;
}

#nav .two
{
	width: 67px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav .three
{
	width: 83px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
}

#nav .four
{
	width: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav .five
{
	width: 95px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav .six
{
	width: 52px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav .seven
{
	width: 45px;
	padding-left: 10px;
	padding-right: 10px;
}



#nav li a:hover
{
	color: #fff;
	background-color: #7da96c;
}

#nav li 
{
	float: left;
}


/* These two make the submenus work */

#nav li ul 
{
	position: absolute;
	left: -999em;
	width: 130px;
}



#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}


/* Defines the appearance of the links in the submenus */

#nav li ul a 
{
	display: block;
	color: #334d2a;
	font-weight: normal;
	text-decoration: none;
	background-color: #9bc48b;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 120px;
	z-index: 2;
}


/* Background images in submenu hovers */

#nav li ul a:hover 
{
	color: #fff;
	background-color: #7da96c;
}




/* Footer */
#footer
{
	text-align: center;
	margin-top: 50px;
	padding-top: 10px;
	height: 60px;
	color: #333;
	border-top: 1px solid #d0d0d0;
	background-image: url("/app/sharedimages/bakerstreet/pagebottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}



/*
	Footer Links
*/

#footer a:link, a:active
{
	color: #7da96c;
	text-decoration: underline;
}


#footer a:hover
{
	color: #334d2a;
	text-decoration: none;
}

#footer a:visited
{
	color: #334d2a;
	text-decoration: underline;
}

