/*############################ Tags #################################*/
p, ol
{
 font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Helvetica", "Gill Sans", "Arial", sans-serif;
 font-size: 0.7em;
 line-height: 1.5em;
}
h1
{
 font-family: "Trebuchet MS", sans-serif;
 font-size: 1.2em;
}
h2
{
 font-family: "Trebuchet MS", sans-serif;
 font-size: 0.9em;
 margin-bottom: -0.7em;
}
h3
{
 display: none; /* Used only for paged media */
}
a
{
 text-decoration: none;
 color: #1C4872;
 border-color: #000000;
}
a:hover
{
	text-decoration: underline;
}
br
{
	clear: both;
}
ul li
{
 list-style-type: circle;
 padding: 0;
}
img
{
 border-style: solid;
 border-width: thin;
 behavior: url("content/pngbehavior.htc");
}
.journal_image{
	border: none;
}
hr
{
 border-style: solid;
 border-color: #000000;
 border-width: 1px;
 margin-top: -0.9em; /* Tucked up under the H1's */
}
sup
{
	line-height: 0;
}

/*########################### Classes ###############################*/
.center
{
 text-align: center;
}
.alignRight
{
 float: right;
 margin: 1em 0 1em 1em;
}
.alignLeft
{
 float: left;
 margin: 1em 1em 1em 0;
}
.staffAlignRight
{
 float: right;
 margin: .5em 0 1em 1em;
}
.staffAlignLeft
{
 float: left;
 margin: .5em 1em 1em 0;
}
.noBorder
{
 border-style: none;
}
.tight
{
	margin-bottom: 1.5em;
}
.tight li
{
 margin-bottom: -0.5em; /* Nice + Tight */
}
#SPmap
{
	width: 500px;
	height: 500px;
	border-style: solid;
	border-width: thin;
	margin: 1em auto;
}

/*########################### Layout ################################*/
body
{
 background-color: #1C4872;
 margin: 0;
}
#Page
{
 background-color: #FFFFFF;
 margin: 0 auto;
 width: 600px;
}
#Logo
{
 position: relative;
 top: 17px;
 left: -75px;
 border-style: none;
 z-index: 2;
}
#Content
{
 margin: -50px 1em 1em 1em;
 padding: 0 1em;
 width: 525px;
}
#GutenbergTour
{
 float: right;
 padding: 0 0 5px 5px;
 cursor: pointer;
}

/*########################### Header Navigation ################################*/
#Navigation
{
 position: relative;
 top: -92px;
 width: 100%;
 margin: 0;
 background-color: #1C4872;
 padding: 0;
}
#Navigation a
{
 color: #FFFFFF;
}
#Navigation a:hover
{
	text-decoration: none;
}
#Navigation ul
{
	margin: 0 auto;
	text-align: center;
	padding: 1.1em 0 1em 0;
}
#Navigation li
{
 list-style-type: none;
 display: inline;
 padding: 1.5em 0.5em 1em 0.5em;
 margin: 0;
 border-color: #FFFFFF;
 border-left-style: solid;
}
#Navigation li.first
{
 border-left-style: none;
 margin-left: 50px;
}
#Navigation h1
{
	color: #FFFFFF;
	display: inline;
}

/*########################### Footer Navigation ################################*/
#Footer
{
 background-color: #1C4872;
 text-align: right;
 margin: 0;
 padding: 0;
}
#Footer li
{
 text-decoration: none;
 display: inline;
 padding: 0 0.5em;
 margin: 0;
}
#Footer p
{
 color: #FFFFFF;
 font-weight: bold;
 display: inline;
}
#Footer li:hover
{
 background-color: #FFFFFF;
}
#Footer li:hover p
{
 color: #1C4872;
}
#Footer a:hover
{
	text-decoration: none;
}

/*########################### In the News... ################################*/
#news
{
	margin: 0;
	padding: 0;
}
#news li
{
	list-style-type: none;
	margin: 0 auto;
	width: 25em;
	padding: 1em;
}
#news blockquote
{
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#news blockquote:before
{
	content: '"';
}
#news blockquote:after
{
	content: '"';
}
#news p
{
	text-align: right;
}
#news a:hover
{
	text-decoration: underline;
}

/*########################### Press Release List ################################*/
#pr
{
	margin: 0;
	padding: 0;
}
#pr li
{
	list-style-type: none;
}

/*########################### Directions Form ###############################*/
#get_directions_form
{
	width: 26em;
	margin: 0 auto;
}
#get_directions_form fieldset
{
	margin-bottom: 1em;
	padding: 0.5em;
}
#get_directions_form label
{
	display: block;
	float: right;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Helvetica", "Gill Sans", "Arial", sans-serif;
	font-size: 0.7em;
}