@charset "UTF-8";

/* Layout */
body {
	background: #fff;
	font-family: Calibri, "Trebuchet MS", "Lucida Grande", Arial, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
}
#wrap {
	text-align: left;
}
#masthead {
	height: 70pt;
}
#main-nav, #top, #left, #right {
	display: none;
}
#footer {
	position: absolute;
	top: 60pt;
	left: auto;
}
.content {
	padding: 6pt;
}
#masthead .content {
	padding: 0 6pt;
}
#footer .content {
	font-size: 0.8em;
	letter-spacing: 0.04em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* First level header */
#masthead h1 {
	font-weight: normal;
	line-height: 44pt;
	border: 2pt solid #666;
	border-width: 2pt 0;
}

/* 1 Column Page */
#column-wrap-1col #main {
	width: 100%;
}

/* 2 Column Page */
#column-wrap-2col #main {
	width: 100%;
}

/* Home page layout */
#column-wrap-home #main {
	width: 100%;
}
#column-wrap-home #right {
	display: none;
}
#column-wrap-home #footer {
	position: absolute;
	top: 40pt;
	left: 0;
}
#column-wrap-home #main h2 {
	font-size: 1em;
	margin: 0;
}
#column-wrap-home #main h3 {
	font-size: 0.9em;
	margin: 0;
}
#column-wrap-home #main h4 {
	letter-spacing: 0.08em;
	margin: 0;
	line-height: 1em;
}
#column-wrap-home #main .home-spacer {
	width: 100%;
}
#column-wrap-home #main .column-boxless {
	width: 100%;
}
#column-wrap-home #main .alignleft-top {
	width: 100%;
}
#column-wrap-home img {
	display: none;
}

/* General Formatting */
h2 {
	font-size: 1.5em; 
	line-height: 1.2em; 
	color: #333;
	font-weight: normal;
	margin: 0;
}
h3 { 
	font-size: 1.3em; 
	line-height: 1.1em;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0.8em 0 0.6em 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.0em;
	color: #333;
	margin: 0.8em 0 0.6em 0;
}
h5 {
	font-size: 1.1em;
	line-height: 0.9em;
	color: #333;
	margin: 0.8em 0 0.6em 0;
	font-weight: bold;
	font-style: italic;
}
h6 {
	font-size: 1.0em;
	color: #333;
	margin: 0.8em 0 0.6em 0;
	font-weight: bold;
}
p {
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0.8em 0 0 0;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #000;
}
.uppercase {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

/* Main Lists */
#main ul, #main ol {
	margin: 0.8em 0 0 2em;
	padding: 0;
	font-size: 0.8em;
}
#main ul li {
	margin: 0.6em 0 0 0;
	list-style-type: disc;
	line-height: 1.1em;
}
#main ul li li {
	list-style-type: square;
	list-style-image: none;
	font-size: 1.2em;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0 0 0 2em;
}
#main li {
	font-size: 100%;
}
	
/* Links */
a, a:visited, a:hover {
	text-decoration: none;
	color: #000;
}

/* Images */
.imageb {
	border: 2pt solid #666;
	margin: 6pt;
}
.caption {
	background: #eee;
	border: 1pt solid #ddd;
	text-align: center;
}
.caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 10pt 20pt 10pt 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 10pt 0 10pt 20pt;
	display:block; 
}
.alignleft-top {
	float: left;
	margin: 0 20pt 10pt 0;
	display: block;
}
.alignright-top {
	float: right;
	margin: 0 0 0pt 20pt;
	display:block;
}
p img {
	padding: 0;
	max-width: 100%;
	margin-right: 15pt;
}
img.centered, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.alignright {
	padding: 4pt;
	margin: 0 0 10pt 20pt;
	display: inline;
}
div.alignleft {
	padding: 4pt;
	margin: 0 20pt 10pt 0;
	display: inline;
}

/* Footer */
#footer #to-top {
	display: none;
}
#footer .copyright {
	color: #333;
	text-align: center;
	margin-top: 0.4em;
}
#footer p {
	margin: 0;
}

/* Various Tags & Classes */
.byline {
	color: #333;
	text-align: right;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #eee;
	padding: 2pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;;
	font-size: 1.0em;
}
input select {
	background: none;
}
input#submit {
	width: 4em;
	font-family: Calibri, "Trebuchet MS", "Lucida Grande", Arial, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em Consolas, 'Courier New', Courier, Fixed;
	color: #333;
}
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1pt dashed #999;
}
.clear {
	clear: both;
}
blockquote {
	margin: 15pt 30pt 0 10pt;
	padding-left: 20pt;
	border-left: 5pt solid #ddd;
}
blockquote cite {
	margin: 5pt 0 0;
	display: block;
}
.text-center {
	text-align: center;
}
a img {
	border: none;
}
.text-right {
	text-align: right;
}
.no-margin-top {
	margin-top: 0;
}
.subheader {
	margin-top: 0;
	font-style: italic;
	font-weight: normal;
}
.warning {
	text-align: center;
	color: #000;
	font-weight: bold;
}
.mission {
	line-height: 0.9em;
	font-size: 0.9em;
	font-style: italic;
}
.footnote-italic {
	font-size: .6em;
	font-style: italic;
	border: thin solid #888;
}

/* Boxes */
.boxcol {
	width: 50%;
	float: left;
}
.half-box {
	width: 250px;
	padding: 8pt;
	border: 1pt solid #999;
	background: #eee;
	margin: 5pt;
}
.half-box h3 {
	font-size: 1.1em;
}
.half-box h4 {
	font-size: 1.0em;
}
.half-box h5 {
	font-size: 0.85em;
}
.half-box h6 {
	font-size: 0.8em;
}
.full-box {
	width: 88%;
	padding: 8pt;
	border: 1pt solid #999;
	background: #eee;
	margin: 5pt;
}
.full-box h5 {
	font-size: 0.85em;
}
.fat-box {
	width: 80%;
	padding: 8pt;
	border: 1pt solid #999;
	background: #eee;
	margin: 5pt;
}
.fat-box h5 {
	font-size: .85em;
}
.half-box ul li, .full-box ul li, .fat-box ul li {
	list-style-type: square;
}

/* Contact Form */
.contact div.row-narrow {
	width: 40%;
	clear: both;
	font-size: 0.9em;
	padding: 4pt 0;
}
.contact .row-narrow label {
	text-align: right;
	width: 30%;
	display: block;
	float: left;
	padding-right: 0.5em;
}
.contact .row-narrow textarea {
	text-align: left;
	float: left;
	display: block;
	background: #eee;
}
.contact .row-narrow input {
	text-align: left;
	width: 50%;
	float: left;
	display: block;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
} 
.contact .poo input {
	visibility: hidden;
	width: 20px;
} 
.contact input#submit {
	text-align: center;
	float: none;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border: 1pt solid;
	border-color: #666 #999 #999 #666;
	padding: 0;
}

.contact div.row-wide {
	width: 80%;
	clear: both;
	font-size: 0.9em;
	padding: 4pt 0;
}
.contact .row-wide label {
	text-align: right;
	width: 40%;
	display: block;
	float: left;
}
.contact .row-wide textarea {
	text-align: left;
	float: left;
	display: block;
	background: #eee;
}
.contact div.row {
	width: 80%;
	clear: both;
	font-size: 0.9em;
	padding: 4pt 0;
}
.contact .row label {
	text-align: right;
	width: 40%;
	display: block;
	float: left;
	padding-right: 0.5em;
}
.contact .row input {
	text-align: left;
	width: 40%;
	float: left;
	display: block;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
} 
.contact .row input#submit {
	text-align: center;
	float: none;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border: 1pt solid;
	border-color: #666 #999 #999 #666;
	padding: 0;
}

/* Special Styles */
.extra-leading {
	line-height: 1.8em;
}
.single-liner {
	margin: 6em 0;
}
.column-boxless {
	width: 40%;
	float: left;
	padding: 8pt;
	margin: 5pt;
	display: inline /* to trick IE6 out of its double float margin bug */
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
