@import url(base.css);
@import url(boxes.css);

@import url(edivvy-101-list-pages.css);
@import url(edivvy-101-reasons-grid.css);


/* 1. CUSTOM BOX STYLES
**********************************************************/
.whitebox {
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:  6px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0, .6);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0, .6);
	padding: 0px 0px 10px 0px;
	margin: 0px 3px 3px 0px;
}



/* 2. PAGE LAYOUT
**********************************************************/
#wrapper {
	width: 1000px;
	position: relative;
}

.column { float: left; }

#section_header {
	position: relative;
	height: 110px;
	overflow: hidden;
	/*background: url(../images_www/learn_more/nav-101-background.gif) no-repeat right 0px;*/
	background: #d76427;
	border-radius:  6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius:  6px 6px 0px 0px;
}
#section_header h1#section_title_101 {
	margin: 5px;
	padding: 0;
	height: 70px;
	width: 220px;
	border: none;
	background: transparent url(../images_www/learn_more/title-edivvy101.png) no-repeat 40px 25px;/**/
	text-decoration: none;
	text-indent: -9999px;
}

#section_header #tabs {
	position: absolute;
	bottom: 6px;
	left: 30px;
	width: 1080px;
	margin: 0;
	padding: 0;
}
#section_header #tabs ul {

}
#section_header #tabs li {
	margin: 0 5px;
	float: left;
	position: relative;
	list-style: none;
}
#section_header #tabs li a {
	padding: 10px 18px 16px 18px;
	deisplay: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font: normal 12px/1.5em Florencesans02, "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
}
#section_header #tabs li a:hover {
	background: #f37021;
	color: #ffffff;
	border-radius: .25em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#section_header #tabs li.tab_on a {
	background: #ffffff;
	color: #333333;
	border-radius: .25em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#section_header #tabs li.tab_off a {
	background: none;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(180,84,33, .2);
}

#spotlight, .spotlight, .spotlight-plain {
	padding: 10px;
	margin-top: 30px;
	z-index: 1;
}
#spotlight {
	background: #f3edd7;
	color: #fff;
}
.spotlight-content {
	margin: 0 0 0 20px;
	padding: 0 20px 0px 0px;
	height: 330px;
	font-size: 14px;
}
.spotlight-flash {
	position: relative;
	height: 350px;
	text-align: center;
	background: transparent url(../images_www/learn_more/bg-how-spotlight.gif) repeat-x 0px 0px;
}
.subcontent {
	overflow: hidden;
	position: relative;
}

.rightcontent {
	position: relative;
	padding-left: 50px;
	width: 350px; 
	background: url(../images_www/bg-fade-top-white.png) repeat-x 0px 0px;
}

.leftshadow { 
	_border-left: 1px solid #cccccc;
	-webkit-box-shadow: -2px 0px 5px rgba(0,0,0, .1);
	-moz-box-shadow: -2px 0px 5px rgba(0,0,0, .1);
}
.bottomfader, .bottomfaderleft {
	position: absolute;
	bottom: 0px;
	right: -10px;
	width: 20px;
	height: 90px;
	background: url(../images_www/bg-fade-bottom-white.png) repeat-x 0px bottom;
}
.bottomfaderleft {
	left: -10px;
	background: url(../images_www/bg-fade-bottom-white.png) repeat-x 0px bottom;
}





/* 3. LIST PAGES LAYOUT
**********************************************************/
#bodycontent {
	overflow: hidden;
	position: relative;
}

#sidebar {
	width: 218px;
	padding: 12px 0px;
	position: relative;
	background: url(../images_www/bg-fade-top-white.png) repeat-x 0px 0px;
	z-index: 1;
}
#sidebar h3 {
	font-size: 16px;
	padding: 30px 0px 10px 10px;
	margin: 0 10px;
	color: #437913;
}

#sidebar ol {
	margin-left: 10px;
	border-top: 1px solid #d9d9d9;
}
#sidebar li {
	line-height: 2em;
	border-bottom: 1px solid #d9d9d9;
}
#sidebar li a, #sidebar li span {
	display: block;
	padding: 8px 10px;
	font-weight: bold;
	zoom: 1;
}
#sidebar li span {
	font-weight: bold;
}

#content101 {
	padding: 12px 30px;
	width: 700px;
	position: relative;
}
#content101 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #437913;
	padding: 28px 0px 10px 0px;
	margin: 0 10px 10px 0px;
	border-bottom: 1px solid #e1e1e1;
}
#content101 h4 {
	font-weight: bold;
}
#content101 .subhead {
	font-size: 16px;
}
#content101 ol {
	margin-left: 30px;
	padding: 10px 0;
	list-style-type: decimal;
	list-style-position: outside;
}
#content101 ol li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: decimal;
	line-height: 1.5em;
	border-bottom: 1px dotted #e1e1e1;
	list-style-position: outside;
}

/*

#content101 ul {
	padding: 10px 20px 10px 20px;
	list-style-position:outside;
}
#content101 ul li {
	padding: 5px 0 5px 0;
	list-style-position:outside;
}
#content101 ul li a {
    display: block;
	padding: 5px;
	list-style-position:outside;
}







/* 4. HOW IT WORKS
**********************************************************/
#videos {
	position: relative;
	width: 400px;
	padding: 50px 70px 250px 50px;
	margin-right: 0px; 
	_border-right: 1px solid #cccccc;
	-webkit-box-shadow: 2px 0px 5px rgba(0,0,0, .1);
	-moz-box-shadow: 2px 0px 5px rgba(0,0,0, .1);
}
#videos  h3 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
}
.video {
	padding-bottom: 40px;
}

#quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #5D4F4B;
	position: relative;
	padding: 40px 20px 20px 20px;
	margin: auto;
}
#quotes em {
	text-align: right;
	display: block;
	padding: 6px 0 16px 0;
}
#quotes p {
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

#reasons {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	background: #dfeff8;
	border-radius: .25em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0, .2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0, .2);
}
#reasons h4 {
	font-size: 20px;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}
#reasons ol {
	margin: 0px;
	padding: 0px;
	list-style-type: decimal;
	list-style-position: inside;
}
#reasons ol li {
	padding-bottom: 14px;
	margin-bottom: 14px;
	list-style-type: decimal;
	list-style-position: inside;
	font-style: italic;
	line-height: 1.5em;
}
#reasons ol li strong {
	font-style: normal;
}




/* 5. FAQ
**********************************************************/
#content101 .faq_list ol li {
	padding: 0px;
	margin: 0px;
}
#content101 ol li .faq_a {
	padding-bottom: 10px;
}

#content101 ol li .faq_q {
	padding: 10px 0;
}






/* 6. SUCCESS
**********************************************************/





