/*Image Menu(slideshow)*/
#imageMenu {
	POSITION: relative; 
	WIDTH: 760px; 
	HEIGHT: 475px; 
	OVERFLOW: hidden;
}
#imageMenu ul {
	LIST-STYLE-TYPE: none; 
	MARGIN: 0px; 
	WIDTH: 800px; 
	DISPLAY: block; 
	HEIGHT: 475px;
}
#imageMenu ul li {
	FLOAT: left;
}
#imageMenu ul li a {
	TEXT-INDENT: -1000px;
	WIDTH: 253px; 
	DISPLAY: block; 
	BACKGROUND: #96bc33 0% 50%; 
	HEIGHT: 475px; 
	OVERFLOW: hidden; 
	CURSOR: pointer; 
	BORDER-RIGHT: #96bc33 2px solid;
}

#imageMenu ul li.image1 a {
	padding: 0px;
	margin: 0px;
	background: url(images/slide1.jpg) repeat scroll 0%;
}

#imageMenu ul li.image2 a {
	padding: 0px;
	margin: 0px;
	background: url(images/slide2.jpg) repeat scroll 0%;
}

#imageMenu ul li.image3 a {
	padding: 0px;
	margin: 0px;
	background: url(images/slide3.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

ul {
	padding: 0px;
}
/*Tabs*/
#mootabs_title {
padding: 0px;
list-style-type: none;
margin: 0px 0px 0px 0px;
height: 23px;
font-size: 10px;
}
#mootabs_title li {
text-align: center;
margin: 0px;
width: 33%;
float: left;
}
#mootabs_title a {
font-family: Arial, sans-serif;
padding-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
margin-bottom: 0px;
background: url(images/tab_out.png) no-repeat 50% top;
font-size: 19px;
text-decoration: none;
padding-top: 3px;
outline: none;
}

#mootabs_title a:hover {
color: white;
}
#mootabs_title a.active {
background: url(images/tab.png) no-repeat 50% top;
color: black;
}
#mootabs_title a.active:hover {
color: black;
}
.mootabs_panel {
text-align: left;
display: none;
color: black;
clear: both;
font-size: 16pt;
overflow: hidden;
}
.mootabs_panel p {
font-family: Arial;
font-size: 13.5pt;
padding-bottom: 5px;
margin: 0px;
padding-left: 9px;
padding-right: 0px;
margin-right: 5px;
padding-top: 24px;
text-align: justify;
}
.mootabs_panel p:first-letter {
padding-left: 10px;
font-size: 20pt;
}
.mootabs_panel img {
margin-top: 19px;
margin-left: 40px;
margin-right: 10px;
float: right;
}
#mootabs_panel_rcorner {
height: 300px;
background: white url(images/rtab-corner.png) no-repeat right top;
}
#mootabs_panel_lcorner {
background: url(images/ltab-corner.png) no-repeat left top;
}
.active {
display: block;
}

