@charset "UTF-8";

/* Korngold Consulting - CSS Document */
			/* ©2008 Rusty Munro - www.munrovia.com */




/*  -------------------- layout -----------------------  */

#wrap {
	width: 975px;
	height: 1000px;
	margin: 15px 0px 0px 15px;
	background:  url(images/korngold_bg.gif) no-repeat top left;
}

#header {
	width: 225px;
	float: left;
	margin: 0 0 86px 0;
}

#main {
	width: 725px;
	height: 500px;
	float: right;
}

#nav {
	width: 225px;
	float: left;
	margin: 0 0 0 0;
}

#callout {
	width: 225px;
	position: absolute;
	left: -250px;
	top: 0;
	margin: 0 0 0 0;
	padding: 13px 0 0 0;
	border-top: thin solid #423e3c;
}


/* rule for IE */
#intro {
	width: 725px;
	height: 186px;
}

/* rule for everything else */
html>body #intro {
	width: 725px;
	height: 176px;
}


#main_txt {
	width: 725px;
	height: 425px;
	border-top: thin solid #a8a8a8; 
}

#main_txt_no_hr {
	width: 725px;
	height: 425px;
}

.hr_top_wrap {
	width: 725px;
	padding-bottom:18px;
	border-top: thin solid #423e3c;
}

.no_hr_wrap {
	width: 725px;
	padding-bottom:18px;
}

.hr_top_wrap_col {
	width: 475px;
	padding-bottom:18px;
	border-top: thin solid #423e3c;
}

.float_left {
	float:left;
	margin: -12px 15px 0 0;
}

#col_left {
	width: 475px;
	float: left;
	margin: 0 15px 0 0;
	display: inline;
}

#col_right {
	width: 230px;
	float: right;
	display: inline;
}

#hr_col_right {
	width: 230px;
	border-top: thin solid #a8a8a8;
	margin: 12px 0 0 0;
	padding: 10px 0 0 0;
}

.media_wrap {
	width: 225px;
	height: 180px;
	float: left;
	display: inline;
	margin: 0 24px 20px 0;
	border-top: thin solid #a8a8a8;
}

.media_wrap_last_col {
	width: 225px;
	height: 180px;
	float: left;
	display: inline;
	margin: 0 0 20px 0;
	border-top: thin solid #a8a8a8;
}

/* rule for IE */
.media_link_wrap {
	width: 225px;
	height: 59px;
	margin: 20px 0 0 0;
	padding: 5px 0 20px 0;
	border-top: thin solid #423e3c;

}

/* rule for everything else */
html>body .media_link_wrap {
	width: 225px;
	height: 59px;
	margin: 20px 0 0 0;
	padding: 5px 0 50px 0;
	border-top: thin solid #423e3c;

}

#bottom {
	width: 725px;
	height: 119px;
	position: relative;
	border-top: thin solid #423e3c;
	border-bottom: thin solid #a8a8a8;
}

#bottom_profile {
	width: 725px;
	height: 119px;
	position: relative;
	border-top: thin solid #423e3c;
	border-bottom: thin solid #a8a8a8;
}


/*  -------------------- main logo -----------------------  */

h1#logo {
	background: url(images/korngold_main_logo.gif) 0px 15px no-repeat;
	width: 225px;
	height: 100px;
	margin: 0 0 0 0;
	text-indent:-9000px;
}

h1#logo a {
	border-style: none;
	text-indent: -9000px;
	display: block;
	width: 225px;
	height: 100px;
}


/*  -------------------- navigation -----------------------  */

#nav {
	width: 225px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navlist {
	list-style:none;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

#navlist li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}


#navlist a {
    display: block;
    width: 225px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
    color: #FFFFFF;
	text-decoration:none;
    background:url(images/nav_bg.gif) top left no-repeat;
    margin: 0 0 0 0;
	padding:5px 0 5px 0;
	border-top: thin solid #a8a8a8;
}

#navlist #last a {
	border-bottom: thin solid #a8a8a8;
}

#navlist a:hover { 
    background-position: 0 -31px;
}

#navlist a:active {
    background-position: 0 -31px;
}

#navlist #selected {
	display: block;
    width: 225px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
    color: #FFFFFF;
	text-decoration:none;
    background:url(images/nav_bg.gif) 0 -31px no-repeat;
    margin: 0 0 0 0;
	padding:5px 0 5px 0;
	border-top: thin solid #a8a8a8;

}

#navlist #selected_last {
	display: block;
    width: 225px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
    color: #FFFFFF;
	text-decoration:none;
    background:url(images/nav_bg.gif) 0 -31px no-repeat;
    margin: 0 0 0 0;
	padding:5px 0 5px 0;
	border-top: thin solid #a8a8a8;
	border-bottom: thin solid #a8a8a8;
}


/*  -------------------- links -----------------------  */

a.book_cover {
	margin: 0 10px 0 0;
	border-style: none;
	text-decoration: none;
	float: left;
}

a.media_link {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
	margin: -5px 0 0 0;
	padding: 10px 0 35px 0;
	background:url(images/media_bg.gif) top left no-repeat;
}

a.media_link:hover {
    background-position: 0 -59px;
}


a.email_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	margin: -9px 0 0 0;
	padding: 0 0 13px 0;
}

a.email_link:hover, a.email_link:active, a.email_link:visited {
	color: #f05a28;
}

/*  -------------------- headers (img) -----------------------  */

h3#subhead_for_execs {
	background: url(images/subhead_for_execs.gif) top left no-repeat;
	text-indent: -9000px;
	height: 18px;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
}

h3#subhead_for_corp {
	background: url(images/subhead_for_corp.gif) top left no-repeat;
	text-indent: -9000px;
	height: 18px;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
}

h3#subhead_for_nonprofit {
	background: url(images/subhead_for_nonprofit.gif) top left no-repeat;
	text-indent: -9000px;
	height: 20px;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
}

h3#subhead_nonprofit_boards {
	background: url(images/subhead_for_nonprofit.gif) top left no-repeat;
	text-indent: -9000px;
	height: 20px;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
}

h3#subhead_leveraging_good_will {
	background: url(images/subhead_leveraging_good_will.gif) top left no-repeat;
	text-indent: -9000px;
	height: 58px;
	margin: 12px 0 15px 0;
	padding: 0 0 0 0;
}

h3#subhead_speeches {
	background: url(images/subhead_speeches.gif) top left no-repeat;
	text-indent: -9000px;
	height: 20px;
	margin: 12px 0 15px 0;
	padding: 0 0 0 0;
}

h3#subhead_media_articles {
	background: url(images/subhead_media_articles.gif) top left no-repeat;
	text-indent: -9000px;
	height: 20px;
	margin: 12px 0 15px 0;
	padding: 0 0 0 0;
}

h3#subhead_education {
	background: url(images/subhead_education.gif) top left no-repeat;
	text-indent: -9000px;
	height: 20px;
	margin: 12px 0 15px 0;
	padding: 0 0 0 0;
}

h3#subhead_social_ent {
	background: url(images/subhead_social_ent.gif) top left no-repeat;
	text-indent: -9000px;
	height: 20px;
	margin: 12px 0 15px 0;
	padding: 0 0 0 0;
}

h3#subhead_alice {
	background: url(images/subhead_alice.gif) top left no-repeat;
	text-indent: -9000px;
	height: 25px;
	margin: 25px 0 20px 0;
	padding: 10px 0 0 0;
}

h3#subhead_contact_for {
	background: url(images/subhead_contact_for.gif) top left no-repeat;
	text-indent: -9000px;
	height: 25px;
	margin: 25px 0 20px 0;
	padding: 10px 0 0 0;
}



/*  -------------------- misc classes -----------------------  */

body {
	background-color: #292421;
}

img {
	text-decoration:none;
	border-style:none;
}

img.profile_img {
	margin: 13px 0 0 0;
	padding: 0 0 14px 0;
	border-bottom: thin solid #423e3c;
}

img.contact_img {
	margin: 26px 0 50px 0;
}

.clear {
	clear: both;
}

.clear_right {
	clear: right;
}

.hr {
	width: 725px;
	border-top: thin solid #a8a8a8; 
	height: 10px;
	clear: both;
}

.hr_thin {
	width: 725px;
	border-top: thin solid #423e3c;
	margin: 50px 0 99px 0;
	height:10px;
	clear: both;
}

.hr_sm {
	width: 225px;
	margin: 13px 0 10px 0;
	border-top: thin solid #a8a8a8;
}


/*  -------------------- txt classes -----------------------  */

p.lrg_intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 40px;
	margin: 1px 0 150px 0;
	padding: 3px 0 0 0;
}

p.lrg_intro span {
	color: #f05a28;
}

h3#lrg_intro_img {
	width:725px;
	height: 300px;
	margin: 10px 0 100px 0;
	text-indent:-9000px;
	background: url(images/intro_txt.gif) top left no-repeat;
}

p.sm_body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

p.sm_body_col_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}

p.sm_body_txt span {
	color: #f05a28;
}

p.sm_body_txt_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	line-height: 18px;
}

p.contact_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	margin: -9px 0 0 0;
	padding: 0 0 13px 0;
}

p.main_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 23px;
	margin: 10px 0 0 0;
}

p.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 23px;
	margin: 10px 0 0 0;
}

p.quote_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 18px;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
}

h4.media_subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f05a28;
	font-weight: normal;
	line-height: 14px;
	margin: 5px 0 5px 0;
}

h4.media_subhead span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f05a28;
	font-weight: normal;
	margin: -10px 0 0 0;
	padding: -10px 0 0 0;
}

h3.media_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	margin: 5px 0 0px 0;
	padding: 5px 0 0 0;
	border-top: thin solid #423e3c;
}

p.media_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #8b8989;
	line-height: 12px;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

p.sub_intro_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 23px;
	margin: 10px 0 15px 0;
	
}

p.book_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a8a8a8;
	display: inline;
	margin: 0 0 5px 0;
}

p.book_desc span {
	color: #f05a28;
}

p.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: -15px 0 0 0;
}

html>body p.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}
