/*
<!--
	$Id: layout.css,v 1.23 2008/06/25 21:22:25 lind Exp $
-->
*/

/* http://realworldstyle.com/2col.html */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body {
	width: 100%;
	min-width: 702px;
	/* in modern browsers, this ensures that the global nav doesn't wrap, no horizonal scroll bar in most cases. (not IE/PC!) */
	margin: 0;
	padding: 0;
}

/***********************************************/
/* Layout divs                                 */
/***********************************************/

/****************** #header ********************/

#header {
/*included masthead and globalNav*/
	margin-bottom: 0px;
}
#masthead {
	width: 100%;
	height: 89px;
}
#globalNav {
	width: 100%;
	height: 32px;
}

/***************** main divs *******************/

#navBar {
	width: 133px; /*actual width: 132*/
	/*negative margin is for NN4*/
	margin-left: -1px;
	float: left;
	position: absolute; /*this breaks the layout of find map page in IE6/XP*/
	top: 121px;
	left: 0;
}
#content {
	padding: 0 2em 2em;
	margin: 0 0 0 133px;
	min-width: 510px;
	max-width: 823px;
}
	
/***********************************************/
/* Popup windows                               */
/***********************************************/

#popup #content {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	padding: 15px;
}
#galleryEnlarge {
	margin: 0 auto;
	width: 500px;
}
#galleryEnlarge img.border {
	margin: 0 auto;
}


