/* styling the tab content appearance-----------------------------*/
.shadetabs {
	list-style-type: none;
	width: 205px;
	margin: 0;
	padding: 0;
}
.shadetabs li {
	margin: 0;
	padding: 0;
   width: 100%;
	display: inline;
}
.shadetabs li a {
	display:  block;
	width: 100%;
	height: 55px;
	background-position: 0 0 ;
	background-repeat: no-repeat;
	background-color: #EDE9D2;
	border-bottom: 1px solid #E6DFC5/*E8E2C8*/;
}
.prj { background-image: url("pnavprj.gif") }
.spc { background-image: url("pnavspc.gif") }
.loc { background-image: url("pnavloc.gif") }
.elv { background-image: url("pnavelv.gif") }
.flp { background-image: url("pnavflp.gif") }
.avl { background-image: url("pnavavl.gif") }

.shadetabs li a:hover, .shadetabs li a:focus, .shadetabs li a:active {
	background-position: -205px 0;
}
.shadetabs li.selected a, .shadetabs li.selected a:hover, .shadetabs li.selected a:focus, .shadetabs li.selected a:active {
	background-position: -410px 0 ;
	}
.shadetabs a span { display: none; }
/*------------------------------------------------------*/
.tabcontentstyle{ /*style of tab content oontainer*/
float: left;
margin: 0 auto;
display: block;
width: 650px;	
background-color: #F8F6E7;

}
.tabcontentstyle p{
	margin: 0 0 .6em .5em;
	padding: 1em 2em 1.5em 2em;
	font-size: 13px;
	background-color: #fff;
   text-align: justify;
   line-height: 2em;
   color: #666;	
}
.drop {
	float: left;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	line-height: 1em;
	xmargin-right: .1em;
}
.tabcontentstyle strong{
   color: #B7B15D;		
}
.tabcontentstyle em{
   color: #B7B15D;
	font-family: Arial, Helvetica, sans-serif; 	
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}
.tabcontentstyle p.cntr{
	text-align: center;
}
.tabcontentstyle h5{
	font-size: 16px;
	text-transform: capitalize;
	color: #C96;
	margin: 0 0 0 .6em;
	padding: .6em 0 .1em .5em ;
	text-align: left;
	background-color: #fff;
}
.tabcontentstyle u{
	color:#FF6633;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	text-align: center; 
}
.brdrimg{
	padding:6px;
	background-color: #f8f8f8;
	border: 2px solid #F1F1F1;
	margin-bottom: 1.5em;
}
#specdiv{
	background-color: #fff;
	margin: 0 0 .6em .7em;
}
#specdiv p{
	margin: 0 .4em;
	padding: .2em .6em;
	font-size: 13px;
   text-align: left;
   line-height: 1.7em;
   color: #666;	
}
#specdiv h5{
	font-size: 17px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background-color: #FBFCF1;
	color: #D73600;
	margin: .1em .8em 0 .5em;
	padding: .1em 0 ;
	text-align: left;
}
.floatl{
	float: left;
	padding: .5em 0 0 1.5em;
}
.plotlbl{
	float: left;
	width: 170px;
	color: #333;
	border-bottom: 1px solid #E6DFC5;
	font-size: 16px;
	padding-bottom: 2px;
	margin: 0 2px 7px 110px;
	text-align: right;
	}
.plotlbl img{
	vertical-align:top;
	padding: 5px 0 0 5px;
}	

.tabcontent{
display:none;
}
:focus{
	-moz-outline-style: none;
}

@media print {
.tabcontent {
display:block!important;
}
}
