@charset "iso-8859-1";

body {
	text-align: center;
}
	
#page_container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/* width: auto; */
	width: 950px;
	min-width: 950px;
}

#home_content_container
{
	z-index: 1;
	border-color: #fff;		/* set default color to white. set the real color inside colors.css */
	border-style: solid;
	border-width: 0px 240px 0px 180px;	/* sets the width of the borders used to create the left and right columns' background color. */
}

#home_content_area
{
	z-index: 2;
	width: 100%;
}

* html #home_content_area
{
	position: relative;		/* fix a render bug in IE under certain conditions */
}

* html #home_content_right_area
{
	position: relative;		/* fix a render bug in IE under certain conditions */
}

#home_content_center_area
{
	margin: 0px -11px 0px -1px;		/* without this, boxes stop floating next to each other */
	width: 100%;
}

* html #home_content_center_area
{
	margin: 0px -11px 0px -10px;		/* without this, boxes stop floating next to each other */
}

#home_content_left_area, #home_content_right_area, #home_content_center_area
{
	float: left;
	position: relative;		/* IE has a display/render bug with non-floated block elements inside floated block elements. 
											  	 setting position:relative on the floating element seems to resolve this. */
	z-index: 10;
	overflow: visible;		/* fix for IE italics bug */
}

#home_content_right_area
{
	float: right;					/* floating this right allows for the right column block to appear before the content
									   			 column in the flow of the document. doing this allows for any easy 3 column layout in NN4. */
	width: 240px;
	margin: 0 -250px 0 1px;	/* same as in the #home_content_left_area selector up above. */
	padding: 0px;
	overflow: hidden;
}

#home_content_left_area
{
	width: 180px;
	margin: 0 1px 0 -180px;	/* like in the #home_content_center_area selector, without the 1px margin on the opposite side of the 
				   									 box, boxes stop floating next to each other */
	overflow: hidden;
}

#home_footer_area
{
	position: relative;
}

#home_header_area 
{
	z-index: 5000;
}
	
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

#home_content_center_area
{
	border-width: 0;	/* reset value from that in the version 4 
										   stylesheet. this isn't in borders.css because
										   were you to create a print.css and not 
										   include borders.css, then the v4 border would
										   still remain when you print. */
}

#home_content_center {
	position: relative;
}
	
* html #page_container
{
	word-wrap: break-word;
}

