/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	background-color:#000000;
	background-image:url(images/body_bg.png);
	background-repeat:repeat;
	background-position: top center;
}

body {
	font:12px Tahoma, Geneva, sans-serif;
	line-height:24px;
	color: #000000;
}

p {
	text-align:justify;
	padding:1em 0 0 0;
	font:16px Tahoma, Geneva, sans-serif;
	line-height:30px;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*=====================================*/
/*=============HEADER==================*/
/*=====================================*/

#header {
	background:none;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	height:119px;
	width:960px;
}

#header_image {
	border:none;
}

/*=====================================*/
/*=============NAVIGATION==============*/
/*=====================================*/

#navBG{
	background-image:url(images/nav_bg.png);
	margin:0 auto;
	width:960px;
	height:99px;
}

#nav_home{
	display:block;
	float:right;
	height:99px;
	width:155px;
	background: url(images/nav_home.png) no-repeat 0 0;
}

#nav_home:hover
{ 
  background-position: 0 -99px;
}

#nav_tickets{
	display:block;
	float:right;
	height:99px;
	width:153px;
	background: url(images/nav_tickets.png) no-repeat 0 0;
}

#nav_tickets:hover
{ 
  background-position: 0 -99px;
}

#nav_speakers{
	display:block;
	float:right;
	height:99px;
	width:154px;
	background: url(images/nav_speakers.png) no-repeat 0 0;
}

#nav_speakers:hover
{ 
  background-position: 0 -99px;
}

#nav_sessions{
	display:block;
	float:right;
	height:99px;
	width:153px;
	background: url(images/nav_sessions.png) no-repeat 0 0;
}

#nav_sessions:hover
{ 
  background-position: 0 -99px;
}

#nav_info{
	display:block;
	float:right;
	height:99px;
	width:188px;
	background: url(images/nav_info.png) no-repeat 0 0;
}

#nav_info:hover
{ 
  background-position: 0 -99px;
}

#contact_info_icon{
	display:block;
	float:right;
	height:60px;
	width:176px;
	background: url(images/contact_info_icon.png) no-repeat 0 0;
}

#contact_info_icon:hover
{ 
  background-position: 0 -60px;
}

/*=====================================*/
/*===============CONTENT===============*/
/*=====================================*/

#pageTitleBG{
	background-image:url(images/page_title_bg.png);
	margin:0 auto;
	width:960px;
	height:60px;
}

#topCurve{
	background-image:url(images/content_top_bg.png);
	margin:0 auto;
	width:960px;
	height:110px;
}

#contentFlex{
	background-image:url(images/content_flex_bg.png);
	background-repeat:repeat-y;
	margin:0 auto;
	width:960px;
	min-height:152px;
	max-height: 1000px;		/*this changes for each page*/
	height:auto !important;
	height:152px;
}

#content{
	position:relative;
	/*left:150px;*/
	top:-90px;
	width:700px;
	height:auto;
	font:16px Arial, Helvetica, sans-serif;
	line-height:25px;
	color:#000;
	margin:0 auto;
/*	background-color:#666;
	opacity:0.4;
	filter:alpha(opacity=40);*/
}

#content a:link { 
	color:#20ff00;			/*bright green*/
	text-decoration:underline;
}
	
#content a:visited {
	color:#20ff00;			/*bright green*/
	text-decoration:underline;
}
	
#content a:hover {
	color:#303030;			/*dark gray*/
	text-decoration:underline;
}
	
#content a:active {
	color:#303030;			/*dark gray*/
	text-decoration:underline;
}

#baseCurve{
	background-image:url(images/content_base_bg.png);
	margin:0 auto;
	width:960px;
	height:125px;
}

/*=====================================*/
/*================FOOTER===============*/
/*=====================================*/

#footer{
	background-image:url(images/footer_bg.png);
	width:960px;
	height:150px;	
	margin:0 auto;
	text-align:center;
	color:#999;			/*gray*/
	position:relative;
}

#copyright {
	height:20px;
	width:960px;
	/*osition:absolute;*/
	/*bottom:30px;*/
	padding: 100px 0 0 0;
	margin:0 auto;	
	font-weight:normal;
	text-align:center;
	line-height:22px;
	letter-spacing: 1px;
	color:#999;			/*gray*/
}

#copyright a:link { 
	color:#999;			/*gray*/
	text-decoration:underline;
}
	
#copyright a:visited {
	color:#999;			/*gray*/
	text-decoration:underline;
}
	
#copyright a:hover {
	color:#ffffff;			/*white*/		
	text-decoration:underline;
}

#copyright a:active {
	color:#ffffff;			/*white*/			
	text-decoration:underline;
}

/*=====================================*/
/*===============HEADERS===============*/
/*=====================================*/

h1 {
	font:36px Tahoma, Geneva, sans-serif;
	text-align:left;
	line-height:60px;
	margin: 0;
	color: #000000;
	float:left;
	font-variant:small-caps;
}

h2 {
	font:22px Tahoma, Geneva, sans-serif;
	text-align:left;
	line-height:60px;
	color: #000000;
}

.page_title_icon{
	float:left;
	margin:0 0 0 12em;
}

/*=====================================*/
/*=============HOME ONLY===============*/
/*=====================================*/

#home_container{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}

#home_tagline{
	background-image:url(images/home_tagline_bg.png);
	background-repeat:no-repeat;
	width:531px;
	height:120px;
	float:left;
}

#home_countdown{
	background-image:url(images/countdown_bg.png);
	background-repeat:no-repeat;
	width:429px;
	height:120px;
	float:left;
	position:relative;
}

#flashcontent{	/*controls countdown div*/
	position:absolute;
	bottom:9px;
	left:30px;
}

#home_banner_top{
	background-image:url(images/home_banner_top.png);
	background-repeat:no-repeat;
	width:960px;
	height:47px;
	float:left;
}

#home_banner_left{
	background-image:url(images/home_banner_left.png);
	background-repeat:no-repeat;
	width:242px;
	height:235px;
	float:left;
}

#home_banner_content{
	width:468px;
	height:235px;
	float:left;
}

#home_banner_overlay{
	background-image:url(images/rotating_banner_overlay.png);
	background-repeat:no-repeat;
	width:468px;
	height:235px;
	position:relative;
	left:0px;
	top:-235px;
	z-index:1;
}

#flashBanner{
	width:468px;
	height:235px;
	position:relative;
	left:0px;
	top:0px;
	z-index:-1;
	background-color:#FFF;
}

#home_banner_right{
	background-image:url(images/home_banner_right.png);
	background-repeat:no-repeat;
	width:250px;
	height:235px;
	float:left;
}

#home_banner_base{
	background-image:url(images/home_banner_base.png);
	background-repeat:no-repeat;
	width:960px;
	height:44px;
	float:left;
}

#home_footer{
	background-image:url(images/home_footer_bg.png);
	margin:0 auto;
	width:960px;
	height:150px;
	text-align:center;
	color:#999;			/*gray*/
	position:relative;
	clear:both;
}

/*=====================================*/
/*=============ACCORDION===============*/
/*=====================================*/

#vertical_container{
	width:700px;
}

.accordion_toggle {
	display:block;
	height:30px;
	width:700px;
	background:#20FF00;
	padding:0 10px 0 10px;
	outline:none;
	font:18px Arial, Helvetica, sans-serif;
	font-variant:small-caps;	
	line-height:30px;
	color:#000000;
	cursor:pointer;
	border:#FFF 1px solid;
}
		
.accordion_toggle_active {
	background:#303030;
	color:#ffffff;
}

.accordion_content {
	width:700px;
	height:auto;
	padding:1em 0 1em 0;
	color:#000000;
	overflow:hidden;
	clear:both;
}
		
		.accordion_content h2 {
			font-size:18px;
			margin:15px 0 5px 10px;
		}
		
		.accordion_content p {
			width:auto;
			font:16px Arial, Helvetica, sans-serif;
			line-height:25px;
			color:#000;
			padding:0 0 0 1em;
		}
	
		.accordion_content ul {
			margin:0 0 0 70px;
		}
	
		.accordion_content li {
			list-style:disc;
		}

.accordion_image {
	float:left; 
	margin:0 1em 0 0;
}

/*=====================================*/
/*=============CONTACT FORM============*/
/*=====================================*/

form.contactForm { 
	width: 650px;
	padding:0 0 0 2em;
}

form.contactForm fieldset {
	border:#fff solid 3px; 
	padding:0 1em 1em 1em;
	text-align:left;
}

form.contactForm label {
	font-variant:small-caps;
}

form.contactForm #firstName,#lastName,#email,#phone,#relatedTo {
	/*background:#666666;*/
	background:url(images/input_tag_background.png) no-repeat 0 -35px;
	border:none;
	padding:5px;
	color:#303030;
	font:18px Arial, Helvetica, sans-serif;
	width:250px;
	height:25px;
}

form.contactForm #firstName:focus,#lastName:focus,#email:focus,#phone:focus,#relatedTo:focus { 
  background-position: 0 0;
}

form.contactForm textarea {
	background:#20FF00;
	border:solid 2px #303030;
	padding:3px;
	color:#303030;
	font:18px Arial, Helvetica, sans-serif;
}

form.contactForm textarea:focus {
	border:solid 4px #303030;
}

form.contactForm label.error {

}

.submit {
	background:url(images/submit.png) no-repeat 0 -100px;
	margin:1em 0 1em 0;
	border:none;
	width:96px;
	height:100px;
}

.submit:hover {
  background-position: 0 0;
  cursor:pointer;
}

em.error {
  background:left center no-repeat url("images/unchecked_small.png");
  padding-left:1em;
  color:black;
  text-align:left;
}

em.success {
  background:left center no-repeat url("images/checked_small.png");
  padding-left:1em;
  color:black;
  text-align:left;
}

#warning { 	/*summary warning statement by submit button*/
	display: none;
}

.field_label_td {
	text-align:left;
	height:45px;
	vertical-align:bottom;
}

.field_input_td {

}

.field_em_td {

}

/*=====================================*/
/*=============INFORMATION PAGE========*/
/*=====================================*/

#info_motivation{
	display:block;
	float:left;
	height:162px;
	width:152px;
	background: url(images/info_motivation.png) no-repeat 0 0;
}

#info_motivation:hover
{ 
  background-position: 0 -162px;
}

#info_schedule{
	display:block;
	float:left;
	height:162px;
	width:149px;
	background: url(images/info_schedule.png) no-repeat 0 0;
}

#info_schedule:hover
{ 
  background-position: 0 -162px;
}

#info_contact{
	display:block;
	float:left;
	height:162px;
	width:150px;
	background: url(images/info_contact.png) no-repeat 0 0;
}

#info_contact:hover
{ 
  background-position: 0 -162px;
}

#info_directions{
	display:block;
	float:left;
	height:167px;
	width:153px;
	background: url(images/info_directions.png) no-repeat 0 0;
}

#info_directions:hover
{ 
  background-position: 0 -167px;
}

#info_hotel{
	display:block;
	float:left;
	height:167px;
	width:149px;
	background: url(images/info_hotel.png) no-repeat 0 0;
}

#info_hotel:hover
{ 
  background-position: 0 -167px;
}

#info_food{
	display:block;
	float:left;
	height:167px;
	width:153px;
	background: url(images/info_food.png) no-repeat 0 0;
}

#info_food:hover
{ 
  background-position: 0 -167px;
}

/*=====================================*/
/*=============DIRECTIONS==============*/
/*=====================================*/

form.directionsForm #directions_address {
	/*background:#666666;*/
	background: url(images/directions_address_input_bg.png) no-repeat 0 -35px;
	border:none;
	padding:5px;
	color:#303030;
	font:18px Arial, Helvetica, sans-serif;
	width:350px;
	height:25px;
}

form.directionsForm #directions_address:focus { 
	background-position: 0 0;
}

form.directionsForm label {
	font-variant:small-caps;
	font:20px;
}

.directions_submit {
	background: url(images/input_submit_directions_bg.png) no-repeat 0 -35px;
	border:none;
	width:150px;
	height:35px;
}

.directions_submit:hover {
	background-position: 0 0;
	cursor:pointer;
}

/*=====================================*/
/*=============RESTAURANTS=============*/
/*=====================================*/

#food_search {
	background: url(images/food_search.png) no-repeat 0 -126px;
	border:none;
	width:150px;
	height:126px;	
	display:block;
	margin:2em auto 0 auto;
}

#food_search:hover {
	background-position: 0 0;
	cursor:pointer;
}

/*=====================================*/
/*=============SESSIONS================*/
/*=====================================*/

.sessions_main_button {
	background: url(images/sessions_main_button.png) no-repeat 0 0;
	border:none;
	width:234px;
	height:69px;	
	display:block;
	float:left;
}

.sessions_main_button:hover {
	background-position: 0 -69px;
	cursor:pointer;
}

.sessions_leader_button {
	background: url(images/sessions_leader_button.png) no-repeat 0 0;
	border:none;
	width:234px;
	height:69px;	
	display:block;
	float:left;
}

.sessions_leader_button:hover {
	background-position: 0 -69px;
	cursor:pointer;
}

.sessions_student_button {
	background: url(images/sessions_student_button.png) no-repeat 0 0;
	border:none;
	width:234px;
	height:69px;	
	display:block;
	float:left;
}

.sessions_student_button:hover {
	background-position: 0 -69px;
	cursor:pointer;
}

#sessions_main {
	display:none;
	padding:0 0 0 3em;
}

#sessions_leader {
	display:none;	
	padding:0 0 0 3em;
}

#sessions_student {
	display:none;	
	padding:0 0 0 3em;
}

