html {background: #FFF}

body {
	color: #000;
	font: 62.5% Verdana, Arial, sans-serif;
}

a:link {color: #00F}

a:visited {color: #7F7FFF}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #67A100;
}

abbr.initialism, abbr.acronym {letter-spacing: .1em}

address {font-style: normal}

	address .company {font-weight: bold}

	address .street,
	address .street2,
	address .phone,
	address .city {display: block}

ul {
	margin: 0;
	padding: 0;
}

.accessibility {
	position: absolute;
	left: 0;
	top: -500em;
	width: .1em;
	height: .1em;
	overflow: hidden;
}

.symbol {font: 1.2em "Arial Unicode MS", Arial, sans-serif}


/* ----- Header ----- */
#header {}

	#header h1 {
		text-indent: -500em;
		width: 266px;
		height: 142px;
	}

		#header h1 a {color: #001876}

		#header h1 img {
			position: absolute;
			left: 0;
		}

	/* -- Navigation -- */
	#header .nav {display: none}


/* ----- Content ----- */
#content {}

	/* -- Main -- */
	#content #main {
		padding-bottom: 1.5em;
		font-size: 1.2em;
		line-height: 1.6;
	}

		#content #main h2 {
			text-indent: -500em;
			border: 2px solid #666;
			border-width: 1px 0 2px;
			padding-bottom: 2px;
		}

			#content #main h2 img {
				position: absolute;
				left: 0;
			}

		#content #main h3 {
			color: #001876;
			font: bold 1.2em Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			letter-spacing: .1em;
			border-left: 1.15em solid #CCC;
			padding-left: .5em;
		}

		#content #main h4 {
			font: bold 1.21em Arial, Helvetica, sans-serif;
			color: #67A100;
			border-bottom: 1px solid #CCC;
			margin-bottom: .8em;
		}

		#content #main ol,
		#content #main ul {
			margin-top: -.8em;
			margin-bottom: 2.5em;
		}

			#content #main ul li {
				margin-left: 2.5em;
				list-style-type: square;
			}

			#content #main ol li {margin-left: -.8em}

		#content #main a img.map {border-width: 1px}


	/* -- Sidebar -- */
	#content #photos {display: none}


/* ----- Footer ----- */
#footer {border-top: 1px solid #666}

	#footer .nav {display: none}

	#footer #copyright {}

		#footer #copyright p {
			font-weight: bold;
			color: #666;
			font-size: .9em;
			margin-top: 7px;
		}

		#footer #copyright p.author {display: none}