/****************************************************
	P A G E L A Y O U T
	1em = 10px
****************************************************/
body
{
	color:			black;	
	background-color:	#f3f3f3; 	/* Placed here so the content editor is not influenced */
	padding:		0;
	margin:			0;
	text-align: 		center;
}

div#PageContainer
{
	width:			60em;		/* PAGE WIDTH #1 of 2 */
	display:		block;
	margin-left: 		auto; 
	margin-right: 		auto;
	position:		relative;
}

div#Page 
{
	text-align: 		left;
	/*padding-top:		70px;*/		/* HEADER HEIGHT #1 of 2 */
}

div#ColumnsContainer
{
	margin-top:		5px;
	padding-top:		1.9em;		/* Room for the top navigation bar */
}

/****************************************************
	G A L L E R Y
****************************************************/
.GalleryThumb
	{
		float: left;
		border: solid 1px #aeb2b4;
		margin-right: 16px;
		margin-bottom: 20px;
	}


/****************************************************
	H E A D E R   S T U F F
****************************************************/
div#HeaderContainer
{
	position:		absolute;
	top:			0;
	left:			0;
	width:			60em;		/* PAGE WIDTH #2 of 2*/
}

div#Header
{
	height:			70px;		/* HEADER HEIGHT #2 of 2*/
}

div#Header div#Logo
{
	padding-top:		22px;
}



/****************************************************
	F O O T E R   S 		T U F F
****************************************************/
div#FooterContainer
{
	clear:			both;
	margin-top:             35px;
}

div#Footer
{
	height:			1.8em;
	line-height:		1.3em;
}

div#FooterText
{
	float:			left;
	padding-left:		0px;
}

div#FooterCopyrightNotice
{
	float:			right;
	padding-right:		1em;
}


/**********************************
	M I S C
*********************************/
fieldset
{
	display:		inline;
}


/**********************************
	FOLDOUT Employees, PCL
*********************************/
.elementheader
{
	width: 415px; 
	height: 18px; 
	background-color: #DBDBDB;
	padding-left: 3px;
	padding-top: 5px;
}
.elementbody {
	padding-top: 10px; 
	padding-left: 24px;
	width: 390px;
}

a.elementlink  {
	font-weight: bold;
	text-decoration: none;

}
a.elementlink:hover  {
	font-weight: bold;
	text-decoration: none;

}

.elementlinktext {
	color: #555555;
	padding-left: 10px;
}


