/* START MAIN HOLDERS */
html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: #d7ba6b;
	background: #fff;
	color: #000;
	text-align: center;
	font: 62.5%/160% Helvetica, Arial, sans-serif;
}

#container
{
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	border-top: 10px solid #e1cc93;
	border-bottom: 10px solid #e1cc93;
}

#header
{
	height: 115px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#resizer-holder
{
	position: absolute;
	bottom: 10px;
	right: 3px;
	background: #D7BA6B url(/wp-content/themes/wilbanks/images/bg_resizer_holder.gif) center center no-repeat;
	width: 46px;
	height: 27px;
	padding: 5px 7px 0 0;
}

div#nav-holder
{
	height: 43px;
	overflow: hidden;
	position: relative;
	background: #a7450f url(/wp-content/themes/wilbanks/images/bg_nav.gif) top left no-repeat;
}

#middler
{
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #F2E8CF;
	padding: 20px 0 10px 0;
}

#lefter
{
	width: 605px;
	padding-right: 35px;
	padding-top: 0px;
	float: left;
	background: #fff;
	min-height: 300px;
}

#home-splash
{	
	float: left;
	width: 640px;
	height: 240px;
	overflow: hidden;
	margin-top: 15px;
}

#testimonials-fader
{
	margin-top: 25px;
	clear: both;
	background: #fff;
}

#righter
{
	float: left;
	width: 360px;
	background: #fff;
}

#footer
{
	clear: both;
	padding: 5px 3px;
	background: #fff;
}
/* END MAIN HOLDERS */

/* START MISC DIVS */
.divider
{
	height: 2px;
	border-top: 2px solid #e1cc93;
	margin: 20px 0;
}

.holder-of-the-issues
{
	padding-bottom: 15px;
}

.keynote-detail
{
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 3px solid #e1cc93;
}

#testimonial-sprinkle
{
	padding: 20px 0;
}

.program-summary
{
	border-bottom: 2px solid #e1cc93;
	margin-bottom: 20px;
}

.testimonial-item-odd, .testimonial-item-even
{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #848484;
}

.testimonial-item-even
{
	text-align: right;
}

.article-excerpt
{
	margin-bottom: 35px;
}

.industry-link-item
{
    width: 300px;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
/* END MISC DIVS */

/* START LINKS */
div#resizer-holder a
{
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	float: right;
	text-indent: -9999px;
	padding: 0;
}

div#resizer-holder a.smaller:link, div#resizer-holder a.smaller:visited, div#resizer-holder a.smaller:active  
{
	background: url(/wp-content/themes/wilbanks/images/resizer_smaller.gif) center center no-repeat;
	margin-right: 1px;
}

div#resizer-holder a.bigger:link, div#resizer-holder a.bigger:visited, div#resizer-holder a.bigger:active
{
	background: url(/wp-content/themes/wilbanks/images/resizer_bigger.gif) center center no-repeat;
}

div#resizer-holder a.smaller:hover
{
	background: url(/wp-content/themes/wilbanks/images/resizer_smaller_hover.gif) center center no-repeat;
	margin-right: 1px;
}

div#resizer-holder a.bigger:hover
{
	background: url(/wp-content/themes/wilbanks/images/resizer_bigger_hover.gif) center center no-repeat;
}

a:link, a:visited
{
	color: #BE4F11;
	padding: 2px 3px;
}

a:hover, a:active
{
	color: #84221b;
	background: #f9f5eb;
	text-decoration: none;
}

a.logo-link
{
    padding: 0;
    display: block;
    height: 80px;
    width: 180px;
    border: 5px solid #e1cc93;
    margin: 0 auto;
	background: #fff;
}

a.logo-link:hover, a.logo-link:active
{
    border-color: #676767;
}
/* END LINKS */

/* START PARAGRAPHS AND HEADINGS */
p
{
	font-size: 1.4em;
	line-height: 1.6;
	margin-bottom: 17px;
	color: #372C0F;
}

p.date, p.author
{
	font-variant: small-caps;
	font-size: 1.5em;
	line-height: 1.3;
	color: #646464;
}

p.author
{
	margin-bottom: 0;
}

p.ready
{
	background: #efefef;
	padding: 15px 15px 20px 15px;
}

p.centerme
{
	text-align: center;
}

#righter p
{
	color: #5F4C1A;
	line-height: 1.6;
}

#testimonials-fader p
{
	text-align: center;
	font: 28px/34px Georgia, Helvetica, serif;
	color: #343434;
	padding: 25px 15px;
	width: 570px;
	border-top: 2px solid #232323;
	border-bottom: 2px solid #232323;
	background: #fff;
}

#testimonial-sprinkle p
{
	font: 22px/33px Georgia, Helvetica, serif;
	color: #343434;
	padding: 25px 15px;
	border-top: 2px solid #232323;
	border-bottom: 2px solid #232323;
	background: #fff;
}

#footer p
{
	font-size: 1.2em;
	color: #787878;
	margin: 3px 0;
	text-align: center;
}

p.not-yet
{
     color:#000;
     font-family:Georgia,Helvetica,serif;
     font-size:22px;
	 cursor: pointer;
}

p.the-question
{

	 font-weight: normal;
     font-size:17px;
	 color: #6a250f;
	 line-height: 1.3;
	 margin-bottom: 14px;
	 cursor: pointer;	 
}

h1#logo
{
	background: url(/wp-content/themes/wilbanks/images/logo.gif) center center no-repeat;
	text-indent: -9999px;
	height: 115px;
	width: 400px;
	float: left;
	
}

h1#logo a
{
	display: block;
	height: 115px;
	width: 306px;
}

h1#logo a:hover
{
	background: transparent;
}

#help-biz-holder h1
{
     color:#6A250F;
     font-family:Georgia,Helvetica,serif;
	 font-weight: normal;
     font-size:29px;
	 line-height: 1.3;
	 margin-bottom: 15px;
}

#help-biz-holder h2
{
     color:#000;
     font-family:Georgia,Helvetica,serif;
	 font-weight: normal;
     font-size:27px;
	 line-height: 1.3;
	 margin-bottom: 15px;
	 letter-spacing: -1px;
}

body.home #lefter h2
{
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #45120F;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

h3
{
	background: #343434;
	color: #fff;
	padding: 9px 11px;
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: normal;
}

#righter h3
{
	background: #963515;
	color: #fff;
	padding: 9px 11px;
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 8px;
	font-weight: normal;
}

h4
{
	color: #45120F;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;	
}

h5
{
	color: #565656;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;	
}

h6
{
	background: #963515;
	color: #fff;
	padding: 9px 11px;
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 0;
	font-weight: normal;
}

/* END PARAGRAPHS AND HEADINGS */

/* START MISC STUFF */
#help-biz-holder input
{
	height: 25px;
	width: 25px;
}

.bold-statement
{
	color: #963515;
	font-weight: bold;
}

img.alignright
{
	float: right;
	margin: 0 0 20px 20px;
	border: 7px solid #dedede;
}

img.aligncenter
{
	margin: 5px 0 15px 0;
	border: 7px solid #dedede;
}

img.alignleft
{
	float: left;
	margin: 0 20px 20px 0;
	border: 7px solid #dedede;
}

strong
{
	font-weight: bold;
}

a#button-how, a#button-how img
{
    display: block;
    width: 360px;
    height: 78px;
    overflow: hidden;
    text-decoration: none;
    padding: 0;
    margin-bottom: 20px;
}

body.home a#button-contact
{
	margin-bottom: 20px;
}

a#button-contact
{
	display: block;
	width: 200px;
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 30px auto;
}

div#lefter a#button-contact
{
    float: left;
    margin-right: 30px;
}

a#button-contact:link, a#button-contact:visited
{
		background: #fff url(/wp-content/themes/wilbanks/images/button_contact.gif) 0 0 no-repeat;
} 

a#button-contact:hover, a#button-contact:active
{
		background: #fff url(/wp-content/themes/wilbanks/images/button_contact.gif) 0 -300px no-repeat;
}
em
{
	font-style: italic;
}
span.colorful
{
	font-weight: bold;
	color: #84221B;
}
.last-horizontal
{
	margin-right: 0;
}

.last-vertical
{
	margin-bottom: 0;
}
/* END MISC STUFF */

/* START MAIN NAV */
ul#nav li
{
	float: left;
	font-size: 1.3em;
}

ul#nav li.last-horizontal
{
	margin-right: 0;
}

ul#nav li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 29px;
	padding: 12px 30px 0 30px;
	position: relative;
}

ul#nav li a:hover, ul#nav li a:active
{
	background: transparent url(/wp-content/themes/wilbanks/images/you_are_here.gif) center top no-repeat;
}
/* END MAIN NAV */

/* START YOU ARE HERE */
body.home a#nav-home,
body.programs a#nav-programs,
body.speaking a#nav-speaking,
body.about a#nav-about,
body.articles a#nav-articles,
body.cat-4 a#nav-articles,
body.testimonials a#nav-testimonials,
body.links a#nav-links,
body.speaking a#nav-speaking,
body.contact a#nav-contact
{
	color: #fff;
	background: transparent url(/wp-content/themes/wilbanks/images/you_are_here.gif) center top no-repeat;
}

body#programs ul.generic-block li a#programs-nav-soe
{
	background: #F9F5EB;
	border-right: 8px solid #A7450F;
	color: #5A1713;
}
/* END YOU ARE HERE */

/* START LISTS */

div.program-summary ul, ul.rust
{
	font-size: 1.4em;
	line-height: 1.6;
	margin: 0 20px 15px 15px;
	color: #963515;
	list-style-type: disc;
	font-weight: bold;
}

div.program-summary li, ul.rust li
{
	margin-bottom: 7px;
}

ul.generic
{
	margin: 0 20px 20px 30px;
	font-size: 1.4em;
	line-height: 1.6;
	color: #372C0F;
	list-style-type: disc;
}

ul.generic li
{
	line-height: 1.6;
	margin-bottom: 7px;
	list-style-type: disc;
}

ul.generic-block
{
	margin: 20px 0;
	font-size: 1.4em;
	border-top: 1px solid #ECDFBB;
}

ul.generic-block li a
{
	display: block;
	padding: 10px 0 10px 7px;
	border-bottom: 1px solid #ECDFBB;
	text-decoration: none;
	color: #BE4F11;
	background: #fff;
}

ul.generic-block li a:hover,
ul.generic-block li a:active
{
	background: #F9F5EB;
	border-right: 8px solid #A7450F;
	color: #5A1713;
}
/* END LISTS */

/* START BIG RED HOME BOX */

#bigred
{
	 width: 306px;
	 height: 186px;
	 background: #c84b1c url(/wp-content/themes/wilbanks/images/home_1.gif) top right no-repeat;
	 padding: 27px;
	 float: right;
	 margin-top: 15px;
	 overflow: hidden;
}

#bigred p
{
	 text-align: center;
	 color: #fff;
	 font: 2.2em/1.1em Palatino, Geneva, serif;
}

#bigred a
{
	letter-spacing: 1px;
}

#bigred a:link, #bigred a:visited
{
	color: #ffef3f;
	text-decoration: none;
}

#bigred a:hover, #bigred a:active
{
	color: #000;
	background: transparent;
}

/* END BIG RED HOME BOX */