@charset "UTF-8";
body {
	font: 69% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #000000;
	background-image:url(/ebd_pages/graphics/topBackgroundRed.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}


#shadowBox {

width: 75em;
margin: 0 auto;
/*background-color:#53749d;*/
padding-bottom:2px;
/*background-image:url(/ebd_pages/graphics/topBackgroundShadow.jpg);
background-repeat:repeat-x;*/


}
#container {
	width: 74em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
border-left-width: 2px;
border-left-color: #333333;
border-right-width: 2px;
border-right-color: #333333;
	border-top:none;
	text-align: left; 
	padding:0px;
}
#portal-top {
padding: 0px 0px 0 0px;  
	height:125px;
	background-color:#ffffff;
	background-image:url(/ebd_pages/graphics/topHeaderBackground3.jpg);
	background-repeat:repeat-x;
	width: 100%;

}

#headerNav {
	background-image: url(/ebd_pages/graphics/headerNavBackgroundBlk.jpg);
	height: 33px;
	width: 330px;
	float: right;
	background-color: transparent;
	background-repeat: no-repeat;
}

#headerFloat {
margin-top:1px;
margin-left:4.5em;

}

#header {
position:relative;
	width: 100%;
	padding: 0px 0px 0 0px;  
	height:125px;
} 



#header h1 {
	margin: 0; 
	padding: 10px 0;
}
#mainContent {
	padding: 0 5px; 
	background: #FFFFFF;
}

#entryHomePage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
padding:0 5px;
 }



 #leftColumnEntry {
float:left;
margin:0 0 0 3px;
padding-top:7px;
width:40%;
}

 #rightColumnEntry {
	padding-top: 5px;
	margin-left: 49%;
	vertical-align:top;
	z-index:100;
	height: 45em;
}


#loginBox {
	background-color:#FFF;
	border: 1px solid #214183;
	padding: .5em;
	margin-top:0px;
	background-image: url(../graphics/gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 2em;
}



#wellnessBox {
	border: 1px solid #214183;
	padding: 2px;
	
}

#innerWellnessBox {
	margin-top: 4px;
	border-top: 1px dotted #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	padding:4px;
	padding-bottom: 5px;

}
#healthMemberBox {
	width: 30em;
	margin-left: 8px;
}

#boardBox {
	width: 23em;
	margin-left: 4px;
	margin-top:12px;
	padding:6px;
	z-index:5;
}

#publicationBox {
	position:absolute;
	height:14em;
	}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}


.leftWellness {

	float: left;
	width: 1em; /* since this element is floated, a width must be given */
	padding: 0px 0;
}

.rightWellness {
	margin: .5em 0em 0 18em;
	width: 11em;
	height: 70px;
	text-align:center;
}

#footer {
	padding: 5px 10px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align:center;

} 
#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 */
}

#topBar {
width: 100%;
padding: 0px;
vertical-align:middle;
height: 22px;
background-image:url(/ebd_pages/graphics/topBar.jpg);
background-repeat:repeat-x;
}


#leftColumn {
	margin: 0 0em 0 3px;
	width: 20em;
	padding-top: 7px;
}

#rightColumn {
	float: right;
	width: 23em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 2px 15px 0px; /* top and bottom padding create visual space within this div */
	margin-right: 3px;		
}

#leftBenefits {
	float: left;
	width: 45%;

}

#rightBenefits {
margin: 0;
	float: right;
	width: 50%;

	
}




#headerLeft {
	float: left;
	width: 25em; /* since this element is floated, a width must be given */
	padding: 2px 2px 2px 2px; /* top and bottom padding create visual space within this div */
	margin-top: 0em;
}


#headerRight {
	margin: 0em 0em 0 51em;
	width: 15em;
	height: 75px;
	text-align:right;	
}
#headerRight p {

padding-top:5px;

}

th {
height: 25px;

}

.leftIndexNav {
	float: left;
	width: 1em; /* since this element is floated, a width must be given */
	padding: 0px 0;
}

.rightIndexNav {
	margin: 0 0em 0 7em;
	width: 5em;
	height: 70px;
}
.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: 10px;
}

.fltlftup { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top:-15px;
}

.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;
}


.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

#footerBar {

	/*background-color:#214183;*/
	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
	vertical-align:middle;
	background-color:#990000;
	/*background-image:url(/ebd_pages/graphics/bottomBar.jpg);
	background-repeat:repeat-x;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
		clear:both;

}
#footerContainer { 
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	width: 100%;
	padding-bottom: 5px;
	
}

#footerLeft {
	float: left; 
	width: 5em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#footerRight {
	float: right; 
	width: 18em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#footerMain {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 16em;
} 



.marginTop {

margin-top: 1em;

} 

#sidebar1 {
	float: left; 
	width: 15em; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	vertical-align:top;
}

 #sidebar2 {
	float: right; 
	width: 15em; /* since this element is floated, a width must be given */

	padding: 5px 0; /* top and bottom padding create visual space within this div */
	vertical-align:top;
}
#homeContent {
	width:99%;
	margin-left:.5em;
	padding-top: 5px;
	background: #FFFFFF;
	font-size: 115%;
}

#quickLinks {
padding: 5px;
border: 1px solid #666666;
z-index:-1;
}

.shadowBoxMargin {
line-height:1px;
height: 2px;
margin:0;
}

#topBar {
width: 100%;
text-align:center;
padding: 0px;
vertical-align:top;
height: 15px;
background-image:url(/ebd_pages/graphics/barGraphic.gif);
background-repeat:repeat-x;
}

.hr {
	background-image: url(/ebd_pages/graphics/hr.jpg);
	background-repeat:no-repeat;
	line-height: 35%;
	width: 150px;
	margin-top: .25em;
	margin-bottom: .7em;
	margin-left:0;
	margin-right:0;
}

.smallGap {
	margin-top: .3em;
	margin-bottom: .5em;
	margin-left:0;
	margin-right:0;
}

.row2 {
/*background-color:#E8F4FF;
background-color:#E6F1FF;*/
background-color:#ffffff; 
height:15px;
}

.row1 {
background-color:#E2EEFF;
height:15px;
}

.row3 {
background-color:#FFF4DF;
}

.row4 {
background-color:#D8ECF2;
}

.row5 {
background-color:#EADEFB;
}

.linkstble {
	margin-top:10px;
	width: 500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
}

.brdrleft {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	background-color:#ABB5D3;
	
}

.brdrright {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	background-color:#ABB5D3;

}
.brdrleft1 {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	background-color:#D7CFBD;
}
.brdrright1 {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	background-color:#D7CFBD;
}

.brdrleft2 {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	background-color:#B2C4CA;
}

.brdrright2 {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	background-color:#B2C4CA;
}
.brdrleft3 {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	background-color:#C2ABC8;
}

.brdrright3 {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	background-color:#C2ABC8;
}

#contlyr1 {
padding-bottom:25px;
}

.ctrcell {
	text-align: center;

}

#fitnessTable {
	border-color: #000000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

#fitnessTable td, #fitnessTable th {
 border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;


}

th.headerSortUp { 
    background-color: #3399FF; 
	background-image: url(/ebd_pages/graphics/sortUp.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}

th.headerSortDown { 
    background-color: #3399FF; 
	background-image: url(/ebd_pages/graphics/sortDown.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}

.fitnessHeader {
	cursor: pointer;
	background-image: url(/ebd_pages/graphics/sort.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}

#rightcolumnWellness {
	float:right; 
	position:absolute; 
	left: 370px; 
	top: -1px; 
	width: 191px; 
	height: 251px;
}

tr.even {

  background-color: #fff;

}

tr.odd {

  background-color: #c6cde3;

}

#bcArea {
position:relative;
width: 97%;
background-color: #dbefe4;
padding-right: 4px;
padding-left: 10px;
margin-left: auto;
margin-right: auto;
padding-top:2px;
padding-bottom: 2px;
border: 1px solid #999999;

}  
.breakLine {
position:relative;
padding-left: 8px;
padding-right: 8px;
background-color: #dce4ee;
height:3px;
width:95%;
margin-left:auto;
margin-right:auto;
}
#contlyr1 #leftcolumn {
	position:relative;
	float:none; 
	top:0px;
	vertical-align:top;
	left:10px;
}

#contlyr1 #rightcolumn {
	float:right; 
	position:absolute; 
	left: 600px; 
	top: -3px; 
	width: 191px; 
	height: 251px;
}

.box {
	width:620px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:8px;
	border: 1px solid #000000;
	margin-top:-4px;
}

.box2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-bottom:7px;
	padding-top:8px;
}

.homeTab {
	width: 19em;
	height: 25px;
	background-color:#990000;
	background-image: url(/ebd_pages/graphics/redTab.jpg);
	background-repeat: no-repeat;
	background-position: right;
		
}

.myBenefitsBox {
	border: 1px solid #000;	
	width: 98%;
	height: 13.5em;
	
}

.myBenefitsBoxRep {
	border: 1px solid #000;	
	width: 98%;
	height: 14em;
	
}
.publicationsBox {
	border: 1px solid #000;	
	width: 98%;
	height: 210px;
	
}

 .myBenefitsList {
	line-height:2.5em;
}

 .myBenefitsListRep {
	line-height:1.5em;
}
.leftIndent {
margin-left: 6em;	
}

p {
height: 0px;
padding: 0px;
}

#mainContent p {
height: auto;

}

.break {
margin-bottom: .6em;	
}



.noBorder {
border-width:1px;
border-color:#fff;
color: #ffffff;
} 

iframe {
	border-spacing: 1px;
	border-collapse: collapse;
	background-color: white;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;	
}

#tenInTenleftColumn{
 float:left;
	margin: 0 0em 0 3px;
	width: 37em;
	padding-top: 7px;
	font-size: 118%;
}

#tenInTenrightColumn {
position:relative;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 3px 15px; /* top and bottom padding create visual space within this div */
	margin-left: 45em;
	vertical-align:top;
	z-index:100;
	height: 65em;
	
}

#tenInTenleftColumnInset{
 float:left;
	margin: 0 0em 0 3px;
	width: 20em;
	padding-top: 7px;
}

#tenInTenrightColumnInset {
position:relative;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 3px 15px; /* top and bottom padding create visual space within this div */
	margin-left: 19em;
	vertical-align:top;
	z-index:100;
	height: 5em;
	
}



#wellnessLinksTenInTen {
width: 16.5em;
background-color:#990000;
padding: 4px;
border: 1px solid #000;	
	
}

#wellnessLinksTenInTen a:link, #wellnessLinksTenInTen a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:120%;
color:#fff;
font-weight:bold;
text-decoration:none;
	
}
#wellnessLinksTenInTen a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:120%;
color:#fff;
font-weight:bold;
text-decoration:none;
font-style:italic;
	
}

#signUpTenInTen {
	width: 24em;
	padding: 8px;
	border: 1px solid #000;
	background-color: #990000;
	background-image: url(../graphics/gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
}

#tenInTenBlogBox {
	width: 17em;
	padding: 4px;
	border: 1px solid #000;
	
}

#tenInTenBlogBox a:link, #tenInTenBlogBox a:visited {
	
font-size: 120%;
font-weight: bold;
	
}

#tenInTenBlogBox a:hover {
	
font-size: 120%;
font-weight: bold;
text-decoration:none;
font-style:italic;
	
}

#recipeTitleBox {
width: 21.3em;
background-image: url(../graphics/gradient.jpg);
background-repeat: repeat-x;
background-position: bottom;
padding-top: 6px;
padding-bottom: 6px;
border: 1px solid #000;	
font-weight: bold;
font-size: 130%;
text-align:left;
padding-left: 4px;
	
}

#TenInTenDisclaimer {
font-size: 90%;	
}

#receipes{
border: 1px solid #000;	
width: 27em;
padding: 6px;
}

#bottomNavigation {
position: absolute;
width: 29em;
text-align: right;

}
