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

/* CSS box region definitions */

/* master box does not wrap... */
.master {
	width:792px; 
	height:auto; 
	white-space: nowrap;
	border: 0;
	padding: 0;
	}

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

/**  Top Area; Logo, search, login  */
.top {
	width: inherit;
	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 {
	width: 160px;
	height: inherit;
	float: left;

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

/***  Top/Agent Log-in  */
.toplogin {
	width: 230px;
	width: 390px;
	height: inherit;
	float:left;

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

/**  Header Bar */
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 692px;
	padding: 0px 0px 4px 100px;	
	height: 24px;
	background-color: #133550;
	color: #FFF;
	float: none;
}

.headernavbox {
	width: 300px;
	height: 24px;
	float: left;
}

.searchbar {
	width: 250px;
	height: 24px;
	padding: 2px 0px 0px 50px;
	float: left;
	vertical-align: bottom;
	text-align: center;
}

/**  Main area (liquid height) */
.main {
	width: 792px;
	/* IE min-height hack */
	min-height: 344px;
	height: auto !important;
	height: 344px;
}


/***  Main/Left nav area- fixed width*/
.left {
	width:10em;
/*	max-width: 94px;*/
	min-height: inherit;
	float: left;
	height: 100%;
	border: 16px solid #FFF;
	float: left;
	/* IE min-height hack */
	_height: 344px;	
}

/**** Left Nav (within left) */
.navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
/*	width:20em;*/
	min-height: inherit;
	height: 100%;
	background-color: #5f8fb6;
	color: #fff;
	float: left;

	/* IE min-height hack */
	_height: 344px;	
}

/**** Left Nav bottom shim */
.navlist2 {
	width:110px;
	min-height: inherit;
	height: 100%;
	background-color: #5f8fb6;
	color: #fff;
	float: left;

	/* IE min-height hack */
	_height: 344px;	
}



/***  Main/Center*/
.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;
}

.formbox {
	background-color: #f1f5f9;
}

