body {
	margin:0;
	padding:0;
	background: url(../i/bkgnd.jpg) repeat-y;
	color:#000;
}

body,p,li,td,th {
	font-family: Verdana, Georgia, Times New Roman, Times, serif;
	text-align:left;
	font-size:14px;
}

h1 { font-size: 18px; margin: 0 0 10px 0; }
h2 { font-size: 16px; margin: 0 0 10px 0; }
h3 { font-size: 14px; margin: 0 0 10px 0; }
ul {
	margin-top:0;
	margin-bottom:10px;
}

.invisible { visibility:hidden; display: none; }
ul ul { margin-bottom: 5px; }
li { margin-bottom: 5px; }
li { list-style:disc; }
li li { margin-top: 5px; list-style:disc; }

ul.no-bullets, ul.no-bullets li {
	list-style-type: none;
}
p {
	text-align:justify;
	margin:0;
	padding-top:0;
	padding-bottom:10px;
}

p.clear { clear: both; }
img { }

a {
	color:#008;
}

a:hover {
	color:#F60;
}

a:active {
	color:#F60;
}

#banner {
	height:110px;
}
#banner img {
	padding:1px;
}

#mainmenu {
	position:absolute;
	top:108px;
	left:0;
	width:180px;
}

#mainmenu li a {
	color:#000000;
	text-decoration: none;
}

#mainmenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top:5px;
	font-weight:bold;
	font-style:italic; 
} 

#mainmenu li {
	list-style-type: none;
}	

#mainmenu li a {
	display: block;
	margin-left:15px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:3px;
	width: 145px;
	height: 35px;
	text-align:right;
	padding-bottom:2px;
}

#mainmenu li a:hover {
	color:#009;
}

/**** MODIFY THESE LINES TO ADD OR REMOVE MENU ITEMS ****/
#home  a#nav-home,
#philosophy  a#nav-philosophy,  
#facilities a#nav-facilities, 
#services a#nav-services,
#reading a#nav-reading,
#insurance a#nav-insurance,
#directions a#nav-directions,
#contact a#nav-contact {
	text-decoration: underline;
}

#home a#nav-home, 
#philosophy a#nav-philosophy, 
#facilities a#nav-facilities, 
#services a#nav-services,
#reading a#nav-reading,
#insurance a#nav-insurance,
#directions a#nav-directions,
#contact a#nav-contact {
    color:#009;
}


#nav-home { background: url(../i/butn0.gif) 0 0 no-repeat; }
#nav-home:hover { background: url(../i/butn0.gif) 0 -55px no-repeat; }

#nav-philosophy { background: url(../i/butn1.gif) 0 0 no-repeat; }
#nav-philosophy:hover, #philosophy a#nav-philosophy { background: url(../i/butn1.gif) 0 -54px no-repeat; }

#nav-facilities { background: url(../i/butn2.gif) 0 0 no-repeat; }
#nav-facilities:hover, #facilities a#nav-facilities { background: url(../i/butn2.gif) 0 -54px no-repeat; }

#nav-services { background: url(../i/butn3.gif) 0 0 no-repeat; }
#nav-services:hover, #services a#nav-services { background: url(../i/butn3.gif) 0 -54px no-repeat; }

#nav-reading { background: url(../i/butn4.gif) 0 0 no-repeat; }
#nav-reading:hover, #reading a#nav-reading { background: url(../i/butn4.gif) 0 -54px no-repeat; }

#nav-insurance { background: url(../i/butn5.gif) 0 0 no-repeat; }
#nav-insurance:hover, #insurance a#nav-insurance { background: url(../i/butn5.gif) 0 -54px no-repeat; }

#nav-directions { background: url(../i/butn6.gif) 0 0 no-repeat; }
#nav-directions:hover, #directions a#nav-directions { background: url(../i/butn6.gif) 0 -54px no-repeat; }

#nav-contact { background: url(../i/butn7.gif) 0 0 no-repeat; }
#nav-contact:hover, #contact a#nav-contact { background: url(../i/butn7.gif) 0 -54px no-repeat; }

#title-outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 136px;
	background: url(../i/bkgnd-top.jpg) repeat-x;
}

#title-inner { 
	margin: 0;
	background: 0 -137px url(../i/bkgnd-corner.jpg) no-repeat;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	padding: 70px 0 0 200px;
	height: 67px;
	width: 800px;
	display: block;
	text-decoration: none;
	color: #449;
}

#title-inner:hover {
	background: url(../i/bkgnd-corner.jpg) no-repeat;
	text-decoration: none;
}

#content {
	position:absolute;
	top:108px;
	left:200px;
	width:590px;
	padding-bottom:20px;
}

.float-right {
	float:right;
	padding-left:15px;
}

.float-left {
	float:left;
	padding-right:20px;
}

#reading-list { position:absolute; top:108px; left:200px; width:700px; padding-bottom:20px; }

.book { float: left; width: 125px; height: 270px; padding: 5px; text-align: center; }
.book img { border: 1px solid #AAA; border-color: #CCC #666 #666 #CCC; } 
.book  p.title { margin: 0; padding: 5px 0 0 0; font-weight: bold; font-size: 12px; text-align: center; }
.book  p.author { margin: 0; padding: 5px 0 0 0; font-size: 10px; text-align: center; font-style: italic; }

#webdesign { font-size: 10px; margin: 50px 0 0 20px; }
#webdesign a { text-decoration: none; color: #58B }
#webdesign a:hover { text-decoration: underline; color: #008; }
