* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

/*------------------>

body {
	margin-top: 20px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

------------------>*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 10pt;
	margin-bottom: 10pt;
	text-transform: uppercase;
	color: #000;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
h4 { font-size: 1.0em; }

h5 {
	font-size: 1.0em;
	border-bottom: solid #000 1px;
}
h6 { font-size: .6em; }

/*------------------>

em { color: #c32239; }

p.tight {
	line-height: 1.5em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 1.8em;
}

.ul2 { margin-bottom: 1.5em; text-align: left; line-height: 1.2em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

ul { list-style-type: square; }

a {
	color: #033;
}

a:hover {
	text-decoration: none;
	color: #c32239;
}

img { border: none; }

------------------>*/

img.left {
	display: block;
}

img.right {
	display: block;
}

.clearboth { display: block;
}
/*------------------>

hr { display: none; }



td, th { padding: 2px 5px 2px 5px; }	
/* Boxed */

/*------------------>

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(../../images/bullet.png) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed2 .content2 {
	padding: 15px;
	width: 200px;
	background: url(../../images/list-head.png) repeat-x;
}

.boxed .content {
	padding: 15px;
	background: url(../../images/list-head.png) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */  
/* CWM - this is the header graphic */

/*------------------>

#logo {
	width: 760px;
	height: 199px;
	margin: 0 auto;
	background: url(../../images/fair-logo.png) no-repeat;
}

#logo h1 {
	float: left;
	width: 680px;
	margin: 15px 0 0 20px;
	text-align: left;
	letter-spacing: 2px;
	font-size: 13px;
	color: #000;
}

#logo h2 {
	float: left;
	clear: both;
	width: 600px;
	margin: 147px 0 0 20px;
	text-align: left;
	letter-spacing: 0px;
	font-size: 14px;
}


#logo a {
	text-decoration: none;
	color: #FFF;
}

/* Page */

/*------------------>

#page {
	width: 760px;
	margin: 0 auto;
	background: #e3e3e3;
}

/* Content */

/*------------------>

#content {
	float: right;
	width: 480px;
	padding: 20px;
	background: url(../../images/fair-03.png) no-repeat;
}

#welcome {
	padding-bottom: 20px;
}

#olist {
	clear: both;
	float: left;
	width: 230px;
}

#ulist {
	float: left;
	width: 230px;
	padding-left: 20px;
}

.ulistlong {
	float: left;
	width: 470px;
	display:block;
}

/* Sidebar */



#sidebar {
	display: none;
}

/*------------------>

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* nav */

/*------------------>

#nav {
	margin-bottom: 19px;
}

#nav h2 {
	display: none;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#nav li {
	display: block;
	padding-top: 1px;
	background: url(../../images/img07.gif) repeat-x;
}

#nav li.first {
	background: none;
}

/*this is the nav*/

/*------------------>

#nav a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(../../images/bullet.png) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#nav a:hover { color: #ffffcc; background-color: #222; }

/* Footer */

/*------------------>

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../../images/fair-05.png) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

.hiddenscreen { display: none; }

tr.even { background-color: #FFF; }

tr.head { 
	background-color: #000;
	color: #ffffcc;
 }

.intro  {
	color: #333;
	text-transform: none;
}

h3.intro  {
	color: #c32239;
	text-transform: none;
}

#prices { 
	width: 480px; 
	float: left; 
	clear: left; 
	padding-bottom: 20px; 
	font-size: .9em;
}


#ticket { 
	height: 82px; 
	width: 432px; 
	top: 80px; 
	position: absolute; 
	right: 50%; 
	visibility: hidden; 
}


.subtext {
	font-size: .8em;
	font-style:italic;
	text-transform: uppercase;
}

/*2009 0nly*/

/*------------------>
.gray { color: silver; }

*/