


/* -------------------------------------------------------- section page layout
------------------------------------------------------------------------------- */

#intro
{
	padding: 18px;

	font: Arial;
	font-size: 12px;
/*	background-image:url(../_images_/center_bg.jpg);
	background-position:bottom;*/
}

#intro .section
{
	padding: 18px;
	margin: 20px;
	float: left;
	font: Arial;
	font-size: 12px;	
}

#living
{
	float: left;
	width: 208px;
	margin: 10px 10px 10px 18px;
	padding: 8px;
	
	background-color: rgb(211,221,236); /* light blue */
	background-image:url(../_images_/cityoflivingston_living_bg.png);
	background-repeat: no-repeat;
	
	font-size: 1.2em;
}

		/* ----- this fixes the centering in IE6 only ----- */
		* html #living
		{
				margin: 2px 10px 10px 10px;
		}


#working
{
	float: left;
	width: 208px;
	margin: 10px 10px 10px 10px;
	padding: 8px;

	background-color: rgb(236,223,204); /* light mustard yellow */
	background-image: url(../_images_/cityoflivingston_working_bg.png);
	background-repeat: no-repeat;
	
	font-size: 1.2em;
	
}

#visiting
{
	float: left;
	width: 208px;
	margin: 10px 0px 10px 10px;
	padding: 8px 8px 16px 8px;

	background-color: rgb(240,217,201); /* light brick red */
	background-image: url(../_images_/cityoflivingston_visiting_bg.png);
	background-repeat: no-repeat;
	
	font-size: 1.2em;
}

#living, #working, #visiting
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
	
#modules
{
	width: 752px;
	padding: 20px 8px;
/*	background-image:url(../_images_/cityoflivingston_content_background.png);
	background-repeat: repeat-y;
*/	background-image:url(../_images_/cityoflivingston_content_background_new.png);

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.module_float
{
	width: 160px;
	float: left;
	
	padding: 12px;

}

#living.section
{
	margin: 20px;
	padding: 8px;
}

#working.section
{
	margin: 20px;
	padding: 8px;
}

#visiting.section
{
	margin: 20px;
	padding: 8px;
}


/* ----------------------------------------------------------------- typography 
------------------------------------------------------------------------------- */

#headline h1.sectionpage
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	bottom: 4px;

	font-family: Georgia, serif;
	font-size: 2.6em;
	color: white;
}

h2.section
{
	margin: 0px;	
	padding: 0px;

	font-family: Georgia, serif;
}

h3.section
{
	margin: 0px;
	padding: 2px;

	font-family: Georgia, serif;
	font-size: 2.0em;
	color: white;
}


ul.sections
{
	margin: 8px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	
	font-size: 1.2em;
}

.sections li 
{
	padding: 4px 2px 10px 2px;
	margin: 4px 2px 4px 2px;
	display: block;
	
	border-style: solid;
	border-color: rgb(80,60,38); /* medium brown */
	border-width: 1px 0px 0px 0px;
}

.sections li a
{
	color: rgb(80,60,38); /* medium brown */
}

.sections li a:hover
{
/* 	color: rgb(80,60,38); */ /* medium brown */
	color: rgb(32,82,160); /* royal blue */
	text-decoration: none;
}

.sections li h4 
{
	padding: 2px 0px;
	margin: 0;
	
	font-size: 1.2em;
	font-weight: normal;
	color: rgb(80,60,38); /* medium brown */
	
}
