/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin: 0 auto;
list-style-type: none;
text-align: center;
/*--*/
height:28px;
width: 770px;
}
*html .shadetabs{
	width: 770px;
}
.shadetabs li{
display: inline;
float: left;
margin: 0;
width:110px;
text-align:center;
}
.shadetabs li a{
display: block;
text-decoration: none;
position: relative;
z-index: 1;
height: 28px;
color: #0281D2;
font: 12px/28px  Tahoma,Arial,sans-serif ;
text-transform: uppercase;
text-align: center ;
background-image: url("../images/prjnavbg.gif");
background-repeat: no-repeat;
background-position: 0 0;
outline: none;
}
*html .shadetabs li a{
font:  12px/25px  Tahoma,Arial,sans-serif ;	
}
.shadetabs li a:visited{

}
.shadetabs li a:hover{
text-decoration: none;
color: #fff;
background-position: 0 -28px;
}

.shadetabs li.selected, .shadetabs li a.selected { /*selected main tab style */
color: #fff;

background-position: 0 -28px;
position: relative;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-position: 0 -28px ;

}

/*------------------------------------------------------*/
#menucontentnava{ /*style of tab content nav*/
	margin 0 auto;	
	height:28px;	
	margin-left: 7%;
	margin-right: 7%;
}
*html #menucontentnava{
		margin-left:0;
		margin-right:0;
		text-align:center;
}
#menucontentnavb{ /*style of tab content nav*/
	margin 0 auto;	
	height:28px;	
	margin-left: 20%;
	margin-right: 20%;
}
*html #menucontentnavb{
		margin-left:0;
		margin-right:0;
		text-align:center;
}
#menucontentnavc{ /*style of tab content nav*/
	margin 0 auto;	
	height:28px;	
	margin-left: 13%;
	margin-right: 13%;
}
*html #menucontentnavc{
		margin-left:0;
		margin-right:0;
		text-align:center;
}
#menucntr{
	text-align: center;
}
.menucontentstyle{ /*style of tab content oontainer*/
width: 900px;	
background-color: #fff;
margin: 0 auto;
min-height:250px;
margin-top: 20px;
margin-bottom: 15px;
padding: 0;
text-align: center;
}
.menucontentstyle p{
	padding: 10px 30px;
	text-align: left;
	line-height: 19px;
}
.menucontentstyle p strong{
	color: #babe20;
	font: bold 17px  "Times New Roman", Times, serif;
}
.menucontentstyle p.cntr{
	text-align: center;
}
.menucontentstyle p.cntr u{
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.menucontentstyle p.intro, .menucontentstylep.norm{
	padding: 20px 50px;
}
 
.menucontentstyle p .fltrht{
	margin: 5px 0 10px 10px;
	clear: right;
}
.menucontentstyle iframe{border: 1px solid #333;}
.menucontentstyle h4{
	font-size: 16px;
	text-transform: capitalize;
	color: #babe20;
	text-align: center;
	border-bottom: 1px solid #fefaef;
	margin:10px 5px 0 5px;
	padding: 5px 20px;
}
.menucontentstyle h5{
	font: 13px Tahoma, Arial, Helvetica, san-serif ;	
	color: #983d1c;
	letter-spacing: 1px;
	background-color: #F9F9E3;	
	text-align: left;
	margin: 0 auto;
	margin-top:5px;
	padding: 3px 0 3px 3px;
	width: 94%;
}
.menucontentstyle h5 u{
	background-color: #F0F8FF;	
	padding: 2px;
	text-decoration: none;
}
.menucontentstyle ul#mdm{
	margin: 35px 0 0 95px;
}

.planlink{
	background-color: #F1B926;
	padding: 2px 8px 4px 8px;
	float: left;
	xwidth: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 8px;
}
.planlink a{
	text-decoration: none;
	color: #fff;
}
a.planlink:hover{
	text-decoration: none;
	color: #A0522D;
	background-color: #F7D67F;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


