body {
   margin: 0;
   padding: 0;
   font: 76% Arial, Helvetica, sans-serif;
   background-color: #BD5810;
   background-image: url(bg-body.gif);
   background-repeat: repeat-x;
   color: #A8A8A8;
   /*text-align: center;*/
}

div#container {
   position: relative;
   width: 686px;
   border: none;
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   margin-top: 25px;
   text-align: left;
   background-color: #FFFFFF;
   background-image: url(bg-container.gif);
   background-repeat: repeat-y;
   /*min-height: 530px;*/
}

div#nav-utility {
   height: 25px;
   background-image: url(bg-nav-utility.gif);
   background-repeat: repeat-x;
}

div#nav-utility a#contact {
   float: right;
   display: block;
   width: 70px;
   height: 23px;
   background-image: url(bg-nav-utility-contact.gif);
   background-repeat: no-repeat;
   background-position: top right;
   text-align: center;
   vertical-align: text-top;
   font-size: .8em;
   padding: 2px 0 0 0;
   color: #BD5810;
   text-decoration: none;
   border: none;
}

div#nav-utility a#contact:hover {
   color: #333333;
   text-decoration: underline;
}

body.homepage img#logo {
   float: left;
   display: inline;
   width: 99px;
   height: 59px;
   margin-top: 5px;
   margin-left: 13px;
}

img#stoplight {
	position: absolute;
	width: 47px; height: 150px;
	left: 628px; top: 23px;
	z-index: 1000;
}

body.homepage ul#nav-primary {
	display: inline;
	float: left; width: auto;
	list-style-type: none;
	margin: 65px 0 10px 0; padding: 0;
	font-size: .8em; font-weight: bold;
}

	body.homepage ul#nav-primary li {
		float: left; display: block; width: auto;
		vertical-align: text-bottom;
		padding-right: 16px;
	}
	
	body.homepage ul#nav-primary li a {
		color: #BD5810;
		text-decoration: none;
		border: none;
		text-transform: uppercase;
	}
		body.homepage ul#nav-primary li a:hover {
			color: #333; text-decoration: underline;
		}
	

body.homepage h1 {
   position: relative;
   clear: both;
   width: 680px;
   height: 208px;
   padding: 0px 0px 0px 3px;
   margin: 0px;
   /* background added dynamically in index */
   background-position: 3px 0px;
   background-repeat: no-repeat;
   border-top: 25px solid #BD5810;
   border-bottom: 1px solid #BD5810;
}

/*
body.homepage h1 a {
   display: block;
   width: 680px;
   height: 208px;
   text-decoration: none;
}
*/
body.homepage h1 a {
   text-decoration: none;
   color: #fff;
   border: none;
}
body.homepage h1 div.firstline {
   text-decoration: none;
   position: absolute;
   top: 70px;
   left: 13px;
   font-size: 25px;
   line-height: 25px;
   text-transform: uppercase;
   font-weight: bold;
}
body.homepage h1 div.secondline {
   text-decoration: none;
   position: absolute;
   top: 100px;
   left: 206px;
   color: #fff;
   font-size: 40px;
   line-height: 40px;
   text-transform: uppercase;
   font-weight: bold;
}
body.homepage h1 div.secondline a {
   text-decoration: none;
   color: #fff;
   border: none;
}
body.homepage h1 div.bubble {
   position: absolute;
   top: 100px;
   left: 13px;
   background-image: url('/elements/homepage-banners/bubble.png');
   width: 160px;
   height: 55px;
   padding: 10px;
   font-size: 13px;
   line-height: 16px;
   font-style: italic;
}
body.homepage h1 div.bubble a {
   color: #BD5810;
}






		
		body.homepage h2 {
			font-size: 1em;
			color: #65650B;
			font-weight:bold;
			text-transform: uppercase;
			margin: 5px 0;
		}
		
		body.homepage strong {
			color: #BD5810;
			font-weight: bold;
		}
	
	
div#content {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 10px;
	background-image:url(bg-home-content.gif);
	background-repeat: repeat-y;
}		

	div#content div#things-to-know {
		padding: 0 12px 10px 0;
		float: left;
		/*border-right: 2px solid #ddd;*/
		/* box model hack */	
		width: 218px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 208px;
	}
	div#content div#things-to-know ul.headline_list {
   list-style: none;
			padding: 0px;
			margin: 0px;
   }
div#content div#things-to-know ul.headline_list li {
   list-style: none;
			padding: 0px;
			margin: 0px 0px 15px 0px;
   }
div#content div#things-to-know ul.headline_list li span {
   display: block;
			font-weight: bold;
   }
div#content div#things-to-know ul.headline_list li span.byline {
			color: #999999;
			margin: 5px 0px;
   }
	div#content div#things-to-know h2 a {
	  font-size: 110%;
	  border-bottom: none;
			color: #65650B;
	  }
	
	
	
	
	
	
	div#content div#mission{
		float: left;
		padding: 0 10px 10px 10px;
		/* box model hack */	
		width: 225px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 205px;
	}
	
		div#content div#mission h2 {
			text-transform: none;
			font-size: 1.5em;
		}
		div#content div#mission p {
			font-size: 1.5em;
			margin: 0 0 .5em 0;
		}


div#content div#mission div#AudioContainer {
   margin-bottom: 25px;
			padding-bottom: 25px;
			border-bottom: 1px solid #BD5810;
}
div#content div#mission div#AudioContainer h2 {
   margin-bottom: 10px;
}
div#content div#mission div#Audio div {
   font-size: 110%;
			color: #666666;
}

	
	div#content div#events-calendar {
		padding: 0 0 10px 12px;
		float: right;

		/* box model hack */	
		width: 218px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 208px;
	}
		div#content div#events-calendar ul {
			margin: 0; padding: 0;
			list-style-type: none;
		}
			div#content div#events-calendar ul li {
				margin-bottom: .5em;
			}
		
	

