@charset "utf-8";
/* CSS Document */
/* Paragraph Headings
----------------------------------------------- */

h1, h2, p{
	font-family:Arial, Helvetica, sans-serif;
	color:#694340;
	line-height:1.5;
	}
	
#controls, #picture {
	display: none;
}
	
hr {
border:none;
background-color:#694340;
height:1px;
width:46em;
float:center;
}

body {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	background-color:#fcfcf0;
	margin: 20px 20px 20px 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color:#694340; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	position:relative;left:0px;top:0px;z-index:0


}

#star {

	width:451px;
	height:449px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:-1;

	}
	
#menuBar {
	float:left;
	margin-left:20px;
	z-index:5;
	}
	
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 65em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 10px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:11;
}
.photoheight{
border-collapse:collapse;
}

#header { 
	z-index:15;
	border-top-style:double;
	border-top-width:5px;
	border-left-style:double;
	border-left-width:5px;
	border-right-style:double;
	border-right-width:5px;
} 
#mainContent {
	padding: 40px 40px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:7;
	border-bottom-style:double;
	border-bottom-width:5px;
	border-left-style:double;
	border-left-width:5px;
	border-right-style:double;
	border-right-width:5px;
	background-repeat:no-repeat;
	background-position:bottom right;
	
}
.starstyle{
	list-style-image:url(../images/smallstar.gif);
	}
	
.textBox  {
	width:55em;
	clear:right;
	}

	
#footer { 
	padding: 0 10px;
	z-index:16 /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#quote {
position:absolute;
width:350px;
margin-left:90px;
margin-top:10px;
margin-bottom:10px;
font-style:italic;
clear:right;
z-index:30;
top:470px;

}

.topImage {
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	display:block;
	width:222px;
	clear:both;
	z-index:200;

	
	}
	
.topImage1{
	float:right;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	display:block;
	width:222px;
	clear:both;
	z-index:300;
	}
#thumbContainer {
	position:float;
	left:23px;
	top: 227px;
	width:391px;
	height:150px;
	z-index:55;
	}
#main {
	position:float;
	left:476px;
	top:128px;
	width:391px;
	height:315px;
	z-index:56;
}	
img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right:2px;
	margin-bottom:2px;
	border: solid black 1px;
	}
	
#map {
position:absolute;
	z-index:61;
	top:380px;
	left:130px;
	
	}
#galleryDescription {
	float:left;
	z-index:62;
	clear:left;
	display:block;
	width:300px;
	}
	
/* Links
----------------------------------------------- */
a img { border-style: none; }


/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	z-index:63;
}

#content, #sidebar {
	float: left;
	text-align: left;
	z-index:64;
}
#content {
	width: 600px;
	margin-right: 15px;
	padding-top: 5px;
}
html[xmlns] .pic {float:none;}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */

.boximage {
	float: left;
	background-color: white;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: #694340;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: url('../images/bg.gif');
	width: 250px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	float:right;
	

 
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

.jsEnabled #gallery {
	display: none;
}


/* iFrame Stuff
----------------------------------------------- */

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}


	
</style>

