@charset "UTF-8";
body  {
	background: #666a52;
	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;
	height: 100%;
}
.twoColFixLtHdr #container {
	width: 825px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	background-color: #F2F2F2;
	color: #333333;
} 

.twoColFixLtHdr #header { 
	height: 170px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: transparent url(images/header0608.jpg) top left no-repeat;
}
 
.twoColFixLtHdr #header h1 {
	display: none;
}

#navBar {
	position: relative;
	top: 145px;
	width: 825px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.twoColFixLtHdr #container #header ul.MenuBarHorizontal li {
	font: "Times New Roman", Times, serif !important;
	font-size: 10px;
	text-transform: uppercase;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	background: #f2f2f2; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 190px;
	text-align: right;
	padding: 20px 0 0 0;
	height: 100%;
	margin: 0;
}

.twoColFixLtHdr #mainContent { 
	height: 100%;
	float: right;
	width: 574px;
	padding: 8px 30px 10px 30px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px solid #000;
} 

.twoColFixLtHdr #mainContent a {
	text-decoration: none;
	color: #BB0033;
}

.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #47596A;
}

.twoColFixLtHdr #mainContentSingleColumn { 
	height: 100%;
	float: right;
	width: 765px;
	padding: 8px 30px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
} 

.twoColFixLtHdr #mainContentSingleColumn img {
	margin: 20px 10px 10px 10px;
}

.twoColFixLtHdr #mainContentSingleColumn img.tombstone {
	margin: 5px;
	padding: 0;
}

.twoColFixLtHdr #mainContentSingleColumn a {
	text-decoration: none;
	color: #BB0033;
}

.twoColFixLtHdr #mainContentSingleColumn a:hover {
	text-decoration: underline;
	color: #47596A;
}


.twoColFixLtHdr #footer { 
	padding: 0 4px 0 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f2f2f2; 
	border-top: 1px solid #000;
} 
.twoColFixLtHdr #footer p {
	text-align: center;
	font-size: 10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

#mainContent p {
	line-height: 1.8em;
	margin-bottom: 20px;
}

#mainContent h2 {
	color: #48596a;
	padding: 0px;
	margin: 6px 0 2px 0;
}

#mainContent h3 {
	color: #48596a;
	padding: 2px 0 2px 4px;
	margin: 20px 0 10px 0;
	background-color: #F2F2F2;
	border-right: 1px solid #CCCCCC;
}

#mainContent h4 {
	padding: 2px 0 2px 0;
	margin: 4px 0;
}

#mainContent ul {
	margin: -4px 0 8px 0;
	list-style-position: inside;
	list-style-type: disc;
}

#mainContent li {
	list-style-position: outside;
	margin-bottom: 5px;
}

#sidebar1 ul {
	padding: 0;
	margin-left: 0;
}

#sidebar1 li {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	background: transparent url(images/list_bg.gif) no-repeat bottom right;
	background-image: none;
	border-bottom: 1px solid #ffffff;
	width: 190px;
	padding: 6px 0 6px 0;
	margin: 0;
}

#sidebar1 li.active {
	background-color: #E7E7E7;
}

#sidebar1 li a {
	font-weight: bold;
	padding: 0px 8px 0px 0;
	display: block;
	text-decoration: none;
	color: #555;
}

#sidebar1 li a:hover {
	color: #000;
}


.breadcrumbs {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align: left;
	margin-right: 55px;
	margin-bottom: 10px;
}

.breadcrumbs a:link, a:visited {
	color:#000099;
}

.breadcrumbs a:hover {
	color: #CC0000;
}

.breadcrumbs a:active {
	color:#000099;
}

#transaction {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	min-height: 175px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#transaction p {
	margin-left: 185px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#transaction h3 {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 0 4px 0;
}

#transDetails {
	clear: both;
	float: left;
	padding: 0;
	margin: 20px 10px 5px 10px;
	width: 215px;
}

#transDetails h3 {
	color: #666A52;
	font-size: 16px;
	padding: 0;
	margin: 0 0 5px 0;
}

#transDetails p {
	border-bottom: 1px dotted #CCC;
	border-bottom: none;
	padding: 4px 0 4px 0;
	margin: 0;
}

#transDetails img.jumpin {
	display: inline;
	padding: 0;
	margin: 0 0 5px 0;
}

#transDetailsRt {
	float: right;
	width: 520px;
}

#transDetailsRt p {
	padding: 0;
	margin: 15px;
}

#mainContentSingleColumn td.topLeft {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#mainContentSingleColumn td.topLeft img {
	padding: 0;
	margin: 0;
}

#mainContentSingleColumn td.topCtr {
	border-bottom: 1px solid #000;
}

#mainContentSingleColumn td.topRight {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

#mainContentSingleColumn td.topRight img {
	padding: 0;
	margin: 0;
}

#mainContentSingleColumn td.btmLeft {
	border-right: 1px solid #000;
}

#mainContentSingleColumn td.btmCtr {
	padding: 0;
	margin: 0;
}

#mainContentSingleColumn td.btmCtr img {
	padding: 0;
	margin: 0;
	position: relative;
}

#mainContentSingleColumn td.btmRight {
	border-left: 1px solid #000;
}

#homeNews {
	width: 620px;
	margin: 50px 0 0 37px;
	padding: 5px 5px 5px 85px;
	background: transparent url(images/homeTitle_news.gif) no-repeat top left;
}

#homeNews h2 {
	display: none;
}

#homeNews img {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#homeNews p {
	padding: 0;
	margin: 0 0 10px 0;
}

#homeIntro {
	width: 600px;
	background-color: #F5F5F5;
	padding: 20px; 
}

#homeIntro p {
	margin: 0;
	padding: 0;
}

h2.industries {
	font-size: 14px;
	margin: 0;
	padding: 0;
}