@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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: #666;
}
a img {
	border: 0;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/pageBg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 10px 0 0 0;
	height: 112px;
	  /* 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. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #contentText {
	padding: 0;
	height: 466px;
	margin: 2px 60px 0 32px;
	border-top: #FFD100 solid 2px;
	overflow: scroll;
	overflow-x: hidden
}
.twoColFixLtHdr #footer {
	height: 24px; 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D0DBE1;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #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 */
}
.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;
}

#globalNav {
	height: 15px;
	text-align: right;
	padding: 0 70px 0 0;
}

#logo {
	margin: 11px 0 0 26px;
}

#cookieTrail {
	font-size: 70%;
	color: #D0DBE1;
	margin: 35px 0 0 231px;
}

#cookieTrail a:link, #cookieTrail a:visited {
	color: #D0DBE1;
	text-decoration: none;
}

#cookieTrail a:hover, #cookieTrail a:focus {
	color: #D0DBE1;
	text-decoration: underline;
}



#mission {
	width: 345px;
	padding: 0 30px 0 265px;
	height: 173px;
	margin: 0 0 0 11px;
	background-image: url(../images/missionBg.jpg);
	background-repeat: no-repeat;
}

h1.home {
	margin: 0 0 10px 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 140%;
	text-align: right;
}

h1.sub {
	margin: 0 0 0 32px;
	padding: 25px 0 0 0;
	font-size: 140%;
	color: #657D89;
}

h2.sub {
	margin: 0 0 25px 0;
	padding: 25px 0 0 0;
	font-size: 120%;
	color: #657D89;
}

h2.bm {
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 120%;
	color: #657D89;
}

h3.position {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #657D89;
}

#mission p {
	font-size: 70%;
	margin: 0;
	font-weight: bold;
	text-align: right;
	line-height: 25px;
}

#aboutUsNav {
	margin: 18px 60px 0 32px;
	height: 45px;
	text-align: right;
}

#highlight {
	padding: 30px 25px;
	background-color: #F3F2E4;
}

#highlight p {
	font-size: 80%;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}

#regular {
	padding: 20px 25px;
	background-color: #FFF;
}

#regular p {
	font-size: 80%;
}

ul {
	padding: 0;
	margin: 0 0 0 30px;
}

ul li {
	font-size: 80%;
	margin: 0 0 5px 0;
	list-style: url(../images/bullet1.gif);
}

ul li li {
	font-size: 100%;
	margin: 0 0 5px 0;
}

ul li li li{
	font-size: 100%;
	margin: 0 0 10px 0;
}

img.floatLeft {
	float: left;
	margin: 0 20px 0 0;
}

img.floatRight {
	float: right;
	margin: 0 0 0 20px;
}

table {
	
}

table tr {

}

table tr td {
	font-size: 70%;
	text-align: center;
}

table tr td.milestones {
	font-size: 70%;
	text-align: left;
}

table thead tr td.bg {
	color: #FFF;
	background-color: #39474E;
}

table tbody tr td.bg1 {
	color: #39474E;
	border: 1px solid #B7C6CF;
	background-color: #C8D4DA;
}

table tbody tr td.bg2 {
	color: #39474E;
	border: 1px solid #B7C6CF;
	background-color: #FFF;
}

table tr td.brands {
	font-size: 80%;
	text-align: left;
	border-top: 1px dotted #CCC;
	padding: 10px 0 20px 30px;
}

a:link, a:visited {
	font-size: 90%;
	text-decoration: none;
	color: #657D89;
}

a:hover, a:focus {
	font-size: 90%;
	text-decoration: underline;
	color: #657D89;
	font-weight: bold;
}




































