/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
img {
	border-style: none;
	display: block;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
body {
	color: #4F4F4F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #666 url(../images/bg-fade.jpg) repeat-x top;
}
h1 {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
h2 {
	color: #333333;
	font: normal 18px/.9em "Trebuchet MS", Arial, Verdana, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 10px;
}
h2 span.detail-time {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
h3 {
	color: #333;
	font: bold 16px/12px "Trebuchet MS", Arial, Verdana, sans-serif;
	text-align: right;
	padding-right:10px;
	margin-bottom: 5px;
	border-right: #99cc00 solid 50px;
}
h4 {
	color:#666;
	font: normal 14px/11px "Trebuchet MS", Arial, Verdana, sans-serif;
	text-align: right;
	padding-right:10px;
	margin-bottom: 5px;
	border-right:#fbad19 solid 50px;
}
a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #393;
	text-decoration: underline;
}
a:focus {
	color: #000;
	outline: none;
}
a:active {
	color: #000;
	outline: none;
}
#headerWrapper {
	padding: 0px 0px 0px 0px;
	background: url(../images/header-fill.jpg) repeat-x top;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	text-align: left;
	height: 117px;
	position:relative;
}
#logo {
	float: left;
}
#tagline {
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	/*height: 28px;*/
	padding-bottom: 0px;
	float: right;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
#nav {
	/*float: right;*/
	position: absolute;
	top: 28px;
	right: 0;
	/*left: 670px;
	top: 28px;
	clear: right;*/
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	/*clear: right;*/
}
#nav ul li a {
	font: bold 16px/89px "Trebuchet MS", Arial, Verdana, sans-serif;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	color: #999999;
}
#nav ul li a:hover {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
	color: #99CC00;
}
#nav ul li#active {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}

#outerWrapper {
	margin: 0 auto 15px;
	text-align: left;
	width: 920px;
	background: #FFFFFF;
}
#featureWrapper {
	background: url(../images/feature-wrap-fade.jpg) repeat-x top;
	text-align: left;
}
#featureWrapper #feature {
	background: url(../images/feature-fade.jpg) repeat-x left top;
	margin: 0px auto;
	height: 233px;
	width: 920px;
	position: relative;
}
/*The .feature2 class is for main nav pages excluding the home page.*/
#featureWrapper #feature.feature2 {
	height: 150px;
	background:url(../images/dome.jpg) no-repeat top left;
}
#feature .feature-title {
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 25px;
	font: normal 26px/28px "Trebuchet MS", Arial, Verdana, sans-serif;
	letter-spacing: -1px;
	z-index: 20;
}
#feature .feature-text {
	font-size: 14px;
	font-weight: bold;
	color: #efb;
	padding-top: 5px;
	padding-left: 25px;
	line-height: 15px;
	z-index: 10;
}
#feature .feature-img-home {
	float: right;
	display:block;
	width: 508px;
	height: 150px;
	background: url(../images/feature-home-2.jpg) top right no-repeat;
}
#feature .feature-img-tours {
	float: right;
	display:block;
	width: 530px;
	height: 150px;
	background: url(../images/feature-tours.jpg) bottom right no-repeat;
	z-index:1000;
}
#feature .feature-img-schedule {
	float: right;
	display:block;
	width: 534px;
	height: 150px;
	background: url(../images/feature-schedule.jpg) bottom right no-repeat;
	z-index:1000;
}
#feature .feature-img-register {
	float: right;
	display:block;
	width: 534px;
	height: 150px;
	background: url(../images/feature-register.jpg) bottom right no-repeat;
	z-index:1000;
}
#feature .feature-img-hotel {
	float: right;
	display:block;
	width: 534px;
	height: 150px;
	background: url(../images/feature-hotel.jpg) bottom right no-repeat;
	z-index:1000;
}
/*The #feature li and ul declarations only need to be used if a list is put in the feature div*/
/*#feature li {
	padding-bottom: 7px;
	color: #000000;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
#feature ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}*/
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 20px 10px 10px 15px;
	width: 195px;
	line-height: 16px;
}
#leftColumn1 ul {
	margin: 0px;
	padding: 10px 0px 20px;
}
#leftColumn1 ul li {
	list-style: none;
	display: inline;
}
#leftColumn1 ul li a {
	display: block;
	padding: 5px 4px 5px 15px;
	line-height: 15px;
	background: url(../images/sidenav.gif) no-repeat left top;
	border: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#leftColumn1 ul li a.thisPage, #leftColumn1 ul li a:hover {
	text-decoration: none;
	border: 1px solid #99cc00;
	color: #000000;
	background-color: #fce3b5;
}
.sidebarlt {
	padding: 10px;
	border: 1px solid #99CC00;
	background: #F5FFD7;
	margin-bottom: 15px;
}
.sidebardk {
	color: #FFFFFF;
	background: #666666;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 15px;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}
.sidebarbox {
	background: url(../images/sidebox-fill.gif) repeat-y left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sidebarbox p {
	margin: 0px;
	padding: 0px;
}
.sidebarboxtop {
	background: url(../images/sidebox-top.gif) no-repeat left top;
	padding: 12px 10px 0px;
}
#leftColumn1 .sidebarbox .sidebarboxtop ul li {
	list-style:none;
	display: list-item;
	font-weight:bold;
}
.sidebarboxbottom {
	background: url(../images/sidebox-bottom.gif) no-repeat left bottom;
	height: 13px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 15px 0 220px;
	padding: 10px 10px 20px 10px;
	line-height: 20px;
}
#outerWrapper #contentWrapper #content p {
	margin-bottom: 10px;
}
#outerWrapper #contentWrapper {
	background: url(../images/content-fade.jpg) repeat-x top;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	padding: 18px 20px 10px;
	border-top: 10px solid #fed251;
	background: #fbad19 url(../images/footer.jpg) no-repeat left bottom;
	/*height: 30px;*/
	margin: 0px;
	clear: both;
}
.img-wrapper {
	float: left;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;/*margin: 10px 0 0 10px;*/
}
.img-wrapper div {
	background: url(../images/mask.png) no-repeat left top !important;
	background: url(../images/mask.gif) no-repeat left top;
	padding: 0 5px 5px 0;
	float: left; /* :KLUDGE: Fixes bug in IE/Mac */
}
.img-wrapper img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}
.detail-1 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.detail-1 p {
	/*border-bottom: #fbad19 solid 5px;*/
}
.basic-list  {
	line-height: 2em;
}
.fltlft {
	float: left;
	/*margin-right: 10px;
	margin-bottom: 10px;*/
}
.fltrt {
	float: right;
	/*margin-left: 10px;
	margin-bottom: 10px;*/
}
.caption {
	float:left;
}
.caption p {
	clear:both;
	text-align:center;
}
input, textarea, select {
	color: #4F4F4F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.emailFormError {
	color: #F30;
}
.altRow {
	background-color: #fce8ac ;
}
.totalRow {text-align:right; padding-right:20px; border-top: solid 1px #999; padding-top: 5px;}
.costTD { text-align:right; padding-right: 3px;}
.notice {color: red; }
table#regDetails {
	width: 100%;
}
table#regDetails td {
	vertical-align:top;
}
.warning {color:red;}

/* export to csv preview page */
#container {margin:0 auto; width:860px; position:relative;}
#results {padding:5px; overflow:auto;}
#results p {font-size:14px; margin-bottom:10px; text-align:left;}
#results table {
	border-collapse: collapse;
	border-spacing: 0;
}
#results table th {padding:3px; font-size:10px; border:1px solid #ccc; background:#eee;}
#results table tr {background:#fff;}
#results table tr.alt {background:#FF9;}
#results table td {padding:3px; font-size:10px; border:1px solid #ccc;}