#header
{
	width: 710px;
	height: 150px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}



/* Definitions for logo are */

#logo-building
{
	margin: 0px;
	height: 120px;
	float: left;
}


/* Definitions for Building name (Vicinitee Only) */

#building-name
{
	margin-bottom: 0px;
	height: 66px;
	float: right;
}



/* Definitions for login strip */

#login-strip
{
	width: 710px;
	height: 20px;
	padding: 6px 0 3px 0;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1em;
	background-color: #fff;
	color: #878587;
	border-bottom: 1px solid #ededed;
}

#login-left
{
	float: left;
}

#login-right
{
	float: left;
	margin: 0 0 0 20px;
}



/*
	Login Strip Links
*/

#login-strip a:link, a:active
{
	color: #878587;
	text-decoration: none;
}


#login-strip a:hover
{
	color: #666;
	text-decoration: none;
}

#login-strip a:visited
{
	color: #878587;
	text-decoration: none;
}



/* Definitions menu wrapper */

#topmenu
{
	width: 120px;
	padding: 0;
	margin: 10px 0 0 152px;
	float: left;
	background-color: #fff;
}

#topmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}



/* side menu nav rollover */
/* be sure to double-reference the id for IE to work */

ul#nav li:hover ul, ul#nav li.over ul 
{ 
	display: block; 
}

ul#nav li a
{
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	display: block;
	text-decoration: none;
	padding: 1px;
	margin: 0 0 0 0;
	color: #919191;
}

ul#nav li a:hover
{
	background-color: #f5f5f5;
	color: #302e5c;
	text-decoration: none;
}

/* sub menu */

ul#nav li ul
{
	display: block;
	background-color: #f5f5f5;
	list-style: none;
	color: #fff;
	text-decoration: none;
	position: absolute;
  	margin-left: 118px;
  	padding-left: 0px;
  	margin-top: -15px;
  	display: none;
}

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



/* Holly Hack. IE Requirement to get rid of white space \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */


/* Footer */
#footer
{
	text-align: center;
	margin-top: 50px;
	padding-top: 20px;
	background-color: #ededed;
	height: 60px;
	color: #333;
	background-image: url("/app/sharedimages/portman/footer_strip.jpg");
	background-repeat: no-repeat;
}

#footer-left
{
  float: left;
  text-align: left;
}

#footer-right
{
  float: right;
  text-align: right;
}

#footer p
{
  color: #878587;
}



/*
	Footer Links
*/

#footer p a:link, a:active
{
	color: #666;
	text-decoration: underline;
}


#footer a:hover
{
	color: #02b3bd;
	text-decoration: none;
}

#footer a:visited
{
	color: #333;
	text-decoration: underline;
}


