/* @override http://kats.m/innards/style/screen.css */

/* **************************** 76 Characters *************************** */

/**
 * IE6 is driving me nuts!!! I am not going to hack this CSS so everyone's
 * browsers will work. I will base it on basically absolute layout, and 
 * save "position:fixed" until IE7 comes out, or Firefox has a larger
 * market share. Check out their share as of February 2006:
 * http:/main/www.w3schools.com/browsers/browsers_stats.asp
 * with that said, you can download IE7 beta at:
 * http:/main/www.microsoft.com/windows/IE/ie7/ie7betaredirect.mspx
 * Thanks for reading this tripe. - David Eldridge
 */

/* **************************** body behavior *************************** */

body * {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

body,div.All {
	border: 0;
	margin: 0;
	padding: 0;
	color: #336;
	font-size: 100%;
}

body {
	background-color: #fff;
	background-image: url(/image/style/blue-200.png);
	background-position: left;
	background-repeat: repeat-y;
}

div.Banner {
	background-image: url(/image/style/blue-001.png);
	background-position: center;
	background-repeat: repeat;
}

/* **************************** div behaviors *************************** */

/* all encompassing div */

div.All {
	left: 0;
}

/* div.all child div behaviors */

div.Utility, div.Main {
	margin: 0 5px;
	padding: 10px;
	position: absolute;
}

div.Utility {
	
}

div.All * div {
	padding: 0;
	margin: 0;
	border: 0;
}

div.Utility p {
	color: white;
}

/*
div.Main{
border-left:3px #333 double;
border-right:3px #333 double;
}
*/

/* noscript JavaScript Warning div */

div.JSWarning {
	
}

div.Links,div.Info {
	font-size: 0.8em;
}

div.Utility {
	top: 5px;
	width: 180px;
	position: absolute;
	left: 0;
	padding-top: 120px;
	background-image: url(/image/style/logo.png);
	background-position: top;
	background-repeat: no-repeat;
}

div.Main {
	top: 0;
	left: 200px;
	width: 580px;
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

div.Links a {
	display: block;
}
div.Body{
	font-size: .9em;
}

/* ***************************** p behaviors **************************** */

p.Accessibility {
	display: none;
}

p.LinkHead {
	font-weight: bold;
}

.Utility p {
	margin: 1em 0;
	line-height: 1.3;
}

p.LinkBody {
	font-size: 0.95em;
	margin-top: -1em;
}

div.Foot {
	text-align: center;
	font-size: 0.8em;
}

p.Image {
	text-align: center;
}

div.Banner p {
	border: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* Anchors (Hyperlink Activity) */

a {
	text-decoration: none;
	color: #504500;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
	background-color: #fc9234;
	text-decoration: none;
}

a.LongURL {
	
}

/*Long URL Fix*/

span.part {
	clear: right;
}

code {
	font-family: Monaco,"Lucida Console","Courier New", Courier, monospace;
}

a.ExtraLongURL {
	font-size: 0.5em;
}

div.Utility a:link, div.Utility a:visited {
	color: #fff;
}

div.Utility a:hover {
	color: #222;
}

/* Headings */

h1 {
	font-size: 2.0em;
}

h2,h3 {
	font-size: 1.2em;
}

h4,h5,h6 {
	font-size: 1em;
}

h1 {
	height: 70px;
	border: 0;
	margin: 0;
	padding: 20px 0;
	color: white;
	background-color: none;
}
h2,h3,h4,h5,h6 {
	padding: .2em .2em .2em .75em;
	margin: .1em 0 0 -.75em;
}

h2,h3,h4,h5,h6 {
	text-decoration: none;
	background-color: #eee;
	border: 1px solid #ccc;
	color: #212564;
	text-align: left;
}

/* Headings found in anchors */
a.HeadingAnchor {
	color: #ddd;
	text-decoration: none;
}

a.HeadingAnchor:hover {
	background-color: #333;
	text-decoration: underline;
}

/* Sundries and Miscellany, et al */

h2 img {
	border: 1px solid #ccc;
}

h2.HallOfFame {
	float: left;
}

h2 span {
	float: left;
	display: block;
}

span.Heading {
	padding: 0;
	width: 430px;
	margin-top: 2em;
}

span.Image {
	padding: 0 5px 0 0;
	width: 140px;
}

acronym, .MoreInfo, abbr {
	border-bottom: 1px #222 dotted;
}

h1 acronym,h2 acronym,h3 acronym,h4 acronym,h5 acronym,h6 acronym {
	border-bottom: 2px #fc9234 dotted;
}

p.ContactName {
	font-weight: bold;
}

table.PhoneChart {
	width: 100%;
}

.PhoneChart td+td {
	text-align: right;
}

.PhoneChart td {
	border-bottom: dotted #222 1px;
}

.External {
	
}

.Internal {
	
}

.Documents {
	
}

address {
	font-style: normal;
	margin-left: 25px;
}

table {
	border: black 1px #333;
}

td {
	border: black 1px #333;
}

/** Navigation List Items **/

a {
	text-decoration: none;
	color: #504500;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
	background-color: #fc9234;
	text-decoration: none;
}

a.LongURL {
	
}

#Navigation li {
	display: inline;
}

#Navigation li a {
	display: block;
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
}

#Navigation li a:hover {
	color: #212564;
	background-color: #fc9234;
}

#Navigation ul {
	margin-left: 0;
	padding-left: 0;
}

#Navigation ul ul {
	margin-left: .5em;
	padding-left: .5em;
}

#Navigation ul li a {
	background: #3e4278;
}

#Navigation ul ul li a {
	background: transparent;
	font-weight: normal;
}

/*

div#Navigation li{
	background-color: #3e4278;
	list-style-type: none;
	border:none;
}
div#Navigation ul a{
	text-decoration:none;
	color:#fff;
}
div#Navigation ul a{
	background:transparent;
}
div#Navigation ul a{
	display:block;
	padding:0 2px;
	margin:0;
}
div#Navigation ul a:hover{
	background:transparent;
}
div#Navigation ul li{
	display:inline;
	border:none;
}
div#Navigation ul a:hover{
	background: #fc9234;
	color:#212564;
}
div#Navigation ul{
	margin: 0;
	padding:0;
}

div#Navigation ul ul{
	margin-left:5px;
	padding-left:5px;
}
div#Navigation a{
}
div#Navigation ul li{
	border:none!important;
	padding:0!important;
}
div#Navigation ul a{
	display:block;
	list-style-type: none;
	background:#fafafa;
	border:1px solid #ddd;
}
div#Navigation ul a:hover{
	background:#fff;
	border:1px solid #bbb;
	color:##777;
}
div#Navigation li a{
	text-decoration: none;	background-color: #3e4278;

}


*/

/* Navigation Collapse - Not ready yet.
div#Navigation ul li ul{
	display:none;
}
div#Navigation ul li:hover ul, div#Navigation ul li:active ul, div#Navigation ul li:focus ul{
	display:block;
}
*/