/*
 * 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 ;
 height: 100px;
  }
*/
#header {
	min-height: 97px;
/*	background-color: #3399ff;*/
/*	background-color: #3399ff;*/
/*	background-color: #3399ff;*/
	background: #3399ff  url(banner.jpg) 0 0 no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

#header h1 {
	color: #00666;
	font-size: 200%;
	visibility: hidden;
	
}

/*
 * Navigation Bar
 *
 * The background, link and border colors on the navigation bar can be changed here.
 */
#nav ul {
	min-height: 10px;
	background: #3399ff;
	border-top: 1px solid #030;
	border-bottom: 1px solid #ccc;
}

#nav a, #nav a.visited {
	border-left: 2px solid #361d15;
	color: #361d15;
	text-decoration: none;
}

#nav a:hover {
	color: #874934;	
	text-decoration: none;
}

/*
 * Left Column
 */
#left_column {
	background: #3399ff;
	border-right: 1px solid #3399ff;
}

/*
 * Page Link Colors
 */
a {
	color: #1D4AA5;
}

a:visited {
	color: #A74992;
}

a:hover {
	color: #f90;
}

/*
 * Version number
 * Uncomment the following lines if you do not wish to display the version number on the 
 * splash screen.
 */
/*
#version {
	display: none;
	visibility: hidden;
}
*/

/*
 * Page Footer
 */
#footer {
	border: solid #3399ff;
	border-width: 20px 0px 0px 0px;
	color: #3399ff;
	font-size: 75%;	
}

 