@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body  {
	margin: 6px 0;
	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: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.25;
	background-color: #333;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  border: none;
}
a:link, a:visited, a:hover, a:active {
	color:#036;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
p, h1, h2, h3, h4, h5, h6 {
	padding: 6px;	
}
h1 {font-size:20px; font-weight:bold; }
h2 {font-size:16px; font-weight:bold; }
h3 {font-size:14px; font-weight:bold; }
h4 {font-size:12px; font-weight: bold; }
h5 {font-size:11px; font-weight: bold; }

#container {
	width: 987px;
	margin: 0 auto; 
	border: none;
	text-align: left;
	font-size: 12px;
	background-image: url(images/side_shadow.png);
	background-repeat: repeat-y;
	background-position: right top;  
} 

#header {
	width:980px;
	padding: 0;
	margin: 0px;
	height: 128px;
	background-image: url(images/header_bg.jpg);  
	background-color:#6889ce;
} 
#headerLeftBlock {
	width:255px;
	height:128px;
	float:left;  
	margin:0;
	padding:0;
}
#logoTrans {
	width:230px;
	height:105px;
	margin:10px;
	padding:0;
}
#headerRightBlock {
	width:725px;
	height:128px;
	margin-left:255px;
	padding:0;
}
#headerRightBlock .catchphraseSS {
	width:275px;	
	
}

#navbar {
	height:31px;
	margin:0;
}
#topNav {
	width:980px;  
	height:31px;
	margin:0; padding:0; 
	font: bold 12px/1.0 Verdana, Arial, Helvetica, sans-serif;
	background-color:#444;
	background-image:url(images/navbardarktex_bg.jpg);
	color:#000;
}

#midsection { /* Serves as wrapper for sidebars and main content to permit right side shadow image background */
	width:980px;
	margin:0;
	padding:10px 0 0 0;
	background-color: #E9E1D8;
	min-height:400px;
}
/*******************************/
#sidebarLeftContainer {
	float:left;
	width: 180px;
	margin:0px 5px 0 0;
	padding:0;
	background:url(images/sidebar_left_topnav_bg.jpg) top right repeat-y;
}
#sidebarLeftTop {
	width:170px;
	height:8px;
	margin-left:10px;
	background:url(images/sidebar_left_top_topnav_bg.jpg) no-repeat;
}
#sidebarLeftBottom {
	width:170px;
	height:7px;
	margin-left:10px;
	background:url(images/sidebar_left_bot_topnav_bg.jpg) no-repeat;
}
#sidebarLeftContent {
	margin-left:10px;
	padding: 0 7px 0 0;
	color:#000;
}
/*******************************************/
#leftColumnWrapper {
	float:left;
	width: 180px;
	margin:0px 5px 0 0;
	padding:0;
}
.sidebarLeftContainer {
	width: 170px;
	margin:0 0 0 10px;
	padding:0;
	background: #CFBEA7 url(images/sidebar_left_topnav_bg.jpg) top right repeat-y;
}
.sidebarLeftTop {
	width:170px;
	height:8px;
	margin:0;
	background:url(images/sidebar_left_top_topnav_bg.jpg) top right no-repeat;
}
.sidebarLeftBottom {
	width:170px;
	height:7px;
	margin: 0;
	background:url(images/sidebar_left_bot_topnav_bg.jpg) top left no-repeat;
}
.sidebarLeftContent {
	margin-left:0px;
	padding: 0 5px 0 0;
	color:#000;
}
.sidebarLeftImg {
	margin:0 6px 6px 6px;
}
/*********************************/
#sidebarLeftContact {
	width: 170px;
	height:232px;
	margin:0 0 0 10px;
	padding:0;
	background: #CFBEA7 url(images/sidebar_left_contact_bg.jpg);		
}
#sidebarLeftContactImg {
	margin:6px 6px 0 6px;	
}
/*******************************/
#rightColumnWrapper {
	float:right;
	width: 263px;
	margin:0;
	padding:0;	
}
.sidebarRightContainer {
	width: 263px;
	margin:0;
	padding:0;
	background:#6889CE url(images/sidebar_right_topnav_bg.jpg) top right repeat-y;
}
.sidebarRightTop {
	width:263px;
	height:8px;
	background:url(images/sidebar_right_top_topnav_bg.jpg) top right no-repeat;
}
.sidebarRightBottom {
	width:263px;
	height:7px;
	background:url(images/sidebar_right_bot_topnav_bg.jpg) top right no-repeat;
}
.sidebarRightMiddle {
	width:241px;
	margin:0 16px 6px 6px;
}
.sidebarRightContent {
	margin:0;
	padding: 0;
	color:#000;
	background-color:#FFF;
}
.sidebarNewsItem {
	font-weight:bold;
	border-bottom:1px solid #6889CE;
}


/********************************************/
.sidebarMenu ul {
	padding:6px;
	font-weight:bold;
	font-size:12px;
}
.sidebarMenu li {
/*	margin-bottom:10px;  */
}
.sidebarMenu li a {
	width: 100%; 	/* needed by IE6 */
	display: block; /* Make the links block level selectable. */
	padding: 2px 0 4px 0;
}
.sidebarMenu li a:hover {
	text-decoration:none;
	background-color:#35589F;
	color:#FFF;
}

.sidebarList li {
	list-style:disc inside;
	font-weight:bold;
	margin-left:10px;
}
/************************************/
#mainContentWrapper {
	width:520px;
	padding: 0;
	margin: 0 0 0 185px;
	background: url(images/main_content_bg.jpg) repeat-y;
}
#mainContent {
	margin:0;
	padding: 0 10px 5px 10px;
	color: #000;
} 
#mainContent a:link, #mainContent a:visited, #mainContent a:hover, #mainContent a:active {
	color:#000;
}
.contentHeadingBlock {
	width:516px;
	padding: 0;
	margin: 0 0 12px 185px;
	border: #800 2px solid;
	background-color:#CFBEA7;
}
.contentHeadingBlock h3 {
	background-color:#CFBEA7; 
	padding: 10px 16px; 
	font-size:15px;
}
.pageHeading  {
	padding-top:17px;
	color:#800;
}
/******************************/
#footer {
	width: 980px;
	height: 120px;
	margin:0;
	padding: 0;
	background-image: url(images/footer_bg.jpg);
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { 
	color:#800000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerContent {
	padding:40px 12px 0 12px;
	font:bold 11px/1.2 Verdana, Helvetica, Arial, sans-serif;
	color:#800000;
}
.footerContentLeft {
	float:left;
	width: 200px;
}
.footerContentRight {
	float:right;
	width: 250px;
	text-align:right;
}
.footerContentCenter {
	width: 500px;
	margin:0 6px 0 200px;
	padding:24px 0 6px 0;
	text-align:center;
	font-size:12px;
}
#pageBottom {
	width:987px;
	height:7px;
	margin:0 auto;
	background:url(images/bottom_shadow.png) no-repeat;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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;
}

.hidden {
	display:none;
}

.linkHilight a {
	padding-left:1px;	
}
.linkHilight a:hover {
	text-decoration:none;
	background-color:#036;
	color:#fff;
	padding:5px 3px 5px 1px;
}

.contactErrorMsg {
	width:520px;
	margin: 20px auto;
	padding:20px; 
	background-color:#FFFFFF;	
}
.contactErrorMsg ul {
	list-style:outside disc;
	line-height: 1.4;
	margin-left:15px;
}
.homeIntroList ul {
/*	list-style:outside url(images/bullet_lg.gif);  */
	margin-left:8px;  
	font-size:15px;
	line-height: 1.2;
}
.homeIntroList li {
	background:url(images/bullet_lg.gif) no-repeat 0 .3em;
	padding-left:20px;
	padding-bottom:16px;
}
.majorBulletList ul {
/*	list-style:outside url(images/bullet_lg.gif);  */
	margin-left:8px;  
	font-size:15px;
	line-height: 1.2;
}
.majorBulletList li {
	background:url(images/bullet_lg.gif) no-repeat 0 .3em;
	padding-left:20px;
	padding-bottom:16px;
}
.majorBulletList li a {
	width: 100%; 	/* needed by IE6 */
/*	display: block; */  /* Make the links block level selectable. */
	padding: 2px !important;
}
.majorBulletList li a:hover {
	text-decoration:none;
	background-color:#35589F;
	color:#FFF !important;	
}

.regularList li {
	list-style:disc inside;
	margin-left:20px;
}
#servicePanelGroup {
	margin: 20px 0 5px 0;
}

.blueText {
	color:#35589F;
}
.tightSubeadingSection h3 {
	margin-bottom:-10px;
}
.contactErrorMsg {
	width:520px;
	margin: 20px auto;
	padding:20px; 
	background-color:#FFFFFF;	
}
.contactErrorMsg ul {
	list-style:outside disc;
	line-height: 1.4;
	margin-left:15px;
}
.projectListing {
	
}
.projectListing  table {
	width:468px;
	margin-left:20px;
}
td.projectLabel  {
	width:90px;
	font-weight:bold;
}
.projectListing ul li {
	margin-left:20px;
}

.emph-line1 {
	padding:18px 6px;
	font-weight:bold;
	font-style:italic;
}