body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;	
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: medium;
  line-height: normal;
  background-color: white; /*#aed5e4;*/
}
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%; /*780px;*/
	background-color: white;
	/* background-color: #80bed5; */
	color: black;
	/* border-right: 0px solid #63a2cb;
	border-left: 0px solid #63a2cb;
	border-bottom: 0px solid #aed5e4; */
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px; */
  }
#main {
	position: relative;
	border-top: 2px solid #ffb326;
	border-bottom: 15px solid #0a79a7;
	left: 0;
	width: 100%;
	background-color: white; /*#80bed5; */ 
}
.main_border {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 15px;
	background-color: #0a79a7;
}
div.transbox
  {
  display: none;	  
  width: 475px;
  height: 50px;
  margin: 85px 0 28px 3em;
  padding: 0;
  }

#header {    /*.page_header {*/
  width: 100%;
  padding: .1em 0;
  background-color: lightblue;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 998;
  }

@media screen and (max-width: 450px) {
  #header {background: url(images/main_eda_mobile_sm.gif);}
  #header {height: 108px}
}
@media screen and (min-width: 451px) and (max-width: 680px) {
  #header {background: url(images/main_eda_mobile.gif);}
  #header {height: 154px}  
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: black;
}
#navigation {
	display: none;
    float: left;
	margin: 0;
	padding: 0 5px 0;
	font-size: 70%;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	}
#navigation a:link, #navigation a:visited {
	/* display: block; */
	display: inline;
	background-image: none; /*url("images/tab_right_bg.gif");*/
	background-color: #0a79a7;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 13px 4px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #fffff0;
}
#navigation a:hover {
	color: black;
}
#navigation ul {
	list-style: a
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-image: none; /* url("images/tab_left_bg.gif");*/
	background-color: #0a79a7;
	background-repeat: no-repeat;
	margin: 2px 2px 0 0;
	padding: 5px 0 0 9px;
	height: 30px;
}
	
.sidenav_button {
	display: inline; 
	cursor:pointer;
	position: fixed;
	z-index: 999;
	}
	
.sidenav {
	display: block; 
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0a79a7;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    z-index: 998;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.5s
}

.sidenav a:hover, .offcanvas a:focus{
    color: black;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
} 
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 16px;}
  .sidenav a {font-size: 16px;}
}
@media screen and (max-width: 680px) {

  .sidenav {display: block;}
  .sidenav_button {display: inline;} 
}

#content {
	padding: 0;
	border: 0;
	background-color: #ffffff;  
	margin: 0;                  /* change position of content      */
							    /* 0 150px 0 0    or   0 0 0 150px */
	                            /* right sidebar      left sidebar */ 
	
}
#content .inner {
	margin: 0;
	padding: 1px 2em;
	border: 0;
}	
#sidebar {
	display: none;
	position: absolute;
	top: 15px;
	right: 0;        /* change position of sidebar */
					 /*    left or right           */  	
	margin: 0;       
	padding: 0;
	width: 0%; /*150px*/;
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-x;
	background-color: #80BED5;
	color: black;
	font-weight: normal; 
}
#sidebar .inner {
	padding: 2px 5px 0 5px;
	font-weight: normal;
}
#footer {
	width: 0%; /*100%*/
	display: none;
	padding: .1em 0;
	background-color: #aed5e4;
	color: #002665;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}
#footer_nav {
	display: none;
	margin: 5px 0px 0 3px;
	padding-bottom: 0;
	font-size: 70%;
	font-weight: bold;
}
#footer_nav ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#footer_nav li {
	display: inline;
}
#footer_nav a:link, #footer_nav a:visited {
	padding: 0 6px 0 2px; 
	color: #002665;
	text-decoration: none;
}
#footer_nav a:hover {
	color: #ffaa00;
}
#footer_nav_1 {
	display: hidden;
	margin: 5px 0px 0 3px;
	padding-bottom: 0;
	font-size: 55%;
	font-weight: normal;
}
#footer_nav_1 ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#footer_nav_1 li {
	display: inline;
}
#footer_nav_1 a:link, #footer_nav_1 a:visited {
	padding: 0 6px 0 2px; 
	color: #93BEFF;
	text-decoration: none;
}
#footer_nav_1 a:hover {
	color: #FFF882;
}
#sitemap {
	display: none;
	margin: 0;
	padding-left: 5em;
	font-size: 80%;
	font-weight: bold;
	}
#sitemap a:link, #sitemap a:visited {
	color: #002665;
}
#sitemap a:hover {
	color: #ffaa00;
}
#sub_footer {
	width: 100%;
	padding: .1em 0 0 0;
	background-color: white; /*#aed5e4;*/
	position: relative; 
}
#sub_footer .left_box {
	margin-right: 35%;
}
#sub_footer .right_box {
	display:none;
	position: absolute;
	top: 0;
	right: 3px;
}
#sub_footer_nav {
	display: none;
	margin: 0;
	padding-bottom: 0;
	font-size: 65%;
	font-weight: bold;
	display: inline;
}
#sub_footer_nav ul {
	list-style: none;
	margin: 0 0 5px 3px;
	padding: 0;
	display: inline;
}
#sub_footer_nav li {
	display: inline;
}
#sub_footer_nav a:link, #sub_footer_nav a:visited {
	padding: 0 3px;
	color: black;
	text-decoration: none;
}
#sub_footer_nav a:hover {
	color: white;
}
.copywrite {
	font-weight: lighter;
	font-size: 70%;
	color: black;
	display: inline;
}
.e_insight_title {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	font-size: 150%;
	line-height: 150%;
	text-align: center;
    background:url(images/e_insight.jpg) no-repeat 0 0;	
}    
.e_insight_bold {
  margin-top: 10px;	
  font-weight: bold;
  font-size: 80%;
  line-height: 120%;
  text-align: left;
}
.privacy {
	margin: 1em 1em 0 0;
	font-weight: lighter;
	font-size: 75%;
	color: black;
	text-align: center;
}
a.privacy_policy:link, a.privacy_policy:visited {
	color: #002665;
	font-weight: bold;
	font-size: 80%; 
	text-decoration: none;
}
a.privacy_policy:hover {
	color: #ffaa00;
	text-decoration: underline;
}
.preview {
	display:none;
}
a.preview:link, a.preview:visited {
	color: #002665;
	font-weight: bold;
	text-decoration: underline;
}
a.preview:hover {
	color: #ffaa00;
	text-decoration: underline;
}
.cpreview {
	display:none;
}
a.cpreview:link, a.cpreview:visited {
	color: #002665;
	font-weight: bold;
	text-decoration: none;
}
a.cpreview:hover {
	color: #ffaa00;
	text-decoration: underline;
}
a.inner_box:link, a.inner_box:visited {
	color: #002665;
	font-weight: bold;
	text-decoration: none;
}
a.inner_box:hover {
	color: #ffaa00;
	text-decoration: none;
}
a.sbar_red_link:link, a.sbar_red_link:visited {
	color: #cc0000;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
a.sbar_red_link:hover {
	text-decoration: underline;
}
a.sbar_wht_link:link, a.sbar_wht_link:visited {
	color: white;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
a.sbar_wht_link:hover {
	text-decoration: underline;
}
a.e_book_nav:link, a.e_book_nav:visited {
	padding: 0 6px;
	color: #002665;
	text-decoration: none;
}
a.e_book_nav:hover {
	color: #ffaa00;
}
.opt_in_bold {
  margin-top: 25px;	
  font-weight: bold;
  font-size: 70%;
  line-height: 150%;
}
.opt_in_highlite {
	background-color: #ffff88;
}
.un_bold {
  font-weight: normal;
}  
.letter_head2 {
	padding: 0 2em;
	font-size: 115%;
	line-height: 130%;
	text-align: center;
}
.letter_head2x {
	padding: 0 2em;
	font-size: 130%;
	line-height: 130%;
	text-align: center;
}
.letter_head3 {
	padding: 0 2em;
	font-size: 100%;
	line-height: 120%;
	text-align: center;
}
.letter_head3h {
	padding: .5em 2em 0;
	font-size: 100%;
	line-height: 130%;
	text-align: center;
}				
.check_list_short {
  margin: 0 7%;
  font-size: 80%;
  line-height: 120%;
}
.check_list_short p {
  background:url(images/checkmark2.gif) no-repeat 0 0;	
  padding-left: 2em;
}
.check_list_shorth {        /* increased line height */
  margin: 0 7%;
  font-size: 80%;
}
.check_list_shorth p {
  margin-top: 0;	
  margin-bottom: 6px;
  background:url(images/checkmark2.gif) no-repeat 0 0;	
  padding: 2px 0 12px 2em;
}
.check_list_shortb {        /* short line all bold */
  margin: 0 8%;
  font-weight: bold;	
  font-size: 80%;
  line-height: 180%;
}
.check_list_shortb p {
  background:url(images/checkmark2.gif) no-repeat 0 0;	
  padding-left: 2em;
}
.check_list_bold {
  font-weight: bold;
  margin: 0;
  font-size: 80%;
  line-height: 180%;
}
.check_list_bold p {
  background:url(images/checkmark2.gif) no-repeat 0 0;	
  padding-left: 2em;
}
.check_list {
  margin: 0;
  font-size: 80%;
  line-height: 120%;
}
.check_list p {
  background:url(images/checkmark2.gif) no-repeat 0 0;	
  padding-left: 2em;
}
.check_listh {
  margin: 1.5em 0 0 1em;
  font-size: 80%;
  line-height: 120%;
}
.check_listh p {
  background:url(images/checkmark2.gif) no-repeat 0 0;	
  padding: 3px 0 5px 2.5em;
}
.dr_letter {
	padding: 0;
	margin: 0;
	font-size: 90%; 
}
.dr_letter .indented {
	margin: 0 8%
}
.dr_letter_indented {
	padding: 0;
	margin: 0 8%;
	font-size: 90%; 
}
.bold_center {
	padding: 0;
	margin: 0;
/*	font-size: 80%; */
	text-align: center;
	font-weight: bold;
}
.centered {
	padding: 0;
	margin: 0;
/*	font-size: 80%; */
	text-align: center;
}
p.img_center {
	text-align: center
}
a.red_link:link, a.red_link:visited {
	color: red;
}
a.black_link:link, a.black_link:visited {
	color: black;
}
a.blue_link:link, a.blue_link:visited {
	color: #002665;
}
a.blue_link:hover {
	color: #ffaa00;
}
a.white_link:link, a.white_link:visited {
	color: #ffff00;              /* THIS MUST BE CHANGED IF CONTENT BG CHANGES */
	font-size: 10%;
	text-decoration: none; 
}
.font_size_sm {
	font-size: 80%;
}
.box_left {
	padding-bottom: 10px;
	padding-left: 1em;
	border: 0;
	float: left;
	width: 100%;
	display: block;
	height: auto; 
}
.sm_book_left {
	float: left;
	width: 120px;
	height:150px;
	border-width:0px; 
	margin:3px 3px 0 0;
}

.box_right {
	padding-bottom: 10px;
	padding-left: 1em;
	border: 0;
	float: left;
	width: 100%;
	display: block;
	height: auto; 
}
.sm_book_right {
	float: right;
	width: 120px; 
	height:150px; 
	border-width:0px; 
	margin: 3px 0 0 3px;
}

.box_wide {
	margin:2em 0 1em 0;
	padding:0 1em;
	width: 95%;
	height:250px;
}
.box_bottom {
	position: relative;
	margin: 0;
	padding:0;
	border: 0;
	float: left;
	width: 80%;
	height: 140px;
}
.book_opts {
	text-align:right;	
	margin:0;
}
.no_bot_mar {
	margin-bottom:0;
}
.book_opts_left {	text-align:left;	
	margin:0;
}

.lt_blue_box {
	background-color: #e8f7fb;
	padding: 1em .5em 1em 1em;
	margin: 1.5em 5%;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-size: 80%;
	}
.lt_blue_box p {
	margin: 0;
}	
.blue_box {
	background-color: #c0fefb;
	padding: 1em .5em 1em 1em;
	margin: 1.5em 7%;
	border-color: #008080;
	border-style: solid;
	border-width: 2px;
	font-size: 80%;
	}
.blue_box p {
	margin: 0;
}
.white_box {
	background-color: white;
	padding: 1em .5em 1em 1em;
	margin: 1.5em 7%;
	border-color: #008080;
	border-style: solid;
	border-width: 2px;
	font-size: 80%;
	}
.white_box p {
	margin: 0;
}	
.white_box_dbl {
	background-color: white;
	padding: 1em .5em 1em 1em;
	margin: 2em 5% 1em;
	border-color: #0a79a7;
	border-style: double;
	border-width: 3px;
	font-size: 80%;
	}
.white_box_dbl p {
	margin: 0;
}		
.consult_box {
	background-color: #c0fefb;
	padding: .5em;
	margin: 0 auto;
	border-color: #008080;
	border-style: solid;
    border-width: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 80%
	}
.consult_box p {
	margin: 0;
}		
.bold_title {
	font-size: 13pt;
	font-weight: bold;
	}	
.red_title {
	font-size: 13pt;
	font-weight: bold;
	text-align:center;
	color: red;
	}
.red_titlex {
	font-size: 15pt;
	font-weight: bold;
	text-align:center;
	color: red;
	}
.black_title {
	font-size: 13pt;
	font-weight: bold;
	text-align:center;
	color: black;
	}	
.red_text {
	color: #ff0000;
}
.dark_red_text {
	color: #cc0000;
}
.red_bold {
  font-weight: bold;
  color: #ff0000;
}
.red_bold_centered {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}
.red_italic {
	color: #ff0000;
	font-style: italic;
}
.blue_bold {
  font-weight: bold;
  color: #008080;
}
.highlite {
	background-color: yellow;
}
.italic {
	font-style: italic;
}
.uline {
	text-decoration: underline;
}
.old_price {
	text-decoration: line-through;
	color: red;
	font-weight: bold;
	font-size: 140%;
}
.new_price {
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size: 170%;
}
.float_right {
	position: relative;
	float: right;
}
.float_left {
	position: relative;
	float: left;
}
.indented {
	margin: 0 8%
}
.pageheader_blue {
	color:#35679A;
	font-family:Verdana;
	font-size:22px;
}
.pageheader_gold {
	color:#ff9c08;
	font-family:Verdana;
	font-size:22px;
}
.reduced {
	font-size: 72%
}
.float_bio_pic {
	float:left;
	margin:0 45px 0 0;
	position:relative;
}
.indent_bio_pic {
	float:left;
	margin:0 45px 15px 30px;
	position:relative;
}
.about_bio_pic {
	float:left;
	margin:0 20px 6px 30px;
	position:relative;
}

#popwin {
	display: none;
}
