Array
(
    [browser] => OTHER
    [os] => OTHER
)
{}

body {
  background-color: #7D6863 !important;
  background-image: url( ../images/grungy-bg.jpg );
  background-repeat: no-repeat;
  background-position: center -80px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding-top: 60px;
  }

#container {
  position: relative;
  width: 797px;
  margin: 0 auto;
  }

#header {
  position: relative;
  height: 304px;
  background-image: url( ../images/header.png );
  text-indent: -3000px;
  }

#header #background {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 297px;
  width: 780px;
  background-image: url( ../images/header_photos/01.jpg );
  }

#content {
  position: relative;
  background-image: url( ../images/content.png );
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
  padding-top: 40px;  }

#footer {
  background-image: url( ../images/content.png );
  padding: 20px;
  padding-bottom: 0;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.1em;
  }

#footer img#shield {
  float: left;
  }
  
#footer hr {
  width: 80%;
  border: 0;
  color: silver;
  background-color: silver;
  height: 1px;
  }

#footer_bottom {
  height: 26px;
  background-image: url( ../images/footer.png );
  }

h1 {
  position: absolute;
  width: 370px;
  height: 146px;
  background-image: url( ../images/logo.png );
  left: 5px;
  top: -10px;  }

h1, h2, h3 {
  font-family: Georgia, serif;
  line-height: 1em;
  }

img {
  border: none;
  }

#corner_banner {
  position: absolute;
  background-image: url( ../images/corner-banner.png );
  width: 172px;
  height: 180px;
  top: 8px;
  right: 9px;  }

br.clear {
  clear: both;
  }

#greetings_box {
  float: right;
  width: 150px;
  text-align: center;
  padding: 5px;
  padding-top: 10px;
  background-color: #E5DAC0;
  line-height: 1.2em;
  }

a {
  text-decoration: none;
  }

img#greetings {
  display: block;
  margin: 0 auto;
  }

.page_header {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid silver;
  margin-bottom: 20px;
  }

.page_header h3, .page_header h4 {
  margin: 0;
  padding: 0;
  }

.page_header h4 {
  color: red;
  }

ul.photo_list {
  list-style: none;
  text-align: center;
  }

ul.photo_list li {
  margin: 0;
  padding: 0;
  display: inline;
  }

ul.photos {
  list-style: none;
  text-align: center;
  float: right;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  }

ul.photos li {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  }

table.winners th {
  background-color: silver;
  }

table.winners td {
  text-align: center;
  }

/* partners table styling */
table.partners {
  width: 100%;
  }

table.partners caption {
  font-size: 130%;
  font-weight: bold;
  background-color: silver;
  }

table.partners td {
  width: 160px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  }

table.partners img {
  display: block;
  margin: 0 auto;
  }

table.schedule {
  width: 100%;
  margin-bottom: 30px;
  }

table.schedule .time {
  width: 9em;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  color: #1D4A4F;
  }

table.schedule tr {
  }

.alt {
  background-color: #E6EAE9;
  }

table.schedule th {
  background-color: #D0E9ED;
  }

table.schedule td {
  padding-right: 5px;
  padding-left: 5px;
  }

table.winners {
  width: 100%;
  }

table.winners td {
  border-bottom: 1px solid gray;
  text-align: center;
  vertical-align: top;
  width: 50%;
  }

table.winners em {
  font-weight: bold;
  }

ul.directors {
  list-style: none;
  }

/* -- menu -- */
ul.topnav {
  position: absolute;
	list-style: none;
	padding: 0 20px;
  left: 8px;
	background: #222;
	font-size: 1.2em;
	background: url( ../images/topnav_bg.gif ) repeat-x;
	color: white;
	font: 12px normal Arial, Helvetica, sans-serif;
	width: 740px;top: -12px;  }

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
  }

ul.topnav li a{
	padding: 10px 4px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
  }

ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
  }

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 16px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
  }

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
  }

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
  }

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
  }

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
  }

dt {
  font-weight: bold;
  }

#foundations {
  margin: 0 auto;
  padding-top: 30px;
  width: 660px;
  }

#foundations .block {
  float: left;
  padding: 10px;
  width: 200px;
  text-align: center;
  }

#foundations .block hr {
  border: none;
  border-top: 1px solid silver;
  }

table#thanks li {
  margin-top: 15px;
  }

table#thanks li > ul > li {
  margin-top: 0;
  }

#mayor-greetings {
  width: 600px;
  margin: 0 auto;
  border: 1px solid silver;
  padding: 10px;
  }

#mayor-greetings img#mayor {
  float: left;
  margin-right: 20px;
  }

#mayor-greetings h3 {
  padding-top: 60px;
  }

#mayor-greetings img#seal {
  float: right;
  }

span.map {
  width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  }

span.map img {
  border: 1px solid gray;
  }

