										/* z-index: nav-wrap=20, main-wrap=1, side-wrap=5 */

/* TAG */

body {
/* Should be about 987px x [whatever]px. */
	margin:0px;
	padding:0px;
	background-image:url(/images/background.gif); /* This is the stripey background image. */
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif
}

a { color:#cd0c0d; text-decoration:none; }
#top-nav a { color:#ffffff; text-decoration:none; }
#subNavProducts a { color:#474b4e; text-decoration:none; }
#subNavTestimonials a { color:#474b4e; text-decoration:none; }
#subNavHowItWorks a { color:#474b4e; text-decoration:none; }
#subNavResearch a { color:#474b4e; text-decoration:none; }
#subNavFAQs a { color:#474b4e; text-decoration:none; }

a:hover { color:#EF0C0F; text-decoration:underline; }
#top-nav a:hover { color:#f39931; text-decoration:none; }

h1 { font-size:32px; line-height:32px; color:#CD0C0D; text-transform:uppercase; margin:0px; padding-top:10px; padding-left:10px; }
h2 { font-size:20px; line-height:20px; color:#730707; text-transform:uppercase; margin:0px; padding:6px 0px; }
h3 { font-size:16px; line-height:16px; color:#730707; text-transform:uppercase; margin:0px; padding:6px 0px; }
h4 { font-size:14px; line-height:14px; color:#730707; text-transform:uppercase; margin:0px; padding:6px 0px; } 
h5 { font-size:11px; line-height:11px; color:#7E7A5D; text-transform:uppercase; margin:0px; padding:0px; } 
h6 { font-size:11px; line-height:11px; color:#7E7A5D; text-transform:none; margin:0px; padding:0px; }


/* CLASS */

.nav-btn {
	display:inline;
	position:relative;
	top:40px;
	padding:5px 10px 5px 10px;
	font-weight:bold;
}

.subNav-btn {
	display:block;
	background-color:#ffffff;
	border:1px #474b4e solid;
	padding:5px 10px;
	position:absolute;
	top:57px;
	line-height:18px;
}


/* ID */

#body-wrap {
	position:relative;
	width: 987px;
/*	height:956px;*/
	margin:0px auto;
	background-image:url(../images/mfa_sidebar_1px.jpg);
	background-repeat:repeat-y;
}

#top-nav {
	width:736px;
	height:67px; /* This requires a "height" since the img is only in the background. */
	background-image:url(../images/mfa_topnav.jpg);
	background-repeat:no-repeat;
}

#language-DIV {
	color:#ad8686;
	font-weight:bold;
	position:absolute;
	top:10px;
	left:600px;
 }

#main-wrap {
	z-index:1;
	width:736px;
	height:889px; /* I guess this needs a "height" too. */
/*	height:auto;*/ /* Nevermind. This messes up all other pages. */
	top:67px;
/*	background-color:#fef2c8;*/
}

#pageHead {
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	color: #730707;
	text-transform:uppercase;
	margin:0px;
	padding:10px 0px 10px 10px;
}

#flash-DIV { /* page-specific */
	width:684px;
	z-index:50;
	padding-top:10px;
	padding-left:25px;
}

#big-news-DIV { /* page-specific */
	width:674px;
	padding-left:30px;
}

#lower-half { /* page-specific */
	width:736px;
}

#left-column { /* page-specific */
	float:left;
	width:328px;
	padding-left:25px;
}

#home-articles { /* page-specific */
	color:#ffffff;
	width:328px;
	height:444px; /* This requires a "height" since the img is only in the background. */
	background-image:url(../images/News_Main.jpg);
	background-repeat:no-repeat;
}

#right-column { /* page-specific */
	display:inline;
	float:right;
	width:328px;
	padding-right:27px;
}

#foot-wrap {
	position:absolute;
	width:736px;
	top:956px;
/*	top:auto;*/ /* This did not "stick" on Articles page when declared here. */
	font-size:9px;
	line-height:11px;
	padding:4px 0px;
	color:#7E7A5D;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
}

#side-wrap1 {
	z-index:5;
	position:absolute;
	width:251px;
	height:956px; /* This requires a "height" since the img is only in the background. */
	top:0px;
	left:736px;													/* 736 for non-testing, 737 for testing DIV widths */
	background-image:url(../images/mfa_sidebar_1.jpg);
	background-repeat:no-repeat;
}

#side-wrap2 {
	z-index:5;
	position:absolute;
	width:251px;
	height:956px; /* This requires a "height" since the img is only in the background. */
	top:0px;
	left:736px;													/* 736 for non-testing, 737 for testing DIV widths */
	background-image:url(../images/mfa_sidebar_2.jpg);
	background-repeat:no-repeat;
}

#side-wrap3 {
	z-index:5;
	position:absolute;
	width:251px;
	height:956px; /* This requires a "height" since the img is only in the background. */
	top:0px;
	left:736px;													/* 736 for non-testing, 737 for testing DIV widths */
	background-image:url(../images/mfa_sidebar_3.jpg);
	background-repeat:no-repeat;
}

/* Used in foot.asp */
#foot-left {
	float:left;
	width:360px;
}

/* Used in foot.asp */
#foot-right {
	float:right;
	width:360px;
	text-align:right;
}






/* UNUSED? */

/*???*/
.jcnHead {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#C90400;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0px;
	padding:10px 10px 5px 10px;
}

.clear { clear:both; height:0px; line-height:0px; margin:0px; padding:0px; }

/*???*/
.descHead {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#C90400;
	margin:0px;
	padding:6px 0px;
}

/*???*/
#side-wrap-professional {
	position:absolute;
	width:206px;
	height:825px;
	top:0px;
	left:753px;
}

/*???*/
#login {
	width:753px;
	height:30px;
	top:0px;
}

/*???*/
#login img {
	float:right;
	margin-right:50px;
}

/*???*/
hr {
	line-height:0.1em;
	border:0px;
	margin:2px 0px;
	color:#bcbc4e;
}

/*???*/
.font-em { color:#BF0905; }

/*???*/
.font-sm { 
	font-size:10px;
	line-height:11px;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
}

/*???
#nav-wrap {
	z-index:20;
	position:absolute;
	width:753px;
	height:35px;
	top:33px;
	font-size:10px;
}
*/

/*???
#nav-wrap a { 
	font-weight:bold; 
	text-decoration:none;
	color:#730707;
}
*/

/*???
#footnote01 {
	text-align:left;
	padding:0px 5px 10px 0px;
}
*/

/* OUT
#share_a_story-DIV {
	float:left;
	width:167px;
	height:184px;
	display:inline;
	border-top:1px #bcbc4e solid;
	border-bottom:1px #bcbc4e solid;
	border-left:1px #bcbc4e solid;
}
*/

/* OUT
#testimonials-DIV {
	float:left;
	width:284px;
	height:184px;
	display:inline;
	border-top:1px #bcbc4e solid;
	border-right:1px #bcbc4e solid;
	border-bottom:1px #bcbc4e solid;
}
*/

/* OUT
#faf_coupons-DIV {
	width:212px;
	height:114px;
	border:1px #bcbc4e solid;
	background-color:#f6f4d6;
}
*/

/* OUT
#health-pros-DIV {
	width:212px;
	height:50px;
	border:1px #bcbc4e solid;
	background-color:#f6f4d6;
	margin-top:18px;
}
*/

/* OUT
#health-pros-LINK {
	padding-left:20px;
	text-indent:-8px;
}
*/

/* OUT
#side-wrap {
	z-index:5;
	position:absolute;
	width:251px;
	height:956px;
	top:0px;
	left:736px;
	background-image:url(../images/mfa_sidebar.jpg);
	background-repeat:no-repeat;
}
*/
