/* CSS Document */

/* global formatting
-------------------------------------------------------------- */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}
body {
	background-color: #E4E0D4;
}
div {
	margin: 0;
	padding: 0;
	border: none ;
}
p {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
}
a:link {
	color: white;
	text-decoration:none;
}
a:visited {
	color: white;
	text-decoration:none;
}
img {
	border:0;
}
img.framed {
	border:1px solid;
	border-color:#d0d0d0;
}

/* DIV formatting
-------------------------------------------------------------- */
div#mainDiv {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
div#header {
}
div#menu {
	height:32px;
	background:#95875f;
}
div#content {
	background:white;
	background-color:#FFFFFF;
}
div#content_inner {
	background:white;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:32px;
	margin-right:32px;
	padding-bottom:32px;
	padding-top:32px;
}
div#footer {
	height: 32px;
} 

/* P formatting
-------------------------------------------------------------- */
p.header {
	text-align:right;
	margin-right:32px;
	margin-bottom:0px;
}
p.sID {
	color:#059105;
	font-size:0.8em;
	font-weight:bold;
}
p.sName {
	color:#000000;
	font-size:0.75em;
	font-weight:bold;
}
p.sDesc {
	color:#666666;
	font-size:0.7em;
	font-weight:normal;
}
p.sPrices {
	color:#666666;
	font-size:0.75em;
	font-weight:normal;
	margin-top: 0.5em;
	margin-bottom: 0.0em;
}
p.footer {
	color:#4d4d4d;
	font-size:0.7em;
	margin-top: 2px;
	margin-bottom: 0em;
	margin-left: 16px;
}

/* Span formatting
-------------------------------------------------------------- */
span.date {
	font-color:black;
	font-weight:bold;
}
span.price {
	color:#3c638a;
	font-weight:bold;
}
span.a1am { 
	color:#808080;
	font-weight:normal;
}

/* Home Page-specific formatting
-------------------------------------------------------------- */
div#hpFlashArea {
	background-image:url('images/hp_flashArea.gif');
	height:200px;
}
div#hpWhatsNew {
}
div#hpWhatsNew_inner {
	margin-bottom:16px;
	margin-left:48px;
	margin-right:16px;
	margin-top:16px;
}
div#hpFeatured {
}
div#hpFeatured_inner {
	margin-bottom:16px;
	margin-left:16px;
	margin-right:16px;
	margin-top:16px;
}
p.hpTitle {
	font-size:1.5em;
	font-weight:bold;
	color:#77633E;
	margin-bottom:0.25em;
}
p.hpStory {
	font-size:0.7em;
	font-weight:normal;
	font-color:#4d4d4d;
	margin-top:0.25em;
	margin-top:0.25em;
}
/* Specimens page-specific formatting
-------------------------------------------------------------- */
div#regionBanner {
	height:80px;
}
div#navArea {
	background-color: #688a98;
}
div#navArea_inner {
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}
div#familyTitle {
	background-color:white;
}
div#familyTitle_inner {
}
div#featured {
	background-color:#e9e9e9;
	font-size:0.9em;
}
div#featured_inner {
}
div#specimens {
	background-color:white;
}
div#specimens_inner {
	margin:8px;
}

p.navSelected {
	color:#ddFF00;
	font-size:0.75em;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:8px;
	margin-right:8px;
}
p.navNormal {
	color:#ffffff;
	font-size:0.75em;
	font-weight:normal;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:8px;
	margin-right:8px;
}
p.familyTitle {
	color:#4d4d4d;
	font-size:1.5em;
	margin-top: 24px;
	margin-bottom: 4px;
	margin-left: 24px;
}
p.listHeader {
	color:#FFFFFF;
	font-size:0.7em;
	font-weight:bold;
}

div#content_full {
	background:white;
	padding-top:32px;
	padding-bottom:32px;
	padding-left:64px;
	padding-right:64px;
}

p.reference {
	color:#3c638a;
	font-size:0.75em;
	margin-left:2em;
}
p.sectionTitle {
	color:black;
	font-size:1.5em;
	margin-bottom:0.5em;
}
p.topicTitle {
	color:#006600;
	font-size:1em;
	margin-bottom:1em;
}
p.topicTitle2 {
	color:#006600;
	font-size:1em;
	margin-top:1.5em;
	margin-bottom:1em;
}
p.topicContent {
	color:#333333;
	font-size:0.75em;
	margin-top:0.75em;
	margin-bottom:0.75em;
	margin-left:2em;
}
p.topicContent2 {
	color:#333333;
	font-size:0.75em;
	margin-left:4em;
}
ul {
	color:#333333;
	font-size:0.75em;
}
a.regularLink {
	color: #0066CC;
	text-decoration:underline;
}
a.whiteLink {
	color: #FFFFFF;
	text-decoration:underline;
}
p.regular {
	font-size: 0.75em;
}
div.lineSeparator {
	padding-bottom:0.5em;
	padding-top:0.5em;
	border-bottom:#CCCCCC solid 1px;
}
td.percent25 {
	width:25%;
	vertical-align:top;
}
p.eTitle {
	font-size:0.75em;
	font-weight:bold;
	margin-top:0px;
}
p.eDesc {
	font-size:0.75em;
	font-weight:normal;
	color:#333333;
}
span.eID {
	font-weight:bold;
	color:#3a5875;
}
span.ePrice {
	font-weight:bold;
	color:#000000;
}

div#popMain {
	margin-left:auto;
	margin-right:auto;
	background-color: #F8F8F8;
}
div#popImg {
	margin-top:8px;
	width:385px;
	margin-left:auto;
	margin-right:auto;
	border:solid;
	border-width:1px;
	border-color:#E0E0E0;
}
div#popText {
	margin-top:8px;
	text-align:center;
}