

#header
{
	width: 770px;
	height: 133px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ffe400;
}



/* Definitions for logo are */

#logo-building
{
	margin: 0 0 0 0;
	padding: 15px 10px 0 0;
	width:  250px;
	height: 71px;
	float: right;
}



/* Definitions for login strip */

#login-strip
{
	width: 770px;
	height: 10px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	font-size: 1em;
	background-color: #676767;
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
	/*display: none;*/
}

#login-left
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

#login-right
{
	float: left;
}



/*
	Login Strip Links
*/

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


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

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



/* Definitions menu wrapper */

#topmenu
{
	width: 170px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	float: left;
	background-color: #;
}

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

#topmenu ul li
{
	margin: 0 0 0 0;
	padding: 0;
}

/* Just for spinningfields' menu title */
#topmenu ul li.title
{
	width: 170px;
	height: 15px;
	color: #000;
	font-weight: bold;
	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: arial, sans-serif;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0px 0 0px 0;
	margin: 0 0 0 0;
	color: #000;
}

ul#nav li a:hover
{
	background-color: #f5f5f5;
	color: #000;
	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: 170px;
 	padding-left: 0px;
 	margin-top: -15px;
 	display: none;
}

ul#nav li ul a
{
	font-family: Arial, sans-serif;  
	padding: 3px;
	color: #818181;
}


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
{
	font-family: Arial, sans-serif;
	text-align: left;
	margin: 50px 0 0 0;
	padding: 10px 0 0 10px;
	background-color: #fff;
	border-top: 2px solid #cccccc;
	height: 60px;
	color: #333;
}



/*
	Footer Links
*/

#footer p a:link, a:active
{
	color: #757575;
	text-decoration: underline;
}


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

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









/* Clearing element */

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


/*
	Standard images
*/

img
{
	border: none;
}
