@charset "utf-8";
/* CSS Document */
@import "reset.css";
body {
	
	color: black;
	font-family: Myriad Pro, Tahoma, sans-serif;
}
.header_bar {
	background-color: #888888;
	border-bottom: 1px solid #191919;
	height: 10px;
	line-height: 53px;
	margin-bottom: 1px;
	z-index: 100;
}
.construction {
	text-transform:uppercase;
	font-size: 27px;
	text-align:center;
}
.container {
	margin:10px auto;
	width:960px;
	overflow:hidden;
	height:auto
}
.logo {
	text-align:center;
	margin-bottom:10px
}
.content {
	
	width:420px;
	height:263px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin:20px 20px 30px;
	border: 1px solid #ddd;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	padding:5px
}
.contact {
	clear: left;
	float: left;
	font-size: 48px;
	margin-left: 293px;
	width: 180px;
	font-style:italic;
	height:100px
}
.fb {
    clear: both;
    display: block;
    margin: 9px 0 0 110px;
    padding: 10px;
    width: 32px;
}
.contact_info {
	border-left: 1px solid #7A7A7A;
	float: left;
	font-size: 14px;
	height: 110px;
	line-height: 20px;
	margin-top: 3px;
	padding-left: 35px;
	padding-top: 10px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}