/* Style Sheet - Zac Hester - 2009-02-09 */

/* Core Tag Styles */
body {
	margin: 0;
	padding: 0;
	font: 10pt/135% Verdana,Geneva,sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	/* background-image: url(graphics/background.jpg); */
	background-image: url(graphics/background_grays.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	padding: 0;
	line-height: 90%;
}
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; line-height: 100%; }
h6 { font-size: 100%; line-height: 100%; }
p, address, blockquote, pre, ul, ol, dl, form {
	margin: 0.5em 0;
	padding: 0;
}
ul li, ol li {
	margin: 0;
	margin-left: 2em;
}
blockquote { padding: 0 2em; }
img { border: none; }
a {
	color: #094F63;
	background-color: transparent;
}
a:link {
	color: #094F63;
	background-color: transparent;
}
a:visited {
	color: #093363;
	background-color: transparent;
}
a:hover {
	color: #000000;
	background-color: transparent;
}
a:active {
	color: #000000;
	background-color: transparent;
}
kbd {
	padding: 1px 3px;
	border-top: solid 2px #CCCCCC;
	border-right: solid 2px #777777;
	border-left: solid 2px #999999;
	border-bottom: solid 2px #555555;
}
code {
	color: #000099;
	background-color: #FFFFDD;
	white-space: pre;
}
	code br {
		display: none;
	}
	code.file {
		display: block;
		margin: 0.5em 0;
		padding: 0.25em 1em;
		border-left: solid 2px #0000CC;
	}


/* Class Styles */
div.fakeclear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

table.data {
	width: 100%;
	margin: 0.5em 0;
	padding: 0;
	border-collapse: collapse;
}
	table.data tr.header {
		color: #000000;
		background-color: #666666;
		background-image: url(graphics/header_grays.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	table.data tr.header th {
		color: inherit;
		background-color: transparent;
	}
	table.data tr.even td {
		color: inherit;
		background-color: #FFFFFF;
	}
	table.data tr.odd td {
		color: inherit;
		background-color: #FFFFEE;
	}
	table.data tr td, table.data tr th {
		margin: 0;
		padding: 2px 5px;
		border: solid 1px #CCCCCC;
	}
	table.data tr td:last-child {
		text-align: right;
	}
	table.data tr.footer td {
		color: #000000;
		background-color: #EEEEEE;
	}


div.feed_box {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	padding: 0;
	width: 47%;
}
	div.feed_box p.options {
		float: right;
		margin: 0;
		padding: 0;
	}
		div.feed_box p.options img {
			vertical-align: middle;
		}
	div.feed_box h2 {
		color: #333333;
		border-bottom: dashed 1px #999999;
		font-size: 100%;
	}
	div.feed_box ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		div.feed_box ul li {
			margin: 0 0 0.5em 0;
			padding: 5px 20px;
			border: solid 1px #EEEEEE;
			background-color: #FFFFEE;
		}
			div.feed_box ul li div.bullet {
				float: right;
				margin: 0;
			}
			div.feed_box ul li div {
				margin: 0 90px 0 0;
			}
			div.feed_box ul li h3 {
				margin: 0 0 0.25em 0;
				padding: 0;
				font-size: 110%;
			}
				div.feed_box ul li h3 a {
					text-decoration: none;
				}
			div.feed_box ul li h5 {
				margin: 0.25em 0;
				color: #555555;
				font-size: 80%;
				font-weight: normal;
				font-family: Arial,Helvetica,sans-serif;
			}
			div.feed_box ul li h6 {
				margin: 0.25em 0;
				font-size: 80%;
				font-weight: normal;
				font-family: Arial,Helvetica,sans-serif;
			}
			div.feed_box ul li div.fakeclear {
				clear: both;
				font-size: 1px;
				line-height: 1px;
			}


/* CMS Styles */
.page_images {
	float: right;
	margin: 0 0 1em 1em;
	padding: 2px;
	border: solid 1px #DDDDDD;
	text-align: center;
	font-size: 80%;
	color: #444444;
}
	.page_images p {
		margin: 0 0 5px 0;
	}
	.page_images a {
		text-decoration: none;
	}
p.page_footer {
	margin: 4em 0 1px 0;
	color: #666666;
	font-size: 80%;
	text-align: center;
}
p.illustration {
	text-align: center;
	font-size: 80%;
}
p.feedback {
	padding: 3px 7px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFCC;
	font-weight: bold;
}

div.comments {
	clear: both;
}
	div.comments h2 {
		border-bottom: solid 1px #666666;
	}
	div.comments div.comment {
		max-height: 600px;
		width: auto;
		margin: 0.5em 1em;
		padding: 1em 1em 1px 1em;
		border: solid 1px #CCCCCC;
		overflow: auto;
		color: inherit;
		background-color: transparent;
		background-image: url(graphics/quote.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	div.comments div.comment:hover {
		color: inherit;
		background-color: #FFFFCC;
	}
	div.comments div.reported {
		background-color: #FFDDDD;
	}
		div.comments div.comment h4 {
			float: right;
			margin: 0;
			padding: 1px 0;
			color: #666666;
			font-size: 90%;
			font-weight: normal;
		}
			div.comments div.comment h4 span {
				visibility: hidden;
				color: #666666;
			}
			div.comments div.comment:hover h4 span {
				visibility: visible;
			}
		div.comments div.comment h3 {
			margin: 0 0 0.5em 0;
			padding: 1px 0;
			border-bottom: dashed 1px #CCCCCC;
			font-size: 120%;
		}
			div.comments div.comment h3 a {
				text-decoration: none;
			}
		div.comments div.comment blockquote {
			margin: 1em 2em;
			padding: 0;
			font-size: 120%;
		}
		div.comments div.comment div.comment_control {
			margin: 0.5em 0 0 0;
			border-top: dashed 1px #CCCCCC;
			color: #666666;
			font-size: 80%;
			text-align: right;
		}
	div.comments div.pager {
		margin: 0.5em 1em;
		padding: 1px 1em;
		border: solid 1px #CCCCCC;
	}
	div.comments div.pager:hover {
		background-color: #FFFFCC;
	}
		div.comments div.pager h3 {
			float: left;
			color: #666666;
			background-color: transparent;
			font-size: 100%;
		}
		div.comments div.pager ul {
			margin: 0.5em 0;
			padding: 0;
			list-style: none;
			text-align: center;
		}
			div.comments div.pager ul li {
				display: inline;
				margin: 0;
				padding: 0 7px;
				font-size: 120%;
			}

form.comments {
	margin: 1em;
	padding: 0;
	border: solid 1px #CCCCCC;
}
form.comments:hover {
	color: inherit;
	background-color: #FFFFCC;
}
	form.comments table {
		margin: 0 auto;
		padding: 0;
		border-collapse: collapse;
	}
		form.comments table tr {
			margin: 0;
			padding: 0;
		}
			form.comments table tr th, form.comments table tr td {
				margin: 0;
				padding: 10px 7px;
				line-height: 80%;
			}
			form.comments table tr th {
				text-align: right;
				font-weight: normal;
			}
			form.comments table tr td {
			}
			form.comments table tr td.single {
			}
				form.comments table tr td.single textarea {
					width: 100%;
				}
			form.comments table tr td.buttons {
				text-align: center;
			}
	form.comments input, form.comments textarea {
		font-family: Verdana,Geneva,sans-serif;
		font-size: 110%;
	}

.download_link {
	margin: 0.75em 0;
	padding: 3px 10px;
	border: inset 1px #CCCCCC;
}
.download_link.pdf {
	background-image: url(/common/graphics/fileicon_pdf.png);
	background-repeat: no-repeat;
	background-position: 98% 15%;
	background-color: transparent;
}
	.download_link h4 {
		font-size: 110%;
	}
	.download_link p {
		margin: 1px 0;
		padding: 0;
		color: #333333;
	}
	.download_link p small {
		color: #666666;
	}

p.quote {
	margin: 0.5em 0;
	padding: 0.5em 4em;
	background: url(graphics/quote_48.png) left top no-repeat transparent;
}
	p.quote small {
		font-weight: bold;
	}
	p.quote cite {
		padding-left: 4em;
	}



/* Unique Styles */
div#root {
	position: relative;
	margin: 1em;
}
div#header {
	position: fixed;
	top: 1em;
	right: 1em;
	bottom: 1em;
	float: right;
	width: 276px;
	margin: 0;
	padding: 0;
	border: solid 1px #000000;
	color: #000000;
	background-color: transparent;
	background-image: url(graphics/tile_60.png);
	background-repeat: repeat;
	background-position: left top;
	overflow: auto;
}
	div#header h1 {
		margin: 0;
		padding: 0;
	}
		div#header h1 a {
			display: block;
			width: 256px;
			height: 139px;
			margin: 0.5em auto;
			background-image: url(graphics/logo_2009.png);
			background-repeat: no-repeat;
			background-position: 50% top;
			background-color: transparent;
			text-decoration: none;
		}
			div#header h1 a span {
				display: none;
			}
	div#header h2 {
		font-family: 'Trebuchet MS',Helvetica,sans-serif;
		font-size: 100%;
		font-weight: normal;
		font-style: italic;
		text-align: center;
	}
	div#header h3 {
		margin: 0.75em 1em 0.2em 1em;
		padding: 6px 0 2px 0;
		border-top: solid 1px #999999;
		text-align: center;
	}
	div#header ul.feed_list {
		margin: 0;
		padding: 3px 20px;
	}
		div#header ul.feed_list li {
			
		}
			div#header ul.feed_list li p.image {
				margin: 0 1em 0 0;
				float: left;
			}
			div#header ul.feed_list li h2 {
				margin: 7px 0 0 0;
				font-size: 110%;
				font-weight: bold;
			}
			div#header ul.feed_list li h3 {
				margin: 0;
				font-size: 80%;
				font-weight: normal;
				border: none;
			}
			div#header ul.feed_list li p.desc {
				display: none;
			}
			div#header ul.feed_list li h6 {
				display: none;
			}

ul#nav {
}
	ul#nav li {
	}
		ul#nav li a {
			font-weight: bold;
		}

div#body {
	position: relative;
	margin: 0 290px 0 0;
	padding: 1px 1em 2em 1em;
	border: solid 1px #000000;
	color: #000000;
	background-color: #FFFFFF;
}
	div#body > h1:first-child {
		margin: 6px 0 10px 0;
		padding: 14px;
		border: dashed 1px #999999;
		color: #000000;
		text-align: center;
		background-color: #EEEEEE;
		/* background-image: url(graphics/heading_background.jpg); */
		background-image: url(graphics/header_grays.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		font-family: 'Trebuchet MS',Helvetica,sans-serif;
		font-size: 200%;
	}


div#footer {
	position: relative;
	margin: 1em 290px 0 0;
	padding: 1px 1em;
	border: solid 1px #000000;
	color: #444444;
	background-color: transparent;
	background-image: url(graphics/tile_60.png);
	background-repeat: repeat;
	background-position: left top;
	font-size: 80%;
}
	div#footer p {
		text-align: center;
	}
	div#footer ul {
		margin: 0.5em 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
		div#footer ul li {
			display: inline;
			margin: 0;
			padding: 0 1em;
			border-left: solid 1px #444444;
		}
		div#footer ul li:first-child {
			border-left: none;
		}
