/* layout and positioning */
#p1wrapper {
	width			: 682px;
	margin			: 0 auto 0 auto;
}

#wrapper 
{
	width					: 682px;
	float					: left;
	margin-top				: 10px;
	text-align				: left;
}


#logoAndTools
{
	float		: left;
	width		: 682px;
}

#logo
{
	float		: left;
	width		: 266px;
	height		: 85px;
	background	: url(../images/logo.gif) no-repeat;
}

#tools
{
	float		: right;
	height		: 25px;
	margin-top	: 40px;
}

#searchAndMenu
{
	background	: url(../images/search-and-menu.gif) no-repeat;
	width		: 682px;
	height		: 26px;
}

#searchBox
{
	float		: left;
	width		: 100px;
	padding-left	: 59px;
	padding-top	: 3px;
}

#topMainMenu
{
	height		: 20px;
	width		: 470px;
	float		: right;
}

#navAndContent
{
	width		: 682px;
	float		: left;
}

#navigation
{
	width		: 207px;
	float		: left;
	
}

#navTop
{
	width		: 207px;
	background	: url(../images/modules-top-bg.gif) no-repeat;
	height		: 29px;
	float		: left;
}

#navBottom
{
	width		: 207px;
	background	: url(../images/modules-bottom-bg.gif) no-repeat;
	height		: 30px;
	float		: left;
}

#navSet
{
	float		: left;
	padding-left	: 20px;
	background	: url(../images/modules-bg.gif) repeat-y;
	width		: 187px;
}


#boxes3Top,
#boxes3Bottom
{
	float		: left;
}

#box1, #box2 , #box3 , #box4
{
	width	: 210px;
	float	: left;
	margin	: 5px;
	padding	: 2px;
}

#content
{
	float		: right;
	width		: 470px;
	
}

#content100
{
	float		: right;
	margin-left	:10px;
	margin-right	:10px;
	width		: 662px;
}



#footer
{
	border-top	: 1px solid #969696;
	margin-top	: 5px;
	height		: 50px;
	width		: 682px;
	float		: left;
	text-align	: center;
}

#modBanner
{
	margin-top	: 5px;
	margin-bottom	: 5px;
}

#bottomMenu
{

}

#copyRight
{
	margin-top	: 5px;
	margin-bottom	: 5px;
}

#parentInset
{
	background	: url(../images/support.gif) no-repeat;
	height		: 156px;
	width		: 207px;
	float		: left;
	margin-top	: 20px;
}

#modInset
{
	margin-left	: 10px;
	margin-top	: 10px;
	width		: 115px;
	overflow	: hidden;
	height		: 125px;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

