*{
	margin:0;
	padding:0;
}



/* otf typeface test */

@font-face {
font-family: "Neutra";
src: url("fonts/NeutraTextDemi.otf") format("opentype");
}

@font-face {
font-family: Neutra;
font-weight: bold;
src: url("fonts/NeutraTextDemi.otf") format("opentype");
}

html, body {
height: 100%;
}
	
#image {
	z-index:5;
	position:absolute;
	top:0;
	margin-left:-740px;
	left:50%;
	
}

#wrap {
	
	position:relative;
		z-index:10;

	
	}

a {COLOR: #aaa; text-decoration: none;}
a:visited {COLOR: #aaa; text-decoration: none;}
a:hover {COLOR: #000; text-decoration: underline;}

/* navigation */
#left
{ 
width: 150px;  
margin-left:20px;
font-family:Neutra;
font-size:13px;
font-weight:300;
line-height:39px;
color:#000;
position:relative;
	top: 5px;
		z-index:20;


}







#container-big {
   position:absolute;
   width:900px;
	height:500px;
	margin-left: -450px;
	margin-top: 130px;
	left:50%;
	z-index:20;
	min-height: 100%;
	margin-bottom: -30px;

}




#pullquote {
	left:700px;
	top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	line-height: 28px;
	position:absolute;
	display:block;
	width: 200px;
	height: 300px;
		z-index:20;

}

.footer2 {
	font-family: Neutra;
	font-size:10px;
	font-style:normal;
	color:#ccc;
	text-align:left;
	margin-left: 0px;
}

.note {
	font-family: Neutra;
	font-size:11px;
	font-style:normal;
	color:#000;
	text-align:left;
	margin-left: 0px;
}

#maintext {
	margin-left: 220px;
	margin-top: -225px;
	width: 410px;
	height:auto;
	left: 250px;
	top: 0px;
		z-index:20;

	
}

#trans1 {
	margin-left: 220px;
	margin-top: -225px;
	width: 610px;
	height:auto;
	left: 250px;
	top: 0px;
		z-index:20;

	
}


.title1 {
font-family: Neutra;
	font-size:24px;
	font-style:normal;
	color:#000;
		z-index:20;

}

.title2 {
font-family: Neutra;
	font-size:14px;
	font-style:normal;
	color:#000;
		z-index:20;

}

.text1 {
font-family: Georgia;
	font-size:13px;
	font-style:normal;
	line-height: 21px;
	color:#333;
			z-index:20;

}
/* bars removed, edit height value to re-establish */
#topbar {
	top:0px;
	width:100%;
	height:20px;
	position:absolute;
	float:left;
	background-color:#000;
}

#bottombar {
	bottom: 0px;
	width:100%;
	height:20px;
	background-color:#333;
	position:absolute;
	float:left;
}

#footer 
 {
	 
position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
   text-align:right;
	margin-left: 50px;
	z-index:20;

	} 
	
	
	
#bottombar2 {
	bottom: 0px;
	width:100%;
	height:30px;
	background-color:#fff;
	position:relative;
	z-index:1;

}

.clearfooter {
height: 30px;
clear: both;
}

#photo1 {
	float:left;
	position:relative;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contactaddress {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	line-height:15px;
}

.maillink {
	color:#666;
}

/* slideshow box */
#container{
	top: 3px;
	left:713px;
	width:175px;
	height:212px;
	position:absolute;
	
	
}

#container .prevButton{
	height:25px;
	width:87px;
	position:absolute;
	background:url('images/buttons.jpg') no-repeat;
	top:230px;
	left: 0px;
	margin-top:6px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	
}

#container .prevButton:hover{ background-position:left bottom;left:0;}

#container .nextButton{
	height:25px;
	width:88px;
	position:absolute;
	background:url('images/buttons.jpg') no-repeat;
	top:230px;
	margin-top:6px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	left:87px
}

#container .nextButton:hover{background-position:right bottom;right:0;}

#container ul{
	width:175px;
	height:242px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
	
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}
