@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding-top: 0px;
	padding-bottom: 0;
	background-image: url(images/top-logo.gif);
	background-repeat: no-repeat;
	background-position: 174px top;
	height: 74px;
} 
.thrColFixHdr #nav {
	background-color: #7c8086;
}
.thrColFixHdr #banner {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/homebanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #bannerproj {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/projbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #bannerqa {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/qabanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #bannertech {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/techbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #bannercomm {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/commbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #bannermaps {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/mapsbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #bannernews {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/newsbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr  #bannerregional {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/regionalbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr  #bannerlng {
	padding-top: 0px;
	padding-bottom: 0;
	height: 128px;
	background-image: url(images/lngbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr  #header  p {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 141px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/home-leftcol-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 115px;
	height: 390px;
}
.thrColFixHdr #sidebar1tech {
	float: left; /* since this element is floated, a width must be given */
	width: 141px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/tech-leftcol-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 115px;
	height: 390px;
}
.thrColFixHdr #sidebar1comm {
	float: left; /* since this element is floated, a width must be given */
	width: 141px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/comm-leftcol-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 115px;
	height: 390px;
}
.thrColFixHdr #sidebar1maps {
	float: left; /* since this element is floated, a width must be given */
	width: 141px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/maps-leftcol-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 115px;
	height: 390px;
}
.thrColFixHdr #sidebar1news {
	float: left; /* since this element is floated, a width must be given */
	width: 141px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/news-leftcol-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 115px;
	height: 390px;
}
.thrColFixHdr  #sidebar1regional {
	float: left; /* since this element is floated, a width must be given */
	width: 141px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/regional-leftcol-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 115px;
	height: 390px;
}
.thrColFixHdr #sidebar1 p, #sidebar1tech p, #sidebar1comm p, #sidebar1maps p, #sidebar1news p, #sidebar1regional p {
	line-height: 1.8em;
	font-size: 72%;
	color: #FFFFFF;
}
.thrColFixHdr #sidebar1 a, a:visited, #sidebar1tech a, a:visited, #sidebar1comm a, a:visited, #sidebar1maps a, a:visited, #sidebar1news a, a:visited, #sidebar1regional a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #sidebar1 a:hover, #sidebar1tech a:hover, #sidebar1comm a:hover, #sidebar1maps a:hover, #sidebar1news a:hover, #sidebar1regional a:hover {
	text-decoration: none;
	color: #32697C;
}
.thrColFixHdr #sidebar1 ul, #sidebar1tech ul, #sidebar1comm ul, #sidebar1maps ul, #sidebar1news ul, #sidebar1regional ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 li, #sidebar1tech li, #sidebar1comm li, #sidebar1maps li, #sidebar1news li, #sidebar1regional li {
	list-style-type: none;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 4px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 148px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 14px;
}
.thrColFixHdr #sidebar2 a, a:visited {
	text-decoration: none;
	color: #666666;	
}
.thrColFixHdr #sidebar2 a:hover {
	text-decoration: none;
	color: #FF4202;	
}
.thrColFixHdr #sidebar2 ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 li {
	list-style-type: none;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF4202;
	padding-top: 4px;
}
.thrColFixHdr #mainContent {
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
}
.thrColFixHdr #mainContent p {
	padding-left: 20px;	
}
.thrColFixHdr #mainContent ul {
	
}
.thrColFixHdr #mainContent ul li li {
	font-size: 100%;
	padding-bottom: 0px;	
}
.thrColFixHdr #mainContent li {
	font-size: 75%;
	padding-bottom: 8px;
	line-height: 1.6em;
	list-style-type: square;	
}
.thrColFixHdr #mainContent a, a:visited {
	color: #FF4202;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	color: #32697C;
	text-decoration: none;
} 
.thrColFixHdr #insideLEFT {
	float: left;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFixHdr #insideRIGHT {
	float: right;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 0px;
}
.thrColFixHdr #illLEFT {
	float: left;
	width: 210px;
	padding-top: 8px;
	padding-bottom: 10px;
	vertical-align: middle;
	height: 145px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFixHdr #illRIGHT {
	float: right;
	width: 210px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 0px;
	vertical-align: middle;
	height: 145px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.thrColFixHdr #footer {
	background-image: url(images/footer-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 300px;
	color: #7c8086;
	font-size: 70%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
em {
	color: #285669;
	font-style: normal;
	padding-top: 4px;
	font-weight: bold;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/head-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	font-size: 120%;
	margin-bottom: 6px;
	padding-bottom: 0px;
	color: #285669;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/head-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	font-size: 90%;
	color: #285669;
}
h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	font-size: 80%;
	color: #666666;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	padding-top: 0px;
	margin-top: 0px;
}
.smaller {
	font-size: 65%;
	line-height: 1.1em;
}
h4 {
	color: #285669;
	font-size: 80%;
	margin-bottom: 4px;
	line-height: 12pt;
}
form {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18pt;
}
.smaller2 {
	font-size: 95%;
	line-height: 1.2em;
}

