/* 	Deans and Homer CSS definitions 
	first created 2-22-2007
*/

/* CSS box region definitions */

/* master box does not wrap... */
.master {
	height:auto; 
	border: 0;
	padding: 0;
	}

/* ... but everything within it can */
.master * {
	white-space: normal;
}

/**  Top Area; Logo, search, login  */
.top {
	height: 92px;	

}

/***  Top/Logo Header  */
.toplogo {
	width: 400px;
	height: inherit;
	float: left;
	background-color: #ccc;

	/* IE6 min-height hack */
	_height: 92px;	
}

/***  Top/Search Bar  */
.topsearch {
	display : none;
}

/***  Top/Agent Log-in  */
.toplogin {
	display : none;
}

/**  Header Bar */
.header {
	display : none;
}

/**  Main area (liquid height) */
.main {
}


/***  Main/Left nav area- fixed width*/
.left {
	display : none;
}

/**** Left Nav (within left) */
.navlist {
	display : none;
}

/**** Left Nav bottom shim */
.navlist2 {
	display : none;
}



/***  Main/Center (liquid width)*/
.center {
	width: 75%;
	/* IE min-height hack */
	min-height: inherit;
	height: auto !important;
	height: 344px;	

	border: 16px solid #FFF;	
	background-color: #FFF;
	float: left;
	
}


/***  Main/Right Area (fixed width) */
.right {
	width: 0px;
	min-height: inherit;
	float: right;
}

/**  Footer Bar */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: inherit;
	height: 22px;
	background-color: #133550;
	color: #FFF;	
	clear:left;
}
