/* Comment to see if backups will do their thing */
body
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #faf9f8;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	scrollbar-face-color:#DBDBDB;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-3dlight-color:#B8B8B8;
	scrollbar-darkshadow-color:#EFEFEF;
	scrollbar-shadow-color:#F4F4F4;
	scrollbar-arrow-color:#434343;
	scrollbar-track-color:#6A6A68;
}

#shadow
{
	background-image: url(images/shadow.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow.png',sizingMethod='scale');
	width: 802px;
	padding-left: 6px;
	padding-right: 8px;
	margin-left: auto;
	margin-right: auto;
}

#main
{
	background-color: white;
	border: 1px solid white;
}

#header
{
	height: 76px;
	width: 752px;
	padding: 20px 30px 20px 18px;
}

#header h1
{
	margin: 0px;
	float: left;
}

#header #headerlinks
{
	display: block;
	float: right;
	margin-top: 18px;
	color: #784a00;
	text-align: right;
	line-height: 180%;
}

#header #headerlinks a
{
	color: #784a00;
	font-weight: bold;
}

#mainNav
{
	margin: 0px;
	padding: 0px 0px 0px 12px;
	height: 40px;
	
	clear: both;
	background-color: #4c4c02;
	border-bottom: 1px solid white;
	list-style: none;

}

#mainNav li
{
	width: auto;
	float: left;
	height: 40px;
	display: block;
}



#mainNav li h3
{
	display: block;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	font-size: 12px !important;
	
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	margin: 0px;
}

#mainNav li img
{
	margin-top: 10px;
	vertical-align: top;
	
}

#mainNav li a
{
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
}

#mainNav li.active a, #mainNav li.active h3
{
	color: #cf8d0a;
}

#mainNav #instantSearch
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	
	float: right;
}

#mainNav #instantSearch input
{

	width: 80px;
	height: 17px;
	padding: 0px;
	border: none;
	border-top: 1px solid #d0d0d0;
	margin-right: 8px;
}

#mainNav #instantSearch button
{
	width: 60px;
	padding: 0px;
	
	margin-right: 8px;
}

#subNav
{
	background-color: #a2a597;
	color: white;
	list-style: none;
	display: block;
	height: 22px;
	padding-left: 16px;
		margin: 0px;
}

#subNav li
{
	display: block;
	width: auto;
	float: left;
	list-style: none;
	color: white;
	font-size: 11px;

}

#subNav li a
{
	padding: 4px;
	text-decoration: none;
	display: block;
	width: auto;
	color: white;
}


/*#subNav li a:after
{
	content: " |";
}

#subNav li:last-child a:after
{
	content: "";
}*/

img
{
	border: 0px;
	vertical-align: top;
}

#content
{
	background-color: #e8e7e3;
	width: 504px;
	_width: 504px;
	border-left: 1px solid white;
	padding: 15px;
	overflow-x: hidden;
	float: left;
	line-height: 15px;
	font-size: 12px;
}

#content a
{
	font-size: 12px;
	color: #B28301;
	font-weight: bold;
	text-decoration: underline;
}

#content hr  
{
	color: #FFFFFF;
	margin: 10px;
	padding-top: 1px;
	height: 1px;
}

#Homepage #content
{
	padding: 0px;
	height: 338px;
	width: 534px;
	position: relative;
	overflow: hidden;
}

#content h2
{
	font-size: 20px;
	margin: 0px;
	color: #784a00;
}

#content h3
{
	margin: 0px 0px 9px 0px;
	color: #784a00;
	font-size: 16px;
	font-weight: bold;
}

#sidebar
{
	float: right;
	display: inline;
	width: 265px;
	border-right: 1px solid white;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #654000;
	overflow: hidden;
}

#sidebar .module
{
	/*border-top: 1px solid #ac9875;
	border-right: 1px solid #372300;
	border-bottom: 1px solid #2b1b00;
	border-left: 1px solid #937036;*/
	padding: 12px;
	color: #ffffff;
}

#sidebar .notification
{
	padding: 0;
}

#sidebar .notification blockquote.info
{
	margin: 0;
}

#sidebar .module:last-child
{
	border-bottom: 0px;
}

#sidebar .module h3
{
	margin: 0px;
}

#sidebar #MailingListModule
{
	background-color: #f4f3ef;
	background-image: url(images/newsletter_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 207px;
	border: none;
	height: 122px;
	padding: 65px 29px 0px 29px;
	color: black;
	display: block;
}

#sidebar #MailingListModule.loggedIn
{
	background-image: url(images/newsletter_bg_logged_in.jpg);
}

#Homepage #sidebar #MailingListModule
{
	background-color: white;
	background-image: url(images/newsletter_bg_home.jpg);
}

#Homepage #sidebar #MailingListModule.loggedIn
{
	background-image: url(images/newsletter_bg_home_logged_in.jpg);
}

#sidebar #LetMeKnowModule
{
	/*background-image: url(images/letmeknow_tile_bg.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 247px;
	/*border: none;*/
	border-left: 2px solid #8f6e36;
	border-top: 2px solid #8d7142;
	border-right: 2px solid #553600;
	border-bottom: 2px solid #3d2600;
	
	padding: 10px 10px 10px 12px;
}

#sidebar #SponsorLinksModule
{
	background-image: url(images/sponsors_tile_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 247px;
	border: none;
	height: 179px;
	padding: 10px 10px 10px 12px;
}

#sidebar #SponsorLinksModule hr, #LetMeKnowModule hr
{
	clear: both;
	border: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #78561c;
	background-color: #78561c;
	height: 1px;
}

#sidebar #GetInvolvedModule
{
	background-color: #f4f3ef;
	text-align: center;
	padding-bottom: 16px;
	border: none;
}

#Homepage #sidebar #GetInvolvedModule
{
	background-color: white;
}

#sidebar #MailingListModule h3
{
	display: none;
}

#sidebar #MailingListModule form
{
	margin: 0px;
	
}

#sidebar #MailingListModule form input
{
	border: 1px solid gray;
	font-size: 10px;
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	_margin-left: 0.5%;
	_margin-right: 0.5%;
	float: left;
	margin-bottom: 8px;
}

#sidebar #MailingListModule form button
{
	clear: both;
	float: right;
}

a.button, #content a.button
{
	background-image: url(images/button_right.png);
	padding-right: 4px;
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	display: inline;
	width: 120px;
	color: black;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	/*white-space: nowrap;*/
}

a.button span, #content a.button span
{
	background-image: url(images/button_left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: auto;
	display: block;
	_float: right;
	_display: inline;
	text-align: center;
	padding-left: 8px;
	padding-right: 4px;
}

a.button, a.button *
{
	cursor: pointer;
}

input, textarea
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #E8E8EA;
}

input, select
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	background-color: #FFFFFF;
	
	scrollbar-face-color:#3A3A14;
	scrollbar-highlight-color:#454425;
	scrollbar-3dlight-color:#67674B;
	scrollbar-darkshadow-color:#323311;
	scrollbar-shadow-color:#383814;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#696967;
}

input
{
border: 1px solid #E8E8EA;
}

form.sheet fieldset
{
	border: 1px solid #3f5475;
	padding: 12px;
	display: block;
}

form.sheet fieldset legend
{
	background-color: #3f5475;
	padding: 4px 6px 4px 6px;
	color: white;
	font-weight: bold;
	_margin-bottom: 12px;
}

form.sheet label
{
	display: block;

	width: 20%;
	float: left;
	margin-bottom: 10px;
	padding-right: 2%;
	
	margin-right: 1%;
	display: inline;
	text-align: right;
}

form.sheet label.checkbox
{
	width: 80%;
	text-align: left;
	padding-left: 15%;
	line-height: 1.2em;
	padding-top: 1px;
}

form.sheet input, form.sheet textarea
{
	display: block;
	
	width: 75%;
	float: left;
	margin-bottom: 10px;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}

form.sheet input.checkbox
{
	width: auto;
	border: none;
	float: left;
	display: inline;
	vertical-align: middle;
	margin-bottom: none;
	background-color: transparent;
	padding: 0;
	margin-right: 1em;
	
}

form.sheet br
{
	clear: left;
}

form.sheet button
{
	float: right;
	
	margin-left: 14px;
}

/* End of form elements */

#LoginForm
{
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}

#LoginForm fieldset
{
	border: 1px outset gray;
	background-image: url(images/form_interested_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f5f5f1;
	border: 1px outset #f5f5f1;

}

#LoginForm fieldset legend
{
	display: none;
}

#LoginForm fieldset h3
{
	margin-bottom: 1em;
}


#footer
{
	text-align: center;
	height: 36px;
	width: 802px;
	color: #CC9933;
	padding-top: 40px;
	background-image: url(images/footer_main_tile.jpg);
	clear: both;
}

#footer a
{
	color: #CC9933;
	font-weight: 6;
	text-decoration: none;
}


/*
button
{
	background-image: url(images/button_bg.gif);
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid black;
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	-moz-border-radius: 3px;
}*/

button
{
	font-size: 10px;
}


/* blockquote styles */
blockquote.info, blockquote.error, blockquote.allgood
{
	background-color: #dbffd1;
	border-top: 1px dotted #a1d97e;
	_border-top: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	border-bottom: 1px dotted #a1d97e;
	_border-bottom: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	padding: 12px;
	padding-left: 36px;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: black;
}

blockquote.info, blockquote.error, blockquote.allgood
{
	background-position: 10px center;
}

blockquote.info
{
	background-image: url(images/blockquote_info.gif);
}

blockquote.error
{
	background-image: url(images/blockquote_error.gif);
	background-color: #ffded5;
	border-top: 1px dotted #d99d80;

	border-bottom: 1px dotted #d99d80;
}

blockquote.allgood
{
	background-image: url(images/blockquote_allgood.gif);
}

blockquote p, #content blockquote p
{
	margin: 0px;
	text-indent: 0px;
}

/* end of blockquote styles */

/* Events Module styles */
#EventsModule.loading, #SeminarsModule.loading
{
	background-image: url(images/module-indicator.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#EventsModule select, #SeminarsModule select
{
	border: 1px solid black;
	color: #333333;
	font-size: 10px;
	margin-top: 8px;
}

#EventsModule hr, #EventsAndDownloads hr, #SeminarsModule hr
{
	clear: both;
	border: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #78561c;
	background-color: #78561c;
	height: 1px;
}

.EventsModule-event-heading, .SeminarsModule-event-heading, .LeadershipActionTeamsModule-event-heading
{
	color: #cc9900;
}

.EventsModule-event-date, .SeminarsModule-event-date, .LeadershipActionTeamsModule-event-date
{
	float: left;
}

#content .EventsModule-event-date, #content .SeminarsModule-event-date, #content .LeadershipActionTeamsModule-event-date
{
	font-weight: bold;
	color: black;
}

.EventsModule-event-curriculum, .SeminarsModule-event-curriculum, .LeadershipActionTeamsModule-event-curriculum
{
	float: right;
}

#content .EventsModule-event-curriculum, #content .SeminarsModule-event-curriculum, #content .LeadershipActionTeamsModule-event-curriculum
{
	font-weight: bold;
	color: black;
}

#content .EventsModule-event-typelabel
{
	color: black;
	font-weight: bold;
}

.EventsModule-event-title
{
	display: block;
	text-align: center;
	color: #ffcc33;
	text-decoration: underline;
}


#content .EventsModule-event-title
{
	color: black;
	font-weight: bold;
}

.AllEventsModule-event-title, .SeminarsModule-event-title, #content .EventsModule-event-title
{
	display: block;
	text-align: center;
	color: #b28301;
	text-decoration: underline;
}

.LeadershipActionTeamsModule-event-title
{
	display: block;
	text-align: center;
	color: #b28301;
	text-decoration: underline;

}



#content .AllEventsModule-event-title, #content .SeminarsModule-event-title, #content .LeadershipActionTeamsModule-event-title
{
	color: #b28301;
}


.EventsModule-event-summary, .SeminarsModule-event-summary, .LeadershipActionTeamsModule-event-summary
{
	clear: both;
	margin-top: 3px;
	padding-top: 0px;
}

#EventsModule br, #SeminarsModule br, #LeadershipActionTeamsModule br
{
	clear: both;
}


/* article stuff */
#content .articles-and-resources h3, #content #EventsModule h3, #content #SeminarsModule h3, #content #LeadershipActionTeamsModule h3
{
	background-color: #d5d4d0;
	color: #784a00;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 8px;
	border-top: 2px solid #deddda;
	border-left: 2px solid #eae9e6;
	border-right: 1px solid #c3c2bf;
	border-bottom: 1px solid #e2e1de;
}

#content #EventsModule, #content #SeminarsModule, #content #LeadershipActionTeamsModule
{
	position: relative;
}

#content #EventsModule select, #content #SeminarsModule select, #content #LeadershipActionTeamsModule select, #content .articles-and-resources select
{
	position: absolute;
	right: 16px;
	top: 8px;
	font-size: 100%;
}

.articles-and-resources
{
	position: relative;
}

.articles-and-resources form
{
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.articles-and-resources .list, #content #EventsModule #EventsModule\00003aEvents, #content #SeminarsModule #SeminarsModule\00003aEvents, #content #LeadershipActionTeamsModule #LeadershipActionTeamsModule\00003aEvents
{
	background-image: url(images/gradient.gif);
	background-color: #f4f3ef;
	background-repeat: repeat-x;
	background-position: left top;
	
	height: 265px;
	margin-top: 0;
    padding-top: 1px;
	overflow: auto;
	overflow-x: hidden;
	border-bottom: 2px solid #a3a29f;
		border-left: 2px solid #eae9e6;
	border-right: 1px solid #c3c2bf;
	
}

#content #EventsModule #EventsModule\00003aEvents, #content #SeminarsModule #SeminarsModule\00003aEvents, #content #LeadershipActionTeamsModule\00003aEvents
{
	padding: 16px;
	margin-bottom: 28px;
}

.list table
{
	margin-top: 0;
	display: block;
}

#content .article-curriculum
{
	font-weight: bold;
}

.list table td
{
	vertical-align: top;
}

.articles-and-resources .list table th
{
	color: #784a00;
	font-size: 12px;
	text-align: left;
}

.articles-and-resources .list table td, .articles-and-resources .list table th
{
	padding: 5px;
}


#articleText
{
	line-height: 1.6em;
}

#articleText p
{
	text-indent: 3em;
}

#articleText blockquote
{
	border-left: 3px solid #784a00;
	margin-left: 15px;
	padding: 8px 8px 8px 16px;
	background-color: #f1f0ee;
	color: #784a00;
}



#UpcomingSeminar
{
	background-color: #f4f3ef;
	line-height: 12px;
	padding: 12px;
	width: 242px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-left: 1px solid white;
	height: 314px;
	overflow: hidden;
	font-size: 11px;
}

#UpcomingSeminar h4
{
	font-size: 12px;
	color: #784a00;
}

#HomeContent
{
	padding: 12px;
	line-height: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 314px;
	width: 242px;
	font-size: 90%;
}

#HomeContent h2, #UpcomingSeminar h2
{
	font-size: 18px;
	margin: 0;
}

#HomeContent p
{
	margin-top: 12px;
	margin-bottom: 0;
}

#HomeContent a
{
	font-size: 100%;
}

#HomepageFooter
{
	height: 191px;

	width: 801px;
}

#AskSusan
{
	padding: 12px;
	height: 234px;
	width: 474px;
	line-height: 24px;
	background-image: url(images/ask_a_question.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#AskSusan form input
{
	border: 1px solid gray;
	line-height: 14px;
}

#interestedForm
{
	padding: 6px 10px 12px 12px;
	width: 474px;
	line-height: 24px;
	background-image: url(images/form_interested_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f5f5f1;
	border: 1px outset #f5f5f1;
	font-size: 11px;
}

#interestedForm h3, #SignupFieldset h3, fieldset h3
{
	font-size: 14px;
	color: #784a00;
	font-weight: bold;
	height:20;
	line-height: 20px;
	display: block;
	margin:0;
	border-bottom: 2px inset #a5a499;
}


#interestedForm form input
{
	border: 1px solid gray;
	line-height: 14px;
}

.form_input
{
	_margin-bottom: 4px;
}

#formfeilds
{
	width: 300px;
	margin-top: 6px;
	line-height: 24px;
}

#RecentArticles, #EventsAndDownloads, #IndustryHeadlines
{
	width: 243px;
	height: 167px;
	padding: 12px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	color: white;
}

#RecentArticles h2, #EventsAndDownloads h2, #IndustryHeadlines h2
{
	color: #ffffff;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#RecentArticles
{
	background-image: url(images/footer_tile_1.gif);
}

#RecentArticles a, #IndustryHeadlines a
{
	color: #c28409;
	font-weight: bold;
}

#RecentArticles p, #IndustryHeadlines p
{
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#EventsAndDownloads
{
	background-image: url(images/footer_tile_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #784A00;
}

#EventsAndDownloads a.button
{
	float: left;
	margin-right: 12px;
	_margin-right: 6px;
}

#EventsAndDownloads a.button span
{
	float: left;
}

#EventsAndDownloads p, #EventsAndDownloads div.eventspace
{
	clear: both;
	padding-top: 8px;
	padding-bottom: 16px;
	margin: 0px;
	border-bottom: 1px solid #78561c;
}
#EventsAndDownloads .eventtext
{
width: 140px;
float: left;
clear:none;
}

#IndustryHeadlines
{
	background-image: url(images/footer_tile_3.gif);
}

#clientQuotesBlank
{
	background-image: url(images/quotes_bg_blank.gif);
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #C18F00;
	padding-top: 4px;
}

#clientQuotes
{
	background-image: url(images/quotesbg.gif);
	height: 90px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #C18F00;
}

.quotes
{
	width: 375;
	margin-left: 30px;
	padding-right: 35px;
}

.clientQuotes-heading
{
	padding-top: 4px;
	color: #C18F00;
	width: 400px;
	margin-left: 60px;
	margin-right: 20px;
}

#clientQuotes a
{
	color: #C18F00;
	text-decoration: none;
	font-size: 10px;
}

.clientQuotes-text
{
	width: 200px;
	text-align: center;
}

.RSSButton
{
	float: right;
}

.right
{
	float: right;
	clear: both;
}


table.seminar-facts
{
	margin-top: 12px;
}

table.seminar-facts th
{
	text-align: left;
}

table.seminar-facts td, table.seminar-facts th
{
	padding: 2px 8px;
}

table.Cart
{
	width: 100%;
	margin-bottom: 12px;
	margin-top: 12px;
	border-collapse: collapse;
}

table.Cart td, table.Cart th
{
	border-collapse: collapse;
	padding: 6px 10px;
	border: 1px solid #422900;
	background-color: #F8F8F6;
}

table.Cart th
{
	background-color: #784a00;
	color: white;
}

table.Cart .total
{
	text-align: right;
}



/** Library styles **/
table.library
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 12px;
}

table.library thead tr, table.library thead th
{
	border: 1px solid #000000;
	background-color: #784a00;
	color: white;
	padding: 4px 8px;
}

table.library tbody td
{
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px 8px;
	background-color:#F8F8F6;
	
}

table.library thead.Library-Event th
{
	border: 1px solid #000000;
	color: white;
	background-color: #784a00;
}

table.library td.Library-Filetype
{
	text-align: center;
}

table.library td.Library-Filesize
{
	text-align: right;
}

#SignupFieldset, form.sheet fieldset.profileFieldset, #CheckoutForm fieldset
{
	background-image: url(images/form_interested_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f5f5f1;
	border: 1px outset #f5f5f1;
	font-size: 11px;
	margin-top: 1em;
}

#SignupFieldset legend, #CheckoutForm legend
{
	display: none;
}

#SignupFieldset h3, .profileFieldset h3
{
	margin-bottom: 1em;
	padding-bottom: 1em;
}

#CheckoutForm h3
{
	font-size: 12px;
	padding-bottom: 0;
	margin-bottom: 1em;
}

* a.center, #EventsAndDownloads a.center
{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

* a.center span, #EventsAndDownloads a.center span
{
	float: none;
	display: block;
}

#LetMeKnow\00003aMessage
{
	display: none;
}