* {
   margin:0;
   padding:0;
}

#slideshow {
    position:relative;
    margin-left:48px;
    height:244px;
    width:844px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


//SideBar Stuff****************************************************
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	


	
/* Hides the whole contact form until needed */	
#contactForm {
 
}   

#contactForm p {
 margin:0;
 padding:0;
 font-size:1.1em;
 color:white;
} 

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
}
	

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; }
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:10px;
	}
#contactForm .submit:active {background:#cacaca; margin;0;}
#contactForm label {padding-left:4px; margin-top:0px; padding:0;}
#contactForm p {padding:0px;}
#contactForm .input_boxes {float:left; width:204px;}

.bottomlink {position:absolute; bottom:0;}

