body
{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Arial, sans-serif;
	background-color: #198041;
}

h2
{
	font-size: 1.2em;
	text-align: center;
}

a
{
	color: #e3c26e;
}

.galimage
{
	border-width: 1px;
	border-color: #000;
}

hr
{
	color: #e3c26e;
	background-color: #e3c26e;
	height: 1px;
}

li a
{
	text-decoration: none;
}

li a:hover
{
	text-decoration: underline;
}

.centered
{
	text-align: center;
}

#logo
{
	text-align: center;
	color: #e3c26e;
}

#side_box
{
	position: absolute;
	background-image: url(images/bg_green.png);
	margin: 38px;
	margin-left: 0;
	color: #e3c26e;
	left: 0;
	width: 210px;
}

#nav_list
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	font-size: 1.15em;
}

#nav_list li
{
	margin-top: 4px;
}

#times
{
	margin-left: 20px;
}

.curvy
{
	position: relative;
	background-image: url(images/bg_green.png);
	margin: 38px;
	color: #e3c26e;
}

.same_height
{
	min-height: 410px;
	_height: 410px;
}

.quote_box
{
	min-height: 150px;
}


.inner_box
{
	position: relative;
	z-index: 3;
}

.corner
{
	position: absolute;
	z-index: 2;
}

.c_top
{
	top: -19px;
}

.c_bottom
{
	bottom: -19px;
}

.c_left
{
	left: -19px;
}

.c_right
{
	right: -19px;
}

.edge
{
	position: absolute;
	z-index: 1;
}

.e_top
{
	top: -19px;
	background-repeat: repeat-x;
	background-image: url(images/edge_t.png);
	width: 100%;
	height: 25px;
}

.e_bottom
{
	bottom: -19px;
	background-repeat: repeat-x;
	background-image: url(images/edge_b.png);
	width: 100%;
	height: 25px;
}

.e_left
{
	left: -19px;
	background-repeat: repeat-y;
	background-image: url(images/edge_l.png);
	width: 25px;
	height: 100%;
}

.e_right
{
	right: -19px;
	background-repeat: repeat-y;
	background-image: url(images/edge_r.png);
	width: 25px;
	height: 100%;
}

#engineer
{
	margin-left: 20px;
}

#map
{
	height: 500px;
	width: 100%;
}

#map div {
     max-width: 100%;
}
#map div span {
     white-space: normal;
}

#map div div {
     max-width: none;
}


.maphtml
{
	color: #000;
}

.maphtml a
{
	color: #000;
}

.review_quote
{
	font-size: 2.6em;
	line-height: 0.38em;
	padding-top: 5px;
	position: relative;
	top: 0.3em;
}
