@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	text-align: center;
	font-size:14px;	
}

/*drop shadow around the container*/
#containerDrop {
	width: 850px;
	height: 627px;
	margin: 0 auto;
	padding: 20px 0 0px 0;
	 background-image:url(images/dropShadow.png);
	 background-repeat:no-repeat;}

	
/*contains all the content with a background with a blue sidebar right white main conetnet repeating image*/	
 #container { 
	border: 2px solid #009933;
	width: 800px;
	height: 595px;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left; 
	
} 
/*header holds the main navigation with a green border with a set hight of 30px*/
#header { 
	height: 30px;
	background: #330000;
	border-bottom: 2px solid #009933; 
	padding: 0; 
	margin: 0px;
} 

/*pink highlight font in the main navigation*/
.pink{
	font-size: 13px;
	color: #FF3399;
	float:right;
	padding: 0;
	margin: 0 140px 0 0;
	font-weight: bold;}

/*set padding for center placement of type*/	
#headerNav {
	padding: 8px 0px 5px 20px;
	margin: 0px;	
}

/*main navigation 45px right bold font with no underline*/
#headerNav a{
	padding: 0px 45px 0 0;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	}
	
/*link in blue*/	
#headerNav a:link{
	text-decoration: none;
	color: #6699CC;
	}
	
/*visited blue*/
#headerNav a:visited{
	text-decoration: none;
	color: #6699CC;
	}
	
/*howver is a cream color*/
#headerNav a:hover{
	color: #FFFFCC;}
	
/*selected is a cream color*/
#headerNav a.selected{
	color: #FFFFCC;
	font-weight:bold;
	font-size: 13px;
	
	}


/*sidebar floated left with a set width*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 284px;
	padding:0;
}

/*white paragraph style for the sidebar*/
#sidebar1 p {
	color: #FFFFFF;
	font-size:12px;
	line-height: 20px;
	padding: 0;
	margin: 0 20px 20px 20px; }
	
/*drop shadow behind book cover in the side bar*/
.dropShadow{
	background-image:url(images/shadow.png);
	background-position:center;
	}
	
/*sidebar with 0 padding 0 margin*/	
.sidebar {
	padding: 0;
	margin: 0;
	}

/*mainContent*/
#mainContent { 
width:485px;
height: 563px;
	
	margin: 0 0 0 285px; /*pushes content to the right*/
	padding: 55px 0px 0 30px; 
	/**padding: 20px 0 0 30px;*/
	/**margin-top: -50px;*/
	_margin-top: -530px;/*IE6 hack to make the scroll bar start at the top of the div*/
	
} 


/*greenword above bullets*/
h2{
padding: 0 0 10px 0;
margin: 0 0 0 30px;
	color: #009933;
	font-size: 12px;
	font-weight:bold;
	}

/*greenword within a paragraph*/	
.green{
	padding: 0;
	margin: 0;
	color: #009933;
	font-size: 12px;
	font-weight:bold;
	}
	
	
#mainContent p {
	margin-right: 90px;
	color: #330000;
	font-size:12px;
	line-height: 20px;
	*line-height:16px;}

/*get Active line height*/	
#active{
	margin-right: 90px;
	color: #330000;
	font-size:12px;
	line-height: 24px;}

/*buy book page with list of links to places to buy book needs more line height*/
#bookList a{
	margin-right: 90px;
		font-size:12px;
	line-height: 30px;
	}
	
#tableContent {
	margin: 12px 90px 0 0;
	padding: 0;
	color: #330000;
		font-size:12px;
	line-height: 22px;}

/*green headline*/	
h1 {
padding: 0 0 0 30px;
color: #009933;
	font-size: 14px;
	font-weight:bolder;
	}
	
	
/*blue links within the text*/
a:link{ 
	color: #6699CC;
	font-size:12px;
	/*text-decoration:none;*/}
a:visited{
color: #009933;
	font-size:12px;
	}	
/*hover for a link in brown*/	
a:hover{
	/*color: #330000;*/
	text-decoration:none;}
	
#copyRight{
padding: 15px 0px 5px 0px;
	color: #330000;
	font-size:10px;
	margin-left: 30px;
	}	
	
/*page without scroll bar copy right*/	
#copyRight2{
padding: 15px 0px 0 0px;
	color: #330000;
	font-size:10px;
	margin-left: 0px;
	}

/*page with scrollbar*/	
#mainContentScroll { 
	overflow:scroll;/*scrollbar*/
	width:516px;
	height: 563px;
	float:right;
	
	
} 

/*photo of lori. text wrap around the image*/
.Floatimg{
	float: left;
	padding:5px 15px 5px 0;
	margin: 0;
	}
	
/*headline image*/	
/*.headline {
	padding: 55px 30px 0px 30px;
	margin: 0;
	
	}*/
	

	
/*paragraph style for scroll page has padding*/
#mainContentScroll p {
	padding: 0 40px 0 30px;
	color: #330000;
	font-size:12px;
	line-height: 20px;}

/*smaller text at the bottom with a copy right*/
#mainContentScroll copyRight{
padding: 15px 40px 0 30px;
	color: #330000;
	font-size:10px;
	line-height: 20px;}

#secondNav {
	margin-top:-10px;
	padding: 0;
	margin: 0;
	font-size:14px;
	font-weight:bolder;
	
	
	}
#secondNav ul li {
	margin: 0;
	padding:0;
	list-style:none;
	display:inline;
	
	}	
#secondNav ul li a:link{
	/*font-size:14px;*/
	
}

#secondNav ul li a:visited{
color: #009933;}

#secondNav ul li a:hover{
	text-decoration: none;}

#secondNav .selected{
margin: 0; 
padding: 0;
	text-decoration:none;
	color: #009933;
	
	
	}
	
/*padding on the headline in the excerpts*/	
.excerpts{
margin: 0;
	padding: 55px 75px 0 30px;
	}
/*class on second navigation for with a scroll bar*/
.second{
margin: 0;
	padding: 0px 75px 0 30px;
	
	}

/*second navigation alignment with out scroll bar*/	
.noScroll{
margin: 0 0 0 -40px;/*moves secondNav to the left to align with paragraph and headline*/
	*margin: 0px;
	}
	
.bullet{
	list-style:disc;
	padding: 0 40px 0 30px;
	margin: -10px 0 0 15px;
	color: #330000;
	font-size:12px;
	line-height: 20px;}	
	
#footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD; 
} 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}