﻿
.auto-style2 {
	text-align: left;
	font-size: x-large;
	color: rgb(255, 255, 255);
}
.auto-style3 {
	text-align: left;
	font-size: 27pt;
	color: rgb(255, 255, 255);
}
.auto-style4 {
	text-align: right;
}
.auto-style5 {
	font-size: 16px;
	color: rgb(255, 255, 255);
	letter-spacing: -1px;
}
.crop {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: absolute;
}

.crop img {
    width: 1920px;
    height: 600px;
    margin: -75px 0 0 -100px;
}
.auto-style13 {
	line-height: 19.6000003814697px;
	color: rgb(35, 35, 35);
	margin-top: 0px;
}
.auto-style14 {
	font-size: 40px;
	color: rgb(255, 255, 255);
}
.auto-style15 {
	font-size: 40px;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
}
.auto-style16 {
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 1);
	box-shadow: 0 0 25px rgba(0, 0, 0, 1);

}
ul.enlarge{
list-style-type:none; /*remove the bullet point*/
margin-left:-43px;
}
ul.enlarge li{
display:inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
margin:10px 40px 0 20px;
}
ul.enlarge img{
background-color:#eae9d4;
padding: 6px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
ul.enlarge span{
position:absolute;
left: -9999px;
background-color:#eae9d4;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center; 
color: #495a62; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
}
ul.enlarge li:hover{
z-index: 50;
cursor:pointer;
}
ul.enlarge span img{
	padding: 2px;
	background: #ccc;
	z-index: auto;
}
ul.enlarge li:hover span{
	top: -0px; /*the distance from the bottom of the thumbnail to the top of the popup image*/;
	left: -650px; /*distance from the left of the thumbnail to the left of the popup image*/
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span{
behavior: url(pie/PIE.htc); 
}