@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/main_bkg.gif) top center repeat-y #e0e8ed;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #333;
	}

/*
h1
{
	font-size: 26px;
	line-height: 28px;
	color: #369;
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px 0;
}
*/

h2
{
	font-size: 26px;
	line-height: 28px;
	color: #369;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
}

	
h2.home
{
	font-size: 20px;
	color: #666;
	line-height: 22px;
	font-weight: bold;
	padding: 0;
	margin: 15px 0 6px 0;
	text-transform: uppercase;
}


.books h3 {
	font-size: 24px;
	line-height: 24px;
	color: #369;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 15px 0;
}


.books h3 span {
	font-size: 15px;
	line-height: 17px;
	color: #000;
	font-weight: bold;
	}

h2 span {
	font-size: 15px;
	line-height: 17px;
	color: #000;
	font-weight: bold;
	}
	
h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 15px 0 6px 0;
	text-align: left;
}


h4 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	padding: 0;
	margin: 15px 0 6px 0;
	color: #333;
	text-align: left;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 15px 0 6px 0;
	color: #333;
}

p
{
	padding: 0;
	margin: 0 0 6px 0;
}

p span { text-decoration: underline; }

.clearboth {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}


.clearspace {
	display: block;
	clear: both;
	height: 20px;
	}
	
.replaced-text {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: none;
	visibility: hidden;
	}

img { border: 0; }

a, a img {
	outline: 0;
	}
		
ol { list-style-type: upper-roman; }
ol.numbered { list-style-type: decimal; }

#container {
	position: relative;
	min-height: 100% !important;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

* html #container {
	margin-left: 1px;
	}


/* FOR OPERA 5 */	
html>body #container {
    height: auto;
	}


/* HEADER */	
#header {
	width: 800px;
	height: 264px;
	margin: 0 auto;
	padding: 0;
	background: url(http://levanco.com/images/header_bkg.jpg) top left no-repeat;
	position: relative;
	}	
	
#header a.upchurchlink{ 
	display:block; 
	text-indent: -5000px;
	width: 500px;
	height: 110px;
}

#header h1 {
	margin: 0;
	padding: 0;
	}

#header #header-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	margin: 0;
	padding: 0;
	}	

#header .home {
	/*background: url(images/header_image_1.jpg) top left no-repeat;*/
	}
#header .home a{ 
	display:block; 
	text-indent: -5000px;
	width: 500px;
	height: 110px;
}

#header .wealthmed {
	/*background: url(images/board_meeting_success.jpg) top left no-repeat;*/
	}
#header .wealthmed a{ 
	display:block; 
	text-indent: -5000px;
	width: 500px;
	height: 110px;
}


	
#header h1 a {
	display: block;
	width: 600px;
	height: 150px;
	margin: 0 0 0 200px;
	padding: 0;
	}


/* CONTENT */

#content-main {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	}


/* LEFT NAV */

#left-nav {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	}

* html #left-nav {
	margin-left: 2px;
	display: inline;
	}
		
#left-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.books #left-nav ul.books-sub {
	display: block;
	}

#left-nav ul li {
	margin: 0;
	list-style: none;
	background-color: #9cbd7b;
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #cedebd;
	border-left: 1px solid #cedebd;
	border-bottom: 1px solid #6d9248;
	border-right: 1px solid #6d9248;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	}	

#left-nav ul li ul li {
	margin: 0 0 0 -35px;
	list-style: none;
	background-color: #9cbd7b;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 10px 0;
	}

#left-nav ul li ul {
	padding: 20px 0 0 0;
	margin: 0;
	display: none;
	}


/*
#left-nav ul li:hover ul {
	display: block;
	}
*/



.books #left-nav ul li.books ul,
.family #left-nav ul li.family ul,
.contact #left-nav ul li.contact ul,
.healthy #left-nav ul li.healthy ul,
.about #left-nav ul li.about ul,
.seminars #left-nav ul li.seminars ul,
.reading #left-nav ul li.reading ul,
.newspaper #left-nav ul li.newspaper ul {
	display: block;
	position: static;
	}



#left-nav ul li a:link,
#left-nav ul li a:visited {
	color: #2e3825;
	text-decoration: none;
	}
	
#left-nav ul li a:hover,
#left-nav ul li a:active {
	color: #ffffff;
	}	

#left-nav ul li.home,
#left-nav ul li.family,
#left-nav ul li.contact {
	padding: 14px 15px 15px 52px;
	}

#left-nav ul li.healthy,
#left-nav ul li.about,
#left-nav ul li.seminars,
#left-nav ul li.reading,
#left-nav ul li.blog,
#left-nav ul li.books,
#left-nav ul li.newspaper {
	padding: 6px 15px 6px 52px;
	}	

#left-nav ul li.home ul,
#left-nav ul li.family ul,
#left-nav ul li.contact ul {
	margin-bottom: -10px;
	}

#left-nav ul li.healthy ul,
#left-nav ul li.about ul,
#left-nav ul li.seminars ul,
#left-nav ul li.reading ul,
#left-nav ul li.blog ul,
#left-nav ul li.books ul,
#left-nav ul li.newspaper ul {
	margin-bottom: -1px;
	}

#left-nav ul li.home {
	background-image: url(images/icons/home.gif);
	}

#left-nav ul li.healthy {
	background-image: url(images/icons/healthywealth.gif);
	}	

#left-nav ul li.family {
	background-image: url(images/icons/famcouncils.gif);
	}

#left-nav ul li.contact {
	background-image: url(images/icons/contact.gif);
	}


#left-nav ul li.about {
	background-image: url(images/icons/about.gif);
	}


#left-nav ul li.seminars {
	background-image: url(images/icons/seminars.gif);
	}
	

#left-nav ul li.reading {
	background-image: url(images/icons/reading.gif);
	}
	
#left-nav ul li.blog{
	background-image: url(images/icons/blog.gif);
	} 	

#left-nav ul li.books {
	background-image: url(images/icons/books.gif);
	}
	

#left-nav ul li.newspaper {
	background-image: url(images/icons/newspaper.gif);
	}
	

/* RIGHT CONTENT */
	
#right-content {
	margin: 0;
	padding: 20px 30px 80px 225px;
	text-align: justify;
	}


blockquote {
	font-style: italic;
	padding: 10px;
	margin: 0 0 10px 0;
	}

blockquote blockquote {
	padding: 5px 15px;
	margin: 0;
	}	

.home blockquote
{
	font-size: 16px;
	line-height: 23px;
	margin: 0;
	color: #369;
	font-style: normal;
	padding: 10px 5px 10px 0;
}

blockquote cite {
	font-style: normal;
	}

.home blockquote cite
{
	font-style: normal;
	font-size: 14px;
	text-align: right;
	display: block;
	font-weight: bold;
}

blockquote p {
	margin: 0 0 5px 0;
	}
	
#right-content p {
	margin: 0 0 10px 0;
	padding: 0;
	}	

#right-content a:link,
#right-content a:visited {
	color: #336699;
	}
	
#right-content a:hover,
#right-content a:active {
	color: #151515;
	}


#right-content h3 a:link,
#right-content h3 a:visited {
	color: #333;
	}
	
#right-content h3 a:hover,
#right-content h3 a:active {
	color: #151515;
	}



#home-flash {
	margin: 0 0 10px 0;
	padding: 0;
	width: 540px;
	clear: none;
	}

* html #home-flash {
	
	}
	
#altcontent {
	width: 540px;
	margin: 0;
	padding: 0;
	clear: none;
	}
	
ul.steps {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	}

.callout {
	font-weight: bold;
	font-style: italic;
	color: #336699;
	}
	
sup {
	font-size: 60%;
	text-transform: uppercase;
	}

#book-promo {
	height: 120px;
	background: url(images/book.jpg) 20px 0 no-repeat #e1e1e1;
	padding: 0;
	margin: 0;
	font-weight: bold;
	border: 1px solid #6ea0c9;
	color: #000000;
	}

#book-promo p {
	padding: 30px 30px 30px 120px;
	margin: 0;
	}

#book-promo .title {
	font-size: 140%;
	}
	

#footer {
	width: 100%;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	margin: -20px 0 0 0;
	background: url(images/footer_bkg.gif) bottom center repeat-y #e0e8ed;
	text-align: center;
	color: #ffffff;
	}


#footer .content {
	width: 780px;
	margin: 0 auto;
	padding: 10px 0;
	}
	
#footer a {
	color: #ffffff;
	}
	
#footer table{
	margin: 0 auto 0 auto;
}
.dividerline
{
	width: auto;
	height: 22px;
	float: none;
	display: block;
	background: url(images/horiz_divider.gif) top left repeat-x;
}

.bookintro
{
	font-weight: bold;
	margin: 0 0 15px 0;
}

/* IMAGE DROP SHADOWS */
.dropshad_wrap1, .dropshad_wrap2, .dropshad_wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.dropshad_wrap1
{
	background-image: url(images/shad_main_white.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.dropshad_wrap2
{
	background-image: url(images/shad_BL_corner_white.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.dropshad_wrap3
{
	padding: 0 8px 8px 0;
	background-image: url(images/shad_UR_corner_white.gif);
	background-position: right top;
	background-repeat: no-repeat;
 }
 
.dropshad_wrap3 img { display: block; }

.footnote
{
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 12px;
}

/*contact form*/

label
{
	font-size: 13px;
	color: #999;
	font-weight: normal;
	letter-spacing: .2em;
}

form
{
	padding: 0px;
	margin: 0px;
}

button
{
	margin: 5px 15px 5px 0;
	padding: 3px 10px;
	background-color: #369;
	border: 1px #06C solid;
	color: #FFF;
	text-transform: uppercase;
}

button:hover { background-color: #06C; }

input,
textarea,
select,
.form_field
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	color: #000000;
	border: 1px #999 solid;
	padding: 3px;
	margin: 0px;
}

textarea:focus,
input:focus { background-color: #fff;}

dl.type1
{
	margin: 0 auto;
	padding: 0;
	width: 600px;
}

dl.type1 dt
{
	float: left;
	text-align: right;
	width: 130px;
	margin: 2px 5px 0 0;
	padding: 0;
}

dl.type1 dd
{
	margin: 0 0 5px 0;
	padding: 2px 0;
}

dl.type1 em
{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
}

.width1 { width: 270px; }
.width2 { width: 120px; }
.width3 { width: 40px; }
.height1 { height: 200px; }

#State { margin-right: 20px; }

dl.type1 button { margin-top: 10px; }

.pullquote, .pullquote2
{
	font-family: "Hoefler Text", Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 23px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	padding: 20px 0 15px 0;
	border-color: #FFFFFF;
	border-width: 2px 0 2px 0;
	border-style: solid;
}

.pullquote2
{
	width: 300px;
	float: right;
	margin: 0 0 15px 15px;
}

.pullquote2 .spkr
{
	text-align: right;
	font-style: normal;
}

.backtotop
{
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin: 10px 0 5px 0;
}

.tint_box
{
	padding: 10px;
	background-color: #FFF;
}

.author
{
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #6F1D04;
	padding: 5px 0;
	margin-bottom: 10px;
	border-top: 1px #6F1D04 solid;
	border-bottom: 1px #6F1D04 solid;
}

.boxed
{
	padding: 10px 10px 10px 20px;
	margin: 20px 0 15px 0;
	/*border: 1px #6e6e6e solid;*/
	background-color: #e0e8ed;
}

.boxed h3 {
	margin-top: 0;
	}