/* css document */


/* --------------------------------------------------------------------- layout
------------------------------------------------------------------------------- */

html
{
	font-size: 100.01%;
}

body
{
	width: 768px;
	margin: auto;
	padding: 0;
	position: relative;
	
	border: none;
	background-color: rgb(250,244,235); /* light tan */
	background-image: url(../_images_/cityoflivingston_background.png);
	background-repeat: repeat-x;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; 
	color: rgb(80,60,38); /* medium brown */

}

#header
{
	width: 768px;
	height: 140px;
	margin: auto;
	margin-bottom: 0px;
	
	background-image: url(../_images_/cityoflivingston_header_background.png);
	background-repeat: no-repeat;
}

#header img
{
	padding: 0px 14px;
	margin: 0px;
	margin-bottom: -5px;
}

#navigation
{
	width: 768px;
	height: 64px;
/* 	position: relative; */
	margin: auto;
	
	background-image: url(../_images_/cityoflivingston_nav_background.png);
	background-repeat: no-repeat;
}

#headline
{
	width: 752px;
	height: 58px;
	padding: 0px 8px;
	position: relative;
	margin: auto;
	clear: both;
	
	background-image: url(../_images_/cityoflivingston_headline_background.png);
	background-repeat: repeat-y;
	
	text-align: left;
}

#wrap
{
	width: 752px;
	padding: 0px 8px;
	overflow: hidden;
	
/*	background-image: url(../_images_/cityoflivingston_content_background.png);
*/	background-image: url(../_images_/cityoflivingston_content_background_new.png);
	background-repeat: repeat-y;
}

/* easy clearing */
#wrap:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrap
	{
	display: inline-block;
	}
/*\*/
#wrap
	{
	display: block;
	}
/* end easy clearing */

#content
{
	float: left;
	width: 380px;
	padding: 12px 10px 12px 10px;
	margin-left: 172px;
	
	font-size: 1.4em;
	line-height: 1.3;
}
	* html #content
	{
		display: inline;
	}

#footer
{
	height: 30px;
	padding: 20px 24px 17px 24px;
	margin: 0px 0px 8px 0px;
	clear: both;
	
	background-image: url(../_images_/cityoflivingston_footer_background.png);
	background-repeat: no-repeat;
	
	font-size: 1.2em;
	color: rgb(79,59,37); /* brown */
}
	#footer a
	{
		text-decoration: none;
		color: rgb(79,59,37); /* brown */
	}
	#footer a:hover
	{
		text-decoration: underline;
	}



#externalfooter
{
	width: 720px;
	height: 30px;
	padding: 16px 10px 17px 10px;
	margin: auto;
	margin-bottom: 8px;
	
	background-image: url(../_images_/cityoflivingston_ext_footer_background.png);
	background-repeat: no-repeat;
}

#functional
{
	float: left;
	width: 170px;
	margin-left: -570px;
}


#secondary_navigation
{
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;

	background-image: url(../_images_/cityoflivingston_sidebar_bottom2.png);
	background-position: bottom;
}

	#secondary_navigation .top
	{
		width: 170px;
		height: 4px;
		margin-left: -8px;
		margin-right: -8px;		
		
		background-image: url(../_images_/cityoflivingston_sidebar_top.png);
		background-repeat: no-repeat;
	}


#supplemental
{
	float: left;
	width: 164px;
	padding: 12px 8px 60px 8px;
	margin-bottom: 20px;
	margin-right: -3px;
	
/*	background-color: rgb(242,242,238);  light tan
	background-image: url(../_images_/cityoflivingston_supplemental_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;changed:30/10/08*/
	
	font-size: 1.2em;
}

		#supplemental img
		{
			padding: 0px 0px 0px 0px;
			margin: 0px;
		}

		#supplemental .imgbox
		{
			margin: 12px 0px;
		}
		
		#supplemental .imgbox p
		{
			padding: 6px;
			margin: 0px;
			
			background-color: rgb(209,199,177);
			
			font-weight: bold;
		}		

#sidebar_login
{
	width: 128px;
	margin: 0px 4px 0px 4px;
	padding: 0px 4px 8px 4px;
	
	background-image: url(../_images_/cityoflivingston_sidebar_login_bg_bottom.png);
	background-position: bottom;
	background-repeat: repeat-y;
	
	color: rgb(147,202,199); /* teal blue */	
	font-size: 1.2em;
}
	.sidebar_login_top
	{
		width: 128px;
		height: 10px;
		margin: 0px -4px 0px -4px;
		padding: 8px 4px 6px 4px;

		background-image: url(../_images_/cityoflivingston_sidebar_login_top.png);
		background-repeat: no-repeat;
		
		font-size: 11px;
	}
	
	#sidebar_login input
	{
		width: 106px;
		margin: 1px;
		
		border-color: rgb(147,202,199); /* teal blue */
		border-style: solid;
		border-width: 2px;
		
		color: white;
	
	}

	.login_button
	{
		width: 128px;
		height: 19px;
		margin: 6px 0px 2px 0px;  
		padding: 0px;


		cursor: pointer;
		background-color: rgb(30,61,113);  /* dark blue */
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		background-image: url(../_images_/cityoflivingston_login_button.png);
		background-repeat: no-repeat;

		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: rgb(30,61,113); /* dark blue */
	}
	

/* --------------------------------------------------------------------- search 
------------------------------------------------------------------------------- */

#search
{
	float: left;
	width: 184px;
	height: 32px;
	position: relative; 
	left: 16px;
	top: 19px;
	
	background-image: url(../_images_/cityoflivingston_search_background.png);
	background-repeat: no-repeat;
		
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(155,109,58); /* medium brown */
	
}

#search_input_wrapper
{
	float: left;
	padding: 0px;
	width: 122px;	
}

#search input
{
	width: 114px;
/*	height: 20px;
*/	margin-top: 4px;
	margin-left: 4px;
	
	background-color: rgb(222,206,188); /* dark tan */
	border: 1px solid;
	border-color: rgb(155,109,58);	/* light brown */
	
	text-align: left;
}
		.search_button
		{
			width: 46px;
/* 			margin-top: 6px; */
			padding-top: 6px;
			cursor: pointer;
			border-top: none;
			border-right: none;
			border-bottom: none;
			border-left: none;
			background-color: rgb(35,26,16); /* dark brown */

			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: white;
		}

#search form
{
	width: 10px;
	margin-top: 2px;
}


/* -------------------------------------------------------- 
------------------------------------------------------------------------------- */

.clearboth
{
	clear: both;
}

img, img a
{
	border: none;
}


/* --------------------------------------------------- round corner box modules
------------------------------------------------------------------------------- */

/* set the image to use and establish the lower-right position */ 
.round_corner_module, .round_corner_module_body, .round_corner_module_head, .round_corner_module_head h2 
{
	background: transparent url(../_images_/cityoflivingston_module.png) no-repeat bottom right;
}

.round_corner_module
{ 
	width: 154px !important; /* intended total box width - padding-right(next) */
	width: 154px; /* IE Win = width - padding */
	padding-right: 8px; /* the gap on the right edge of the image (not content padding) */
	margin: 4px; /* use to position the box */ 
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* set the top-right image */ 
.round_corner_module_head 
{ 
	background-position: top right;
	margin-right: -8px; /* pull the right image over on top of border */
	padding-right: 16px; /* right-image-gap + right-inside padding */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* set the top-left image */ 
 .round_corner_module_head h2 
{
	background-position: top left;
	margin: 0;	/* reset main site styles */ 
	border: 0; /* reset main site styles */
	padding: 10px 0px 0px 10px;	/* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	
	font-size: 1.1em;
	color: rgb(147,202,199); /* teal blue */	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

 /* set the lower-left corner image */ 
.round_corner_module_body
{
	margin-right: 6px; /* interior-padding right */ 
	padding: 2px 0 12px 8px; /* mirror .round_corner_module_head right/left */ 
	
	background-position: bottom left;	
	
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: white;
} 

.round_corner_module_body img
{
	padding: 4px;
	float: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.round_corner_module_body h4	
{
	margin: 4px 0px 4px 6px;
	padding: 0;
	
	font-size: 2.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
} 
.round_corner_module_body h5
{
	margin: 2px 0px 2px 6px;
	padding: 0;
	
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
} 


/* ----------------------------------------------------------------- typography
------------------------------------------------------------------------------- */


#headline h1
{
		margin: 0px;
		padding: 0px;
		position: absolute;
		left: 190px;
		bottom: 4px;

		font-family: Georgia, serif;
		font-size: 2.6em;
		color: white;
}


#sidebar
{
	font-size: 1.2em;
	color: white;
}

.pageactions
{
	width: 154px;
	margin: auto;
	padding: 2px;
	
	text-align: center;
	font-size: 1.2em;
	color: rgb(30,61,113); /* navy */	
}
	.pageactions a
	{
		color: rgb(18,47,91); /* dark navy */		
	}
	.pageactions a:hover
	{
		text-decoration: none;
		color: rgb(147,202,199); /* teal blue */	
	}
			

#content h1
{
	margin: 6px 0px 2px 0px;
	padding: 0;

	font-size: 2.0em;
}

#content h2
{
	margin: 6px 0px 2px 0px;
	padding: 0;
	
	font-size: 1.8em;
}

#content h3
{
	margin: 6px 0px 2px 0px;
	padding: 0;

	font-size: 1.4em;
	color: rgb(32,82,160); /* royal blue */
}

#content h4
{
	margin: 6px 0px 2px 0px;
	padding: 0;

	font-size: 1.4em;
}

#content h5
{
	margin: 6px 0px 2px 0px;
	padding: 0;

	font-size: 1.2em;
	color: rgb(32,82,160); /* royal blue */	
}



/* --------------------------------------------------------------------- links
------------------------------------------------------------------------------- */

a
{
	text-decoration: none;
	color: rgb(32,82,160); /* navy */
}
	a:hover
	{
		text-decoration: underline;
	}

	a:visited
	{
		color: rgb(30,61,113); /* navy */
	}

#externalfooter a
{
	text-decoration: none;
	color: black;	
}
	#externalfooter a:hover
	{
		text-decoration: underline;
	}


