﻿
/*Standard width-Department logo in the lower right corner****************

A department logo should replace this generic logo. The file needs to be stored in the department's cte-image directory. */
#icon-logo-bckgnd {
	background: url('cte-images/logo-Icon-StandardWidth.jpg') no-repeat right bottom;
	font-size: small;
	width: 895px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #27559A;
}

/*WIDE GRAY column-Department logo in the lower right corner ****************

/*The department logo should replace this background image. The file  needs to be stored in the department's cte-image directory.*/
#icon-logo-wideGray-bckgnd {
	background: url('cte-images/logo-Icon-WideColumn.jpg') no-repeat right bottom;
	font-size: small;
	width: 896px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #27559A;
}

/* Right top photo in the header- Standard width */
#header-pic3 {
	background: url('cte-images/RightCorner1.jpg') no-repeat;
	height: 146px;
	width: 184px;
}


/* Right top photo in the header- WIDE GRAY column. */
#header-colWide2-pic3 {
	background: url('/includes-cte/images-cte/trees-wider.jpg') no-repeat;
	height: 146px;
	width: 266px;
}

/* This H1 is costomized because English as a second Language didn't fit with the standard h1 settings */
		#column-wide h1 {
			font: normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
			margin-bottom: 8px;
			margin-left: 0px;
			margin-right: 25px;
			margin-top: 0px;
			text-transform: uppercase;
		}

#google_translate_element {
	margin: 30px 0;
	text-align: center;
}
/* To customize Tables: There is css code on the top of each page to control the width of the first column in tables-- good for just that page. */
