@charset "utf-8";
body {
	background-color: #fcf9bd;
}
#container {
	/* total width: 775px; */
	width: 759px;
	background: #FFF url(../_images/pageBG.gif) left top repeat-y;
	margin: 0 auto;
	padding: 0 8px 0 8px;
	overflow: hidden;
}
#header {
	width: 759px;
	height: 201px;
	background: url(../_images/homeHeader.jpg) left top no-repeat;
	overflow: hidden;
}
#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
#hrdContainer {
	width: 638px;
	margin: 8px auto;
}
#hrdTop {
	overflow: hidden;
	height: 5px;
	background: url(../_images/orangeTop.gif) left top no-repeat;
}
#hrdGoals{
	background: #ffa800 url(../_images/orangeBG.gif) left top repeat-y;
	text-align: justify;
	padding: 10px 20px;
}
#hrdBtm {
	overflow: hidden;
	height: 5px;
	background: url(../_images/orangeBtm.gif) left top no-repeat;
}
#blueMenuContainer {
	width: 563px;
	margin: 0px auto 20px auto;
	background: url(../_images/blueBG.gif) left top repeat-y;
}
#blueMenuTop {
	height: 19px;
	overflow: hidden;
	background: url(../_images/blueTop.gif) left top no-repeat;
}
#blueMenuAreaCol1 {
	float: left;
	width: 253px;
	padding-right: 57px;
}
#blueMenuAreaCol2 {
	float: left;
	width: 253px;
}
.blueMenuAreas {
	padding-bottom: 4px;
}
.blueMenuAreas h3 {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 220px;
	text-align: center;
}
.blueMenuAreas a, .blueMenuAreas a:link {
	display: block;
	width: 203px;
	padding: 0px;
	margin: 11px auto 0px auto; 
	border-left: 1px solid #9d9c99; 
	border-right: 1px solid #9d9c99;
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}
.blueMenuAreas a div { text-align: center; padding: 0px 8px;}
.blueMenuAreas a.first { margin-top: 9px; }

.greenBoxes .b2, .greenBoxes .b1 { background-color: #6cbe63; }
.greenBoxes a, .greenBoxes a:link {
	background-color: #6cbe63;
}
.greenBoxes a:visited {
	color: #000;
}
.greenBoxes a:hover {
	background-color: #6be15e;
	color: #000;
}
.greenBoxes a:hover .b2, .greenBoxes a:hover .b1 { background-color: #6be15e; }

.orangeBoxes .b2, .orangeBoxes .b1 { background-color: #ffa800; }
.orangeBoxes a, .orangeBoxes a:link {
	background-color: #ffa800;
}
.orangeBoxes a:visited {
	color: #000;
}
.orangeBoxes a:hover {
	background-color: #ffcf2e;
	color: #000;
}
.orangeBoxes a:hover .b2, .orangeBoxes a:hover .b1 { background-color: #ffcf2e; }

.blueMenuAreas.whiteBoxes {
	padding-left: 30px;
}
.blueMenuAreas.whiteBoxes h3 {
	text-align: left;
}
.blueMenuAreas.whiteBoxes a, .blueMenuAreas.whiteBoxes a:link {
	width: 170px;
	margin: 11px 0px 0px 26px; 
}
.blueMenuAreas.whiteBoxes a div { text-align: left; padding: 0px 8px 0px 4px;}
.blueMenuAreas.whiteBoxes .b1 {width: 168px; }
.blueMenuAreas.whiteBoxes .b2 {width: 166px; }
.blueMenuAreas.whiteBoxes .b3 {width: 164px; }
.whiteBoxes .b2, .whiteBoxes .b1 { background-color: #FFF; }

/* to change the button width, add a class to the anchor tag, and add a width for it and b1, b2, b3, where the b# is original width - (# * 2)  */
.whiteBoxes a, .whiteBoxes a:link {
	display: block;
	padding: 0px;
	width: 203px;
	/*margin: 0 auto;*/
	margin: 0px;
	border-left: 1px solid #9d9c99; 
	border-right: 1px solid #9d9c99;
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFF;
}
.whiteBoxes a:visited {
	color: #000;
}
.whiteBoxes a:hover {
	background-color: #f0efde;
	color: #000;
}
.whiteBoxes a:hover .b2, .whiteBoxes a:hover .b1 { background-color: #f0efde; }

.relatedInfoIcon {
	float: left;
	width: 18px;
	height: 18px;
	padding-top: 8px;
	clear: both;
	text-align: right;
}
.blueMenuSep {
	background: url(../_images/blueSep.gif) left top no-repeat;
	padding-top: 40px;
}
#blueMenuBtm {
	height: 18px;
	overflow: hidden;
	background: url(../_images/blueBtm.gif) left bottom no-repeat;
	clear: both;
}
.whiteBoxes a div { text-align: center; padding: 0px 8px; }

.whiteBoxes.loginBtn { width: 74px; margin: 0px auto; }
.whiteBoxes.loginBtn a, .whiteBoxes .loginBtn a:link {width: 72px; }
.whiteBoxes.loginBtn .b1 {width: 70px; }
.whiteBoxes.loginBtn .b2 {width: 68px; }
.whiteBoxes.loginBtn .b3 {width: 66px; }

.whiteBoxes.loginBtnLarge { width: 126px; margin: 0px auto; }
.whiteBoxes.loginBtnLarge a, .whiteBoxes .loginBtnLarge a:link {width: 124px; }
.whiteBoxes.loginBtnLarge .b1 {width: 122px; }
.whiteBoxes.loginBtnLarge .b2 {width: 120px; }
.whiteBoxes.loginBtnLarge .b3 {width: 118px; }


#footer {
	text-align: center;
	margin-left: -8px;
	padding: 20px 0px 20px 8px;
	font-size: 0.9em;
	background: url(../_images/pageBtm.gif) left bottom no-repeat;
	overflow: hidden;
}
#footer a, #footer a:link {
	color: #474747;
}
#footer a:visited {
	color: #474747;
}
#footer a:hover {
	color: #942723;
}

