@charset "UTF-8";
/* CSS Document */
html {
	background-image: url(../images/BGs/BG2shad.jpg);
	background-repeat: repeat;
}	

body {
	font-family: eurostile, sans-serif, Arial, Helvetica;
	text-align: center; /* centers container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(../images/BG3bshad90.jpg) top center repeat-y;
	width: 960px;
	margin: -18px auto -20px;
/*	margin-top:-18px;
	margin-bottom:-20px;
*/	padding: 0;
	font-size: medium;
	color: #523623;
	}
	
#container {
	text-align: left;
	width: 960px;
	top: 0px;
	margin:0;
	padding:0;
	overflow:visible;
/*	min-height: 1500px;	
*/		}
	
#header {
	text-align:center;
	}
#navbar {
	height:30px;
	text-align: left;
	margin-left: 228px;
	padding-top: 0px;
/*	position: absolute;
	top: 220px;
*/}
#navbar a {
	float: left;
	height: 30px;
/*	margin: 10px;
*/	display:block;
	background-position:top;
	text-align:center;
	margin-left: 10px;
}
/*
#navbar a:hover  {
	background-position: bottom;
	}

a.navpiece1 {
		background-image: url(../nav4/nav4_01.jpg);
		background-repeat: no-repeat;
		width: 68px;
		}
		
a.navpiece2 {
		background-image: url(../nav4/nav4_02.jpg);
		background-repeat: no-repeat;
		width: 223px;
		}

a.navpiece3 {
		background-image: url(../nav4/nav4_03.jpg);
		background-repeat: no-repeat;
		width: 99px;
		}
a.navpiece4 {
		background-image: url(../nav4/nav4_04.jpg);
		background-repeat: no-repeat;
		width: 66px;
		}*/
		
#subhead {
	/*	top: 260px;
*/	width: 960px;
	float:left;
	position: relative;
/*	top: 30px;
*/
	}
	
#content {
	text-align: left;
	width: 960px;
	overflow: visible;/*	top: 300px;
	*/
	clear: both;
}
	
#content_text {
	margin-left: 160px;
	margin-right: 160px;
	padding-top: 10px;
	}
	

.nicelist {
	list-style: none;
	padding-left: 150px;
    }
	
.nicelist li {
	list-style-image: url(../images/astonbu1.gif);
    }

html[xmlns] .nicelist {
    padding-left: 2em;
    }

html[xmlns] .nicelist li {
	list-style-image: url(../images/astonbu1.gif);
    }
	
#footer {
	clear: both;
	/*	overflow: auto;
*/	width: auto;
	padding-bottom:20px;
	bottom: 0;
}

.thumb {
	padding: 0px 15px 0px 15px;
	}
	
#leftthumbs {
	height: 650px;
	width: 120px;
	margin-left: 120px;
	float: left;
}

.leftthumbsimg {
	padding-top: 5px;
	padding-bottom: 5px;
}

#image {
	height: 500px;
	width: 800px;
}

.gallerycontainer {
	position: relative;
	float: left;
	margin-left: 115px;
	border: none;
	width: 120px;
	height: 600px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid #523623;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #523623;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #C89B58;
	padding: 5px;
	left: -300px;
	border: none;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 120px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

#loadarea {
	position:absolute;
	border:1px solid #523623;
	left:240px;
	top:10px;
	width:600px;
	height:600px;
	z-index:auto;
}
#thumber {
	position:absolute;
	left:110px;
	top:10px;
	width:120px;
	height:600px;
	z-index:1;
}
.thumberimg  {
	border: 1px solid #523623;
}

#imagegallery {
  	list-style: none;
}

#imagegallery li {
  	display: inline;
}

/*#imagegallery li a img {
  border: 0;
}*/
.header_img {
	padding: 0 20px 0 20px;
	}
	
.null {
	padding:0;
	margin:0;
	z-index: 10;
}
