﻿.holdingdiv
{
	/*position:absolute;
	left:0px;
	top:0px; - removes white padding around whole page*/
	padding-top:70px;
	padding-bottom:50px;
	background-color:#E6E6FF;
	min-width:900px;
}
.mainlogo
{
	left:30px;
	top:30px;
	position:absolute;
	z-index:1;
}
.mainlogo img{
	border-style:none;
}

.centralholder
{
	width:auto;
	background-color:white;
	min-width:700px;
	min-height:600px;
	margin-left: 50px;/*150px;*/
	margin-top: 0px;
	position: relative;
	margin-right: 50px;/*150px; /*7% also works but then will have to change logo position etc.*/
	z-index: 0;
	padding-left:50px;
	padding-right:50px;
	border-width:1px 1px 1px 1px;
	border-color:#9797FF;
	border-style:solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#666666;
}

p {
	margin-bottom:0.6em;
	margin-top:0px;

}

.mainmenu
{
	width:150px;
	left:10px;
	top:100px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	position:absolute;
	color:#666666;
	display:block;
}
/*.selecteditem {
	background:navy;
	color:white;
	text-decoration: underline;
	color:#333333;
}*/
.mainmenu a:hover {
	background:navy;
	color:white;
	/*text-decoration: underline;
	color:#333333;*/
}
.mainmenu ul {
	
	display:block;	
	list-style-type:none;
	padding-top:2px;

}
.mainmenu ul li a{
		
	display:block;
	text-decoration: none;
	color:#666666;
	padding-bottom:4px;
	padding-top:4px;
	list-style-type:none;
	border-bottom:1px solid #9797FF;  /*#DFDFDF*/
	padding-left:5px;
	
}

.mainmenutopitem {
	border-top:1px solid #9797FF;
}
.submenu{
	width:130px;
	left:-20px;
	top:0px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	position:relative;
	color:#666666;
	display:block;
	bottom:0px;
	margin-bottom:0px;

}
.submenu a:hover {
	background:navy;
	color:white;
	/*text-decoration: underline;
	color:#333333;*/
}
.submenu ul {
	
	display:block;	
	list-style-type:none;
	padding-top:0px;

}
.submenu ul li a{
		
	display:block;
	text-decoration: none;
	color:#666666;
	padding-bottom:4px;
	padding-top:4px;
	list-style-type:none;
	border-bottom:1px solid #9797FF;  /*#DFDFDF*/
	padding-left:5px;
	
}


.maintext
{
	margin-left: 175px;
	margin-right: 40px;
	height: auto;
	margin-top: 100px;
	margin-bottom:100px;
	font-size: 0.9em;
	line-height: 1.3em;
	position:relative;
}
.maintext a:link {
	text-decoration: none;
	color: navy;
}
.maintext a:visited {
	text-decoration:none;
	color:navy;
}
.maintext a:active {
	text-decoration: none;
	color: navy;
}
.maintext a:hover {
	text-decoration: none;
	color: navy;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}


.maintext h1
{
	font-size: 1.7em;
	margin-top: 0px;
	margin-bottom:1em;
	color:navy;
	font-family:"Palatino linotype";
	clear:both;
}
.maintext h2
{
	font-size:1.2em;
	margin-top:1.0em;
	color:navy;
	font-family:"Palatino linotype";
	clear:both;
}
.maintext h3
{
	font-size:1em;
	margin-top:1.0em;
	color:navy;
	font-family:"Palatino linotype";
	clear:both;

}
.maintext ul li{
	list-style-type:disc;
	margin-bottom:0.4em;
	margin-top:0.1em;
}
.maintext p {
	margin-bottom:0.6em;
}


.tools
{
	position:absolute;
	right:15px;
	width:auto;
	top:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#9797FF;
}
.tools a:link {
	text-decoration: none;
	color:#666666;
}
.tools a:visited {
	text-decoration:none;
	color:#666666;
}
.tools a:active {
	text-decoration: none;
	color: #666666;
}
.tools a:hover {
	color: #666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	text-decoration:none;
}

.breadcrumb {
	position:absolute;
	right:15px;
	width:auto;
	top:2.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:gray;
	z-index:1;

}
.breadcrumb a:active {
	text-decoration:none;
	color:navy;
}

.breadcrumb a:visited {
	text-decoration:none;
	color:navy;
}

.breadcrumb a:link {
	text-decoration:none;
	color:navy;

}

.breadcrumb a:hover{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:navy;
}

#subhide
{
	display: none;
	font-size: 0.9em;
	margin-left: 10px;
}
#subshow
{
	display:block;
	left:10px;
	font-size:0.9em;
}
.updatecopyright
{
	position:absolute;
	right:15px;
	bottom:20px;
	margin-top:20px;
	width:30%;
	min-width:200px;
	font-size:0.8em;
	display:block;
	text-align:right;
	font-style:italic;
}

.totop
{
	position:absolute;
	left:15px;
	bottom:20px;
	margin-top:20px;
	width:30%;
	min-width:200px;
	font-size:0.8em;
	display:block;
	text-align:left;
	color:navy;
}
a:active {
	text-decoration:none;
	color:navy;
}
a:visited {
	text-decoration:none;
	color:navy;
}

.totop a:link {
	text-decoration:none;
	color:navy;
}
.totop a:hover {
	text-decoration:none;	
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:navy;
}

#googlebox {
	position: absolute;
	width:30%;
	left:35%;
	top:27%;
	min-width:250px;
	text-align: left;
	font-size:0.9em;
	font-family: arial, sans-serif;
	color: #666666;
	z-index:3;
	border: 2px #9797FF double;
	padding:20px;
	display:block;
	background:white;
}

#googlebox a:link{
	text-decoration: none;
	color:navy;
}

#googlebox a:hover {
	color: navy;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	text-decoration:none;
}
#googlebox a:active{
	text-decoration: none;
	color:navy;
}

#googlebox h2
{
	font-size:1.2em;
	margin-top:0em;
	color:navy;
	font-family:"Palatino linotype";
}

#googlebutton {
	font-size:0.8em;
	width:2.7em;
	color:#666666;
	display:none;
}
#googleinput {
	margin-top:1em;
	font-size:1em;
	color:gray;
}
#googleclose {
	position:absolute;
	bottom:1em;
	right:1em;
	
}
#searchholder {
	width:100%;
	height:100%;
	left:0;
	right:0;
	z-index:2;
	position:absolute;
 	opacity: 0.7;
  	-moz-opacity: 0.7; /* older Gecko-based browsers */
 	filter:alpha(opacity=70); /* For IE6&7 */
 	background-color:white;
 }

#searchholder2{
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:2;
	position:fixed;
	display:none;
}
#seethrubox{
	position: absolute;
	top: 150px;
	width:30%;
	width:320px;
	left:35%;
	background-color:white;

}
.normalcontrast {
	font-size:0.9em;
}
.highcontrast {
	color:black;
	font-weight:bolder;
}
/* in effect, do holding blank box (whole screen), opaque search box on that, semitransp white box over top (whole screen), then seethru small box same size as search box on very top */


#contents { 
	border: solid;
	font-size: 0.9em;
	font-family: arial, Helvetica, sans-serif;
	color: #666666;
	border-width: 1px;
	border-color: silver;
	margin: 2em 1em 1em 0em;
	position: relative;
	padding: 1em 1.2em 1em 1em;
	display:block;
	line-height:normal;  /* bug in IE7 means have to have this here, otherwise misses top border of box */

}
#contents a:link {
	text-decoration:none;
	color:navy;
}
#contents a:visited {
	text-decoration:none;
	color:navy;
}
#contents a:active {
	text-decoration:none;
	color:navy;
}

#contents a:hover{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:navy;
}
#closebox {
	position:absolute;
	right:5px;
	top:2px;
}

#closebox a:link {
	color:silver;
	text-decoration:none;
}
#closebox a:visited {
	color:silver;
	text-decoration:none;
}
#closebox a:active {
	color:silver;
	text-decoration:none;
}

#closebox a:hover {
	color:silver;
	text-decoration:none;
	border-bottom-style:none;
}
/* from old stylesheet for about page */
img.floatright {
	float: right;
	clear: none;
	margin-left: 20px;
	border-style: none;
	border:0px;
	display: block;
	width: auto;
	margin-bottom:20px;
	/*margin-bottom:50px;
	/*have to add this bottom margin because of ie7 guillotine bug, otherwise places images in wrong
	place */
}
.fixedwidthimg {
	width:140px;
	display:block;
	height:160px;
	float:left;
	text-align:right;
	margin-right:60px;
	padding-top:2px;
	text-decoration:none;
	border-bottom-style:none;

}
.fixedwidthimg img {
	border-style: none;
	border:0px;
	border-width:0px;
	width: auto;
	margin-bottom:20px;
	text-decoration:none;
	border-bottom-style:none;
}
.fixedwidthimg a:hover{
	border-style: none;
	text-decoration:none;
	border-bottom-style:none;
}
.bookreviews p {
	clear:both;
	margin-top:40px;

}
.maintext IFRAME {
	width: 530px;
} /* just for Google search results */
