@charset "utf-8";

/* ==========================================================================
 Photo Gallery
 ========================================================================== */
.gallery,
.album,
.photo {
	float: left;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 140px;
	margin: 0 20px 20px 20px;
	line-height: 15px;
	text-align: center;
}

a.photo img {
	width: 100px;
	height: 100px;
	padding: 4px;
	border: 1px solid #473019;
}

a.photo:hover img { border-color: #000; }

a.photo p {
	margin: 0;
	text-align: center;
	color: #473019;
}

a.photo:hover p { color: #000; }


/* ==========================================================================
 Contact Us Form
 ========================================================================== */
.contact label { font-size: 11px; }

.contact label.req {
	padding-right: 16px;
	font-weight: bold;
	background: 100% 50% no-repeat url("/images/body/label-req.png");
}

.contact label em {
	margin-left: 6px;
	font-size: 10px;
	font-weight: normal;
}

.contact input[type="text"] { width: 235px; }

/* ==========================================================================
 Home Page Banner
 ========================================================================== */
.banner_main {
	position: relative;
	width: 1000px;
	height: 460px;
	float: left;
}

.banner_main .banners {
	position: relative;
	width: 100%;
	height: 100%;
}

.banners .banner {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

.banners .banner a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.banners .banner .bottom {
	position: absolute;
	top: 90px;
	left: 0;
	width: 240px;
	text-align: center;
	padding: 10px 10px 10px 20px;
	line-height: 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.banners .banner .bottom .display_title {
	font-size: 18px;
	color: black;
	font-family: 'Roboto Slab', serif;
}

.banner_main .control {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 50;
	height: 16px;
	font-size: 11px;
	line-height: 16px;
}

.banner_main .control .nav { float: left; }

.banner_main .control .nav a,
.banner_main .control .stop_play {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.banner_main .control.no_num,
.banner_main .control .stop_play {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.banner_main .control .nav a:hover,
.banner_main .control .nav a.activeSlide,
.banner_main .control .stop_play:hover { background-color: #666; }

.banner_main .control .nav a.activeSlide:hover { background-color: #000; }

.banner_main .control .stop_play {
	display: none;
	background-image: url("/images/body/banner_stop_play.png");
	background-repeat: no-repeat;
}

.banner_main .control .stop { background-position: -16px 0; }
.banner_main .control .play { background-position: 0 0; }

/* ==========================================================================
 YouTube Videos
 ========================================================================== */
.video_main { border-top: 1px solid #ccc; }

.video_main .player {
	float: left;
	width: 470px;
	height: 380px;
	margin: 10px 0;
	padding-right: 10px
}

.video_main h2,
.video_main h3 { margin-top: 0; }

.video_main .list {
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
	width: 255px;
	height: 380px;
	margin: 10px 0;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

.video_main .list ul {
	padding: 0;
	list-style: none;
}

.video_main .list li { padding: 2px 0; }

.video_main .list .active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	cursor: default;
}


