body {
	font: 1em Verdana, Arial, Helvetica, sans-serif bold;
	background: #999;
	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: #000;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 139px;
	background: #0d182d url('../images/bg2_headernewj.jpg') top no-repeat;
	border: 1px solid #555;
}
.oneColFixCtrHdr #header h1 {
	display: none;
}
.oneColFixCtrHdr #nav {
	font-weight: bold;
	padding: 0;
	height: 40px;
	background: #4c4c4c url('../images/bg2_footer.gif') bottom left repeat-x;
	border: 1px solid #555;
	border-top: none;
	
}
.oneColFixCtrHdr #nav ul {
	list-style: none;
	margin: 0;
	padding: 8px 60px 4px 60px;
	text-align: center;
}
.oneColFixCtrHdr #nav ul li {
	display: inline;
	padding: 0 24px;
	border-left: 1px solid #555;
	color: #fff;
}
.oneColFixCtrHdr #nav ul li.last {
	border-right: 1px solid #555;
}
.oneColFixCtrHdr #nav ul li a:link, .oneColFixCtrHdr #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
.oneColFixCtrHdr #nav ul li a:hover, .oneColFixCtrHdr #nav ul li a:active {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	/*font-family: Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;
	background: #ddd top no-repeat;
	border: 1px solid #555;
	border-top: none;
	border-bottom: none;
	color: #333;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 1.5em;
	display: block;
	width: 100%;
	border-bottom: 2px #333 solid;
}
.oneColFixCtrHdr #mainContent h3 {
	font-style: italic;
}
.paddedContent {
	padding: 0 24px;
}
.oneColFixCtrHdr #footer {
	color: #fff;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #4c4c4c url('../images/bg2_footer.gif') bottom left repeat-x;
	border: 1px solid #555;
}
.oneColFixCtrHdr #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 */
	text-align: center;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active {
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtrHdr #footer #copyright {
	font-size: .65em;
	text-align: center;
	padding-bottom: 10px;
}

ul.contact_bullets li {
	list-style-type: circle;
}

hr.divider {
	border: 1px solid #555;
}

.important_text {
	color: #900;
}
.green_text {
	color: #363;
}

table#clients_table {
	border: 1px solid #777;
}

p.promo_box {
	border: 1px solid #036;
	background: #1b3a6c top left repeat-x url('../images/promo_bg.png');
	color: #ddd;
	font-size: 1.25em;
	width: 500px;
	padding: 8px;
	margin: 8px;
}
p.promo_box span.promo_title {
	font-weight: bold;
	color: #fff;
}
.promo_highlight {
	color: #FC6;
}
.show_promo {
	display: none !important;
}
