
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
left:-30px!important;
left:0px;
clear:both;
position:relative;
font: bold 13px Arial;
width:100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
}

.tab-con
{
border:1px solid White;
width:646px;
height:auto !important;
min-height:130px !important;
height:130px;
padding: 20px 10px 15px 10px;
background:#eaede8;
overflow:visible;

}

.tab-con h2
{
font : 12px Arial, Verdana, Tahoma, Sans-serif;
padding:0px 0px 0px 10px;
font-size:1.1em;
font-weight:bold;
color:#264703;
}

.tab-con span
{
font : 12px Arial, Verdana, Tahoma, Sans-serif;
color:#e58d3a;
}

.tab-con p span
{
font : 1em Arial, Verdana, Tahoma, Sans-serif;
text-align:justify;
color:#2e2f2e;
}

.tabcontent p 
{
font : 1em Arial, Verdana, Tahoma, Sans-serif;
text-align:justify;
color:#2e2f2e;	
}

.tab-con ul
{
display:block;
left:20px;
position:relative;
}

.tab-con li
{
font : 12px Arial, Verdana, Tahoma, Sans-serif;
text-align:justify;
color:#2e2f2e;
}

.indentmenu ul li{
display: inline;
float:left;
background: #92c55b url(../images/indentbg.gif) center repeat-x !important;
}

.indentmenu ul li a{
float: left;
padding:0px 10px 0px 10px;
color: black; /*text color*/
padding: 5px 32px;
text-decoration: none;
font-weight:bold;
border-right: 1px solid white; /*navy divider between menu items*/
}
.indentmenu ul li a:visited{
color:#eaede8;
text-decoration:none;
}

.indentmenu ul li a.selected{
color: #eb7d00 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
font-weight:bold;
text-decoration:none;
background: #eaede8 url(../images/indentbg2.gif) center repeat-x;
}


.tabcontentstyle{ /*style of tab content container*/
border: 1px solid white;
margin-bottom: 1em;
padding:0px;
background:#eaede8;	
}

.tabcontent{
display:none;
background:#eaede8;	
/*padding:10px;*/
}

@media print {
.tabcontent {
display:block !important;
}
}
ul.pegs-facilities 
{
    margin: 0;
    padding: 0;
}
ul.pegs-facilities li 
{
    float: left;
    width: 270px;
    font-size: 12px;
    padding: 2px;
    list-style-type: none;
    text-align: left;
}
div.clearfloats 
{
    clear:both;
}
