/* Header Styles */
#header {
	margin-bottom: 0;
	margin-top: 20px;
	padding-left: 10px;
}
#name-overlay {
	background: url(../images/trans-black-25.png);
	border-radius: 5px;
	top: 40px;
	margin-left: 20px;
	position: absolute;
    z-index: 2000;
}
#name-overlay h1 {
	color: #FFF;
	font-family: sansita-one, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: .75em;
	margin: 0;
	padding: 24px 24px 5px 24px;
}
#name-overlay p {
	color: #DDD;
	font-family: sansita-one, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 24px 24px 34px;
}



/* Nav Styles */

#section1 #but-one a,
#section2 #but-two a,
#section3 #but-three a,
#section4 #but-four a,
#section5 #but-five a,
#section6 #but-six a,
#section7 #but-seven a,
#section8 #but-eight a,
#section9 #but-nine a
 {
	background: #d1d1d1;
	color: #666;
	}

#nav {
	margin: 10px auto 10px auto;
	padding: 7px 7px 7px 7px;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	

	background: transparent; 


	width: 926px;
	position: relative;
}
#nav li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	background-color: #999;font-family: sansita-one, serif;
	border: 1px solid #d1d1d1;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding:  10px 10px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #D1D1D1; /* for non-css3 browsers */
	color: #FFF;
}
/* main level link hover to give straight bottom edge  */
#nav .current li#but-five a, #nav li#but-five:hover > a {
	background: #D1D1D1; /* for non-css3 browsers */
	color: #FFF;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}

#but-one {
	width: 75px;
	}
	#but-two {
	width: 75px;
	}
	#but-three {
	width: 135px;
	}
	#but-four {
	width: 105px;
	}
	#but-five {
	width: 80px;
	}
	#but-six {
	width: 140px;
	}
	#but-seven {
	width: 100px;
	}
	#but-eight {
	width: 95px;
	}
	#but-nine {
	width: 80px;
	}
#nav li#but-seven {
	margin-right: 0;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background-color: #D1D1D1 !important; /* for non-css3 browsers */
	color: #666 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

}
/* level 2 list */
#nav ul {
	background-color: #D1D1D1;
	font-family: sansita-one, serif;
	font-weight: normal;
	position: absolute;
	z-index: 1000;
	display: none;
	margin: 0;
	padding: 0;
	width: 200px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	color: #FFF !important;
	padding-left: 20px;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}
#nav ul li:last-child > a {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}



/* Container styles */
.mapbg {
	background: url(../images/mapbg.png) no-repeat;
	min-height: 420px;
}
.main-content {
	background: #F2F2F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.main-content  h1.headbox,  .main-content  h2.headbox{
	background-color: #EAEAEA;
	color: #666;
	font-family: sansita-one, serif;font-weight: normal;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 20px 20px 20px;
}
.main-content  h3 {
	padding: 0 20px 0 20px;
	margin-bottom: 0;
}
.main-content  p {
	font-size: 16px;
	padding: 0 20px 20px 20px;
	margin-bottom: 0;
}
.flowpic {
	float: left;
	margin: 0 20px  0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.flowpic2 {
	float: left;
	margin: 0 20px  0 0;
}
.rounded-pic {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.indent {
	margin-left: 20px;
}
.sepbreaker {
	border-bottom: 1px dashed #666;
    clear: both;
	height: 5px;
	margin: 0 20px 20px 20px;
	padding: 0 0 0 0;
}
.videosepbreaker {
	border-bottom: 1px dashed #666;
    clear: both;
	height: 5px;
	margin: 0 20px 20px 20px;
	padding: 0 0 30px 0;
}
.side-bar {
	background: #F1F1F1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 10px;
}
.side-bar  h2.headbox{
	background-color: #EAEAEA;
	color: #666;font-family: sansita-one, serif;font-weight: normal;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 20px 20px 20px;
}
.side-bar  p {
	font-size: 14px;
	color: #666;
	padding: 0 20px 10px 20px;
	margin-bottom: 0;
}
.copyright {
	background-color:#CCC;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.copyright p {
	color:#999;
	margin: 0;
	padding: 0;
}
.copyright p.contact {
	color:#FFF;
	margin: 0;
	padding: 0;
	text-align: right;
}
.news-date {
	color:#999;
	font-size: 12px;
	padding: 20px 20px 0 20px;
	margin: 0;
	font-style:italic;
}



/* CSSStickyFooter */
#wrap {
	min-height: 100%;
}
.mapbg {
	overflow:auto;
	padding-bottom: 100px;
}  /* must be same height as the footer */

.footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	width: 940px;
} 


/* Forms */
.textfield {
	border: 1px solid #666;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	width: 540px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.textarea {
	border: 1px solid #666;
	font-size: 18px;
	min-height: 200px;
	padding: 20px;
	width: 540px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.select {
	background-color: #39F;
	border: 1px solid #666;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	padding: 10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.submit {
	background-color: #6C0;
	border: 1px solid #666;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	padding: 10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.delete {
	background-color: #F03;
	border: 1px solid #666;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	padding: 10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.image-table {
	margin: 12px  18px 12px 18px;
}

.image-table IMG {
	margin: 2px;
	
}
.odd {
	padding-left:  1px;
	padding-right:  2px;
}
a.fat-but   {
	background-color: #A5A5A5;
	color: #EAEAEA;
	font-size: 12px;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a:hover.fat-but    {
	background-color: #D1D1D1;
	color: #FFF;
}
.right {
	text-align: right;
	
}
.gallery-center {
	margin:20px auto;
	width:910px;
}
.shop-center {
	margin:20px;
}
.newspic {
	float: left;
	margin: 0 20px 5px 0;
}
.readmore {
	float: right;
	padding: 10px 0 10px 0;
}

.textbox {
	font-size: 16px;
	width: 560px;
	padding: 10px 20px;
	margin-bottom: 20px;
}