@charset "utf-8";
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #036;
	line-height: 1.3em;
}
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 1.6em;
}
.basetextlge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.6em;
}


/* search box */


.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #999999;
	height: 18px;
	width: 200px;
	background-color: #F9F9F9;
}


/* left nav */


#navcontainer { width: 180px; }

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navcontainer a
{
	display: block;
	width: 180px;
	background-color: #003366;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DFEAF4;
	border-right-color: #DFEAF4;
	border-bottom-color: #DFEAF4;
	border-left-color: #DFEAF4;
}

#navcontainer a:link, #navlist a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #6699cc;
	color: #FFFFFF;
}



/* scrolling div */


#contentDiv1 {
	position: relative;
	width:110px;
}
#viewportDiv1 {
	overflow: auto;
	position: absolute;
	height: 150px;
	width: 110px;
	background-color: #DFEAF4;
}


/* horizontal nav */


#hnavcontainer ul
{
	color: White;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background-color: #003366;
	width: 100%;
}

#hnavcontainer ul li {
	display: inline;
}

#hnavcontainer ul li a
{
	background-color: #003366;
	color: White;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.border {
	border: 1px solid #E5E5E5;
}


#hnavcontainer ul li a:hover
{
	background-color: #6699cc;
	color: #fff;
}.whiteareil12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


/* quote box */


.sbl {
	width: 100%;
	text-align: left;
	min-width: 100px;
	background-color: #b5a495;
	background-image: url(bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sbr { background: url('br.gif') bottom right no-repeat; }
.stl { background: url('tl.gif') top left no-repeat; }
.str {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5em;
	background-image: url(tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
.sb { padding: 2px 0px 20px 50px; background: url('b.gif') 30px top no-repeat; 
}
.sb2 {
	padding: 2px 0px 20px 50px;
	background-image: url(b2.gif);
	background-repeat: no-repeat;
	background-position: 615px top;
}
.quotetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1B518D;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A0B654;
}


/* publishers box */

.publisherstextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	height: 20px;
	width: 262px;
	border: 1px solid #817872;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.bookbackground {
	background-attachment: scroll;
	background-image: url(backgrounds/book_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bookbackground2 {
	background-attachment: scroll;
	background-image: url(backgrounds/book_background_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.producttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699cc;
}
.hr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7DCCD;
	height: 20px;
}

.productprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.feature_background_david_shepherd {
	background-attachment: scroll;
	background-image: url(backgrounds/david_shepherd_feature.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #036;
}

