 
 body{
	text-align:left;
	width:960px;
 }
 
/*padding would need to be 47 to make the requested partition widths*/
/*
#hd{background:white;}
#bd{padding:0px 0px 0px 0px;	background:LightBlue;} 
#bd  .yui-b{background:CadetBlue;}
#bd  .yui-g{background:BurlyWood;}
#bd  .yui-u{background:AntiqueWhite;}
#ft{background:DarkSeaGreen;}
*/
/* force every yui-block to have a bottom margin to space out the paragraphs */
.yui-b{
	margin-bottom:20px;
}

/*********************************************************************/

/* custom doc type for a 960px wide page*/
#custom-doc5{
	margin:0px 0px 0px 20px;/*puts a 10px gutter on the left and right of the page.*/
	text-align:left; /* leave unchanged */
	width:73.4615em;/* non-IE */
	*width:71.6251em;/* IE */
	#width:71.6251em;/* IE7 */
	_width:84.6251em;/* IE6 */
	min-width:955px;/* optional but recommended */
}

/*********************************************************************/

/* to make a custom template*/
/* this one is for a 200px column on the right*/
/* these are the default settings for all doc*'s and templates*/
.custom-t2{
	margin:auto;
	text-align:left;
	width:73.8461em; /* for non IE  960/13 */
	*width:72.0001em; /* for IE 960/13.3333 */
	min-width:960px;
}
.custom-t2 #yui-main{
	float:left;margin-right:-25em;/* IE: preserve layout at narrow widths */
}
.custom-t2 .yui-b {
	float:right;
	width:15.3846em; /* this is 200/13 for all normal browsers */
	/*width:15.0000em; /* 200/13.3333 for IE */
}
.custom-t2 #yui-main .yui-b {
	margin-right:16.9230em; /* 200 + 20 for a gutter 220/13 */
	*margin-right:16.5000em; /* 200 + 20 for a gutter 220/13  */
}

.custom-t2 #yui-main .yui-removeColumnMargin {
	margin-right:0em;
}

/*********************************************************************/

/* to make a custom template*/
/* this one is for a 160px column on the right*/
/* these are the default settings for all doc*'s and templates*/
.custom-t1{
	margin:auto;
	text-align:left;
	width:57.69em;*width:56.25em; /* */
	min-width:750px;
}
.custom-t1 #yui-main{
	float:left;margin-right:-25em;/* IE: preserve layout at narrow widths */
}
.custom-t1 .yui-b {
	float:right;
	width:12.30769em; /**/
	*width:12.00003em; /**/
}
.custom-t1 #yui-main .yui-b {
	margin-right:13.30769em; /**/
	*margin-right:13.00003em; /**/
}

.custom-t1 #yui-main .yui-removeColumnMargin {
	margin-right:0em;
}

/*********************************************************************/

/* this is to emulate a content divider in YUI for the 25.50.25 split */
.gridPadding{
	padding:10px;	
	background-color:#DDD;
}

.business-content_1_1{
	float:left;
	width:264px;
}

.business-content_1_2{
	float:left;
	width:264px;
	height:162px;
	_height:152px;
}

.business-content_2_1{
	float:left;
	width:151px;
}

.business-content_2_2{
	float:left;
	width:182px;
	height:156px;
}

.business-content_2_3{
	float:left;
	width:154px;
	height:156px;
}

.esLandingsignIn {
	width:139px;
	height:162px;
	#height:172px;
}

.gridPadding input.textField {
	width:136px;
}

.logoSection-v3 {
background-image:url(../images/common/bg_logo_60h_es_v3.jpg);
float:left;
height:60px;
min-height:60px;
width:1000px;
}

a:visited {
color:#999999 !important;
}
a:hover {
color:#999999 !important;
}

#head ul li a {
color:#999;
font-weight:bold;
}





































