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

	html {
		height: 100%;
	}
		
	a,
	a:link,
	a:visited {
		font-weight:normal;
		color:#ff9900;
		text-decoration: none;
		border:0px;	
	}
	
	a:active,
	a:hover {
		font-weight:normal;
		color:#ff9933;
		border:0px;	
	}	
	
	#slideshow {
	 	margin:0px auto 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	  	width:820px;
	  	height:553px;
	  	border:1px solid #999999;				
		}		
	
	#flashBlock {
		height: 100%;
		margin:0px 0px 0px 0px;
		background:#f3f3f3;
		}		
		
	#gallery {
	 	margin:0px auto 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	  	height:650px;
		width:1100px;
		}
		
	/*#galleryBlock {
		height: 100%;
		margin:0px 0px 0px 0px;
		background:#ffffff;
		}*/

	body {
	 	font: 100% Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	  	background: #ffffff;
	  	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	  	padding: 0;
	  	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	  	color: #000000;
	  	height: 100%;
		}
	
	#spacer {
		height:0px;
		padding:0px 0px 0px 0px;
		text-align:center;
		}
	
	#homeNav {
		font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
		color:#666666;
		font-size:11px;
		background-color: #fafafa;
		border-bottom: 1px solid #999999;
		}
		
	#homeNavLeft {
		font-size:11px;
		letter-spacing:2px;
		position:absolute;
		left:0px;
		top:0px;
		padding:5px 0px 5px 0px;
		text-align:left;
		}
		
	#homeNavLeft a,
	#homeNavLeft a:link,
	#homeNavLeft a:visited {
		padding:5px 7px 3px 9px;
		font-weight:normal;
		color:#666666;
		text-decoration: none;
		}
		
	#homeNavLeft a:active,
	#homeNavLeft a:hover {
		padding:5px 7px 4px 9px;
		font-weight:normal;
		color:#ff9933;
		}
		
	#homeNavRight {
		font-weight:bold;
		letter-spacing:5px;
		color:#666666;
		padding:5px 8px 4px 4px;
		text-align:right;
		}
		
	#homeNavRight a,
	#homeNavRight a:link,
	#homeNavRight a:visited {
		font-weight:bold;
		color:#666666;
		text-decoration: none;
		border:0px;	
		}
	#homeNavRight a:active,
	#homeNavRight a:hover {
		font-weight:bold;
		color:#ff9933;
		border:0px;	
		}
	#homeNavRightText {
		font-weight:bold;
		letter-spacing:3px;
		color:#666666;
		padding:5px 8px 4px 4px;
		text-align:right;
		}
		
	#homeNavRightText a,
	#homeNavRightText a:link,
	#homeNavRightText a:visited {
		font-weight:bold;
		color:#666666;
		text-decoration: none;
		border:0px;	
		}
		
	#homeNavRightText a:active,
	#homeNavRightText a:hover {
		font-weight:bold;
		color:#ffffff;
		border:0px;	
		}
	
	.homeNavFontSpacer {
		font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
		padding:5px 0px 4px 0px;
		font-weight:normal;
		font-size:11px;
		background-color: #fafafa;
		}
		
	#email a,
	#email a:link,
	#email a:visited{
		color:#666;
		text-decoration: none;
		font-weight:normal	
	}
	
	#email a:active,
	#email a:hover {
		color:#ff9933;
		}
		
	#emailcopyright {
		width:880px;
		}
		
	#emailcopyrighttext {
		font-weight:normal;
		letter-spacing:1px;
		font-size:10px;
		color:#999;
		font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
		text-align:center;
		}
	#emailcopyrighttext a,
	#emailcopyrighttext a:link,
	#emailcopyrighttext a:visited {
		color:#A0A0A0;
		text-decoration: none;
		font-weight:normal;
		}
	#emailcopyrighttext a:active,
	#emailcopyrighttext a:hover {
		color:#333333;
		}
		
	#logoHome {
		margin-top:20px;
		margin-bottom:20px;
	}
		
	#footerNav {
		padding-bottom:5px;
		font-weight:normal;
		letter-spacing:3px;
		font-size:11px;
		color:#666;
		font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
		text-align:center;
		}
		
	#footerNav a,
	#footerNav a:link,
	#footerNav a:visited {
		color:#666;
		text-decoration: none;
		font-weight:normal;
		}
	#footerNav a:active,
	#footerNav a:hover {
		color:#f58231;
		}
		
	#copyrightSpacer {
		padding: 3px 0 20px 0;	
	}
