/* Locations & Departments: Div Style & Positioning */
/*
div {border:1px solid #999;}
*/

#breadcrumb {  
	/*background-color:#71B4BE;*/
	width:840px;
	/*BREADCRUMB BORDER DEFINED IN style.css*/
}

#breadcrumb-dashedline {  /* dashed line above breadcrumb  */
	width:840px;
}
/*Section: Breadcrumb styles ---------------------------------------*/
/*IN 2010 THE BACKGROUND COLOR WAS REMOVED AND THE FONT CHANGED TO THE BACKGROUND COLOR*/
/*breadcrumb width set in main-about.css */

.breadcrumb p{
	color:#F77A8A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:1px 3px 1px 3px;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	color:#F77A8A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
}

.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration:underline;
}	
/*End Section: Breadcrumb styles -----------------------------------*/

#content {
	clear:both;
	width:840px;
	padding-bottom:20px;
	margin:0;
}

#locations-map-key-container {
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:500px;
	z-index:1;
}

#locations-map {
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:519px;
	height:391px;
}

#locations-key {
	margin-left:50px;
	width:410px;
}

.locations-key-item { /*row for each key*/
	margin-left:25px;
	padding:5px 0;
	width:410px;
	font-size:12px;
}

#locations-key img { /*padding for key icons */
	padding:0;
	vertical-align:bottom;
}

#locations-key-top {
	float:left;
	margin:0 0 10px 0;
	width:410px;
	height:38px;
	padding-left:20px;
	padding-top:5px;
	background-image:url(/locations/images/locations-key-background-top.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}

#locations-key-bottom {
	clear:both;
	margin-left:0px;
	margin-top:10px;
	height:10px;
	width:410px;
	background-image:url(/locations/images/locations-key-background-bottom.jpg);
	background-repeat:no-repeat;
}

#locations-libraries-for-life {
	clear:both;
	margin-top:-65px;
	margin-left:260px;
	width:281px;
	height:89px;
	background-image:url(/locations/images/locations-libraries-for-life.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#locations-libraries-for-life-text {
	margin:0 0 0 110px;
	padding-top:10px;
	width:165px;
}

#locations-tools {
	float:right;
	width:260px;
	margin:0;
	padding:0;
}

#locations-hours {
	float:left;
	display:inline;
	width:241px;
	height:82px;
	background-image:url(/locations/images/locations-hours-callout.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

#locations-hours-text {
	margin:15px 0 0 70px;
	padding:0;
	line-height:150%;
}

#locations-departments {
	clear:both;
	margin-left:20px;
	padding-top:6px;
	width:235px;
}

#locations-tour {
	clear:both;
	float:right;
	margin:15px 0 0 0;
	width:240px;
	height:60px;
	background-image:url(/locations/images/locations-tour-callout.jpg);
	background-repeat:no-repeat;
}

#locations-tour-text {
	margin:9px 0 0 60px;
	width:116px;
}
/* Section: Extra Styles ----------------------------------------------*/

.h-libraries-for-life { /* libraries for life callout header */
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
}

/* End Section: Extra Styles ------------------------------------------*/
