#behomecontainerBE {
	FONT-SIZE: 14px; 
	MARGIN: 0px auto; 
	WIDTH: 900px; 
	COLOR: #000000; 
	LINE-HEIGHT: 1.6em; 
	FONT-FAMILY: Arial,Verdana, Helvetica, "Sans Serif"; 
	TEXT-ALIGN: center
}

.behomebecontentland
{
width: 440px;
padding-top: 5px;
float: left;

}
.behomefontmidiumbold {
	FONT-SIZE: 18px; 
	COLOR: #330000; 
	FONT-FAMILY: Arial, Helvetica, "Sans Serif"
}

#behomeblueheaderbox{  		/* Currently this id class is used in production home which is not XHTML 1.0 complient, will remove later */
background-image: url(http://images.bucketexplorer.com/homepage/bg.png);
background-repeat: repeat-x;
background-position: 0px 7px; 
border:1px #cccccc solid;
padding-left:10px;
}

.behomeblueheaderbox{		/* Currently this css class is used in new home page which is XHTML 1.0 complient */
background-image: url(http://images.bucketexplorer.com/homepage/bg.png);
background-repeat: repeat-x;
background-position: 0px 7px; 
border:1px #cccccc solid;
padding-left:10px;
}

.behomefontmaximumbold {
FONT-WEIGHT: bold;
FONT-SIZE: 26px;
COLOR: #000000;
FONT-FAMILY: Helvetica, Arial, "Sans Serif";
line-height: 200%;
}
.behomeimageland
{
width: 450px;
padding-top: 5px;
float: left;
vertical-align: top;
}

/* ------ New home page css ------- */
.behomeTopPanelBoldText {
FONT-WEIGHT: bold;
Font-size: 22px;
COLOR: #000000;
FONT-FAMILY: Helvetica, Arial, "Sans Serif";
line-height: 150%;
}

.behomeTopPanelBoldText a{
	FONT-WEIGHT: bold;
	Font-size: 22px;
	COLOR: #0000FF;
	FONT-FAMILY: Helvetica, Arial, "Sans Serif";
	line-height: 150%;
}

.behomefontmedium
{
	FONT-SIZE: 16px;
	COLOR: #000000;
	FONT-WEIGHT : BOLD;
	FONT-FAMILY: Arial, Helvetica, "Sans Serif";
	}

/*** Targeted Links Bar ***/
.behometab
{
	min-height:20px;
	COLOR: #000000;
	FONT-WEIGHT : BOLD;
	FONT-FAMILY: Arial, Helvetica, "Sans Serif";
}

.behometab ul {
	height:0px;
}
.behometab ul li
{
	display: inline;
	border-left:1px solid #fff;
	padding: 0em 0.9em;
	height:0;
}

.behometab ul li.first {
		display: inline;
		border-left:0px solid #fff;
		padding: 0em 0.5em;
		height:0;
}
.behometab ul li a {
		font-size:14px; /* Set the font size here -- Chambal Team*/
		text-decoration: none;
		color: #fff;
}

.behometab ul li a:hover {
		background: None;
		COLOR: #000000;
		text-decoration:none;
}

