@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #414141;
/*	background-color: #45bf93; */
	background-color: #444;
/*	background-image: url(img/bg_body_green.gif);*/
	
}
h2, h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}
a:link {
	color: #6ecdab;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #52A182;
}
a:hover {
	text-decoration: none;
	color: #6ecdab;
}
a:active {
	text-decoration: underline;
}

div.container {
	border: 1px solid #000000;
	overflow: auto;
}

#container {
	width: 950px;
	height:auto;
	margin:10px auto;
	background-color: #ffffff;
	
}



#header {
	border-bottom-style: solid;
	border-bottom-width: 7px;
	float: left;
	margin: 0px;
	width: 950px;
	height: 65px;
	background-image: url(img/LOGO_bancal.png);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	background-color: #ffffff;
}
#banner {
	height: 175px;
	float: left;
	width: 950px;
}

#simple-menu {
	margin-top: 43px;
	margin-right: 3px;
	width: 300px;
	height: 27px;
	margin-left: 610px;
}

ul#simple-menu{
	list-style-type:none;
	position:relative;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	margin:0;
	text-align: center;
}
ul#simple-menu li{
	display:block;
	float:left;
	height:22px;
	width: 142px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
}
ul#simple-menu li a{
	display:block;
	float:left;
	color:#fff;
	line-height:22px;
	text-decoration:none;
	height:27px;
	background-image: url(img/bg_topnav1.gif);
	background-repeat: no-repeat;
	width: 122px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
ul#simple-menu li a:hover{
	color: #414141;
}
ul#simple-menu li a.green{
	color:#FFFFFF;
	background-image: url(img/bg_topnav2.jpg);
}
ul#simple-menu li a.green:hover{
	color:#414141;
	background-image: url(img/bg_topnav2.jpg);
}
#menu {
	background-color: #CCCCCC;
	height: 29px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 950px;
	border-bottom-style: solid;
	border-bottom-width: 7px;
}
#menu ul{
	list-style-type:none;
	position:relative;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	height: 29px;
	background-image: url(img/bg_menu.gif);
}
#menu ul li{
	display:block;
	float:left;
	height:29px;
	margin: 0;
	line-height: 29px;
}
#menu ul li a{
	display:block;
	float:left;
	color:#414141;
	line-height:29px;
	text-decoration:none;
	height:29px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-size: 14px;
}

#menu ul li a:hover{
		color:#fff;
	line-height: 29px;
	background-image: url(img/bg_menu_over.gif);
	background-repeat: repeat-x;
}
/*#menu ul li a.current{
	color: #333333;
	line-height: 29px;
	background-image: url(img/bg_menu_over.gif);
	background-repeat: repeat-x;
}*/
#menu ul li a.current:hover{
	color:#333333;
	background-image: url(img/bg_menu_over.gif);
	background-repeat: repeat-x;
}

#menu ul ul
{
	right: auto;
	position: absolute;
	margin: -5% 0 0 95%;
	position: absolute;
	z-index: 1010;
}


#leftbox {
	margin: 0px;
	color: #FFFFFF;
	float: left;
	width: 224px;
}
#leftbox a {
	color: #414141;
}
#leftbox div {
	padding: 10px;
}

#leftbox2 {
	margin: 0px;
	color: #FFFFFF;
	float: left;
	width: 224px;
}
#leftbox2 a {
	color: #414141;
}
#leftbox2 div {
	padding:0px;
}

#container #content {
	width: 705px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
}
#wrapper {
	float: left;
	background-color: #FFFFFF;
}
ul.listing {
	list-style-type: none;
	text-indent: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
}
ul.listing li {
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#content ul.listing  li a {
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	display: block;
}
#content ul.listing li a:link {
	color: #333;
}
ul.listing  li a:hover {
	color: #333333;
	background-image: url(img/bg_menu.gif);
	text-decoration: none;
}
#footer {
	float: left;
	width: 930px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #cc7d33;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #fff;
	background-color: #007f4f;
	clear:both;
}
#footer a, a:hover {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#content a:hover {
	text-decoration: underline;
	color: #333;
}
#content a {
	text-decoration: none;
	color: #45bf93;
}
.aboutPortrait{
	width: 165px;
	
	
}
.aboutCopy{
	float: left;
	width: 450px;
}

#footer2 {
	float: left;
	height: 50px;
	width: 930px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #6ecdab;
	text-align: left;
	color: #6ecdab;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#innercontent {
	padding-right: 50px;
	padding-left: 10px;
}
#innercontentleft {
	float: left;
	width: 290px;
	padding-right: 30px;
	padding-left: 10px;
}
#innercontentright {
	float: left;
	width: 370px;
	padding-top: 30px;
}
#innercontentright span {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
#innercontent #right {
	float: left;
	margin-left: 40px;
	margin-top: 15px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 270px;
}
/*#rightcolumn {
	float: right;
	width: 45percent;
}
#leftcolumn {
	float: left;
	width: 45percent;
}*/
img.thumb {
	border: 1px solid #666666;
}
#contact {
	padding-left: 20px;
	width: 310px;
	float: left;
}

/*---Gallery Begin---*/
#gallerycontainer {
	margin-top: 320px;
	margin-left: 10px;
	position: relative;
	float: left;
}
#display1 {
	visibility: visible;
	position: absolute;
	top: -320px;
	left: 0px;
}
#display2, #display3, #display4, #display5, #display6, #display7, #display8 {
	visibility: hidden;
	position: absolute;
	top: -320px;
	left: 0px;
}

.thumbnail img{
	padding: 1px;
	border: 2px solid #FFFFFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.thumbnail img:hover{
	padding: 1px;
	border: 2px solid #6ECDAB;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*---Gallery End---*/
#details {
	width: 200px;
	position: relative;
	top: -30px;
	padding-left: 50px;
	line-height: 1.7em;
}
#content div {
	float: left;
}
#content #rightCol {
	width: 300px;
	padding-left: 30px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	margin-top: 107px;
}
.callout {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}


#slideshow {
    position:relative;
    height:175px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

