/* General HTML */
*{margin:0; padding:0;}


body{ width:100%; }

#container
{
	width: 1024px;
	position: relative;
	margin-right:auto;
	margin-left: auto;

}
/* hide from ie 6 */
html > * > #container
{
	width: 1019px !important;
}

h1
{
	height:190px;
	width: 100%;

	text-indent:-99999px;
}


/* Left Pane */
div#left_pane
{
	width:222px; /*222px*/
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*hide from ie 6*/
html > * > div#left_pane
{
	width:225px !important; /*225px*/
}

ul#nav_pages
{
	min-height: 250px;	
	margin:18px 0 0 20px;
	padding-top:15px;
}
ul#nav_pages li
{
	padding: 0 0 20px 50px;
	margin:0;
	position:relative;
	left: -15px;
}
ul#nav_pages li a
{
	display:block;
}


/*Right Pane*/
div#right_pane
{
	width: 794px; /*794px;*/
	float: left;
	position: relative;
	z-index:5;
}
/*hide from ie 6*/
html > * > div#right_pane
{
	width: 797px !important; /*797px;*/
}

div#header
{
	width: 100%;
}
span#tagline
{
	width: 96%;
	position:absolute;
	top: 165px; /*height of logo*/
}


/* nav */
#nav_locations
{
	margin-left: 5px;
	width:100%;
}
#nav_locations ul li
{
	float:left;
	margin: 0 3px 0 0;
	padding-left:6px;
}
#nav_locations ul li:last-child
{
	margin: 0 0px 0 0;

}
#nav_locations ul li a
{
	padding-right:7px;
}


div#content
{
	padding-top: 3px;
	padding-left:5px;
	padding-right:0;
	height:554px;
	overflow: auto;
	width:792px;
}

.anchor_links
{
	margin-left: 35%;
}



/*employment ops*/
#employ_contact
{
	padding-left:30px;
	width:150px;
	height:110px;
}
#employ_contact span.left
{
	float:left;
	width: 50px;
	padding-bottom:5px;
}
#employ_contact span.right
{
	float:right;
	width: 100px;
	padding-bottom:5px;
	display: block;
}
#service_sites
{
	margin-left:10px;
}
#service_sites li
{
	list-style: circle;
}


/* printabl forms */
ul#forms
{
	margin-left:50px;
	padding-bottom:10px;
}

/* giving */
ul#giving
{
	margin-left:50px;
	padding-bottom:10px;
}

/* links */
ul#links
{
	margin-left:50px;
	padding-bottom:10px;
}

/* locations */
#toll_free
{
	width: 97%;
}

/* rights */
#rights ul, #responsible ul
{
	margin-left:15px;
}
.yellow_arrow
{
	margin-left:15px;
}

/*footer*/
#helpline
{
	position:absolute;
	right:0;
	bottom:0;
}
#footer
{

	clear:both;
	z-index:100;
}
ul#footer_links
{
	float:right;
	padding-right:180px;
}
ul#footer_links li
{
	list-style:disc;
	float: left;
	margin-right: 30px;
}
ul#footer_links li : last-child
{
	float: left;
	margin-right: 0;
}
