


#header
{
	width: 710px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}



/* Definitions for logo are */

#logo-building
{
	margin-bottom: 0px;
	height: 66px;
	float: left;
}


/* Definitions for Building name (Vicinitee Only) */

#building-name
{
	margin-bottom: 0px;
	height: 66px;
	float: right;
}



/* Definitions for login strip */

#login-strip
{
	width: 700px;
	height: 10px;
	padding-left: 10px;
	padding-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 6px;
	font-size: 1em;
	background-color: #c6d4e0;
	color: #547ca2;
}

#login-left
{
	float: left;
}

#login-right
{
	float: right;
}



/*
	Login Strip Links
*/

#login-strip a:link, a:active
{
	color: #547ca2;
	text-decoration: underline;
}


#login-strip a:hover
{
	color: #f16f18;
	text-decoration: none;
}

#login-strip a:visited
{
	color: #547ca2;
	text-decoration: underline;
}



/* Definitions menu wrapper */

#topmenu
{
	width: 710px;
	height: 22px;
	padding: 0;
	margin-top: 0px;
	float: left;
	background-color: #547ca2;
}



/* Sets up the menu */

#nav
{
	width: 700px;
	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: 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: 39px;
	padding-left: 10px;
	padding-right: 8px;
}

#nav .two
{
	width: 82px;
	padding-left: 7px;
	padding-right: 8px;
}

#nav .three
{
	width: 100px;
	padding-left: 7px;
	padding-right: 8px;
	z-index: 2;
}

#nav .four
{
	width: 70px;
	padding-left: 7px;
	padding-right: 8px;
}

#nav .five
{
	width: 115px;
	padding-left: 7px;
	padding-right: 8px;
}

#nav .six
{
	width: 55px;
	padding-left: 7px;
	padding-right: 8px;
}

#nav .seven
{
	width: 100px;
	padding-left: 7px;
	padding-right: 8px;
}



#nav li a:hover
{
	color: #fff;
	background-color: #f16f18;
}

#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: #126392;
	font-weight: normal;
	text-decoration: none;
	background-color: #c1defa;
	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: #8dbce9;
}




/* Footer */
#footer
{
	text-align: center;
	margin-top: 50px;
	padding-top: 10px;
	background-color: #fff;
	height: 60px;
	color: #333;
}



/*
	Footer Links
*/

#footer p a:link, a:active
{
	color: #547ca2;
	text-decoration: underline;
}


#footer a:hover
{
	color: #f16f18;
	text-decoration: none;
}

#footer a:visited
{
	color: #547ca2;
	text-decoration: underline;
}

