


#header
{
	width: 770px;
	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: 68px;
	float: left;
}



/* Definitions for login strip */

#login-strip
{
	width: 770px;
	height: 10px;
	padding: 10px 0 20px 0;
	margin: 0 0 0 0;
	font-size: 1em;
	background-color: #fff;
	color: #999;
	border-top: 1px solid #cccccc;
}

#login-left
{
	float: left;
}

#login-right
{
	float: right;
}



/*
	Login Strip Links
*/

#login-strip a:link, a:active
{
	color: #6e6e6e;
	text-decoration: none;
}


#login-strip a:hover
{
	color: #000;
	text-decoration: underline;
}

#login-strip a:visited
{
	color: #6e6e6e;
	text-decoration: underline;
}



/* Definitions menu wrapper */

#topmenu
{
	width: 530px;
	height: 22px;
	padding: 0;
	margin-top: 33px;
	text-align: right;
	float: right;
	background-color: #fff;
}



/* Sets up the menu */

#nav
{
	width: 520px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	font-size: 10px;
	
}

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


/* Defines the appearance of the links */

#nav a 
{
	display: block;
	color: #000;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	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: 0px;
	padding-right: 8px;
}

#nav .two
{
	width: 78px;
	padding-left: 7px;
	padding-right: 8px;
}

#nav .three
{
	width: 95px;
	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: 72px;
	padding-left: 7px;
	padding-right: 8px;
}

#nav .seven
{
	width: 55px;
	padding-left: 7px;
	padding-right: 0px;
}



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

#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: #666;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: #ececec;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 120px;
	z-index: 2;
}


/* Background images in submenu hovers */

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




/* 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: #e30000;
	text-decoration: underline;
}


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

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

