/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */

address { margin: 0; padding: 0; }
body
{
	margin: 20px auto;
	width: 880px;
}

h1 { display: none; }

#header, #header a { color: #265133; }

#header img
{
	float: left;
}
#header h2
{
	float: left;
	font-size: 1.4em;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 349px;
}
#header .right
{
	float: right;
	width: 250px;
}
#telephone
{
	background-color: #265133;
	color: #fff;
	padding-right: 25px;
	text-align: right;
}

#content
{
	background-color: #265133;
	color: #fff;
	padding: 15px 15px 20px 15px;
	position: relative;
}

#content a { color: #fff; }

#content img { margin-bottom: 9px; }
#highlights
{
	list-style-type: none;
	margin: 20px 15px 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 15px;
}

#highlights li
{
	font-weight: bold;
	height: 17px;
	margin: 0 0 3px 0;
	text-align: right;
	text-transform: uppercase;
}

#highlights li span
{
	background-color: #fff;
	border-top: 2px solid #fff;
	color: #265133;
	padding: 0 10px 0 10px;
}
#content .left
{
	float: left;
	width: 550px;
}
#content .right
{
	background-color: #fff;
	color: #265133;
	float: right;
	padding: 10px;
	width: 265px;
}
#content .right p { margin: 0; }
#content h2, #content h3
{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 2px 0;
}
#content h3 { font-weight: bold; }

#content table
{
	margin: 0 0 5px 0;
	padding: 0;
	width: 220px;
}
#content td
{
	border: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#content td.first
{
	width: 95px;
}
#content td.middle
{
	width: 100px;
}

p#footer
{
	color: #265133;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

a#map_link { font-weight: bold; text-decoration: underline; }

.left ul { list-style-type: none; margin: 0; }
.left ul a { text-decoration: underline; }