/* Copyright (c) 2006 Cool Blue Interactive. All rights reserved. */

#client-login a {
	overflow: visible;
}

#billboard,
#navigation,
#nav,
#aux,
#jump,
#main,
#content,
#footer,
.highlightbox {
	display: inline-block;
}

/* Fixes float escape bug in IE/Win, hides from IE/Mac \*/
* html #billboard,
* html #navigation,
* html #nav,
* html #aux,
* html #jump,
* html #main,
* html #content,
* html #footer,
* html .highlightbox {
	height: 1%;
}

#billboard,
#navigation,
#nav,
#aux,
#jump,
#main,
#content,
#footer,
.highlightbox {
	display: block;
}
/* End hides from IE/Mac */

