/*  CSS Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*  Main Styles  */

body{
	
	background: #1d1d1d url('images/background.jpg') repeat-x;
	color: #FFF;
	font-family: "Arial" ,sans-serif;
	line-height: 20px;
	font-size: 13px;
	-webkit-text-size-adjust: none;
}

p{
	padding: 10px 5px;
}

h1{
	color: #b5b5b5;
	font-size: 26px;
	margin: 10px 5px;
}
	h1 span{
		color: #d5ac55;
	}
h2{
	color: #d5ac55;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 5px;
}

#hidden{
	display: none;
}
.show{
	display: inline;
}
#readmore{
	height: 30px;
}
#readmore-button{
	background: #000;
	color: #d5ac55;
	display: block;
	float: right;
	padding: 5px 7px;
	text-align: center;
	text-decoration: none;
	width: 76px;	
}	

/* Menu Styles */
#menu ul{
	border-bottom: 1px solid #FFF;
	height: 23px;
	list-style: none;
	margin: 0 5px;
}
	#menu ul li{
		float: left;
		margin-right: 30px;
	}
		#menu ul li a{
			color: #FFF;
			text-decoration: none;
			text-transform: uppercase;
		}
	#menu ul li.selected{
		border-bottom: 3px solid #FFF;
	}
	
/*  Sideshow Styles */
#slideshow{
	border: 1px solid #786334;
	border-bottom: 1px solid #22201d;
	margin-bottom: 20px;
	margin-top: 10px;
}
	#slideshow ul li{
		height: 174px;
		list-style: none;
		width: 316px;
	}

#controls{
	position: absolute;
	margin-top: -40px;
	list-style: none;
}
	#controls li{
		background: rgb(0,0,0);
		background: rgba(0,0,0,0.9);
		border: 2px solid #202020;
		border-bottom: 1px solid #797979;
		float: left;
		text-align: center;
	}
		#controls li a{
			display: block;
			color: #FFF;
			height: 20px;
			padding: 7px;
			text-decoration: none;
			width: 20px;
		}
	
/*  Footer Styles */	
#footer{
	background: #000;
	height: 40px;
	margin-top: 10px;
}
	#footer p#copyright{
		float: right;
		width: 100px;
	}
	#footer p#sitemap{
		width: 200px;
	}
	#footer a{
		color: #FFF;
		text-decoration: none;
	}


/* Sidebar Styles */

#sidebar{
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0.0, #e1d9ce), 
				color-stop(0.1, #e6e6e6));
	color: #000;
	margin-top: 10px;
	padding: 0px 5px 5px 5px;
}
	#sidebar p.fade{
		background: url('images/fade.jpg') repeat-x;
	}
	#sidebar h2{
		color: #000;
		font-size: 18px;
		font-weight: normal;
		padding: 7px 0;
	}
	#sidebar img{
		border: 1px solid #FFF;
		margin: 5px 10px;
	}

.contactinfo{
	border-bottom: 3px dotted #656565;
	display: block;
	color: #2f2f2f;
	font-size: 20px;
	margin-left: 10px;
}
	.contactinfo a{
		display: block;
		background: #646363;
		color: #efaa19;
		float: right;
		text-decoration: none;
	}

#social-links{
	list-style: square;
	padding: 10px 0 10px 20px;
	width: 95%;
}
	#social-links li{
		float: right;
		width: 33%;
	}
		#social-links li a{
			background: #646363;
			color: #efaa19;
			padding: 2px 4px;
			text-decoration: none;
		}

.clear{
	clear: both;
}

/* Contact Page */
#contact-page{
	margin-top: 10px;
	padding: 0px 5px;
}
#contact-page .contactinfo{
	color: #FFF;
	
}
#map{
	margin-top: 10px;
}

/* Orientation Styles */
.show_normal{
	color: #FFF;
	background: #black;
}




	
	
	