#front-header {
	background-color: #d1fff9;
	background-image: url(../images/front_header_10.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#front-header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	margin: 0px;
	padding-top: 70px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 8px;
}
#front-header p:first-letter {
	float: left;
	font-size: 60px;
	color: #166B99;
}

/* First Column */
#front-schedulebox {
width:309px;
float: left;
min-height: 400px;
}

#front-footer {
	height: 10px;
}

#front-schedulebox h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	color: #105985;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-transform: uppercase;
}


#front-schedulebox h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px;
	color: #87acc2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-transform: uppercase;
}


/* Second Column */
#front-linkpanels {
float:left;
width:309px;
}

#front-content {
	background-image: url(../images/front_column_background.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}




/* Schedule Styles */
ul.front-schedule li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.front-schedule li a {
	display: block;
	background-image: url(../images/front_schedule_button.gif);
	background-repeat: no-repeat;
	color: #065690;
	padding-top: 8px;
	padding-left: 30px;
	min-height: 65px;
}

#front-thisweek, #page-frame #page-content-border #page-content-gapcolor #page-content #front-content #front-schedulebox .front-schedule #front-thisweek  {
	background-image: url(../images/front_schedule_button_this_week.gif);
}

ul.front-schedule li a:hover {
	color: #032848;
	background-position: -310px 0px;
}
ul.front-schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 10px;
}




/* Link Panels */
#frontlinks {
width: 300px;
display: inline;
float: left;
}

#frontlinks ul { /* remove bullets and list indents */
	list-style: none;
	padding: 0;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#frontlinks li {
}

#frontlinks li#first {
}


#frontlinks li a {
	display:block;
	text-decoration:none;
	width: 300px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#frontlinks li a:hover {
background-position: 0 -65px;
height: 128px;
background-color: transparent;
}
	
#frontlinks li a:active {
background-position: 0 -65px;
height: 128px;
	}
	
#front-links-ticket {
	background-image: url(../images/front_button_tickets.gif);
}

#front-links-club {
	background-image: url(../images/front_button_club.gif);
}

#front-links-facebook {
	background-image: url(../images/front_button_facebook.gif);
}
#front-links-exhibitor {
	background-image: url(../images/front_button_exhibitor.gif);
}



#frontlinks span
{
  display: none;
}

/* Join the Club Panel */

#frontjoinpanel {
}

#frontjoinpanel p {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#frontjoinpanel ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-position: outside;
	list-style-image: url(../images/black_arrow_on_blue_tall.gif);
}
#frontjoinpanel ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
img#front-joinheading {
	margin-top: 15px;
}


#front-join-closebutton 
{
	display: block;
	width: 16px;
	height: 15px;
	background-image: url(../images/front_close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 16px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}

#front-join-closebutton:hover, #front-join-closebutton:active
{ 
  background-color: transparent;
}


#front-join-closebutton span
{
  display: none;
}

#front-join-entrybox {
	margin-left: 10px;
	margin-top: 12px;
}

#frontemailfield {
	font-size: 12px;
	background-color: #FFFFFF;
	width: 165px;
	border: 2px solid #3B8A93;
	background-image: url(../images/front_entry_background.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
	float: left;
}
#front-submit-button {
float: left;
	display: block;
	border: none;
	background-color: transparent;
	background-image: url(../images/front_join_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 52px;
	padding: 0px;
	margin-top: 1px;
	margin-left: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#front-submit-button:hover {
background-position: 0 -26px;
background-color: transparent;
}

#front-submit-button span {
display: none;
}

#front-more-info {
	margin-top: 8px;
}

#front-more-info a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #3B8A93;
	text-decoration: none;
}
#front-more-info a:hover {
	text-decoration: underline;
}
/* Initial State */
#frontjoinpanel {
display: none;
}

a#front-viewmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding-left: 38px;
	color: #636363;
	font-style: italic;
	padding-top: 3px;
}
a#front-viewmore:hover {
	color: #27454E;
}
