/* Boilerplate.css  DO NOT EDIT CSS HERE.  Edit only below the asterisk line***/
/* By not editing here, you can replace the boilerplate file if it's updated***/
/* http://code.google.com/p/css-boilerplate/ */
/* --------------------------------------------------------------
Reset (L modified to include textarea in next line.  It was apparently
overlooked and left as browser default.  Also modified caption color to #eee.)
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #fff; margin: 1.5em 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights
and vertical margins are automatically calculated from this.
The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }

/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #009; text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; }

/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #eee; }

/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

/* --------------------------------------------------------------
Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }

/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 .5em; }
form.hform p label { float: left; width: 100px; }

form.hform p input { width: 200px; }
form.hform p select { width: 200px; }

form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }

/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 .5em; }
form.vform p label { display: block; }

form.vform p.checkbox label { display: inline; }

/* End Boilerplate. ***********************************************************/
/* forms.css from blueprint.css ***********************************************/
/* some must be overridden to be usable.  "error a" color same as "error" */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
/* End of forms.css from blueprint.css ****************************************/
/* Begin javascriptkit ajaxtooltip styles *************************************/
.ajaxtooltip{
	background-color: #eee;
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	height: 300px;
	width: 400px; /* needs to be less than half the width of the window */
	overflow: scroll; /* close.  now if we can make it centered instead of following mouse */
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	border: 2px solid gray;
	border-width: 1px 2px 2px 1px;
	padding: 5px;
}
/* End javascriptkit ajaxtooltip styles ***************************************/
/* Begin overrides ************************************************************/
/* Spry */
.radioRequiredMsg, .textfieldRequiredMsg, .textfieldMaxCharsMsg, .textfieldMinCharsMsg, .textfieldInvalidFormatMsg {
	/* add a little padding to spans to benefit spry error msg borders */
	padding-left: 4px;
	padding-right: 4px;
}
/* End overrides **************************************************************/
/* Begin my forms styles ******************************************************/
textarea {
	height: 115px;
	padding: 0;
	/* Make it small enough relative to its enclosure to always have the counter
	to the right, or large enough to always keep the counter underneath. */
	width: 290px;
}
th, td {
	/* no left padding above, so add a little */
	padding-left: 4px;
}

.maincontent {
	border: none;
}

.questionBlock {
	border-bottom: 1px solid #bbb;
	line-height: 1.5;
	margin: auto;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	width: 850px;
}

.questionBox,.answerBox,.helpBox {
	float: left;
	margin-bottom: 0.3em;
}

.questionBox {
	font-weight: 700;
	margin-left: 30px;
	margin-right: 5px;
	width: 200px;
}

.answerBox {
	width: 300px;
}

.checkBox, .radioButton {
	margin-right: 0.7em;
}

.helpBox {
	/* font-style: italic; makes it harder to read*/
	background-color:#FFFDD0; /* makes it more noticeable */
	padding-left:5px; /* Needed because of background color change */

	margin-left: 30px;
	width: 260px;
}

.speakerNavBox {
	float: left;
	margin-left: 1em !important;
	width: 10em !important;
}

.speakerNavBox p {
	margin-left: 1em !important;
}

.submit {
	border: none;
}

/* End of my forms styles *****************************************************/
/* Begin general css, overrides, etc. *****************************************/
body {
	margin: 0;
}
.container {
	/* main page container.  This is the large white section centered over the background pattern. */
	background-color: white;
	margin: auto;
	width: 950px;
}

.bgmain {
	background-color: #CCC;
	color: #000;
}

.cookbox2 {
	padding: 4px 4px 4px 0.5em;
	border-left: 10px solid #369;
	border-right: 2px solid #69c;
	border-bottom: 2px solid #369;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

.cookbox2:hover {
	background-color: #69f;
}

.cookbox2:link {
	color: #fff;
	text-decoration: none;
}

.cookbox2:visited {
	color: #fff;
	text-decoration: none;
}

.dark {
	color: #ffffff;
	background-color: #0071b5;
}

.declined {
	/* emphasize declined transactions */
	background-color: gray;
	color: red;
}

.approved {
	/* clearly indicate approved charges */
	background-color: green;
	color: black;
}

.deemphasized {
	color: black;
	background-color: #999;
}
.error {
	/* Override red color above to make link color noticeable. */
	/* Black is okay here, since background and border are red. */
	color: black;
}
.formResponseBox {
	margin: auto;
	margin-bottom: 1em;
	width: 80%;
}
.formResponseBox p {
	margin: 1em;
}
.extremeemphasis {
	/* Use only for errors or outrageously important items.  Otherwise use .notabene. */
	background-color: white;
	border: 1px solid red;
	color: red;
	padding-left: 4px;
	padding-right: 4px;
}
.good {
	/* Used as a modifier for extremeemphasis to note good actions in an opposite color */
border: 1px solid green;
	color: green;
}

.homePage {
	background-color: #eee;
}

.homePage p {
	margin: 1em 2em;
}

.homePage ul {
	margin-left: 4em;
}

.internalError {
	background-color: #eee8aa;
	border: 1px gray outset;
	left: 25%;
	padding: 1em;
	position: absolute;
	text-align: left;
	top: 0;
	width: 50%;
	z-index: 1000;
}

/* generic article box.  override for specific types */
.articleBox {
	border: 1px solid #999;
	float: left;
	margin: 10px 5px;
}

.fullWidthBoxWithSponsors {
	/* expand on articleBox used by sitePage */
	margin-left: 10px;
	width: 768px;
}

.homeLeftCol, .homeRightCol {
	width: 378px;
}

.homeLeftCol {
	margin-left: 10px;
}

.homeSponsors {
	background-color: #FAF7EB !important;
	margin-right: 10px;
	text-align: center;
	width: 148px;
}

.homeSponsors a {
	color: black;
	text-decoration: none;
}

.homeSponsors a:hover {
	text-decoration: underline;
}

.homeSponsors p {
	font-size: 85%;
	margin: 1em;
}

.notabene {
	/* Not as extreme or tasteless as extremeemphasis.  Should blend with normal styles. */
	background-color: #ddd;
	border: 1px solid gray;
	margin-left: 3em;
	padding: 0.5em;
}

.policy {
	/* Items like seating policy and cancelation policy get hanging indents. */
	text-indent: -25px;
	padding-left: 25px;
}

.priceTable {
	margin: auto;
	margin-top: 1.5em;
	width: 300px;
}

.priceTable tr th {
	border-bottom: 1px solid black;
	border-right: 1px solid gray;
}

.priceTable tr td {
	border-bottom: 1px solid gray;
}

.priceTable caption {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	font-size: 110%;
	font-weight: bold;
	padding: 0.5em;
}

.priceTableRightBorder {
	border-right: 1px solid gray;
}

.speakerBlock {
	padding-bottom: 1em;
}

.tableOfContents ul {
	list-style-type: none;
}

.formFieldLabel {
	font-weight: bold;
	text-align: right;
}

.invisible {
	display: none;
}

.visible {
	display: inherit;
}

.jobTitle {
	/* font-style: italic; */
}

.companyName {
	font-variant:small-caps;
}

.bioPhoto {
	float: left;
	padding: 1em;
}

.bio {
	margin: 1em;
}

.label {
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

.left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.light {
	color: #000;
	background-color: #ccc;
	border-bottom: 1px solid #555;
}

.money {
	text-align: right;
}

.red {
	color: red;
	/* background-color: white; */
}

.serif {
	font-family: "times new roman", times, serif;
}

.smaller {
	font-size: smaller;
}

.subtitle {
	/* font-size: smaller; */
	font-style: italic;
	font-weight: normal;
}
.title {
	font-size: larger;
	font-weight: bold;
}
.titledBox {
	border: 1px solid #bab9b9; /*#555; #999;*/
	background-color: white;
	margin-top: 10px;
	padding-bottom: 1em;
}

.titledBox h1, h3, h4 {
	padding: 0 1em;
}

.titledBox h2 {
	color: #fff;
	background-color: #0071b5;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0.3em;
	padding-left: 0.5em;
}

.titledBox table {
	margin: 0 auto;
}

.titledBox ul,ol {
	margin-left: 4em;
	margin-right: 1em;
}
.titledBoxNarrow {
	width: 350px;
}
.titledBoxWide {
	width: 900px;
}
.wideTextBox {
	width: 328px;
	/* Reduced width of ads - padding*2 - borderWidth*2 to make alignment easier. */
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
}

.nowrap {
	white-space: nowrap;
}

.printonly {
	visibility:hidden;
}

.innerArticle {
	width: 850px;
	background-color: white;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid gray;
}

.innerArticle h2 {
	background-color: #0071b5;
	color: white;
	margin: 0;
	padding: 3px;
}

.innerArticle p {
	margin: 0;
	padding: 5px;
}

#footer {
	background-color: #999;
	color: #555;
	line-height: 3;
	padding: 1em;
	text-align: center;
}
#footer a {
	color: #555;
	text-decoration: none;
}

#leftcol { /* Left column of main page */
	position: relative;
	width: 90%;
}

#navAndText {
	margin-top: 10px;
	padding-top: 0;
}

#private {
	padding: 0.5em;
	width: 15em;
}

#sponsors { /* Sponsor fader container */
	position: relative;
}

.disclaimer {
	border: 1px solid gray;
	background-color: #ffe;
	font-size: 120%;
	margin: auto;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	width: 870px;
}


#banner {
	/* margin:1px auto; */
	margin: auto;
	padding-top:7px;
	width:624px;
}
#bannerleft, #bannerright {
	float: left;
	list-style-type: none;
}
.flashbanner {
	/* there are multiple instances of flashbanner, so it can't be "id=" */
	height: 165px; /* enlarged 5px because of padding */
	margin: auto auto -5px !important;
	/* margin-bottom: -5px !important; */
	padding-top: 5px;
	width: 100%;
}
#shortBanner {
	/* Print banner does not normally show.  Remove the short banner once IE 6 is history. */
	display: none;
}

#xpageHeader {
	background-image: url(/castolon/includes/images/theme/headerbg.png);
	background-repeat: repeat-x;
	background-position: top left;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
	/* background: url("/ehsdb/images/logos/logoWebBanner.png") no-repeat bottom; */
	margin: auto;
	padding-top: 10px;
	width: 749px;
	height: 160px;
}
#pageHeader h1 span {
	display:none
}

#maincontent {
	background-image: url(/castolon/includes/images/theme/bodybg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #999; /* make the background below the image the same color */
	margin-top: -12px;
}

.narrowBox {
	width: 400px;
}

/* Begin StyleVendor.css ********************************************************/
.vendor {
	float: left;
	width: 290px;
	height: 150px;
	border: 1px #ddd outset;
	padding: 0.5em 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.vendor * {
	margin: 0 !important;
	padding: 0;
}

.vendor .slogan {
	font-style: italic;
	padding-left: 5px;
}

.xvendor p {
	margin: 0;
}

.vendor h3 {
	padding-bottom: 5px;
	font-size: 1.2em;
}

.vendorAddress {
	padding-left: 5px;
	padding-top: 5px;
}

.xvendorAddress p {
	margin: 0;
	padding: 2px 0;
	font-size: 0.9em;
}

.boothNumber {
	float: right;
	padding-right: 0.5em;
}
/********************** Registration Page Styles ************************/
.messageBox {
	clear: both;
}
.xmessageBox {
	clear: both;
	position: absolute;
	width: 50%;
	left: 25%;
	top: 25%;
	z-index: 100;
}
.regFullWidth {
	clear: both;
	margin-left: 10px;
	width: 928px;
}
.regLeftCol, .regRightCol {
	width: 458px;
}
.regLeftCol {
	margin-left: 10px;
}
.cart {
/* The div surrounding the cart. */
	background-color: #ddd;
	border: 1px solid gray;
	margin: 1em auto;
	padding: 1em;
	width: 400px;
}
.cartLabel {
	text-align: right;
}
.cartPrice {
	text-align: right;
}
.cartTotal {
	border-top:4px double black;
	font-weight: bold;
}
.cartTotalLabel {
	font-weight: bold;
}
.centerBlock {
	margin: 1em auto;
	padding: 0.5em 0;
	border: 2px solid #999;
	width: 520px;
}
.leftCol {
	float:left;
	font-weight:bold;
	text-align:right;
	width:165px;
}
.rightCol {
	margin-left:172px;
}
/* ******************************************************************/
/* Derived from http://htmldog.com/articles/suckerfish/dropdowns/example/bones3.html */
/* Menu: Simplest Suckerfish implementation: */
#nav, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav2 a {
	display: block;
}

#nav2 li { /* all list items */
	float: left;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 9em;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Menu: Position, size, and fundamental style: */
#nav2 a:hover {
	text-decoration: none;
}
#nav2 {
	height: 60px; /* was 56px; */
}
#nav2 ul {
	margin: auto;
	/* ie needs 53 em.  54 em is minimum for firefox in windows.  Linux needs 59 */
	width: 56em; /* "em"s will more closely follow font sizes to center regardless of font size. */
}
#nav2 ul ul {
	margin-top: 0.4em;
	width: 9em;
	z-index: 100;
}
#nav2 ul ul.formQuestions {
	/* Second drop-down needs to be wider */
	width: 18em;
}
#nav2 ul ul.formQuestions li {
	/* Second drop-down needs to be wider */
	width: 17em;
}
#nav2 ul ul li {
	height: auto;
	padding-bottom: 0.5em;
	width: 8em;
}
#nav2 ul ul ul {
	margin-left: 8.5em;
	margin-top: -1.5em;
	width: 36em;
}
#nav2 ul ul ul li {
	width: 35em;
}
#nav2 li {
	height: 27px; /* provides adequate height for vertical bar */
	padding: 6px 6px 0 6px; /* padding the bottom causes unexpected trouble further down */
}

/* Image and color data: */
#nav2 {
	background-image:url(/castolon/includes/images/theme/menuBackground.png);
	background-repeat: repeat-x;
}
#nav2 ul ul {
	background-color: #333;
}
#nav2 ul ul ul {
	background-color: #777;
}
#nav2 li {
	background-image:url(/castolon/includes/images/theme/menubar.png); /* leftmost vertical bar */
	background-position: top right;
	background-repeat: no-repeat;
	color: white;
}
#nav2 li a {
	color: white;
}
#nav2 li a:hover {
	background-color: black;
}
#nav2 li:hover {
	color: white;
	background-color: black;
}
#nav2 li li {
	background-image: none;
}

/************************ Print Styles ******************************/
@media print {
	#shortBanner {
		display: block;
		margin: auto;
		width: 605px;
}
	.boxWidth {
		width: auto;
	}
	.container {
	/* main page container.  This is the large white section centered over the background pattern. */
	/* override width in print, mostly for IE6 */
	width: auto;
}

	.innerbox {
		border:none !important;
	}

	.noprint {
		display: none;
	}

	.printonly {
		visibility:visible;
	}
	.pageBreakAfter {
		page-break-after: always;
	}

	.titledBox {
		border: none;
	}

	.vendor {
		/* If we try to float these, IE will infinite-loop at print preview */
		float:none;
	}

}
/****** End of Print styles ************************/