/*  TOP AND LEFT BORDER, BACKGROUND BLACK  */
body{
	padding:12px 0px 0px 12px;
	margin:0px;
	background-color:#000;
	height:100%;
	}

		
/*  CONTAINS LOGO, START MAKING A READER TODAY, AND BOOKSHELF  */
#banner{
	width:742px;
	/width:775px;
	height:124px;
	}
/*  FLOAT SMART LOGO TO THE LEFT  */
.lefty{
	float:left;
	}
/*  TARGET AND POSITIONS BOOKSHELF  */
#banner a img{
	margin-right:9px;
	_margin-right:8px;
	margin-top:1px;
	_margin-top:0;
	}
.books img{
	padding:0;
	margin:0;
	padding-top:1px;
	display:block;
	}

	
		
/*  PAGE ENCOMPASSES NAVIGATION, CONTENT, AND RIGHTCOL  */
#page{
	background-image:url(../images/page_back2.gif);
	background-repeat:repeat-y;
	width:742px;
	border:1px dashed #666;
	min-height:520px;
	display:block;
	height:100%;
	}
	
/*  MAIN CONTENT WHITESPACE  */
#content {
	width:500px;
	padding:18px;
	padding-bottom:27px;
	margin-left:15px;
	position:relative;
	}

/*  DOWNLOAD LISTS FOR PUBLICATIONS, SMART NEWS, BUY SMART, EMPLOYMENT   */
#downloads{
	width:100%;
	padding-bottom:12px;
	}
#downloads ul{
	width:100%;
	margin:0px;
	padding:0px;
	}
#downloads ul li{
	margin:0px;
	padding:6px 0px 6px 0px;	
	border-bottom:1px dashed #999;
	text-decoration: none;
	list-style:none;
	display:block;
	}
#downloads ul li img{
	margin-top:12px;
	margin-bottom:6px;
	}
#downloads ul li a{
	margin:0px;
	padding:0px;
	text-decoration:none;
	line-height:normal;
	}
#downloads ul li a em{
	font-weight:normal;
	font-style:normal;
	padding:0px 6px 0px 6px;
	}
#leftCol{
	display:block;
	line-height:18px;
	}
/*  RIGHT COLUMN  */
#rightCol{
	margin:0px;
	width:180px;
	position:absolute;
	float:right;
	left:532px;
	/left:570px;
	padding:0px;
	margin-bottom:24px;
	}
#rightCol ul{
	width:100%;
	margin:0px;
	}
#rightCol ul li{
	margin:0px;
	padding:0px;	
	border-bottom:1px dashed #999;
	text-decoration: none;
	list-style:none;
	display:block;
	padding:5px 9px 5px 12px;
	}
#rightCol ul li#form{
	border-bottom:none;
	}
	
	
/*  TARGETS ONLY THE HYPERLINK IN THE RIGHTCOL LIST CALLED "EMAIL"  */
#rightCol ul li a#email {
	padding-left:6px;
	margin-left:6px;
	border-left:1px dashed #999;
	}

#numbers ul{
	padding-bottom:6px;
	list-style-type:decimal;
	}
#numbers ul li{
	padding-bottom:9px;
	}
	
/*  FOOTER NAVIGATION AND INFORMATION  */
#footer{
	width:500px;
	display:block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	}
#footer ul{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	}
#footer ul li{
	text-decoration: none;
	list-style:none;
	display:inline;
	padding:0px;
	line-height:15px;
	}
#footer ul li a{
	padding-right:4px;
	border-right:1px solid #555;
	}
	
	
/*  REMOVES THE SEPARATOR FROM THE LAST LINK IN THE FIRST ROW -- TARGETS ONLY THE HYPERLINK IN THE FOOTER LIST CALLED "BREAK"  */
#footer ul li a#break{
	border-right:none;
	}
	
/*  REMOVES THE SEPARATOR FROM THE LAST LINK IN THE SECOND ROW -- TARGETS ONLY THE HYPERLINK IN THE FOOTER LIST CALLED "LAST"  */
#footer ul li a#last{
	border-right:none;
	}
	
	
/*  INDICATOR OF CURRENT PAGE -- TARGETS SPECIFIC NAV ID BY REFERENCING THE CURRENT BODY ID  */
#navigation ul {
	margin-top:.5em;}
#navigation ul li#open a{
	background-image:url(../images/book_open.gif);
	background-repeat:no-repeat;
	color:#C00;

      }
	  
.pageTitle{
	font-family:Arial, sans-serif;
	font-size:21px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin-bottom:12px;
	color:#c00;
	}
.books img{
	margin-top:3px;
	_margin-top:0px;
	display:block;
	}
.lefty{
	float:left;
	}
.bigWHITEital{
	font-family:Arial, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	}
.bigBLUE{
	font-family:Arial, sans-serif;
	font-size:14px;
	font-style:none;
	font-weight:bold;
	color:#2E95EA;
	text-transform:none;
	display:block;
	margin:0px;
	margin-bottom:6px;
	}
.phone{
	font-family:Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	}
.quote {
	display:block;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	line-height:14px;
	color:#fff;
	text-decoration: none;
	margin-top:10px;
	}
.quote em{
	display:block;
	margin-top:12px;
	text-align:right;
	margin-bottom:10px;
	}
.former {
	display:block;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	line-height:14px;
	color:#666;
	text-decoration: none;
	padding-left:6px;
	}
