/******************************************************/
/* POPUP PAGE
/******************************************************/
BODY
{
	margin: 0;
	padding: 0;
}

#Page
{
	background-image: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#PageEnd /* Used for page shadow */
{
	display: none;
}


A#CloseWindow 
{
	position: absolute;
	right: 10px;
	top: 10px;
}

/******************************************************
/* CONTENT
/******************************************************/

.PopUp #Content
{
	display: block;
	float: none;
	width: auto;
	padding: 15px;
	margin: 0;
}

.OneColumn .Main
{
	width: 100%; /* IE bug tweak */
}

.TwoColumn .Main
{
	float: left;
	width: 410px;

}

.TwoColumn .SideBar
{
	float: right;
	width: 140px;

}

#LeftColumn,
#Content,
.BlockArea
{
	display: inline; /* IE float margin fix*/
	overflow-x: hidden; /* Extension edit mode fix */
}

/******************************************************
/* PAGE MENU
/******************************************************/
.PageMenu
{
}

.PageMenu A
{
	color: #333333;
}

.PageMenu .MenuItem
{
	margin: 3px 10px;
}

.PageMenu .Expanded
{
	font-weight: bold;
}

.PageMenu .Level1
{
	font-size: 12px;
}

.PageMenu .Level2
{
	margin-left: 20px;
}

.PageMenu .Level3
{
	margin-left: 35px;
}


/*********************************************************
/* QUICK LINKS
/*********************************************************/

#QuickMenu
{
	position: absolute;
	bottom: 25px;
	right: 15px;
	line-height: 1em;
}

#QuickMenu A
{
	color: #666666;
}

#QuickMenu A:hover
{
	text-decoration: none;
}

/******************************************************
/* FOOTER
/******************************************************/
#PageFooter
{
	margin-top: 15px;
	padding: 12px 0;
	background-color: #E6E6DC;
	color: #A5A591;
	font-size: 10px;
	line-height: normal;

	height: 0%; /* IE background+floats fix*/
}

#PageFooter A
{
	color: #A5A591;
	text-decoration: underline;
}

#PageFooter .FooterContent
{
	float: left;
	width: 580px;
	margin-left: 15px;

	display: inline; /* IE float margin fix*/
}

#PageFooter #LifInfo 
{
	float: right;
	width: 140px;
	margin-right: 15px;
	text-align: right;
	text-decoration: none;

	display: inline; /* IE float margin fix*/
}

#PageFooter #LifInfo IMG
{
	float: right;
	margin-left: 15px;
}
