
/*************************** CSS Tab for Homepage ***************************/
/******* Left tab *******/
.indentmenu-home{
	text-align:center;
	color:#FFFFFF;
	text-decoration: none;
	width: 100%; 
}

.indentmenu-home ul{
	margin: 0;
	padding: 0;
	float: left;
	width:454px;
	background:url(../images/home/btn-bg-tab.gif) repeat-x;
}

.indentmenu-home ul li{
	display: inline;
	font-weight:bold;
}

.indentmenu-home ul li a{
	font-family:Tahoma;
	font-size:12px;
	float: left;
	color: white;
	/*text-align:center;
	padding:3px 0;*/
	padding: 3px 0 3px 10px;
	/*padding: 3px 69px 3px 69px;*/
	text-decoration: none;
	width:216px;/**selected state--change**/
}

.indentmenu-home ul li a:visited{
	color: white;
}

.indentmenu-home ul li a.selected{
	color: #000!important;
	width:217px;/**selected state--change**/
	/*text-align:left;*/
	background: url(../images/headlinebar.gif) #FFFFFF repeat-x;
		border-right:1px #FFF solid;

}

.indentmenu-home a:visited{
	color: white;
}

.indentmenu-home a:hover{
	color: white;
}

.indentmenu-home a:active{
	color: white;
	text-decoration: none;
}

/*********** two tabs ************/
.tab2{
	color:#FFFFFF;
	text-decoration: none;
	width: 100%; 
}

.tab2 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/home/btn-bg-tab.gif) repeat-x;
}

.tab2 ul li{
	display: inline;
	font-weight:bold;
}

.tab2 ul li a{
	font-size:12px;
	float: left;
	color: white; 
	padding: 3px 0;
	text-decoration: none;
	border-right: 1px solid #8d6b6f;
	width:68px;
	text-align:center;
	font-family:Tahoma;
}

.tab2 a:visited{
	color: white;
}
.tab2 a:hover{
	color: white;
}
.tab2 a:active{
	color: white;
	text-decoration: none;
}

.tab2 ul li a.selected{
	color: #0066cc!important;
	background:url(../images/home/btn-bg-tab-selected.gif) #FFFFFF repeat-x;
		border-right: 1px solid #fff;

	/*border-right:1px #FFF solid;*/
}

.latestnews-container{
	width:454px;
	float:left;
}

#petsdivcontainer{
	width:454px; 
	height: 215px;
	*height:215px; 

}

#eventscontainer{
	/*width:660px;*/
	height: auto;
	padding: 5px 8px 10px 10px;
}

/******* right tab *******/
.rindentmenu{
	color:#FFFFFF;
	text-decoration: none;
	width: 100%; 
}

.rindentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background:url(../images/home/btn-bg-tab.gif) repeat-x;
}

.rindentmenu ul li{
	display: inline;
	font-weight:bold;
}

.rindentmenu ul li a{
font-size:12px;
	float: left;
	color: white; 
	padding: 3px 14px 3px 14px;
	text-decoration: none;
	border-right: 1px solid #8d6b6f; 
}

.rindentmenu a:visited{
	color: white;
}
.rindentmenu a:hover{
	color: white;
}
.rindentmenu a:active{
	color: white;
	text-decoration: none;
}

.rindentmenu ul li a.selected{
	color: #0066cc!important;
	background:url(../images/home/btn-bg-tab-selected.gif) #FFFFFF repeat-x;
	border-right:1px #FFF solid;
}

.latestnews-container{
	width:454px;
	float:left;
}

#countrydivcontainer{
	width:188px; 
	height: 140px; 
	padding: 5px 5px 5px 10px;
}


.right-content-container-outline {
	width:207px;
	border:1px #ded7d7 solid;
	/*margin-top:2px;*/
	float:right;
}

right-content-container-outline ul li{
}

/**************************** Tab for 2 cols layout ****************************/
/**** Tab 2 for 3 cols layout ****/
.main-content-tab3cols {
	width:684px;
	border:1px #ded7d7 solid;
	float:left;
	padding:0;
	margin:0;
}

.eindentmenu-2col ul li a{
	width: 338px;
	text-align:center;
	float: left;
	color:#FFFFFF;
	padding: 3px 2px 3px 2px;
	text-decoration: none;
}

#eindentmenu-2col-container{
	width:684px;
	height:inherit;

}

/**** Tab 3 for 3 cols layout ****/
.eindentmenu3-2col ul li a{
	width: 223px;
	text-align:center;
	float: left;
	color: white; 
	padding: 3px 2px 3px 2px;
	text-decoration: none;
	border-right:#ded7d7 solid 1px;

}

.eindentmenu3-4col ul li a{
	text-align:center;
	float: left;
	color: white; 
	padding: 3px 36px 3px 35px;
	text-decoration: none;
	border-right:#ded7d7 solid 1px;
}

.eindentmenu3-4col ul li a:last-child{
	padding-right:36.5px;
}

#eindentmenu3-2col-container{
	width:684px;
	height:inherit;
}

/**** 3 cols layout tab share ****/
.eindentmenu-2col, .eindentmenu3-2col, .eindentmenu3-4col{
	color:#FFFFFF;
	text-decoration: none;
	width: 100%; /*leave this value as is in most cases*/
}

.eindentmenu-2col ul, .eindentmenu3-2col ul, .eindentmenu3-4col ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background:url(../images/home/btn-bg-tab.gif) repeat-x;
}

.eindentmenu-2col ul li, .eindentmenu3-2col ul li, .eindentmenu3-4col ul li{
	display: inline;
	font-weight:bold;
}

.eindentmenu-2col ul li a:visited, .eindentmenu3-2col ul li a:visited, .eindentmenu3-4col ul li a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

.eindentmenu-2col ul li a.hover, .eindentmenu3-2col ul li a.hover, .eindentmenu3-4col ul li a.hover{
	text-decoration: none;
}

.eindentmenu-2col ul li a.selected, .eindentmenu3-2col ul li a.selected, .eindentmenu3-4col ul li a.selected{
	color: #0066cc!important;
	background:url(../images/home/btn-bg-tab-selected.gif) #FFFFFF repeat-x;
	text-decoration: none;
}
.eindentmenu3-2col ul li a.selected, .eindentmenu3-4col ul li a.selected{
	border-right:#fff solid 1px;
}






/**************************** Tab for 3 cols layout ****************************/
/**** Tab 2 for 3 cols layout ****/
.main-middlecontent-tab2cols {
	width:480px;
	height:auto;
	border:1px #ded7d7 solid;
	float:left;
}

.eindentmenu ul li a{
	width: 236px;
	text-align:center;
	float: left;
	color:#FFFFFF;
	padding: 3px 2px 3px 2px;
	text-decoration: none;
}

#eindentmenu-container{
	width:470px;
	height:inherit;
	
}

/**** Tab 3 for 3 cols layout ****/
.main-middlecontent-tab3cols {
	width:480px;
	height:auto;
	border:1px #ded7d7 solid;
	float:left;
}

.eindentmenu3 ul li a{
	width: 155px;
	text-align:center;
	float: left;
	color: white; 
	padding: 1px 2px 3px 2px;
	text-decoration: none;
	border-right:#ded7d7 solid 1px;
}

#eindentmenu3-container{
	width:470px;
	height:inherit;
}


/**** 3 cols layout tab share ****/
.eindentmenu, .eindentmenu3{
	color:#FFFFFF;
	text-decoration: none;
	width: 100%; 
}

.eindentmenu ul, .eindentmenu3 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background:url(../images/home/btn-bg-tab.gif) repeat-x;
}

.eindentmenu ul li, .eindentmenu3 ul li{
	display: inline;
	font-weight:bold;
}

.eindentmenu ul li a:visited, .eindentmenu3 ul li a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

.eindentmenu ul li a.hover, .eindentmenu3 ul li a.hover{
	text-decoration: none;
}

.eindentmenu ul li a.selected, .eindentmenu3 ul li a.selected{
	color: #0066cc!important;
	background:url(../images/home/btn-bg-tab-selected.gif) #FFFFFF repeat-x;
	text-decoration: none;
}
.eindentmenu3 ul li a.selected{
	border-right:#fff solid 1px;
}

