﻿@charset "utf-8";
/* CSS Document */
@import url(/mcms/css/departments/4hkids/common.css);

html, body, #container, #designcontainer {
	height: 100%;
}

/***** START Middle area (leftnav and content)  *****/
#designcontent
{
	
	left:135px;
	
	/*height:400px;*/
	width:590px;
	top:-30px;
	
}
/****** Internet explorer cannot understand this next tag. so it is used to overwrite the left position specified above ****/
html>body #designcontent
{

	left:60px;
/*	min-height:100%;*/
	top:63px;
	margin-bottom:10px;
}

/***** END Middle area (leftnav and content)  *****/

#leftnavlogos 
{
	left:-20px;
	
	}


#leftnavmenu
{
	left:-70px;

}
/***** END Left Navigation area *****/


/***** START Maint Content area *****/
#content
{
	left:0px;
	/*background-color:#fcfcfc;*/
	top:-1px;
	background-image:url(/mcms/images/departments/4hkids/white-paper-rag2.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:29px;


	
}
#content table
{
	background-color:#fcfcfc;
}
#content div 
{
	background-color:#fcfcfc;
}
#content hr
{
	border:0;
	margin:0;
	height:0px;
	display:none;
	visibility:hidden;
	
}

#white_paper_bottom {
	background-image:url(/mcms/images/departments/4hkids/white-paper-edge.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	width:100%;
	height:20px;
	z-index:8;
	margin-top:-1px;
	/*bottom:0px;
	position:absolute;
	-moz-box-sizing: border-box;
	left:3px;*/
}

/*end classic right column*/
/***** END Main Content area *****/

/***** START Footer area *****/
#footer
{
	color: White;
	font-size: 1em;
	bottom:0px;
	position:relative;
	z-index:8;

}
html>body #footer {
	bottom:0px;
}

/***** END Footer area *****/

#addthis 
{
	position:absolute;
	right:-2px;
	top:-2px;
	z-index:5;
}



#_ctl2__ctl2_dlRelatedFiles table {
	
	width:100%;
}
