@CHARSET "UTF-8";

a:link, a:visited {
	color: #C7D100;
	text-decoration: none;
}

a:hover, a:active {
	color: #C7D100;
	text-decoration: underline;
}

#banner {
	padding: 2px;
	background: #DFDFDF;
}

body {
	margin: 0;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
/*	background: #B0B0B0; */
	background: #A1A1A1; 

}

#container {
	font-size: 1.2em;
}

#footer {
	text-align: center;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #C7D100;
	text-decoration: underline;
}

#greeting {
	height: 23px;
	padding-right: 10px;
	background: url("../images/greetingbg.gif") top right no-repeat;
	text-align: right;
	font-weight: bold;
	line-height: 23px;
	color: #333333;
}

h1 {
	width: 286px;
	height: 55px;
	margin: 0;
	background: url("../images/see-events.gif") top left no-repeat;
	text-indent: -1000em;
}

#header {
	padding-top: 20px;
}

#highlights {
	margin-top:10px;
	margin-right:10px;
	float: right;
	color: #C7D100;
}

#highlights ol {
	margin: 0;
	padding: 0;
}

#highlights ol li {
	display: inline;
}

#highlights ol li a:link, #highlights ol li a:visited {
	color: #000000;
	text-decoration: none;
}

#highlights ol li a:hover, #highlights ol li a:active {
	color: #000000;
	text-decoration: underline;
}

#main {
	background: url("../images/col1bg.gif") top left repeat-y;
	border-top: #FFFFFF 15px solid;
}

#main #col1 {
	width: 190px;
	padding-bottom: 30px;
	float: left;
}

#main #col2 {
	width: 725px;
	float: right;
}

#main #col1 ol {
	margin: 0;
	padding: 3px 0 0 0;
}

#main #col1 ol li {
	padding: 8px 20px 11px 20px;
	background: url("../images/col1menubg.gif") bottom left no-repeat;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
}

#main #col1 ol li a:link, #main #col1 ol li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#main #col1 ol li a:hover, #main #col1 ol li a:active {
	color: #C7D100;
	text-decoration: none;
}

#main #col1 ol li.current a:link, #main #col1 ol li.current a:visited {
	color: #C7D100;
	text-decoration: none;
}

#main #col1 ol ol {
	background: #CCCCCC;
	font-size: 90%;
}

#main #col1 ol ol li {
	padding: 5px 20px 5px 10px;
	background: none;
	font-weight: none;
}

#main #col1 ol ol li a:link, #main #col1 ol ol li a:visited {
	color: #000000;
	text-decoration: none;
}

#main #col1 ol ol li a:hover, #main #col1 ol ol li a:active {
	color: #000000;
	text-decoration: underline;
}

#main #col1 ol ol li.current a:link, #main #col1 ol ol li.current a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#main #col1 ol ol li.current a:hover, #main #col1 ol ol li.current a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#main #col2 .imgRight {
	width: 170px;
	padding: 0 10px;
	float: right;
	border-left: #999999 1px dotted;
}

#main #col2 .txtLeft {
	width: 500px;
	float: left;
}

.spacer {
	clear: both;
}

ul.blocks {
	margin: 0;
	padding: 0;
}

ul.blocks li {
	width: 150px;
	/*margin: 0 5px 20px 5px;*/
	margin: 0;
	padding: 130px 15px 0 15px;
	display: block;
	float: left;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-top: #999999 1px dotted;
	border-left: #999999 1px dotted;
	font-weight: bold;
}

ul.blocks li.topRow {
	padding-top: 120px;
	background-position: 5px 0;
	border-top: none;
}

ul.blocks li.col1 {
	border-left: none;
}

ul.blocks li.col1 {
	border-left: none;
}

ul.blocks li h4 {
	height: 30px;
	margin: 0;
	line-height: 30px;
}

ul.photos {
	margin: 0;
	padding: 0;
}

ul.photos li {
	width: 150px;
	margin: 0 5px 20px 5px;
	padding: 130px 10px 0 10px;
	display: block;
	float: left;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: top center;
}

ul.photos li.col1 {
	border-left: none;
}

.venueCol1 {
	width: 170px;
/*	float: left; */
}

.venueCol2 {
	width: 545px;
/*	float: right; */
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0 15px;
	background: #FFFFFF url("../images/wrapperbg.jpg") top left repeat-x;
	border-bottom: #FFFFFF 15px solid;
}

#wrapperbg {
/*	background: #4B4C4D; */
	background: #CCCCCC; 
}