@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fdf6eb;
	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;
}
.oneColFixCtr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fdf4e6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.oneColFixCtr #container #mainContent {
	height: 359px;
	margin: 0px;
	background-image: url(images/index_main.jpg);
	background-repeat: no-repeat;
}
p#oneColFixCtr #container #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
	padding-left: 10px;
	border-width: 1px;
}
.oneColFixCtr #container #corp_button {
	background-image: url(images/index_corp.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	width: 445px;
	clear: left;
	font-size: 0.7em;
	text-align: left;
	float: left;
	line-height: 2em;
	height: 196px;
	text-decoration: none;
}
.oneColFixCtr #container #personal_button {
	background-image: url(images/index_personal.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 196px;
	width: 445px;
	font-size: 0.7em;
	text-align: left;
	float: left;
	line-height: 2em;
	float: left;
}
#footer {
	font-size: 0.7em;
	color: #00463c;
	text-align: left;
	clear: left;
	float: left;
	width: 890px;
	padding-left: 280px;
	padding-top: 25px;
	padding-bottom: 10px;
}
a:link {
	text-decoration: underline;
	color: #009e88;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00463c;
}
.oneColFixCtr #container #legal {
	font-size: 0.7em;
	color: #00463c;
	text-align: left;
	text-align: right;
	width: 440px;
	float: right;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-top: 25px;
}
.oneColFixCtr #container #content {
	font-size: 0.8em;
	text-align: left;
	float: left;
	padding-left: 30px;
	padding-right: 570px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 2em;
	padding-top: 35px;
}
em {
	font-style: italic;
	font-weight: bold;
}

.oneColFixCtr #container #mainContent #main-top {
	background-image: url(images/main_top.jpg);
	background-repeat: no-repeat;
	height: 58px;
}
.oneColFixCtr #container #mainContent #main-middle {
	background-image: url(images/main_mid.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
.oneColFixCtr #container #mainContent #main-bottom {
	background-image: url(images/main_bottom.jpg);
	height: 285px;
}
.oneColFixCtr #container #corp_button #corp_content {
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 55px;
	text-decoration: none;
}
.oneColFixCtr #container #personal_button #personal_content {
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 60px;
}
img.header {
	border-width: 0px;
	margin: 0px;
	float: left;
}
p.headline {
	font-size: 1.3em;
	font-style: normal;
	line-height: 50%;
	text-decoration: none;
	color: #000000;
}
.oneColFixCtr #container #corp_mainContent {
}
.oneColFixCtr #container #corp_mainContent #content {
	padding-top: 10px;
	padding-right: 2px;
}

.oneColFixCtr #container #corp_mainContent {
	height: 100%;
	float: right;
	width: 673px;
}

.oneColFixCtr #container #menu {
	float: left;
	width: 217px;
	height: 600px;
}
#menu a {
	padding: 0 0 0 0;
	float:left;
	clear: left;
	}
		
.oneColFixCtr #container #menu #challenge_button a {
	background-image: url(images/corp_images/challenge.gif);
	background-repeat: no-repeat;
	width: 217px;
	height: 60px;
	visibility: visible;
}
.oneColFixCtr #container #menu #challenge_button a:hover {
	background-image: url(images/corp_images/challenge_over.gif);
	}

.oneColFixCtr #container #menu #program_button a {
	background-image: url(images/corp_images/programs.gif);
	background-repeat: no-repeat;
	width: 217px;
	height: 60px;
	visibility: visible;
}
.oneColFixCtr #container #menu #program_button a:hover {
	background-image: url(images/corp_images/programs_over.gif);
	}
	
.oneColFixCtr #container #menu #benefits_button a {
	background-image: url(images/corp_images/benefits.gif);
	background-repeat: no-repeat;
	width: 217px;
	height: 60px;
	visibility: visible;
}
.oneColFixCtr #container #menu #benefits_button a:hover {
	background-image: url(images/corp_images/benefits_over.gif);
	}
.oneColFixCtr #container #menu #results_button a {
	background-image: url(images/corp_images/results.gif);
	background-repeat: no-repeat;
	width: 217px;
	height: 60px;
	visibility: visible;
}
.oneColFixCtr #container #menu #results_button a:hover {
	background-image: url(images/corp_images/results_over.gif);
	}
	
img.float_right{
	float:right;
}
img.float_rightpadLeft{
	float:right;
	padding-left:10px;
}
img#float_rightpad {
	float:right;
	padding-right: 20px;
	}

img.float_left{
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}
img.float_leftpadRight{
	float: left;
	border: 0;
	margin: 0;
	padding-right:15px;
}
img#float_leftpad {
	float: left;
	padding-right: 20px;
	}
ul.anchors {
	color: #009e88;
	font-weight: bold;
}

h2.pagehead {
	color: 3abeb0;
}
.oneColFixCtr #container #corp_mainContent #content h3 {
	color: 009e88;
}
.oneColFixCtr #container #menu #sm_corp_button a {
	background-image: url(images/news_images/corp_button.gif);
	background-repeat: no-repeat;
	width: 217px;
	height: 60px;
	visibility: visible;
}
.oneColFixCtr #container #menu #sm_corp_button a:hover {
	background-image: url(images/news_images/corp_button_over.gif);
}
.oneColFixCtr #container #menu #sm_personal_button a {
	background-image: url(images/news_images/personal_button.gif);
	background-repeat: no-repeat;
	width: 217px;
	height: 60px;
	visibility: visible;
}
.oneColFixCtr #container #menu #sm_personal_button a:hover {
	background-image: url(images/news_images/personal_button_over.gif);
}
