@charset "UTF-8";
/* CSS Document */

/*shadetab style2*/
#tabStyle2Top{
	text-align: center;
	padding-bottom:2px;
}
#tabStyle2Content{
	position:relative;
	background-color:#dee6ea;
	border: 1px solid #CBCDCE;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
}


.shadetabs2{
padding: 0;
margin:0;
margin-top: 1px;
margin-bottom: 0;
font: 16px Georgia, Century Gothic,Arial;
text-transform:uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*border-bottom:1px solid #ccc;*/

}

.shadetabs2 li{
display:inline;
margin: 0;
padding:0;
padding-left:0;
margin-left:0;
padding-bottom:10px;
}

.shadetabs2 li a{
margin:0;
padding:0;
text-decoration: none;
position: relative;
z-index: 1;
padding-top:1px;
padding-bottom:1px;
padding-left:10px;
padding-right:10px;
border: 1px solid #CBCDCE;

color: #ccc;
/*background-color:#382f25;
background-color:#9e8d7d;*/
background-color:#666;


}


.shadetabs2 li a:visited{
color: #eeeeee;
}

.shadetabs2 li a:hover{
	text-decoration: none;
	/*color: #e3cab3;*/
	color:#eedfd1;
}

.shadetabs2 li a.selected{ /*selected main tab style */
	color:#333;
	/*color:#025f98;*/
	position: relative;
	top: 0px;
	/*background-color:#eedfd1;*/
	background-color:#b9bdc0;
	border-bottom:1px solid #eedfd1;
	padding-top:1px;
padding-bottom:2px;


}


.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/*-----------------*/

.shadetabs3{
padding: 0;
margin:0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Georgia, Century Gothic,Arial;
text-transform:uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*border-bottom:1px solid #ccc;*/

}

.shadetabs3 li{
display:inline;
margin: 0;
padding:0;
padding-left:0;
margin-left:0;
padding-bottom:10px;
}

.shadetabs3 li a{
margin:0;
padding:0;
text-decoration: none;
position: relative;
z-index: 1;
padding-top:5px;
padding-bottom:1px;
padding-left:10px;
padding-right:10px;


color: #ccc;
/*background-color:#382f25;*/
background-color:#9e8d7d;
/*background-color:#666;*/


}


.shadetabs3 li a:visited{
color: #eeeeee;
}

.shadetabs3 li a:hover{
	text-decoration: none;
	/*color: #e3cab3;*/
	color:#eedfd1;
}

.shadetabs3 li a.selected{ /*selected main tab style */
	color:#fff;
	/*color:#025f98;*/
	position: relative;
	top: 0px;
	/*background-color:#eedfd1;*/
	background-color:#434343;

	padding-top:5px;
padding-bottom:2px;


}


.shadetabs3 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/*-------------------*/

.tabcontent{

/*display:none;*/
padding:20px;

background:url(../_img/bg-stones2.jpg) no-repeat bottom right #abafb2;
/*background:url(../_img/bg-stones.jpg) no-repeat bottom right #DFDFDF;*/

border:1px solid #e3cab3;
z-index:2;
margin-bottom:5px;
}

.tabcontent hr{
	margin-top:10px;
	margin-bottom:10px;
}
.tabcontent h3{
color:#333;
/*color:#025f98;*/
}

.tabcontent2{

/*display:none;*/
padding:10px;

background: url(../_img/grad-bottomFadeBlack.png) repeat-x bottom #434343;
color:#fff;
/*background:url(../_img/bg-stones.jpg) no-repeat bottom right #DFDFDF;*/

border:1px solid #e3cab3;
z-index:2;
margin-bottom:5px;
}