﻿
/*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/IconLogo-stndrd.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-WideRightCol.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/CornerPic-Stand-CIS.jpg') no-repeat;
	height: 146px;
	width: 183px;
}


/* 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;
}

#column-wide h1 {
	font-size: 26px;
	font-weight: bold;
}
#navIndent {
	margin: 5px 0px 0px 0px;
	padding-left: 2px;
	font-size: 13px;
	font-style: italic;
	color: #DDE7F1;
	background-image: none;
	list-style-image: none;
}
#navIndent a:link {
	background: repeat-y -10px top;
	background-image: url('cte-images/nav-cis-dept-2-hover.png');
	display: block;
	text-decoration: none;
}
#navIndent a:visited {
	list-style-image: none;
}
#navIndent a:hover {
	background: repeat-y -10px top;
	background-image: url('');
	list-style-image: none;
	display: block;
	padding-right: 3px;
}

/* 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. */
