@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height:100%; /* this is the key! */
	width:100%;
	font-size: 12px;
	font-family: "Century Gothic";
}
#wrapper
{
	min-height: 100%;
	margin: 0;
	
}

#header {
	top:0;
	background-color: #FFF;
	height: 105px;
	padding: 0px;
	width: 970px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#header #logo {
	width: 397px;
	margin-bottom: 10px;
}
#header #tel {
	float: right;
	width: 400px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 50px;
	padding-bottom: 5px;
}
#header #tel .green {
	color: #00AA4A;
}
#header #tel .green a {
	color: #00AA4A;
	text-decoration: none;
}
#header #tel .green a:hover {
	text-decoration: underline;
}



#container {
	width: 970px;
	margin: 0 auto;
	
}
.margin {
	margin-top: 10px;
}

#main {
	width: 970px;
}

#splash {
	padding: 0px;
	height: 340px;
	width: 970px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}

#content {
	width:675px;
	float: left;
	min-height:680px;
	background-color: #FCFCFC;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
#content h3 {
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #F4F4F4;
	margin: 0px;
	padding: 5px;
	height: 25px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
h1{
	font-size:18px;	
}
h2{
	margin:0px;
	padding:0px;
}
h3{
	margin:0px;
	padding:0px;
}
#side {
	width: 280px;
	margin-top: 10px;
	padding: 0px;
	float: left;
	margin-left: 10px;
}
#contact {
	background-color: #F5F5F5;
	height: 196px;
	width: 280px;
	margin-top: 10px;
	border: 1px solid #CCC;
}
#news_box {
	background-color: #F5F5F5;
	height: 200px;
	width: 280px;
	border: 1px solid #CCC;
	min-height:482px;
}
.wrap {
	padding: 10px;
}




#footer {
	color: #FFF;
	background-color: #4B4B4B;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	clear:both;
	text-align: center;
	padding-top:0px;
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#footer span {
	padding-top: 20px;
}
#footer p {
	
	
}
#footer a {
	color: #00A94D;
	text-decoration:none;
}
#footer a:hover {
	color: #00A94D;
	text-decoration:underline;
}
#footer .seo {
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
}

.foot_l{
	float:left;
	width:250px;
	height:auto;
	padding:10px 0 0 20px;
	text-align:left;
	font-size:13px;
}
.foot_r{
	float:left;
	width:220px;
	height:auto;
	padding:10px 0 0 33px;
	text-align:left;
	font-size:13px
}
.foot_t{
	float:left;
	width:200px;
	height:auto;
	padding:10px 0 0 37px;
	text-align:left;
	font-size:13px
}
.foot_c{
	float:left;
	width:160px;
	height:auto;
	padding:10px 0 0 34px;
	text-align:right;
	font-size:13px
}
.foot_d{clear:both;float:left;width:100%;height:auto;padding:10px 0 0 34px;text-align:left;font-size:13px}
.foot_links{float:left;width:100%;height:20px;text-align:center;font-size:13px}



/*
Nav
*/
#center{
	line-height: 42px;
	background-image: url(../images/bg_nav.jpg);
	height: 42px;

	background-repeat: repeat-x;
	margin: 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;	
 padding: 0;

}

ul.dropdown {
 position: relative;
 z-index: 597;

 margin:0px;
 padding:5px;
 float:right;
 right:50%;
}


ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	margin:0 15px  0 1px;
	padding:0;
	float:left;
	position:relative;
	display:block;
	top:1px;
	left: 50%;
}
ul.dropdown li a:link,ul.dropdown li a:visited
{
	display:block;
	margin:0;
	padding:0px 15px 0px 15px;
	line-height:30px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	height:30px;
	text-align:center;
	float:left;
	font-size:14px;
}
ul.dropdown li a:hover
{
	display:block;
	margin:0;
	padding:0px 15px 0px 15px;
	line-height:30px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	height:30px;
	text-align:center;
	float:left;
	font-size:14px;
}




ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background-color:#00A94D;
	color:#fff;
	
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	background-image: url(../images/trans-bg.png);
	width:220px; /* width of the drop-down menus */
	border: 1px solid #999;
	padding-bottom:5px;
}

ul.dropdown ul li, ul.dropdown ul li a:link, ul.dropdown ul li a:visited {
	float: none;
	left: 0px;
	font-weight:bold; /* resets the bold set for the top level menu items */
	color:#444;
	padding:5px;
	text-align:left;
	text-decoration:none;
	margin:0 0px  0 1px;
}
ul.dropdown ul li a:hover{
	float: none;
	left: 0px;
	font-weight:bold; /* resets the bold set for the top level menu items */
	color:#fff;
	padding:5px;
	text-align:left;
	text-decoration:none;
	margin:0 0px  0 1px;
}

ul.dropdown ul ul {
	top: 1px;
	left: 100%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

/*
Slideshow
*/
#slider1 {
	width: 970px; /* important to be same as image width */
	height: 340px; /* important to be same as image height */
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
}

#slider1Content {
    width: 970px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
   display: none;
}
.left {
 display: none;
}
.right {
	 display: none;
}
#slider1 ul { list-style-type: none;	margin: 0;
	padding: 0;}
	
	.panel h2.title { margin-bottom: 10px }
	noscript div {
	background: #ccc;
	border: 1px solid #900;
	margin: 0px 0;
	padding: 15px
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #CCC;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #F5F5F5; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #F5F5F5;
	border-bottom: 1px solid #F5F5F5; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #CCC;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #F5F5F5;
	min-height:450px;
}
.tab_content {
	padding: 10px;
	line-height: 15px;
}
.tab_content img {
	margin-bottom: 10px;
}
#news li a {
	font-weight: normal;
	color: #000;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration: none;
	padding-bottom: 15px;
}
#news li a:hover {
	text-decoration: underline;
}

#news {
	list-style-type: square;
	margin: 0px;
	padding: 10px;
	color: #00A94D;
}
#newsitem img {
	padding: 10px;
}
.tab_content img {
	text-align: center;
}
#gall {
	float:left;
	background:transparent;
	width:100%;
	height:60px;
	padding:0px 0px 20px 0px;
	text-align:left;
	font-weight:normal;
	list-style: none;
}
#thumb_gall {
	float:left;
	width:895px;
	padding:0 15px 0 0px;
	background:transparent;
	text-align:center
}
.thumb {float:left; width:64px; height:64px; text-align:center; background:transparent; margin:0 17px 15px 0; overflow:hidden}
#scrollbar_content{
	width: 648px;
	height: 634px;
	overflow: auto;
	float: left;
	padding-right:10px;
	margin: 0 auto;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
a:link{
	color:#00A94D;
	text-decoration:none;
}
a:visited{
	color:#00A94D;
	text-decoration:none;
}
a:hover{
	color:#00A94D;
	text-decoration:underline;
}
#nav {
	width: 970px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
}
.wrap1 {
	padding-right: 10px;
	padding-left: 12px;
}
.seo {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
