/* Page Height is per page inline style on container */

body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14pt;
	color: #ffffff;
}

#header {
	margin: auto;
	width: 1000px;
	background-image: url(../images/header.jpg);
	height:100px;
	margin-top:40px;
	border: solid 2px #d6d5d5;
	border-bottom: 0px;
}

#container {
	background-color: #E7E7E7;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	border: solid 2px #d6d5d5; 
	border-bottom: 0px;
	border-top: 0px;
	width:1000px;
	margin: auto;
}

#leftcolumn {
	float:left;
	width: 180px;
	height: auto;
	margin-top: 55px;
	
}

#maincontent {
	float:left;
	width: 594px;
	height: auto;
	height: auto;
	padding: 20px;
}



#rightcolumn {
	float:left;
	margin-top: 55px;
	margin-left: 5px;
	width: 180px;
	height: auto;
}

.imgcolumn {
	margin:18px;
	margin-bottom: 0px;
	
}

#footer {
	margin: auto;
	width: 1000px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;
	border: solid 2px #d6d5d5; 
	border-top: 0px;
	padding: 20px 0;
	text-align: center;
	
}

#mobile {
	display: block;
	color: #0099CC;
	padding: 15px 0 0 0;
}

#copyright {
	margin-top: 20px;
	text-align: center;
	color: #797979;
}

a.copyright_link:link {color: #797979;}
a.copyright_link:visited {color: #797979;}
a.copyright_link:hover {color: #0099CC}


a.gallery-link  {display: block; text-align: center; margin: 20px 0;}
a.gallery-link:link {color: #fff;}
a.gallery-link:visited {color: #fff9;}
a.gallery-link:hover {color: #000}

a:link {
	color:#0099cc;
	}
	
#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}


/* home */
.heading {
	margin-top: 20px;
}

.quote {
	padding-top: 30px;
	margin-left: 50px;
}

.homearrow {
	margin-top: 30px;
	margin-left: 845px;
	margin-left: 15px;
}

.homearrow_gallery {
	margin-left: 875px;
	margin-left: 50px;
	color: #797979;
}

a.homearrow_gallery:link {color:#797979;}      /* unvisited link */
a.homearrow_gallery:visited: {color:#797979;}  /* visited link */
a.homearrow_gallery:hover {color:#0099CC;}  /* mouse over link */
a.homearrow_gallery:active {color:#797979;} /* atcive link */


/* gallery */

.galleryarrow {
	margin-left: 25px;
	margin-top: 20px;
}

.galleryarrow_home {
	margin-left: 60px;
	color:#797979;
}

a.galleryarrow_home:link {color:#797979;}      /* unvisited link */
a.galleryarrow_home:visited: {color:#797979;}  /* visited link */
a.galleryarrow_home:hover {color:#0099CC;}  /* mouse over link */
a.galleryarrow_home:active {color:#797979;} /* atcive link */

#person {
	margin: auto;
	margin-bottom: 20px;
	width: 500px;
	height: 300px;
	padding-left: 20px;
	padding-right: 20px;
	border: solid 0px;
}

.person_header {
	color: #797977;
	background-color:white; 
	padding: 10px;
}

.person-img1 {
	float: left;
	padding: 5px;
	padding-bottom: 10px;
}

.person-img1:hover {background-color: white;} 

.eyes {
float:right;
}

.image_paragraph {
	margin-top: 130px; text-align:center;
}

/* image carousel */
.next {
	float:right;
}

.carousel {
	margin: auto;

}

.carousel_img {
	margin:3px;
	border: none;
}

.prev {
	font-size: 14pt;
	border: none;
	color: #ffffff;
}

.next {
	font-size: 14pt;
	border: none;
	color: #ffffff;
}

.highlight:hover {
	background-color: white;
}

.highlight {
	border: none;
}