table#mainline-header {
	height: 1.5em;
	background-color: #FFBF00;
}
	
	/*----- for regular selection ---------------*/
	#navigation a
	{
		color: #fff;
		background: #000 url("/pages/themes/website/orange-intermediate/left-tab.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a span
	{
		background: url("/pages/themes/website/orange-intermediate/right-tab.gif") right top no-repeat;
		padding-right: 10px
	}
	
	#navigation a, #navigation a span
	{
		display: block;
		float: left
	}
	
	/* Commented backslash hack hides rule from IE5-Mac \*/
	#navigation a, #navigation a span
	{
		float: none
	}
	/* End IE5-Mac hack */
	
	#navigation a:hover
	{
		color: #fff;
		background: #FFBF00 url("/pages/themes/website/orange-intermediate/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a:hover span
	{
		background: url("/pages/themes/website/orange-intermediate/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}


	/*----- for current selection ---------------*/
	#navigation a.current
	{
		color: #fff;
		background: #FFBF00 url("/pages/themes/website/orange-intermediate/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a.current span
	{
		background: url("/pages/themes/website/orange-intermediate/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}
	
	#navigation a.current, #navigation a.current span
	{
		display: block;
		float: left
	}
	
	/* Commented backslash hack hides rule from IE5-Mac \*/
	#navigation a.current, #navigation a.current span
	{
		float: none
	}
	/* End IE5-Mac hack */
	
	#navigation a.current:hover
	{
		color: #fff;
		background: #FFBF00 url("/pages/themes/website/orange-intermediate/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a.current:hover span
	{
		background: url("/pages/themes/website/orange-intermediate/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}

	
	/*----- common menu items ---------------*/
	#navigation {
		padding: 0px 0px 0px 10px;
		margin: 0px;
	}

	#navigation ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#navigation li
	{
		float: left;
		display: block;
		margin: 0;
		padding: 0;
	} 

/* top slogan */
div#slogan {
	background-color: #FFBF00;
}

/* menu appearing at bottom of page */
div#footer-menu {
	background-color: #000;
}

/* bottom menu item styles */
div#footer-menu a.footer-menu-item {
	color: #fff;
}


/* special links at bottom */
div#footer-special-links {
	background-color: #000;
}

/* special links style */
div#footer-special-links a.footer-special-links-item {
	color: #fff;
}

/* special links at top, usually used for back button on custom-content pages */
div.special-menu {
	background-color: #000;
}

/* content module title */
div.content-module h2 {
	color: #000;
	border-bottom: 2px solid black;
}

/*
	for edit page specifically
*/

div.edit-module h2 {
	color: #000;
}

/*
	end edit page
*/

table.basic-data th {
	background-color: #000;
}

/* standard form elements */
input {
	border: 1px solid #000;
}

textarea {
	border: 1px solid #000;
}

/*  

	module styles 

*/

/* div for each location */
div.client-location {
	border: 1px solid #000;
}

/* div for featured listing */
div.client-featured-listing {
	border: 1px solid #000;
}

/* div for each sales agent */
div.client-sales-agent {
	border: 1px solid #000;
}


