/* standard.css for this website */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin: 5px;
	color: #000000;
	background-color: transparent;
	background-image: url(../chrome/background.jpg);
	
}

h1, h2, h3, h4, h5, h6 { font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif; }

div#accessibility {
	position: absolute;
	left: -200em;
	top: -200em;
}

div.outerWrapper {
	/* width: 90%; */
	margin: 20px 50px 50px 50px;
	padding: 0px;
	background-color: #ffffcc;
}

div.textBlock, div.textBlockSml {
	display: block;
	min-height: 350px;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	line-height: 1.5;
	border: 1px solid #cccccc;
}

div.textBlockSml { min-height: 10px; }

#wrap {
	max-width: 850px;
	min-width: 600px;
	margin: auto;
	text-align: left;
	font-size: 1.3em;
}

/* For link element selectors (the <a></a> tag), the order here is very important.
    As needed, they should be listed as a, a:link, a:visited, a:focus, a:hover and a:active. */

a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #004477;
}

h1, h2 {
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
}

h2 { font-size: 1.3em; padding-top: 1.0em; }

p { margin-top: 12px; }

abbr, acronym { border-bottom: 1px dotted black; }

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

.clearfix { display: inline-block; }  /* for IE/Mac and Firefox/Mac */

/* tells Yahoo's web crawler that the content isn't important */
.robots-nocontent {}

.captcha-address {
	font-weight: bold;
}

#sitenav {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
}

#sitenav a {
	text-decoration: none;
}

#sitenav-logo { float: left; margin: 0; }

#sitenav-logo img { border: 0; }

#sitenav-menu { float: right; padding-top: 0.9em; }

#sitenav-menu li {
	display: inline;
	list-style: none;
	font-size: 0.8em;
	border-left: 2px solid;
	padding-right: 0.4em;
	padding-left: 0.8em;
	color: #888;
}

#sitenav-menu li:first-child, #sitenav-menu li.first { border-left: 0px; }

#sitenav-menu a {
	padding: 0.3em;
/* IE 7 doesn't show the correct color if it's 'inherit'ed. */
	color: inherit;
}

/* The background-color: here is chosen to match the background color of the #sitenav-logo image. */
#sitenav-menu a:hover { color: #333; background-color: #e3761e; }

#bottom-box {
	clear: both;
	position: fixed;
	bottom: 0px;
	left: 0px;
	/* height: 31px; */
	height: 2.8em;
	margin-top: 30px;
	width: 100%;
	padding: 4px 0px 4px 0px;
	border-top: 1px dotted #999999;
	opacity: 0.85;
	color: #777777;
	background-color: #ccffff;
}

#bottom {
	text-align: center;
	font-size: smaller;
}

#bottom-badges {
	float: right;
/* IE 7 doesn't handle the position property correctly if it's 'inherit'ed. */
	position: inherit;
	bottom: 2px;
	right: 0px;
	margin-left: 300px;
	border: 0;
	opacity: inherit;
	overflow: visible;
}

/* Firefox 3.n doesn't pickup the border property for an IMG from the DIV directly so force its hand. */

/* IE 7 doesn't handle 'inherit' for the border property so be specific. */
#bottom-badges.footer a img { border: inherit; opacity: 0.85; }

#bottom-badges.footer a:hover img { opacity: 1; }
@media screen and (max-width: 640px) {
	body { /* width: 240px; */ /* max-width: 480px; */ background-image: none; }
	div.outerWrapper { margin: 20px; }
	#sitenav-menu { float: none; }
	#bottom-box { display: none; }
	#bottom { display: inline; text-align: left; }
	#bottom-badges { display: none; }
}