* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: url(../../images/img01.png) repeat-x;
	font: normal small Georgia, Times, serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
	text-transform: uppercase;
	color: #000;
}

h1 { font-size: 2.4em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.0em; }
h4 {
	font-size: 1.1em;
	color: #fff;
	background-color: #142a60;
	padding: 4px;
	letter-spacing: 1px;
}

h5 {
	font-size: 1.2em;
	color: #142a60;
	padding: 4px 0 4px 0;
	border-bottom: solid #9191c3 1px;
}
h6 { font-size: .8em; }

em { color: #142A5E; }

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: #142a60;
}

a:hover {
	text-decoration: none;
	color: #c32239;
}

img { border: none; }

img.left {
	float: left;
	margin: 10px 15px 15px 0;
	clear: both;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.clearboth { clear:both;
}

td, th { padding: 2px 5px 2px 5px; }	
/* Boxed */

.boxed {
}

.boxed .title {
	color: #142a60;
	margin: 0;
	padding: 5px 15px;
	/*background: url(../../images/bullet.png) no-repeat left center;*/
	text-transform: uppercase;
}

.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: 760px;
	margin: 10px 0 0 0;
	text-align: center;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

#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: #c8c8e0;
}

/* 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 {
	float: left;
	width: 200px;
	padding: 20px;
	background: url(../../images/fair-04.png) no-repeat;
}

#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 {
	font-family: Arial, Helvetica, sans-serif;
	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: #fff; background-color: #142a60; }

/* 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: #142a60;
	color: #fff;
 }

.intro  {
	color: #142a60;
	text-transform: none;
}

h3.intro  {
	color: #142a60;
	/*#c32239;
	#cc1e47;*/
	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: .9em;
	font-style:italic;

}

/*2009 0nly*/
.gray { color: silver; }
