a:link {  color: #515ea8; text-decoration: underline}
a:visited { color: #606A97; text-descoration: none}
a:hover {  color: #A7C461; text-decoration: underline}
a:active {  color: #000000; text-decoration: underline}


a.booklinks:link {  color: #24ABE1; text-decoration: underline;}
a.booklinks:visited { color: #000000; text-decoration: underline;}
a.booklinks:hover {  color: #29C2FF; text-decoration: underline;}
a.booklinks:active {  color: #29C2FF; text-decoration: underline;}

/* set background colour to white
- remove default margins/padding */
.homebody {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color:#000000;
}


div {
	margin: 0;
	padding: 0;
}

h1 {font-size: 1.4em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #515ea8;
}

h2 {font-size: 1.1em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #A7C461;
}

.quotes {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: #A7C461 2px dashed;
}

.quotehdr {
	color: #515ea8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

.innertblpad {
padding: 10px;
}



.logo {
padding-top: 10px;
}


.footercopyright {
	color:#666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}


.smwhitebold {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
}



.footernav {
color:#FFFFFF;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
text-align: right;
vertical-align: bottom;
padding: 5px;
}

.contactformhdr {
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
}

.subheading {
color:#515ea8;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.1em;
}

.subheading2 {
color:#515ea8;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.0em;
}


.imgnospc {
border: 1px #515ea8 solid;
}

.galleryimg {
border: 2px #000000 solid;
}



.imgbio {
margin-right: 10px;
margin-bottom: 55px;
}



.contentgrad {
	background-image: url(images/inner-table-grad.jpg);
	background-repeat: repeat-x;
}

.hdelement {
width:5px;
visibility:hidden;
}



/* Lightbox CSS */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 