/* slideshow */

#slideshow {
	height:393px;
	padding-top:32px;
	z-index:5;
	width:980px;
	position:relative;
	margin:0 auto;
	background:#feb756;
}

#slideshow .slides {
	overflow:hidden;
	z-index:1;
	position:relative;
	margin:0 auto;
	height:324px;
	width:884px;
	border:8px solid #FFF;
}

#slideshow .slideNav {
	position:absolute;
	bottom:16px;
	left:0;
	width:980px;
	z-index:20;
	text-align:center;
}

#slideshow .slideNav a {
	height:16px;
	width:16px;
	margin-right:3px;
	text-indent:-9999px;
	background:url(../img/dot.png) no-repeat;
	display:inline-block;
}

#slideshow .slideNav a.activeSlide {
	background:url(../img/dot-filled.png) no-repeat;
}

#slideshow .ribbon {
	position:absolute;
	top:26px;
	left:36px;
	z-index:10;
}

/* Gallery */

#gallery {
    overflow: auto;
    width: 100%;
}
#gallery .image {
	border: 2px solid #CCCCCC;
	display: block;
	float: left;
	height: 105px;
	width: 140px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
}
#gallery .image:hover {
    border-color: #000000;
}

/* Contact Form */

#contact-form {
}

#contact-form fieldset {
    margin: 0;
    padding: 15px 0;
}
#contact-form p {
    margin: 1px;
    padding: 5px 0 5px 25px;
}
#contact-form .editor input.txt {
    padding: 12px;
    width: 250px;
}

/* bottom info */

#bottom_info {
	width:980px;
	margin:0 auto;
	overflow:auto;
	padding:20px 0;
	border-top:7px solid #ccc;
	background:#aaaaaa;
	color:#000;
}

#bottom_info .box {
	width:185px;
	padding:0 30px;
	float:left;
}

#bottom_info .box:last-child {
	margin-right:0;
}

#bottom_info h3 {
	color:#fff;
	font-size:1.333em;
	margin-bottom:1.5em;
	font-weight:normal;
	font-family:'HattoriHanzoLight', Arial, Helvetica, sans-serif;
}

#bottom_info p, #bottom_info ul {
	margin-bottom:1em;
	list-style:none;
}

#bottom_info a {
	color:#000;
	text-decoration:none;
}

#bottom_info a:hover {
	text-decoration:underline;
}

#bottom_info li {
	padding-left:20px;
	background:	url(../img/bullet-arrow.png) 10px 50% no-repeat;
	margin-bottom:4px;
}

#bottom_info .icons li {
	background:url(../img/icon-twitter.png) 0px 50% no-repeat;	
	height:16px;
	margin-bottom:6px;
}

#bottom_info .icons li.facebook {
	background-image:url(../img/icon-facebook.png);
}

#bottom_info .icons li.rss {
	background-image:url(../img/icon-rss.png);
}

#bottom_info .box *:last-child {
	margin-bottom:0;
}

/* editor enabled box */

.editor {
	overflow:auto;
}

.editor:last-child {
    margin-bottom:0;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  	font-size:2em;
	font-weight: normal;
	line-height: 42px;
	display: block;
   	 color: #046902;
    	font-family: Arial,Helvetica,sans-serif;
    	padding: 0 0 22px;
}

.editor h1 {
	font-size: 1.25em;
}

.editor h2 {
	font-size: 1.125em;
}

.editor h3 {
	font-size: 1em;
}

.editor h4 {
	font-size: .875em;
}

.editor h5 {
	font-size: .813em;
}

.editor h6 {
	font-size: .750em;
}

.editor a {
	color: #006600;
}

.editor a:hover {
    color:#036;
}

.editor p {
    padding-bottom:1em;
}

.editor ul, .editor ol {
    padding-bottom: .5em;
}

.editor li {
    margin-bottom:1.1em;
	padding-left:2em;
	background:url(../img/bullet.jpg) no-repeat 8px 50%;
	list-style:none;
}

/*.editor > *:last-child, .editor > form > *:last-child {
	padding-bottom:0;	
}*/

.editor .error, .editor label em {
	color:#F00;	
}

.editor .success {
	color:#090;	
}

.editor input.txt {
	width:250px;
	padding:12px;
	border:1px solid #ccc;
	margin-top:.5em;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
}

.editor textarea {
	width:350px;
	height:200px;
	padding:3px;
	border:1px solid #ccc;
	margin-top:.5em;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	overflow:auto;
}

/* form button */

form .btn {
	padding:5px 20px;
	color:#000;
	border:1px solid #999;
	border-radius:5px;
	background:url(../img/btn-bg.png) repeat-x #c5c5c5;
}

/* Social */

#social {
    float: right;
    height: 65px;
    width: 116px;
}
#social .icon {
    float: left;
    height: 65px;
    width: 58px;
}
#social .fb {
    position: relative;
    top: 1px;
}

/* News Pic */

.newspic {
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 2px #333333;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*  Pager */

.pager {
    float: right;
    padding: 0;
}
.pager .page_number {
    color: #8A6741;
    padding: 9px 4px;
}
.pager .page_number.selected {
    color: #555555;
    font-weight: bold;
}
.pager a, .pager .selected, .pager .gap {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #9A9A9A;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
}
.pager .next, .pager .previous {
    background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 5px 5px 5px 5px;
    min-width: 12px;
    padding: 9px;
    text-align: center;
}