body {
	margin: 0;
	padding: 0;
	background-color: White;
	font-family: Trebuchet MS, Times New Roman, Times, serif;
}

/* DIVs */

#searchEngine { visibility: hidden; }

#contentholder {
  top: 13px;
  position: absolute;
  z-index: 2;
  left: 0px;
  width: 100%;
  text-align: center;
}

#header {
  margin-left: auto;
  margin-right: auto;
  width: 719px;
  text-align: left;
}
#content,#homecontent {
  top: 161px;
  margin-left: auto;
  margin-right: auto;
  width: 719px;
  text-align: left;
}

#drop1,#drop2,#drop3,#drop4,#drop5,#drop6 {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 160px;
  visibility: hidden;
}


/* General */

a {
	text-decoration: none;
}

a:hover {
	color: #EC721C;
	text-decoration: none;
}

p.title {
	color: #0079C1;
	font-size: 110%;
}

p.subtitle {
	color: #0079C1;
	font-size: 105%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

p.header1 {	
	color: #0079C1;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding-left: 0em;
	padding-bottom: 0em;
}

p.header1 a {
	border-bottom: none;
}

p.header1 a:hover {
	border-bottom: none;
}

p.header2 {
	color: #0079C1;
	font-size: 0.9em;
	font-weight: bold;
}

p.header2 a {
	color: #0079C1;
	border-bottom: none;
}

ul {
	font-size: 0.8em;
	color: #666;
}

ul a {
	color: #EC721C;
}

ul a:hover {
	color: #EC721C;
	text-decoration: underline;
}

ul.round {
  font-size: 0.8em;
  color: #666;
}

ol.norm {
  font-size: 0.8em;
  color: #666;
}

td {
	vertical-align: top;
}

p {
	color: #666;
	font-size: 80%;
}

p a {
	color: #EC721C;
}

img.floatleft {
  float: left;
  margin-top:5px;
  margin-right: 10px;
  margin-bottom: 8px;
}

/* Menu */

td.mainmenu {
	background-color: #414141;
}

table.menu { 
}

table.menu td {
  height: 20px;
  font-size: 70%;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  color: White;
  vertical-align: middle;
  background-color: #414141;
  background: url(../gifs/menu_divide.gif) center left no-repeat;
  margin: 1px 0px 0px 1px;
  padding: 0px 5px 0px 10px;
}

table.menu td a {
  color: White;
  font-size: 100%;

}

table.menu td a:hover {
  font-size: 100%;
  color: #EC721C;
}

table.drop {
	background-color: White;
	border-top : 1px solid White;
	border-right : 1px solid White;
	border-left : 1px solid White;
}

table.drop td {
	padding: 3px 4px;
	background-color: #414141;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 70%;
	font-weight: bold;
	border-bottom: 1px solid White;
}

table.drop td a {
  color: White;
}

table.drop td a:hover {
	color: #EC721C;
}

/* Content */

td.content {
	width: 509px;
	padding-top: 18px;
	padding-bottom: 10px;
}

td.content p {
	line-height: 120%;
	padding-right: 10px;
}

td.content p a {
	color: #EC721C;
	text-decoration: none;
}

td.content p a:hover {
	color: #EC721C;
	text-decoration: underline;
}

td.form {
	padding-right: 1em;
	font-size: 0.8em;
}

table.data {
  margin: 0px;
  padding: 0px;
}

table.data td {
  font-size: 0.7em;
  margin: 0px;
  padding: 4px;
  background-color: #E5F2F9;
  border: 1px solid white;
}

/* Offers */

table.offers {
	width: 500px;
}

table.offers td {
	background-color: #F2F8FC;
	border-bottom: 8px solid white;
	vertical-align: middle;
	padding-right: 10px;

}

table.offers p {
	font-size: 70%;
	line-height: 130%;
	padding: 0px;
	margin: 0px;
}

table.offers p a {
	color: #EC721C;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

table.offers p a:hover {
	color: #EC721C;
	text-decoration: underline;
}

/* Side Features */

td.rightnav {
	background-color: #E5F2F9;
}

td.featurebox1 {
    background-image: url(../gifs/box1_back.gif);
  	height: 45px;
	width: 105px;
	vertical-align: middle;
	font-size: 80%;
	text-align: center;
}

td.featurebox1 a {
	color: White;
}

td.featurebox2 {
  	height: 45px;
	width: 105px;
	vertical-align: middle;
	font-size: 80%;
	text-align: center;
}

td.featurebox2 a {
	color: White;
}

td.feature {
	background-color: #E5F2F9;
	width: 210px;
	padding-top: 1.4em;
	padding-bottom: 1.1em;
	margin: 0px;
}

td.feature p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 70%;
	line-height: 120%;
	color: #666;
	padding-right: 1em;
	padding-left: 1em;
}

td.feature a {
	color: #EC721C;
	font-weight: bold;
	text-decoration: none;
}

td.feature a:hover {
	color: #EC721C;
	text-decoration: underline;
}


/* Late Deals and Features */

td.portaldeals {
	width: 210px;
	height: 273px;
}

table.deals {
	background-color: #6FA6DD;
	width: 210px;
	padding: 0px 10px 10px 10px;
}

td.right {
text-align: right;
}

td.highlight p {
border-bottom: 1px dashed White;
padding:  10px 0px;
font-size: 120%;
text-align: center;
}

table.deals p {
	font-size: 80%;
	color: White;
	line-height: 155%;
}

table.deals p a {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

table.deals p a:hover {
	color: White;
	text-decoration: underline;
}

td.portalfeature {
	background-color: #0079C1;
	width: 210px;
	padding: 10px 8px 0px 8px;
}

td.portalfeature p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: White;
	margin: 0px;
	padding-top: 8px;
}

td.portalfeature a {
	font-weight: bold;
	text-decoration: none;
}

td.portalfeature a:hover {
	color: White;
	text-decoration: underline;
}


/* Call Number */

td.callnumber  {
  	width: 210px;
}

td.callnumber p {
	font-size: 1.2em;
	color: #0079C1;
	font-style: italic;
	padding: 8px 3px 8px 8px;
}

table.container {
	text-align: left;
	width: 100%;
}

/* Footer */

td.footer {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 85%;
	vertical-align: middle;
	width: 683px;
	padding-top: 10px;
}
td.footer p {
	color: #b5b5b5;
}
td.footer a {
  	color: #b5b5b5;
	text-decoration: none;
}

td.footer a:hover {
  	color: #b5b5b5;
	text-decoration: underline;
}

td.logo {
  	vertical-align: middle;
	padding-top: 5px;
	width: 36px;
}

/* Spans */

span.featuretitle {
	color: #0079C1;
	font-size: 1em;
	font-weight: bold;
}

span.offerstitle {
	font-weight: bold;
	color: #0079C1;
	font-size: 120%;
}

span.tel {
	color: #EC721C;
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	line-height:1em;
}

