/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 12px;
 font-family:'Francois One', sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 margin-right: 3px;
background: #ccc;
 text-decoration: none;
  width:auto;
 height:auto;
 padding:9px 30px 8px 30px;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #1278b6;
 border-color: #ccc;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 color:#333;
 border:solid 1px #ccc;
 font-size:2em;
 border-bottom:solid 1px #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:15px;
 border-top:0;
 height:auto;
 min-height:200px;
 margin:5px 0px 0px 0px;
 background:url(../images/tab_wrapper.jpg) repeat-x;
	border:solid 1px #ccc;
	overflow:hidden;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
.tabberlive .tabbertab  h1
{
	color:#444;
	font-size:1.4em!important;
	margin:10px 0px 0px 0px;
	padding:0;
	font-family:'Francois One', sans-serif;
	font-weight:normal;
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:auto;
 overflow:auto;
}
.tabbertab
{
	font-size:12px!important;
}
.location_grid
{
	width:960px;
	height:auto;
	float:left;
	padding:20px 0px 20px 0px;
	border-bottom:solid 1px #ccc;
}
.location_grid h3
{
	color:#666;
	font-size:1.4em;
	font-family:'Francois One', sans-serif;
	font-weight:normal;
	margin:0px 0px 15px 0px;
}
.cochi_divider
{
	width:250px;
	height:auto;
	float:left;
}
.cochi_divider h4, .small_divider h4
{
	font-size:1.2em;
	margin:0px 0px 10px 0px;
	font-family:'Francois One', sans-serif;
	color:#555;
	font-weight:normal;
}
.small_divider
{
	width:240px;
	height:auto;
	float:left;
}
.map
{
	width:160px;
	height:164px;
	float:right;
	position:absolute;
	top:65px;
	right:20px;
}