/* 
  ------------------------------------------------
fishburnbooks.com
  ------------------------------------------------
*/

body {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #DBDDD0;
	margin: 0px;
	padding: 0;
	background-image: url(../images/layout_bkgrnd.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/layout_bkgrnd.jpg);
	background-repeat: repeat;
}
#column_wrapper {
	background-image: url(../images/layout_middle2.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 24px;
	padding-left: 20px;
}
#right .content {
	font-size: 0.85em;
	line-height: 1.55em;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 4px;	
}
#masthead .content {	
/*	background-image: url(../images/layout_header4.jpg);		
	height: 127px;*/
	background-image: url(../images/layout/header.jpg);		
	height: 124px;	
	background-repeat: no-repeat;	
		
}
#footer .content {
	background-image: url(../images/layout_bottom2.jpg);
	height: 38px;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #991E1D;
}
#right a:link {
	color: #333333;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	/*font-weight: bold !important;*/
	/*	letter-spacing: .15em;*/
	border-color: #CCCCCC !important;
	background-image:url(../images/menu_hover.jpg);
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#wrapper #top {
	background-image: url(../images/layout_top2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
/* record navigation bar - defined as a class because it appears at the top and bottom of a page */
#right .content .nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 20px;
}
.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	border: 1px solid #666666;
	margin: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #E6E7DF;
	color: #000000;
}
.nav a:hover {
	background-color: #F4F4F4;
	margin: 10px;
}
.nav .inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	border: 1px solid #666666;
	margin: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #FFFCED;
	color: #000000;
}
.nav .inactive {
	background-color: #F4F4F4;
	margin: 10px;
  color:#CCCCCC;  
	border: 1px solid #666666;
	color: #999999;
	border-color: #CCCCCC;
}.content .nav a {
	color: #333333;
	text-decoration: none;
}
/* images */
.thumbnail {
	padding: 6px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
	border: 1px solid #999999;
	clear:both;
	background-color: #FFFFFF;
}
.imgtopleft{
	float: left;
	margin: 0px 10px 5px 0;
	clear: none;
}
.imgleft{
   float: left;
	display: inline; /* fixes IE's text indent bug AND double-margin bug on floats */
	   margin: 12px 10px 10px 5px;
	clear: left;
}
.imgleft2{
   float: left;
	display: inline; /* fixes IE's text indent bug AND double-margin bug on floats */
	margin: 12px 10px 20px 0px;
	clear: left;
}
.imgctr { 
	margin: 5px;
	text-align: center;
}
.imgright{
   float: right;
	   margin: 12px 0px 10px 10px;
	clear: right;
}
.imgtopright{
	float: right;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}
#footerlinks {
	font-size: 0.8em;
	color: #991E1D;
	text-align: center;
}

#footerlinks .content a {
	text-decoration: none;
	color: #991E1D;
}
#footerlinks .content a:hover {
	color: #741616;
	text-decoration: underline;
}
div.content-body 
{
	background: url(../images/maq/custom_corners_rightborder.gif) top right repeat-y;
	font-variant: normal;
	padding:15px;
	margin:0;
	margin-top:-19px;
}
div.content-footer 
{
	background: url(../images/maq/custom_corners_bottomleft.gif) bottom left no-repeat;
}

div.content-footer p
{
	background: url(../images/maq/custom_corners_bottomright.gif) bottom right no-repeat;
	padding:15px;
	margin:-2em 0 0 0;
}

div.content-footer p a
{
	color: #666;
	font-style: italic;
	text-decoration: none;
}

div.content-footer p span 
{
	margin-top: -5px;
}

div.content-block
{
	/*font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
	font-size:0.9em;
	background-color: #ffffff;
	background: url(../images/maq/custom_corners_topleft.gif) top left no-repeat;
	width: 540px;
	border:none;
	float:left;
} 
div.content-block h3
{
	background: url(../images/maq/custom_corners_topright.gif) top right no-repeat;
	font-size: 1.4em;
	font-variant: small-caps;
	padding:15px;
	padding-bottom:5px;
	margin: 0;
	color: #991E1D;
}.addressinfo {
	padding: 15px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 200px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
}
#login_details {
	margin: 6px 0 5px 1px;
	font-size: 0.8em;
	padding-right: 14px;
}
#login_details a {
	color: #333333;
	text-decoration:underline;	/*background-color: #333333;*/
}
#login_details a:hover {
	color: #990000;
}
.content_middle .description img {
	border-style: none;
}
.desc-title {
	color: #751515;
}
.no-records {
	background: #EEEFE9;
	padding: 10px;
	border: 1px solid #999999;
	margin: 20px;
	font-size: 0.9em;
}
/* styling for curved content container*/
.content_wrapper {
	padding: 10px;
	margin: 0px;
}
.content_top_wide {
	background-image: url(../images/contentbox_wide_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	height:17px;
}

.content_middle_wide {
	background-image: url(../images/contentbox_wide_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	margin-bottom:-20px;
	padding-left:16px;
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
}
.content_bottom_wide {
	background-image: url(../images/contentbox_wide_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: -10px;
	height:24px;
}
.content_middle_wide .description {
	qmargin-top: -12px;  /*pulls first line nearer top graphic*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#cust_links {
	font-size: 0.9em;
	text-align: center;
}
