/***************************************************
*****
*****		layoutIndex.css
*****		03 February 2006
*****		Copyright Workpump 2005-2006
*****
*****		THIS FILE CONTROLS LAYOUT AND 
*****		POSITIONING OF ALL STRUCTURAL ELEMENTS 
*****		OF THE INDEX (OR HOME) PAGE
*****
***************************************************/

* {
	margin: 0;
	padding: 0;
}

div#container {
	position: absolute;
	top: 0;
	width: 749px;
}

div#brandBar {
	height: 110px;
	top: 0;
	width: 750px;
}

div#nav {
	max-width: 750px;
	width: auto !important; /* Firefox requires the important declaration; I don't know why */
}

ul#udm {
	top: 110px;
	width: 750px !important; /* Firefox requires this important declaration along with the one above to keep from running the black bar across the full width of the screen */
}

div#main {
	margin-top: 0;
	padding-top: 20px;
	position: absolute;
	width: 749px;
}

div#subContentIndex {
	overflow: hidden !important;
	float: left;
	width: 221px;
}

div#content {
	float: left;
	width: 528px;
}

div#nav_2ary {
	clear: both;
	float: left;
	width: 749px;
}