@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	font: 14px Arial, Helvetica, sans-serif;
}

div#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #ffffff;
}

div#directions {
	width: 300px;
}

div#footer {
	margin: 40px 0px;
	width: 100%;
	font-size: 10px;
	text-align: center;
}

div#footermenu {
	margin-bottom: 20px;
}

div#footermenu a:link, div#footermenu a:visited, div#footermenu a:active {
	color: #000000;
}

div#footermenu a:hover {
	color: #000000;
	text-decoration: none;
}

div#header {
	width: 100%;
	background: url(../images/headerbg.png) no-repeat;
	height: 210px;
}

div#header img {
	position: relative;
	top: 22px;
	left: 30px;
}

div#main {
	float: right;
	width: 720px;
	background: url(../images/person.png) no-repeat 0 50px;
	min-height: 290px;
}

div#maincontent {
	float: right;
	width: 650px;
}

div#mainmenu {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-right: 40px;
	width: 200px;
}

div#mainmenu li a:link, div#mainmenu li a:visited {
	padding: 8px 0 0 40px;
	display: block;
	background: url(../images/menubg.png);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	height: 24px;
}

div#mainmenu li a:hover {
	background: url(../images/menubg.png) 0 -32px;
	background-repeat: no-repeat;
	color: #000000;
}

div#mainmenu li a:active {
	background: url(../images/menubg.png) 0 -64px;
	background-repeat: no-repeat;
	color: #000000;
}

div#mainmenu ul {
	list-style: none;
}

div#map {
	width: 600px;
	height: 500px;
}

div#map_dir {
	width: 335px;
	height: 400px;
}

div#topmenu {
	margin: 10px 0px;
}

div#topmenubuttons {
	top: -80px;
	left: 817px;
	position: relative;
}

div#topmenubuttonscontainer {
	position: absolute;
}

div.clear {
	clear: both;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	margin: 1.5em 0 0.5em 0;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin: 1.5em 0 0.5em 0;
	color: #f26222;
	font-size: 14px;
	font-weight: bold;
}

img {
	border: 0px;
}

ol {
	margin: 1.12em 3em;
	display: block;
	list-style-type: decimal;
}

ol li {
	padding: 3px 2px 5px 2px;
}

p {
	margin-bottom: 0.8em;
}

table#getdirections td {
	padding: 4px;
}

table.directions th {
	background-color: #eeeeee;
}

.head1 {
	font-size: 16px;
	font-weight: bold;
}

.head2 {
	font-size: 14px;
	font-weight: bold;
}

.orange {
	color: #f26222;
}

div.quote {
	font-style: italic;
	margin: 0 0 35px 0;
}

div.quote div {
	text-align: right;
	font-style: normal;
}

div.imgblock {
	float: right;
	width: 200px;
	text-align: center;
	margin-left: 10px;
}

div.imgblock img {
	margin: 0 0 10px 0;
}

table#sitemap {
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 9pt;
	width: 100%;
}

table#sitemap td, table#sitemap th {
	border: 1px solid #000000;
	padding: 5px;
	color: #000000;
}

table#sitemap th {
	border-bottom: 3px solid #000000;
	background-color: #bbbbbb;
	text-align: center;
	font-weight: bold;
}

table#sitemap tr.high {
	background-color: #efefef;
}

p.small {
	font-size: 8pt;
}

div.message {
	background: #ff0000;
	color: #ffffff;
	padding: 10px;
	border:1px solid #000000;
	margin-bottom: 10px;
}