a:focus{  
  -moz-outline-style: none;
  outline:none;
}



/*--------- main page tabs ---------*/

#tab_container {
	width:479px;
}

#tab_content {
	padding:20px 20px 0 20px;
	height: 100%;
	border-TOP:4px solid #137abc;
	background:url(../images/tab-images/bg-content.gif) no-repeat;
	height:136px;
	margin-left:3px;
}

#tab_content p{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
}

#tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	display: block;
	height: 33px;
	padding-left:12px;
}

#tabs li {
	display: block;
	float: left;
	margin-left:4px;
}

#tabs li a, #tabs li a.tab_on {
  height: 33px;
	display: block;
}

#tabs li a:hover, #tabs li.tab_on a, #tabs li a:active {
  background-position:bottom;
}

#tab_1, #tab_2, #tab_3, #tab_4 {
  clear: both;
}

#tab_2, #tab_3, #tab_4 {
	display: none;
}

#tab_button_1.tab_on, #tab_button_2.tab_on, #tab_button_3.tab_on, #tab_button_4.tab_on {
  height: 33px;
	display: block;
}

/* What's Happening */

#tab_button_1 {
  width:120px;
}

#tab_button_1 a, #tab_button1 a:visited {
  background: url('../images/tab-images/tab01.gif') top left no-repeat;
	text-indent: -9000px;
	border: none;
}

/* Featured Video */

#tab_button_2 {
  width:106px;
}

#tab_button_2 a, #tab_button_2 a:visited {
  background: url('../images/tab-images/tab02.gif') top left no-repeat;
	text-indent: -9000px;
	border: none;
}

/* From Our Blog */

#tab_button_3 {
  width:106px;
}

#tab_button_3 a, #tab_button_3 a:visited {
  background: url('../images/tab-images/tab03.gif') top left no-repeat;
	text-indent: -9000px;
	border: none;
}






/*---------- Tab 004 ----------------------*/

#tab_button_4 {
  width:106px;
}

#tab_button_4 a, #tab_button_4 a:visited {
  background: url('../images/tab-images/tab04.gif') top left no-repeat;
  text-indent: -9000px;
  border: none;
}


.image-update {
	padding:3px;
	border:1px solid #e4e4e4;
}
