/************ Changes to update web templates ********************* 
*Joe Hoyle - created file - 07/07/2008 
********************************************************/
/************ new additions ************/
#headerPic { text-indent: -99999px;
	 height: 128px;
	 width: 50px;
} 

#footer p {
	margin-top: 5px;
}

#header { background: url(/erclib/images/DarkBlueBanner.jpg) no-repeat bottom;
	height: 136px}
#siteTools, #quickLinks, #searchBox {padding: 11px 0pt 0pt;}
#quickLinks {width: 215px}


/* CSS For Google Searchbox on the Google CSE box */
		#searchBox2 {
			background-color: #d2ebf3;
			text-align: left;
			width: 579px;
			margin: 0px;
			margin-bottom: 10px;
			margin-top: 10px;
		    padding: 5px;
		}
		#searchBox2 input#q {
		    width: 120px;
		    margin: 0 5px;
			font-size: 1em;
		}

		#searchBox2 form input{
			font-size: 0.85em;
		}

		#searchBox2 input#q{
			color: #025abb;
		}

		#searchBox2 input, #searchBox2 input#q{
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-top-color: #025abb;
			border-right-color: #025abb;
			border-bottom-color: #025abb;
			border-left-color: #025abb;
		}

		q:before, q:after {
			content: "";
		}
		q {
			quotes: "" "";
		}
