table#mainline-header {
	background-color: #000;
}

/* top header block */
div#header {
	clear: both;
}

/* used for website title in header block */
div#header h1 {
	color: black;
}

/* menu block */
div#menu {
	padding: 0px 5px 0px 0px;
	background-color: #FFF;
}

div#menu-right {
	background-color: #FFF;
}


	/*----- for regular selection ---------------*/
	#navigation a
	{
		color: #fff;
		font-weight: bold;
		background: black url("/pages/themes/website/caseih/left-tab.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a span
	{
		background: url("/pages/themes/website/caseih/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: #d73647 url("/pages/themes/website/caseih/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a:hover span
	{
		background: url("/pages/themes/website/caseih/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}


	/*----- for current selection ---------------*/
	#navigation a.current
	{
		color: #fff;
		background: #d73647 url("/pages/themes/website/caseih/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a.current span
	{
		background: url("/pages/themes/website/caseih/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: #d73647 url("/pages/themes/website/caseih/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a.current:hover span
	{
		background: url("/pages/themes/website/caseih/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;
	} 



/* menu item styles */
div#menu a.menu-item {
	color: #23782d;
}




/* top slogan */
div#slogan {
	background-color: #d73647;
}

/* menu appearing at bottom of page */
div#footer-menu {
	background-color: #737373;
}

/* bottom menu item styles */
div#footer-menu a.footer-menu-item {
	color: #000;
	font-weight: bold;
}


/* special links at bottom */
div#footer-special-links {
	background-color: #737373;
}

/* special links style */
div#footer-special-links a.footer-special-links-item {
	color: #000;
}

/* special links at top, usually used for back button on custom-content pages */
div.special-menu {
	background-color: #737373;
}

/* content module title */
div.content-module h2 {
	color: #000;
	border-bottom: 2px solid #d73647;
}


div.edit-module h2 {
	color: #000;
	border-bottom: 2px solid #d73647;
}

/* 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 #d73647;
}

