body {
	background: #24713C url(/images/repeater.gif) top left repeat;
	color: white;
	font: small/1.3 Tahoma, "Trebuchet MS", Arial, sans-serif;
}

body, html, ul#navlist, #sidebar ul {
	margin: 0;
	padding: 0;
}

/* ------------ TEXT ------------ */

a {
	color: #004D18;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

h1 {
	color: #004D18;
	font-size: 150%;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	text-transform: uppercase;
	background: transparent url(/images/h1-line.jpg) bottom left no-repeat;
	padding-bottom: 10px;
	display: block;
}

h2 {
	font-size: 120%;
	color: #004D18;
	font-size: 18px;
	font-family: Georgia, Times, "Times New Roman", serif;
}



/* ------------ WRAPS ------------ */

#full {
	background: transparent url(/images/top-gradient.png) top left repeat-x;
	padding-top: 38px;
}

#wrap {
	width: 760px;
	background: transparent url(/images/wrap-bg.png) top left repeat-y;
	margin: 0 auto;
}

#wrap-holder {
	width: 760px;
	position: relative;
}

#header-border {
	position: absolute;
	top: -12px;
	left: 0;
}

#footer-border {
display: block;
margin: 0 auto;
}

#wrap-inner {
	width: 741px;
	margin-left: 10px;
}

#text, #sidebar {
	position: relative;
	z-index: 100;
}

#content-wrap {
	padding-top: 15px;
	background: transparent url(/images/why_photo.png) bottom right no-repeat;
}


#sponsor #content-wrap {
	padding-top: 15px;
	background: transparent url(/images/sponsor_photo.png) bottom right no-repeat;
}

#exhibit #content-wrap {
	padding-top: 15px;
	background: transparent url(/images/exhibit_photo.png) bottom right no-repeat;
}

#faq #content-wrap {
	padding-top: 15px;
	background: transparent url(/images/faq_photo.png) bottom right no-repeat;
}

#support #content-wrap {
	padding-top: 15px;
	background: transparent url(/images/support_photo.png) bottom right no-repeat;
}

#register #content-wrap {
	padding-top: 15px;
	background: transparent url(/images/register_photo.png) bottom right no-repeat;
}



/* ------------ HOME ------------ */

#home #content-wrap {
	background: black url(/images/night.jpg) top left no-repeat;
	padding-top: 0;
}

#home-content-int {
	position: relative;
	min-height: 423px;
	height: 423px;
}

* html #home-content-int {
	height: 423px;
}

#home h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 17px;
	color: #FEFEDF;
	margin: 0 0 15px 15px; 
	padding-top: 20px;
	font-weight: normal;
	text-transform: none;
}

#home h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 21px;
	color: #FFEF00;
	margin: 0 0 15px 15px;
}

#home-list {
	margin: 0 0 0 35px;
	padding: 0;
	font-size: 16px;
	color: #FEFEDF;
	font-weight: bold;
}

#home-list li {
	background: transparent url(/images/home-list-bullet.gif) 0 4px no-repeat;
	list-style: none;
	padding-left: 23px;
	margin-bottom: 10px;
}

* html #home-list li {
	background: none;
	list-style: disc;
	padding-left: 0;
	margin-left: 23px;
}

#home-sponsor {
	color: #FEFEDF;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 21px;
	position: absolute;
	bottom: 15px;
	left: 59px;
	margin-bottom: 0;
}

#home-sponsor a {
	color: #FCCF02;
}

#home-side {
	width: 153px;
	position: absolute;
	top: 54px;
	right: 5px;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 13px;
}

#home-side h3 {
	color: #FFEF00;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
}

ul#home-side-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home-side-list li {
	background: transparent url(/images/home-side-list-line.jpg) center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#sponsor td {
	vertical-align:top;
	font-size:smaller;
}


/* ------------ HEADER ------------ */

#header { display: block; }



/* ------------ MENU ------------ */

#menu {
	background: white url(/images/menu-bg.jpg) top left no-repeat;
	height: 34px;
	font-size: 15px;
	position: relative;
	line-height: 17px;
}


ul#navlist li {
	list-style: none;
	float: right;
	background: transparent url(/images/menu-line.gif) top right no-repeat;
	height: 34px;
}

ul#navlist li#nav-support { background-image: none; }

ul#navlist a {
	text-decoration: none;
	padding: 8px 10px 0 10px;
	height: 26px;
	display: block;
	float: left;
	color: #004D18;
}

ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active,
#home li#nav-home a, 
#why li#nav-why a,
#sponsor li#nav-sponsor a,
#exhibit li#nav-exhibit a,
#faq li#nav-faq a,
#register li#nav-register a,
#support li#nav-support a {
	background: #185F02 url(/images/menu-hover.jpg) top left repeat; 
	color: #FEFEDF;
}


/* ------------ TEXT ------------ */

/* width of text area is 522px */

#text {
	width: 582px;
	float: left;
}

.text-inner {
	margin: 0 25px 0 35px;
	background: white;
	color: #483601;
	padding-bottom: 25px;
}

#home .text-inner { padding-bottom: 0; }

.text-inner ul {
	margin-left: 0px;
	padding-left: 0;
}

.text-inner ul ul {
	margin-left: 18px;
}

.text-inner li { 
	margin-bottom: 10px; 
	background: transparent url(/images/text-bullet.gif) 0 3px no-repeat; 
	list-style-type: none;
	padding-left: 18px;
}

* html .text-inner li {
	background: none;
	list-style-type: disc;
	padding-left: 0;
	margin-left: 18px;
}

.text-inner ul li ul li { 
	margin-top: 5px; 
	background: none; 
	list-style-type: circle;
	padding-left: 0;
}

.package {
	border: 1px solid #004D18;
	margin-bottom: 20px;
}

.package-head {
	padding: 0;
	margin: 0;
	background: #004D18 url(/images/repeater.gif) top left repeat;
	color: white;
	font-weight: bold;
	width: 520px;
}

.package td { padding-top: 10px; padding-bottom: 10px; }

.package-head a { color: white; }

.package-name {
	width: 220px;
	padding-left: 10px;
}

.package-price {
	width: 80px;
}

.package-call {
	width: 210px;
}

.package-int {
	padding: 5px 20px 10px 20px;
}


.photo-holder {
	background: transparent url(/images/photo-bg.jpg) top left repeat-y;
	padding: 30px 0 25px 8px;
	margin-top: 15px;
}

.photo-holder img {
	border: 5px solid #004D18;
	margin-right: 8px;
}

.photo-holder img#last-photo { margin-right: 0; }

.opportunities {
	background: #001507;
}

.opportunities p {
	font-size: 150%;
	padding: 22px 20px 30px 35px;
	margin: 0;
}

.opportunities a {
	color: #FCD702;
	font-size: 80%;
}

/* ------------ SIDEBAR ------------ */

#sidebar {
	width: 159px;
	float: left;
	padding-bottom: 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align: center;
	padding-bottom: 435px;
}

.sidebar-inner {
	color: #001507;
	margin: 0 10px 0 12px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	color: white;
}

#sidebar li {
	background: transparent url(/images/sidebar-line.jpg) center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

* html #sidebar li { list-style-type: disc; margin-left: 18px; padding-left: 0; background-image: none; }


#sidebar h3 {
	color: #FFEF00;
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0 10px 0;
}

/* ------------ LOGOS ------------ */

#logos {
	background: transparent url(/images/logos-bg-taller.jpg) top left no-repeat;
	height: 117px;
	padding-left: 11px;
}

#logos img {
	margin-right: 37px;
	margin-top: 8px;
}

/* ------------ FOOTER ------------ */

#footer {
	text-align: center;
	padding-bottom: 20px;
}

#footer a {
	color: white;
	text-decoration: none;
	padding: 0 3px;
}

#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}

#footer p { margin-top: 0; line-height: 1.5; }

.copyright {
	font-size: 85%;
}

/* ------------ EXTRAS ------------ */

hr {
	height: 1px;
	border: none;
	color: #004D18;
	background: #004D18;
	margin: 30px 0 20px;
}

hr { *margin: 8px 0 4px; /* targets IE6 and 7 */ }

.grey { background-color: #f2f1f1; }

.smaller { font-size: 85%; }

.bigger { font-size: 115%; }

.move-list {
	margin-left: 20px;
	padding-left: 20px;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

/* ------------ IE6/PNG ------------ */

/* commented backslash hack v2 \*/
* html #full {
	background-image: none;
}

/* commented backslash hack v2 \*/
* html #wrap {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/wrap-bg.png', sizingMethod='scale');
}

/* end hack */