/*------------------global page settings-----------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #EEC768;
	height: 100%;
}

#top {
	height: 75px;
	background-image: url(../images/topBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu{
	float: left;
	padding: 10px 0px 0px 0px;
	width: 150px;
	height: 100%;
	background-image: url(../images/leftBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	margin: 0px;
	padding: 3px 5px 5px 15px;
	float: left;
	width: 605px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEC768;
}

#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #EEC768;
	background-color: #fff;
	color: #333;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#wrap {
	background:#FFF;
	margin:0px auto;
	width:780px;
	border: 1px solid #D38E27;
}

#newsNav {
	margin-top: 17px;
	margin-bottom: 21px;
}

#newsNav li {
	margin-bottom: 7px;
}

/*----------------Text-----------------------*/

P, UL {
	font-size: 80%;
	color: #000066;
}

P.listing {
	font-size: 70%;
	color: #000066;
}

H1 {
	font-size: 100%;
	color: #000066;
}

H2 {
	font-size: 90%;
	color: #000066;
}

A {
	color: #000066;
}

P.footer, A.footer {
	font-size: 60%;
	color: #999;
}

.sold {
  color:#CC3300;
  font-weight: bolder;
}

.purchase {
  color:#579848;
  font-weight: bolder;
}

/*----------------Tables-----------------------*/


.bioListings {
	width: 100%;
}

.bioListingsRow {
	background-color: #CCC;
}

/*********** #menu link styles ***********/

#menu ul a:link, #menu ul a:visited {display: block;}
#menu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menu li {border-bottom: 1px solid #D38E27;}

/* fix for browsers that don't need the hack */
html>body #menu li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #D38E27;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #D38E27;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
	text-decoration: none;
}

#sectionLinks a:visited{
	border-top: 1px solid #D38E27;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #D38E27;
	background-color: #EEC768;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

.liON {
  background-color: #EEC768;
}
