/*
 * 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: 137px;
/*	background-color: #f90;*/
/*	background-color: #cf7;*/
/*	background-color: #036;*/
	background: #369 url(../custom/montrose.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#header h1 {
	color: #135;
	font-size: 200%;
	display: none;
}

/*
 * Navigation Bar
 *
 * The background, link and border colors on the navigation bar can be changed here.
 */
#nav ul {
	background: #1a346d;
	border-top: 1px solid #030;
	border-bottom: 1px solid #ccc;
}

#nav a, #nav a.visited {
	border-left: 2px solid #ccc;
	color: #ddd;
}

#nav a:hover {
	color: #fc3;	
}

/*
 * Left Column
 */
#left_column {
	background: #eee;
	border-right: 1px solid #ccc;
}

/*
 * Page Link Colors
 */
a {
	color: #1D4AA5;
	text-decoration: none;
}

a:visited {
	color: #1D4AA5;
	text-decoration: none;
}

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


th {
	background: #1a346d;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#middle_left {
	vertical-align: top;
}

/*
 * Page Footer
 */
#footer {
	border: solid #1a346d;
	border-width: 20px 0px 0px 0px;
	font-size: 75%;	
}

/*
 * Don't show edit icon on summary tables
 */
div.summaryTable img {
display: none;
}