@charset "utf-8";
/* CSS Document */

/********************** MAIN CONTAINERS **********************/

body {
	margin:0;
	padding:0;
	background:#111;
}
#pageWrapper {
	width:960px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

/********************** BACKGROUND CONTAINERS **********************/

#wrapper {
	width:960px;
	float:left;
	margin:0;
	padding:0;
	background:url(images/header_bg.jpg) no-repeat;
}
#wrapperBottom {
	width:960px;
	float:left;
	margin:0 auto;
	background:url(images/footer_bg.jpg) bottom no-repeat;
}


/********************** CONTENT DIV **********************/

#container {
	width:758px;
	float:left;
	margin:306px 100px 0 100px;
	padding:1px;
	background:url(images/bodyGradientBot.png) bottom no-repeat #fff;
	border-bottom:1px solid #fff;
}

/********************** NAV **********************/

#nav {
	width:758px;
	height:50px;
	background:url(images/navDateSide.png) right no-repeat #e25c1f;
	font-size:14px;
	text-transform:uppercase;
}

#menu {padding:0; margin:0; list-style:none; height:50px; position:relative; z-index:60; font-family:arial, verdana, sans-serif;}
#menu li {float:left; border-right:1px solid #fff;}
#menu li a {display:block; float:left; height:50px; line-height:50px; background:#111; color:#fff; text-decoration:none; font-size:14px; font-weight:bold; padding:0 30px 0 30px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background:url(images/navOver.png) repeat-x;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:url(images/navOver.png) repeat-x;}
#menu li:hover > a.sub {color:#fff; background:url(images/navOver.png) repeat-x;}

#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background:#111;}
#menu li.current a.sub {color:#fff; background:#111;}

#menu :hover ul {left:0; top:50px; width:120px; background:#111;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#111; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #fff;}
#menu :hover ul li a {width:120px; padding:0; text-indent:10px; background:#111; color:#fff; height:30px; line-height:30px; font-size:12px;}
#menu :hover ul li a.fly {background:#333 url(images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background:url(images/navOver.png) repeat-x; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#c60; color:#fff;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}

/********************** CONTENT **********************/

#contentWrapper {
	width:700px;
	float:left;
	margin:30px 29px;
	padding:0 0 30px 0;
}
#contentWrapper p {
	color:#111;
	line-height:22px;
	font-size:14px;
}
#contentWrapper p a {
	color:#d2571f;
	text-decoration:none;
}
#contentWrapper p a:hover {
	text-decoration:underline;
}
#contentWrapper h1 {
	font-size:24px;
	font-weight:bold;
	color:#d2571f;
	margin-top:0;
}
#contentWrapper h2 {
	font-size:18px;
	font-weight:bold;
	color:#d2571f;
	margin-bottom:0;
	text-transform:uppercase;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #666;
}
#contentWrapper h3 {
	font-size:14px;
	font-weight:bold;
	color:#d2571f;
	margin-top:30px;
}
#contentWrapper h3 a {
	color:#d2571f;
	text-decoration:underline;
}
#contentWrapper h4 {
	font-size:18px;
	font-weight:bold;
	color:#d2571f;
}
.tableText {
	font-size:12px;
	color:#333;
}
#contentWrapper ul li {
	font-size:14px;
	color:#111;
	line-height:22px;
}
#contentWrapper ul li a {
	color:#d2571f;
	text-decoration:none;
}
#contentWrapper ul li a:hover {
}
.h1Small {
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#111;
}
.h1Small a {
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#111;
}
.welcome {
	font-size:12px;
	color:#666;
	font-style:italic;
}
.featureText {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin:20px 0;
	padding:20px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	color:#111;
	font-size:14px;
	line-height:22px;
	font-style:italic;
}
#contentLeft {
	width:430px;
	float:left;
	margin:0 0 50px 0;
}
#contentRight {
	float:right;
	width:240px;
	margin:0 0 50px 30px;
}
#galleryRight {
	width:240px;
	height:160px;
	float:left;
}
#galleryRight img {
	border:0;
}
.galleryButton a {
	width:200px;
	padding:0 20px;
	height:40px;
	line-height:40px;
	float:left;
	text-decoration:none;
	border-top:1px solid #fff;
	background:url(images/galleryButton_bg.png) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.galleryButton a:hover {
	text-decoration:underline;
}

.programButton a {
	width:200px;
	padding:0 20px;
	height:40px;
	line-height:40px;
	float:left;
	text-decoration:none;
	border-top:1px solid #fff;
	background:url(images/programButton_bg.png) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.programButton a:hover {
	text-decoration:underline;
}


.rightColItem {
	width:240px;
	float:left;
	margin:30px 0 0 0;
}
#contentRight h1 {
	font-size:18px;
	color:#d2571f;
	margin-top:0;
}

#contentRight p {
	font-size:12px;
	color:#333;
}
.programHighlight {
	font-size:14px;
	color:#d2571f;
	font-weight:bold;
}


/********************** FAQ LIST **********************/

#faqList {
	width:240px;
	float:left;
	margin:0;
	padding:0;
}
#faqList ul {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	font-size:12px;
}
#faqList li.header {
	display:block;
	width:220px;
	height:30px;
	background:#333;
	color:#fff;
	line-height:30px;
	padding:0 10px;
	font-weight:bold;
	font-size:14px;
}
#faqList li a {
	display:block;
	width:220px;
	background:#eee;
	color:#d2571f;
	line-height:22px;
	padding:5px 10px;
	border-top:1px solid #fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#faqList li a:hover {
	background:#ddd;
	text-decoration:none;
}
.backTop a {
	margin:20px 0;
	padding:5px;
	background:#eee;
	border:1px solid #ccc;
	color:#d2571f;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.backTop a:hover {
	background:#ddd;
}
	
	
/********************** CONTACT FORM STYLES **********************/



#contentWrapper dl {
	clear:both;
	margin:0;
	padding:0;
	width:410px;
	font-size:12px;
	color:#333;
}
#contentWrapper dt {
	float:left;
	text-align:left;
	width:60px;
	line-height:22px;
	margin:0 10px 10px 0;
	padding:0;
}
#contentWrapper dd {
	float:left;
	width:310px;
	line-height:22px;
	margin:0 0 10px 0;
	padding:0;
}
#contentWrapper textarea {
	width:300px;
	height:150px;
}
.textfieldStyle {
	width:300px;
	height:20px;
}
.formSubmit {
	color:#fff;
	background:#333;
	font-size:11px;
	text-transform:uppercase;
	width:300px;
	height:26px;
	border:0;
}


/********************** FOOTER **********************/


#footer {
	width:760px;
	height:530px;
	clear:both;
	margin:0 auto;
	padding:30px 0;
}
#sponsors {
	width:760px;
	float:left;
	height:350px;
}
#wtCredit {
	width:760px;
	height:60px;
	text-align:center;
	float:left;
}
	
	
.clarify {
	font-size:30px;
	color:#F00;
	font-weight:Bold;
}