/* @override http://www.mygreenpark.net/app/stylesheets/greenpark/header_footer_menu.css */

#header 
{
	width: 700px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* Definitions for logo area */

#logo-building 
{
	float: left;
	margin: 0 0 20px 0;
}

/* Green Park Building Name */

#reading 
{
	float: right;
	width: 77px;
	height: 120px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* photo */

#photo 
{
	float: left;
	width: 296px;
}


/* Definitions for login strip */

#login-strip 
{
	width: 700px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 1em;
	color: #949484;
	border-bottom: 1px solid #bdbda8;
}

#login-left 
{
	float: left;
}

#login-right 
{
	float: right;
}

/*

	Login Strip Links

*/

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

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

#login-strip a:visited 
{
	color: #798a04;
	text-decoration: underline;
}

/* Definitions menu wrapper */

#topmenu 
{
	width: 700px;
	height: 22px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #bdbda8;
}

/* Sets up the menu */

#nav 
{
	width: 700px;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	font-size: 10px;
}

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

/* Defines the appearance of the links */

#nav a 
{
	display: block;
	color: #7e7d6d;
	font-weight: normal;
	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: 0px;
}

#nav .two 
{
	width: 82px;
	padding-left: 5px;
}

#nav .three 
{
	width: 100px;
	padding-left: 5px;
}

#nav .four 
{
	width: 70px;
	padding-left: 5px;
}

#nav .five 
{
	width: 115px;
	padding-left: 5px;
}

#nav .six 
{
	width: 98px;
	padding-left: 5px;
}

#nav .seven 
{
	width: 91px;
	padding-left: 5px;
}

#nav li a:hover 
{
	background-color: #949484;
	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: #949484;
	font-weight: normal;
	text-decoration: none;
	background-color: #e8e8cf;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 120px;
}

/* Background images in submenu hovers */

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

/* Footer */

#footer 
{
	text-align: center;
	margin-top: 50px;
	padding-top: 10px;
	height: 60px;
	border-top: 1px solid #bdbda8;
}

#footer a 
{
	color: #798a04;
}


/* Basics */

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

/*
	Standard images
*/

img 
{
	border: none;
}