body {
	font: 12px/170% "Lucida Grande", Arial, "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 10px 20px 5px 20px;
	list-style: none;
	background: #5a5a5a url(/_images/background.jpg) scroll 50% 0px;
	text-align: center;
}

#map {
	height: 320px;
	width: 530px;
	margin-left: 20px;
}



/* @end */

/* @end */

/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group Page */

.page {
	background: #fff url(/_images/pagemiddle.jpg) repeat-y 0 0;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

.content {
	background: url(/_images/pageheader.jpg) no-repeat 0px 0px;
	padding: 4px 5px 0;
}
	
/* @end */

/* @group Main Content */

#main {
	float: left;
	width: 730px;
}

.centered { text-align: center }

img.centered {
	display: block;
	margin: 7px auto;
}

.right {
	float: right;
	margin: 5px 0 5px 15px;
}

.left {
	float: left;
	margin: 5px 15px 5px 0;
}

img.middle {
	display: block;
	margin: 15px auto;
}

h2 {
	color: #999933;
	margin: 20px 20px 10px;
	font: normal 1.4em Futura, Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	margin: 0 20px 10px;
	color: #7f7f7f;
	border-bottom: 1px solid #eee;
	font: normal 1.2em Futura, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-top: 16px;
}

p, ul, ol {
	margin: 10px 20px;
	text-align: justify;
}

ul {
	list-style-type: circle;
	padding-left: 20px;
}

ol { padding-left: 20px; }

code {
	display: block;
	text-align: left;
	color: #414141;
	border-left: 1px solid #414141;
	padding: 0 0 0 10px;
}
a {
	color: #4564ca;
	text-decoration: none;
	border-bottom: 1px dotted #96bdff;
}

a img {
	border: none;
}

a:visited {
	color: #9352c1;
	border-color: #bd91df;
}

a:hover {
	color: #ca3d26;
	border-bottom-style: solid;
	border-bottom-color: #ca7224;
}

#main .separated {
	border-top: 1px dashed #ddd;
	padding: 20px 17px 0;
	margin: 10px 3px;
}

/* @end */

/* @group Navigation */

h1 {
	background: none;
	width: 800px;
	height: 0px;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	text-indent: -1000em;
	/*\*/overflow: hidden;/**/
	display: block;
}

#header {
    background: url(/_images/mainlogo.jpg) no-repeat;
    width: 800px;
	height: 88px;
    padding: 0;
	z-index: 1000;
	margin: 0 auto;
}

#header-graphics {
	width: 800px;
	margin: 0 auto;
}

img.mainlogo {
	float: left;
	margin-top: 5px;
	margin-left: 240px;
	z-index: 1;
}


#navigation {
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	font: 1.1em/1em "Futura", "Lucida Grande", Arial, Tahoma, "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	background: gray url(/_images/navback.jpg) 800px 100%;
	text-transform: uppercase;
	color: white;
}

#navigation * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul {
	display: table;
	margin: 0 auto;
	text-align: center;
}

#navigation li {
	display: table-cell;
	padding: 0 1px 10px;
}

#navigation li+li { background: url(/_images/header/NavigationMonster.gif) no-repeat 0 50%}
#navigation li.active+li { background: none }

#navigation span { float: left }
#navigation a {
	background-image: url(/_images/NavIcons.gif);
	background-color: inherit;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	float: left;
	border: none;
	padding: 8px 25px 10px;
}

#navigation a:hover {
	color: #993333;
}	

/* @group IE Hacks */

/* For IE mac & win */

* html #navigation ul { display: inline-block; }
* html #navigation li { display:  block; float: left; }

/* For IE win only \*/
* html #navigation ul { font-size: 0; padding-bottom: 9px; }
* html #navigation li { display: inline; float: none; padding-right: 0; padding-bottom: 10px; }
* html #navigation span { display: inline-block; float: none; }
* html #navigation a { display: inline-block; float: none; font-size: 13px; }
/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #navigation * {
	float: none;
	display: inline-block;
}
*:first-child+html #navigation ul { padding: 0 0 8px }

*:first-child+html #navigation ul li {
	display: inline;
	padding: 0 1px 8px;
	margin-bottom: -8px;
}

/* @end */

/* @group Active Tab */

#navigation li.active {
	background: url(/_images/navselect.jpg) 50% 100%;
	padding-bottom: 9px;
}

#navigation li.active span {
	background: url(/_images/header/NavigationMonster.gif) 1310px 100%;
	cursor: default;
}

#navigation li.active a {
	color: #993333;
	cursor: default;
}

/* @end */

/* @end */

/* @group Subnavigation */

#subnavigation {
	background: #ededed url(/_images/SubNav.gif) no-repeat 0px 0px;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #d5d5d5;
	display: block;
	line-height: 1.2em;
}

#subnavigation ul {
	margin: 0;
	padding: 0;
}

#subnavigation li {
	list-style: none;
	float: left;
	margin-bottom: -1px;
}

/* \*/
* html #subnavigation li { 
	margin-bottom: 0; position: relative; top: 1px; }
/* */

#subnavigation li.active {
	background: url(/_images/SubNav.gif) no-repeat 50% 100%;
}
#subnavigation a, #subnavigation a:hover, #subnavigation a:visited {
	color: #444444;
}

#subnavigation a {
	display: block;
	padding: 10px 10px 10px 21px;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(/_images/SubNavIcons.gif);
}

#subnavigation a:active {
	color: #444444;
}

#subnavigation .active a {
	color: #444444;
	cursor: default;
}

#subnavigation a, #subnavigation a:hover, #subnavigation a:visited {
	border-style: none;
}

/* @end */

/* @group Sidebar */

#side {
	float: left;
	color: #5b5b5b;
	width: 35px;
	background: white;
	padding-top: 44px;
}

#side h2 {
	text-transform: uppercase;
	font: normal 1.2em/1.4em Futura, Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 12px 10px 5px;
	clear: both;
	text-align: center;
}

#side p {
	margin: 3px 10px 6px;
	padding: 0;
	text-align: left;
}

#side ul {
	margin: 0;
	padding: 0;
}

#side ul li {
	list-style: none;
	background: url(/_images/SideBullet.gif) no-repeat 12px 6px;
	padding-left: 25px;
}

#side a {
	border: none;
}

#side .separated {
	padding-top: 13px;
}

#side .separated:before {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	margin: -13px 0 12px;
	padding-left: 12px;
	border-top: 1px solid #ddd;
	background-color: #f5f5f5;
}
/* @end */

/* @group Footer */

#footer {
	background: url(/_images/pagefooter.jpg) no-repeat 0 0;
	background-color: inherit;
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 0;
	color: silver;
	text-align: center;
	font: 11px/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#footer a { background-color: inherit; color: silver; border-bottom: 1px dotted silver; }

#copyright {
	width: 228px;
	height: 15px;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	float: right;
	padding: 0;
	margin: 0 5px 0 0;
}
	
/* @end */