/*
 * This file contains the style properties that are commonly changed at each site.
 *
 * If you do not want your changes to be overwritten by the updater, move this file into the 
 * custom folder and change the "css.custom" message string.
 *
 */

/* 
 * Sample headers
 * 
 * A thin header with a blue background.
 * #header {
 * background-color: #7bf;
 * min-height: 20px;
 * }
 *
 * A header with a left aligned image on a blue background. In this case the image is 20px tall.
 * #header {
 * background: #7bf url(../images/logo.jpg) 0 0 no-repeat;
 * height: 20px;
 * }
 */
#header {
	height: 150px;
      padding: 0;
/*	background-color: #f90;*/
/*	background-color: #cf7;*/
/*	background-color: #036;*/
	background: #FFFFFF url(Mendocino_header.jpg) 0 0 no-repeat;
}

#header h1 {
	padding-top: 140px;
      display: none;
	color: #000;
	font-size: 200%;
}

/*
 * Navigation Bar
 *
 * The background, link and border colors on the navigation bar can be changed here.
 */
#nav ul {
	background: #003366;
	border-top: 1px solid #030;
      border-bottom: 2px solid #ccc;
}

#nav a, #nav a.visited {
	border-left: 2px solid #ccc;
	color: #ddd;
}

#nav a:hover {
	color: #f00;	
}

/*
 * Left Column
 */
#left {
	background-color: #ccccff;
}

/*
 * Page Link Colors
 */
a {
	color: #1D4AA5;
	text-decoration: none;
}

a:visited {
	color: #1D4AA5;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

/*
 * Page Footer
 */

th {
background-color: #003366;
color: #whateve-text-color;
}


#footer {
	border: solid #003366;
	border-width: 20px 0px 0px 0px;
	font-size: 75%;	
}

 
