body
{
	background-image: url('images/layout/background_pattern.gif');
	background-repeat: repeat;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

div
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times, serif;
	margin: 1em 0 0;
	padding: 0;
	clear: both;
}

h1, h2
{
	margin-top: 0;
}

h2
{
	margin-bottom: 1em;
}

.rightimg
{
	float: right;
}

#page
{
	width: 860px;
	margin: 20px auto 10px;
	background-image: url('images/layout/page_curve_bottom.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 21px;
}

#page-inner
{
}

#wrapper
{
	background-image: url('images/layout/nav_background.gif');
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
}

#header
{
	background-image: url('images/layout/page_curve_top.png');
	background-repeat: no-repeat;
	width: 860px;
	text-align: left;
	overflow: hidden;
}

#header-inner
{
	padding-top: 21px;
}

#header .extras
{
	background-color: #000;
	border-bottom: 1px solid #385C96;
	text-transform: uppercase;
	font-size: 8pt;
	padding-top: 2px;
	width: 100%;
}

#site-slogan
{
	color: #BF122E;
	overflow: hidden;
	text-align: left;
	margin-left: 15px;
}

#site-url
{
	width: 355px;
	text-align: right;
	float: right;
	margin-right: 15px;
}

#site-url,
#site-url a:link,
#site-url a:hover,
#site-url a:visited
{
	color: #FFF;
}

h1#site-title
{
	margin: 0;
	padding: 0;
}

h1#site-title a
{
	background-image: url('images/layout/header_logo.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 118px;
}

* html h1#site-title a
{
	height: 118px;
	he\ight: 0;
}

#nav
{
	background-color: #14225A;
	color: #C4C9E3;
	width: 260px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

#nav a:link,
#nav a:visited
{
	color: #C4C9E3;
}

#nav a:hover
{
	color: #FFF;
}

#nav ul.menu
{
	margin: 0;
	padding: 0;
}

#nav ul.menu li
{
	list-style-type: none;
	border-bottom: 1px solid #1C2862;
}

#nav ul.menu li a
{
	padding: 20px;
	display: block;
}

#nav ul.menu li a:hover
{
	background-image: url('images/layout/nav_menu_active_indicator.gif');
	background-repeat: no-repeat;
	background-position: 0 20px;
}

#nav-inner
{
	padding-top: 5px;
}

#content
{
	background-color: #FFF;
	color: #000;
	width: 600px;
	margin-left: 260px;
	overflow: auto;
	text-align: left;
}

#content-inner {
	padding: 15px;
}

#content a,
#content a:link
{
	color: #2844b3;
}

#content a:hover
{
	color: #BA122B;
}

#content h2#page-title
{
}

#content h3
{	
}

#content
{
	font-size: .9em;
	line-height: 1.2em;
}

#content table
{
	font-size: .9em;
	border-collapse: collapse;	
}

#content img
{
	border: 1px solid #000;
	margin: 5px;
}

#content img.noborder {
	border: none;
}

#footer
{
	text-align: center;
	font-size: .8em;
	line-height: 1.4em;
}

#footer-inner
{
}

#footer,
#footer a:link,
#footer a:hover,
#footer a:visited
{
	color: #CDD0DC;	
}

/* Google Maps */
.gmnoprint {
	font-size: .9em;
}

.gmnoprint h3
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: .5em;
}

.gmnoprint a
{
	text-decoration: underline;
}

.gmnoprint .startEndAddress {
	color: grey;
	font-size: 85%;
	padding-top: 0.2em;
}