/*
Horizontal Accordion
*/

.scream{font-size:140%;}

.horizontal_accordion_toggle {
/* REQUIRED */
float: left;	/* This make sure it stays horizontal */
/* REQUIRED */
display: block;
height: 280px;
width: 126px;
color: #ffffff;
text-decoration: none;
outline: none;
border-left: 10px solid white;
cursor: pointer;
margin: 0 0 0 0;
padding: 10px 12px;
font: 16px/1.2em Arial, Helvetica, Geneva, sans-serif;
font-weight:bold;
}

.horizontal_accordion_toggle#tech {
background: #327d96 url(/wp-content/uploads/2008/08/isconova-tech-2.png) bottom no-repeat;
border-left:0;
}
.horizontal_accordion_toggle#research {
background: #cdb80d url(/wp-content/uploads/2008/09/research.png) bottom no-repeat;
}
.horizontal_accordion_toggle#companion {
background: #9d2e14 url(/wp-content/themes/isconova/images/hast.jpg) bottom no-repeat;
}
.horizontal_accordion_toggle#livestock {
background: #688401 url(/wp-content/uploads/2008/08/ko_o_kalv.png) bottom no-repeat;
}
.horizontal_accordion_toggle_active {
background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
}

.horizontal_accordion_content {
/* REQUIRED */
height: 300px;	/* We need to define a height for the accordion as it stretches the width */
float: left;	/* This make sure it stays horizontal */
/* REQUIRED */
overflow:hidden;
}
#tech.horizontal_accordion_content {
background: #83b9ca;
}
#research.horizontal_accordion_content {
background: #e2d46a;
}
#companion.horizontal_accordion_content {
background: #cd8877;
}
#livestock.horizontal_accordion_content {
background: #c2ce71;
}
.horizontal_accordion_content div {
/* width: 229px; */
width:220px;
background: #ededed;
padding: 15px 15px;
height:270px;
}
/* Container styling*/
#horizontal_container {
margin: 1.5em auto 1em auto;
width:885px;
height: 300px;
background:white url(app.png) center right no-repeat;
}
#contact_container {
z-index:0;
width:100%;
clear:both;
color:#333;
/* background: white url(/wp-content/themes/isconova/images/submenu-bg.png) repeat-x; */
background: #e4e9c1;
border-top:1px solid #bbb;
}

