/* general layout */
body {
	border: 0;
	font: 10pt Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #FFF;
	border-bottom: 10px solid #999;
	margin: 0 auto;
	width: 600px;
}
#header	{
	height: 120px;
	position: relative;
}

#species_mug {
	display: none;
}

#search {
	background-color: #666;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0;
	padding: 6px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#printer_friendly_link {
	display: none;
}
#menu { /* horizontal (species) navigation */
	display: none;
	border: 0;
	margin: 0;
	padding: 0;
}
#content {
	clear: both; /* clears menu */
}
#sidebar {
	display: none;
	float: left;
	margin-right: -3px; /* 3px jog bug IE(win); see #main */
	width: 224px;
}
html>body #sidebar {
	margin-right: 0;
}
#main {
	color: #333;
	height: 1%; /* 3px jog bug IE(win); see #sidebar */
	margin: 0;
	padding: 32px;
}
html>body #main {
	height: auto;
}
#footer {
	background: #CCC;
	border-bottom: 1px solid #FFF; /* equalize the footer columns */
	border-top: 1px solid #FFF;
}
#phone {
	background: #214788;
	border-right: 1px solid #FFF;
	color: #FFF;
	float: left;
	padding: 1em 0;
	text-align: center;
	width: 191px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 190px;
}
html>body #phone {
	width: 190px;
}
#phone .phone1 {
	font: bold 14pt Arial, sans-serif;
}
#phone .url {
	color: #FFF;
	text-decoration: none;
}
#byline {
	height: 100%; /* compensate for IE(win) issues */
	margin-left: 216px;
	padding-top: 1.75em;
}


/* basic styles */
h1 {
	color: #36C;
	font: 18pt/1.1em Arial Black, Helvetica Black, sans-serif;
	letter-spacing: -.05em;
}
h2 {
	color: #36C;
	font: 14pt/1.2em Arial Black, Helvetica Black, sans-serif;
	letter-spacing: -.03em;
}
h3 {
	color: #36C;
	font: bold 12pt Arial, Helvetica, sans-serif;
}
h4 {
	display: inline;
	color: #999;
	font: bold 11pt Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.fine_print {
	font: 7pt Verdana, sans-serif;
}
.white {
	color: #FFF;
}
.red {
	color: #F00;
}
.gray {
	color: #333;
}
.saved_by_zero {
	border: 0;
	margin: 0;
	padding: 0;
}
form {
	display: inline;
}
.breadcrumbs {
	font: bold 8pt Arial, sans-serif;
	margin-top: 0;
	padding-top: 0;
}
.label {
	color: #666;
	font: bold 8pt Arial, sans-serif;
}
.label_required {
	color: #F00;
	font: bold 8pt Arial, sans-serif;
}

