@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000;
	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: 1140px;  /* 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 */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDD; 
	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. */
	height: 201px;
	background-image: url(../images/subpageHeaderBg.jpg);
	background-repeat: repeat-x; 
}
.oneColFixCtrHdr #header .navCol {
	width: 214px;
	background-image: url(../images/navBg.png);
	background-repeat: repeat-y;
	height: 131px;
	margin: 0 0 0 62px;
	padding: 70px 0 0 0;
	float: left;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent table {
	border-top: 5px solid #AEA9A1;
}
.oneColFixCtrHdr #mainContent table td {
	margin: 0;
	padding: 5px;
	font-size: 75%;
	color: #4b4540;
	background-color: #BFBAB3;
	border-bottom: 1px solid #AEA9A1;
}
.oneColFixCtrHdr #header #textBodyHeader {
	padding: 137px 0 0 472px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCC8C2;
	background-image: url(../images/subpageMainContentBg.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #mainContent .navCol {
	width: 214px;
	margin: 0 0 0 62px;
	padding: 41px 0 0 0;
	float: left;
	text-align: center;
}
.oneColFixCtrHdr #mainContent #nav2Col {
	padding: 41px 0 0 0;
	margin: 0 680px 0 280px;
}
.oneColFixCtrHdr #mainContent #textBody {
	width: 667px;
	padding: 0;
	float: right;
}
.oneColFixCtrHdr #mainContent #textBody_est {
	background-image: url(../images/bc2.jpg);
	background-repeat: repeat-y;
	background-position:0 1100px;
	width: 667px;
	padding: 0;
	float: right;
}

.oneColFixCtrHdr #mainContent #textBody ul#menu {
	margin: 0 0 40px 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent #textBody ul#menu li {
	margin: 0;
	padding: 2px 0;
	border: none;
}
.oneColFixCtrHdr #mainContent #textBodyContainer {
	
	width: 450px;
	padding: 40px 0 0 0;
}
.oneColFixCtrHdr #mainContent #textBodyContainer img.floatLeft {
	float: left;
}
.oneColFixCtrHdr #mainContent #textBodyContainer .features {
	margin: 0 0 0 180px;
}
.oneColFixCtrHdr #mainContent #textBodyContainer .features ul {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #999;
}
.oneColFixCtrHdr #mainContent #textBodyContainer .features li {
	margin: 0;
	padding: 2px 0;
	list-style: square;
	list-style-image: url(../images/bullet1.gif);
}
.oneColFixCtrHdr #mainContent #textBodyContainer .features2 {
	margin: 0 0 0 190px;
}
.oneColFixCtrHdr #mainContent #textBodyContainer a.download {
	font-size: 75%;
}
.oneColFixCtrHdr #mainContent #textBodyContainer .box {
	background-image: url(../images/boxBg.jpg);
	background-repeat: repeat-x;
	padding: 15px 20px 10px;
	margin: 0 0 20px 0;
	border: 1px solid #bfbab3;
}

.oneColFixCtrHdr #mainContent #textBodyContainerLeft .box {
	background-image: url(../images/boxBg.jpg);
	background-repeat: repeat-x;
	padding: 15px 20px 10px;
	margin: 0 0 20px 0;
	border: 1px solid #bfbab3;
}
.oneColFixCtrHdr #mainContent #textBody h2 {
	font-size: 100%;
	color: #4b4540;
	margin: 0 0 10px 0;
}
.oneColFixCtrHdr #mainContent #textBody h3 {
	font-size: 80%;
	color: #4b4540;
	margin: 0 0 10px 0;
}
.oneColFixCtrHdr #mainContent #textBody p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 80%;
	color: #4b4540;
	line-height: 18px;
}
.oneColFixCtrHdr #mainContent #textBody p.contact {
	border-bottom: 1px solid #AEA9A1;
	padding: 0 0 20px 0;
}

.oneColFixCtrHdr #mainContent #textBody span.date {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 70%;
	color: #4b4540;
	line-height: 18px;
}
.oneColFixCtrHdr #mainContent #textBody a {
	color: #3F515A;
}

.oneColFixCtrHdr #mainContent #textBodyContainerLeft a {
	color: #3F515A;
	font-size:12px;
}
.oneColFixCtrHdr #mainContent #textBody ul {
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent #textBody ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 80%;
	color: #4b4540;
	line-height: 16px;
	list-style: none;
	border-bottom: 1px solid #AEA9A1;
}
.oneColFixCtrHdr #mainContent #textBody ul li li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #4b4540;
	line-height: 16px;
	list-style-image: url(../images/bullet1.gif);
	list-style-position: outside;
	border-bottom: none;
}
.oneColFixCtrHdr #mainContent #textBody ul.inlineList {
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent #textBody ul.inlineList li {
	margin: 0 10px 5px 0;
	padding: 0 0 0 15px;
	font-size: 75%;
	color: #4b4540;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}
.oneColFixCtrHdr #mainContent #textBody ul.inlineList2 li {
	margin: 0 10px 5px 0;
	padding: 0 0 0 15px;
	font-size: 75%;
	color: #4b4540;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 20%;
	border: none;
}
.oneColFixCtrHdr #mainContent #textBody ul#milestones {
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
}
.oneColFixCtrHdr #mainContent #textBody ol {
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent #textBody ol li {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #4b4540;
	line-height: 30px;
	list-style: upper-roman inside;
}
.oneColFixCtrHdr #mainContent #textBody ol li li {
	text-indent: 20px;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 100%;
	color: #4b4540;
	line-height: 16px;
	list-style: decimal inside;
}
.oneColFixCtrHdr #featureArea {
	height: 232px;
	background-image: url(../images/subpageFeatureAreaBg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #featureArea .navCol {
	height: 232px;
	width: 214px;
	margin: 0 0 0 62px;
	padding: 0;
	background-image: url(../images/navBg.png);
	background-repeat: repeat-y;
	float: left;
	text-align: center;
}
.oneColFixCtrHdr #featureArea #featureBoxStrip {
	margin: 0 0 0 469px;
	padding: 20px 0 0 0;
}
.oneColFixCtrHdr #featureArea .featureBoxContainer {
	width: 270px;
	margin: 0 15px 0 0;
	float: left;
}
.oneColFixCtrHdr #featureArea .featureBox {
	width: 253px;
	height: 149px;
	margin: 0;
	padding: 9px 0 0 9px;
	background-image: url(../images/featureBoxBg.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #featureArea h3 {
	margin: 0 0 10px 0;
	font-size: 90%;
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3F5259;
	height: 15px;
}
.oneColFixCtrHdr #footer p.footnote {
	color: #9FA8AD;
	font-size: 70%;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;	
} 
.oneColFixCtrHdr #footer p.footnote a {
	color: #9FA8AD;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p.footnote a:hover, .oneColFixCtrHdr #footer p.footnote a:focus  {
	text-decoration: underline;
}  
.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;
}

.clearfloatLeft {
	clear: left;
}

.lineDivider {
	clear: left;
	height: 10px;
	border-bottom: 1px dotted #666;
	margin: 0 0 20px 0;
}





/* NAV */
div.navBox {
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	text-align: left;
}

div.navBox a:link, div.navBox a:visited, div.navBox a:active {
	color: #c1c1c1;
	text-decoration: none;
	display: block;
	line-height: 25px;
	padding-left: 36px;
}

div.navBox a:hover {
	font-weight: bold;
	padding-left: 42px;
	letter-spacing: 1px;
	color: white;
}
div.navBox a.submenu_x:link, div.navBox a.submenu_x:visited, div.navBox a.submenu_x:active {
	color: #c1c1c1;
	text-decoration: none;
	display: block;
	line-height: 10px;
	padding-left: 54px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:40px 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
}
div.navBox a.submenu_x:hover {
	font-weight: bold;
	padding-left: 54px;
	letter-spacing: 0px;
	color: white;
}


/* NAV2 */
div.nav2Box {
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	text-align: left;
	margin-top: 30px;
}

div.nav2Box a:link, div.nav2Box a:visited, div.nav2Box a:active {
	color: white;
	text-decoration: none;
	display: block;
	line-height: 22px;
	padding-left: 15px;
	font-weight: bold;
}

div.nav2Box a:hover {
	font-weight: bold;
	padding-left: 21px;
	color: #40525b;
}
