@charset "utf-8";
/*---------------------------------------Tab Styless Start-------------------------------------*/
.tab_button{
	font:13px Arial, Helvetica, sans-serif;
	/*border-bottom:1px solid #dbdbdb;*/
}
.tab_links{
	position:absolute;
	left:0px;
	top:0px;
	font-size:13px;
	z-index:10;
}
.tab_links a{
	text-decoration:none;
	display:block;
	float:left;
	width:56px;
	line-height:24px;
	height:24px;
	text-align:center;
	color:#666666;
	margin-left:4px;
	background: url(../images/tab_button.gif) no-repeat;
}
.tab_links a:hover{
	color:#ff0000;
	text-decoration:none;
}

.tab_links a.selected{
	color:#ff0000;
	height:25px;
	background-color:#ffffff;
}

.tab_links a.selected1{
	color:#ff0000;
	height:25px;
	width:108px;
	background: url(../images/tab_button1.gif) no-repeat;
}



#tabs{
	position:relative;
}

#Announcements{
	z-index:2;
	position:absolute;
	width:235px;
	left:0px;
	top:0px;
	visibility: visible;
}
#news{
	z-index:2;
	position:absolute;
	width:215px;
	left:0px;
	top:0px;
	visibility: hidden;
}
#faqs{
	z-index:2;
	position:absolute;
	width:215px;
	left:0px;
	top:0px;
	visibility: visible;
}



.tabtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#828585;
	line-height:16px;
	padding:10px 0px 3px 0px;
	background:url(../images/tab_bg.gif) bottom no-repeat;
	border:1px solid #dedede;
	}
.black_txt{
	color:#000000;
}

.tab_strip{
	background:#000000;
	color:#959595;
}
.tab_viewall{
	font-size:10px;
}
.tab_viewall a{
	color:#FFFFFF;
	text-decoration:none;
	margin-right:5px;
}
.tab_viewall a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.tab_nums{
	font-size:11px;
}
.tab_nums ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.tab_nums ul li{
	margin:0px;
	padding:0px 3px;
	display:block;
	float:left;
	
	
}
.tab_nums ul li a{
	color:#959595;
	text-decoration:none;
	
}
.tab_nums ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.tab_nums ul li a.dflt{
	color:#ffffff;
}
.tab_news{
	background-color:#ffffff;
	text-align:left;
}
.tab_news ul{
	list-style:none;
	margin:0px;
	padding:0px;
	
}
.tab_news ul li{
	margin:0px;
	padding:6px 15px;
	background-image:url(../images/red_triangle_small.gif);
	background-repeat:no-repeat;
	background-position:10px;
}
.tab_news ul li a{
	color:#959595;
	text-decoration:none;
	padding-left:5px;
}
.tab_news ul li a:hover{
	color:#ED1C24;
	text-decoration:underline;
}
/*---------------For Inner Pages----------------*/
#Announcements_in{
	z-index:2;
	position:absolute;
	visibility: visible;
	left:0px;
	top:0px;
}
#news_in{
	z-index:2;
	position:absolute;
	visibility: hidden;
	left:0px;
	top:0px;
}
/*
#faqs_in{
	z-index:2;
	position:absolute;
	visibility: hidden;
	left:0px;
	top:0px;
}
*/
/*--- For Home Page Addition -----------------*/
.tab_button1{
	font:13px Arial, Helvetica, sans-serif;
	/*border-bottom:1px solid #dbdbdb;*/
}
.tab_links1{
	position:absolute;
	left:0px;
	top:0px;
	font-size:13px;
	z-index:10;
}
.tab_links1 a{
	text-decoration:none;
	display:block;
	float:left;
	width:110px;
	line-height:24px;
	height:24px;
	text-align:center;
	color:#666666;
	margin-left:3px;
	background: url(../images/tab_button1.gif) no-repeat;
}
.tab_links1 a:hover{
	color:#ff0000;
	text-decoration:none;
}

.tab_links1 a.selected{
	color:#ff0000;
	height:25px;
	background-color:#ffffff;
}

.tabtext1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#828585;
	line-height:16px;
	padding:10px 0px 3px 0px;
	background:url(../images/tab_bg.gif) no-repeat;
	border:1px solid #dedede;
	}

#tabs1{
	position:relative;
}

#ourinstallations{
	z-index:2;
	position:absolute;
	width:235px;
	left:0px;
	top:0px;
	visibility: visible;
}

