/* v1.0 | 20080212 */


/*DEFAULT STYLES*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.clear{
	clear: both;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.floatleft{
	float: left;
}
html, body {
	height: 100%;
}
body{
	background: #356a9d;
	background-image: url('images/sitebackground.jpg');
	background-repeat: no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
}
h1, h2, h3, h4, h5{
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a:hover {
	cursor: pointer;
	cursor: hand;
    color: #023e73;
}
#wrap{
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}

/*TOP NAVIGATION AREA SITEWIDE*/
#topnav{
	height: 71px;
	background: url('images/headertile.png') repeat-x;
	margin-bottom: 30px;
}
.headernav{
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}
.headerlogo{
	float: left;
}
#topnav li a:hover, #topnav li a:active{
	color: #0378a6;
}
 #nav{
	float:right;
	margin-top:20px;
	margin-right: 20px;
}
 #nav li{
	float:left;
	padding-left: 10px;
}
#nav a{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	color:#023e73;
	text-decoration:none;
	border-left:1px solid #bcbcbc;
	padding-left: 10px;
}

/*MAIN CONTENT AREA*/
#topbanner{
	background: url('images/topbanner.jpg');
	width: 940px;
	height: 62px;
}
.statusindicator{
	color:#023e73;
	font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", "Times New Roman", serif;
	font-size: 36px;
	margin-bottom: 10px;
	border-bottom: 2px solid #023e73;
	padding-bottom: 5px;
}
#main #maincontent{
	background-color: #ffffff;
	width: 940px;
	padding-top: 20px;
    padding-bottom:100px;
	overflow: hidden;
	clear: both;
}
#inner #maincontent{
    margin-left: 0px;
	background-color: #ffffff;
	width: 940px;
	padding-top: 20px;
    padding-bottom:100px;
	overflow: hidden;
	clear: both;
}
#maincontent #maincopy{
	width: 550px;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	padding-right: 30px;
}
#maincontent #maincopy p{
	color: #023e73;
}
#maincontent #leftside{
	float: left;
	width: 620px;
}
#maincontent #rightside{
	float: left;
	width: 260px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
#maincontent #maincopy h1{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #023e73;
	font-size: 28px;
	margin-bottom: 20px;
}
#maincontent #maincopy h2{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #023e73;
	font-size: 18px;
	margin-bottom: 20px;
}
#maincontent #maincopy #showdate p{
	color: #023e73;
	font-size: 24px;
	margin-bottom: 20px;
}
#maincopy p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #356a9d;
	line-height: 18px;
	margin-top: 10px;
}

/*INSIDE PAGES LEFT SIDE NAVIGATION*/
/*Header on Upper Left Side Above Navigation on Inside Pages*/
/*INNER PAGE LEFT SIDE SECTION, USED UNDERSCORE INSTEAD OF FULL NAME*/
#maincontent #left_side{
	float: left;
	width: 310px;
	padding-right: 10px;
}
.showheader{
	border: 1px dotted #356a9d;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
#left_side .section{
	width: 320px;
	padding-bottom:15px;
	margin-top: 20px;
	overflow:hidden;
}
.innerwhere{
	font-size: 16px;
	color: #0378a6;
}
.innername{
	font-size: 14px;
	color: #0378a6;
}
.section a{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #0378a6;
	float: right;
    padding-top:10px;
	text-decoration: none;
	padding-right: 20px;
	clear:both;
}
#left_side .section_header{
	width: 320px;
	height: 45px;
}
.section_header a{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #0378a6;
	float: right;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 13px;
}
#left_side .h2{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #356a9d;
	line-height: 18px;
	border: 1px dotted #356a9d;
	border-top: none;
	border-left: none;
	border-right: none;
    padding-bottom: 16px;
    margin-bottom: 10px;
	padding-left:15px;
	margin-top:20px;
}
#left_side h3{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #356a9d;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#left_side h4{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #356a9d;
	line-height: 12px;
	float:right;
	margin-right:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#left_side .outline p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #0378a6;
	line-height: 18px;
}
#left_side .outline{
	border: 1px dotted #0378a6;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-bottom: 16px;
	overflow:hidden;
	padding-left:15px;
}
#left_side .readmore{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #aebec4;
	line-height: 18px;
}
p.leftsidelink{
	font-weight: normal;
	font-size: 18px;
	margin-left: 20px;
	border-bottom: solid 1px #023e73;
	padding-bottom: 5px;
	padding-top: 5px;
}
p.leftsidelink a, p.leftsidelink a:visited{
	color: #0378a6;
	text-decoration: none;
}
p.leftsidelink a:hover, p.leftsidelink a:active{
	color: #023e73;
	text-decoration: none;
}
p.sublinks{
	width: 180px;
	text-align: left;
}
p.sublinks a, p.sublinks a:visited{
	width: 180px;
	font-size: 14px;
	color: #0378a6;
	text-decoration: none;
	border-bottom: solid 1px #023e73;
	padding-bottom: 5px;
	margin-right: 10px;
}
p.sublinks a:hover, p.sublinks a:active{
	width: 180px;
	font-size: 14px;
	color: #023e73;
	text-decoration: none;
	border-bottom: solid 1px #023e73;
	padding-bottom: 5px;
	margin-right: 10px;
}
.categoryimage{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.upcomingshowsleft{
	margin-left: 20px;
	color: #023e73;
	margin-top: 10px;
}
.upcomingshowsleft p{
	margin-bottom: 10px;
}
.upcomingshowsleft a, .upcomingshowsleft a:visited{
	text-decoration:none;
	font-size: 12px;
	color: #0378a6;
}
.upcomingshowsleft a:hover, .upcomingshowsleft a:active{
	text-decoration:none;
	font-size: 12px;
	color: #023e73;
}

/*FOOTER*/
#footer{
    background: #ffffff;
    background: url('images/footertile.png') repeat-x;
	height: 50px;
	margin-top: 50px;
}
#footer .inner{
	width:960px;
	margin:0 auto;
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
.facebook{
	float: left;
	width: 125px;
	margin-left: 20px;
	margin-right: 40px;
	padding-top: 15px;
}
/*footer nav*/
 #footer_nav{
 padding-top: 20px;
}
#footer_nav li{
	float:left;
	margin-right:8px;
	padding-right:8px;
	border-right:1px solid #bcbcbc;
}
#footer_nav a{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#023e73;
	text-decoration:none;
}
#footer_nav a:hover {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0378a6;
	text-decoration:none;
}
p.footercopy{
	float: right;
	font-size: 10px;
	color:#023e73;
	padding-top: 5px;
	padding-left: 40px;
}



/*HOME PAGE SPECIFIC STYLES*/
/*Homepage Only Top Area*/
#top{
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 500px;
	background: url('images/topbg.png');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
#topleft{
	width: 330px;
	float: left;
}
#topleft_nav{
	display: block;
	width: 330px;
	float: left;
	margin-top: 30px;
}
#topleft_nav .show:first-child{
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
 .show{
	background: url('images/top_show_background_button.png') no-repeat;
	height: 71px;
	margin-left: 20px;
	width: 330px;
	padding-bottom: 5px;
}
.show a{
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #023e73;
}
.show a:hover, .show a:active{
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #8d64aa;
}
.showheader a{
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #0378a6;
}
.showheader a:hover, .showheader a:active{
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #023e73;
}
a .time {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	width: 270px;
	padding-left: 10px;
	padding-top: 10px;
}
a .where {
	font-size: 18px;
	font-weight: bold;
	width: 270px;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
}
a .name {
	font-size: 12px;
	width: 290px;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
}
/*Small Instructions on lower left side on home page on how to navigate*/
.instruct{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}
.frontimage{
	margin-left:40px;
	margin-top:30px;
	float:left
}
.contentheaderimage{
	margin-top: 10px;
	margin-bottom: 20px;
}
.topcontent_area{
    position: relative;
	width: 600px;
	float: left;
}
.topcontent_area h2{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
    width:400px;
    margin-right:30px;
    float:right;
	margin-left: 20px;
    margin-top:30px;
	margin-bottom: 20px;
	line-height: 1em;
}
.topcontent_area p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-right:30px;
	float:right;
	margin-left: 30px;
	width: 400px;
	line-height: 1.1em;
}
.readmorebutton img{
	height:30px;
	position: absolute;
	top: 280px;
	left: 450px;
}

/*PLANNING TO ATTEND OR EXHIBIT LARGE BUTTONS */
.vendor{
	width: 580px;
	height: 100px;
	clear: both;
	margin-left: 360px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: solid 1px #ffffff;
}
.exhibitbutton{
	float: left;
}
.attendbutton{
	float: left;
	margin-left: 5px;
}

/*HOME PAGE LOWER RIGHTSIDE*/
#rightside h2{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #356a9d;
	line-height: 18px;
	border: 1px dotted #356a9d;
	border-top: none;
	border-left: none;
	border-right: none;
    padding-bottom: 16px;
    margin-bottom: 10px;
}

#rightside h3{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #356a9d;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#rightside h4{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #356a9d;
	line-height: 12px;
	float:right;
	margin-right:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#rightside p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #0378a6;
	line-height: 18px;
}
#rightside .outline{
	border: 1px dotted #0378a6;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-bottom: 16px;
	overflow:hidden;
}
#rightside .video{
	border: 1px dotted #0378a6;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	overflow:hidden;
}
#rightside a{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #aebec4;
	line-height: 18px;
}


/*INSIDE LANDING PAGES*/
.landingheading{
	width: 335px;
	height: 55px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main #landing_maincontent{
	background: #ffffff;
	padding-bottom:100px;
	overflow: hidden;
	clear: both;
}
#inner #landing_maincontent{
	background: #ffffff;
	padding-bottom:100px;
	overflow: hidden;
	clear: both;
	margin-left: 0px;
	width: 940px;
}
#landing_maincontent #maincopy{
	width: 550px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}
.landingbottom{
	margin-left: 7px;
}
h1.bodytitles{
margin-top: 20px;
}
.landingpagecolumn{
	width: 280px;
	float:left;
	margin-top: 10px;
	margin-left: 25px;
}
.landingpagecolumn p{
}
.landingpagecolumn a, .landinpagecolumn a:visited{
	text-decoration:none;
	font-size: 12px;
	color: #0378a6;
}
.landingpagecolumn a:hover, .landinpagecolumn a:active{
	text-decoration:none;
	font-size: 12px;
	color: #023e73;
}
.innerreadmore{
	clear: both;
	float: left;
	margin-top: 10px;
	width: 30px;
}
.landingsummary{
	font-size: 12px;
	color: #0378a6;
	line-height: 1.1em;
	margin-top: 20px;
	margin-right: 20px;
}
.landingtitle{
	font-size: 16px;
	color: #0378a6;
	margin-bottom: 5px;
}
.landinglocation{
	font-size: 24px;
	color: #0378a6;
	margin-bottom: 10px;
}
.landinglogo{
	margin-bottom: 20px;
	float: left;
}
.landingseason{
	font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", "Times New Roman", serif;
	font-size: 28px;
	color: #0378a6;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}
.landingpageimage{
	margin-bottom: 10px;
	border-top: 1px solid #0378a6;
	padding-top: 20px;
	clear: both;
}
.landingdate{
	font-size: 18px;
	font-weight: bold;
	color: #0378a6;
	margin-bottom: 10px;
}


/*CHART GRID STYLES*/
.charttitle{
	font-size: 18px;
	font-weight: lighter;
	color: #0378a6;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.chartinfo{
	clear: both;
	width: 560px;
}

.chartgrid{
	width: 560px;
	clear: both;
}

.chartinfo p{
	font-weight: lighter;
	font-size: 12px;
}

.chartgrid p{
	font-weight: lighter;
	font-size: 12px;
}

.chartleftside{
	float: left;
	width: 100px;
	margin-right: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.chartimage{
	float: left;
	width: 100px;
	margin-right: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.chartimage img{
	float: left;
	width: 100px;
	vertical-align: center;
}

.chartheading{
	float: left;
	width: 150px;
	font-weight: bold;
	color: #0378a6;
	line-height: 1em;
	margin-right: 10px;
	border-top: 1px solid #0378a6;
	padding-top: 10px;
	margin-bottom: 20px;
}

.charttext{
	float: left;
	width: 270px;
	border-top: 1px solid #0378a6;
	padding-top: 10px;
	margin-bottom: 20px;
}

.contactinfo{
margin-bottom: 20px;
font-size: 16px;
}

.contactinfo a, .contactinfo a:visited{
	color: #0378a6;
	text-decoration: none;
}

.contactinfo a:hover, .contactinfo a:active{
	color: #023e73;
	text-decoration: none;
}
