@import url("base.css");

.bread-crumb { display: none; }

#main h2 {
	font-size: 2em;
	line-height: 1em;
	color: #b59837;
	font-weight: bold;
}

#main p { 
	margin-bottom: 10px; 
}

/* -------------
 * Left Column
 * ------------- */
#left {
	float: left;
	width: 283px;
	margin: 0 50px 20px 30px;
}

/* -------------
 * Right Column
 * ------------- */
#right { 
	float: left; 
	width: 500px; 
	margin: 0 0 20px 0;
	min-height: 400px;
}

#right,
#right p {
	line-height: 1.4em;
}

#right ul,
#right ol {
	margin: 0 0 0 25px;
}

#right li { margin-bottom: 3px; }

/* Set the nested list styles */
#right ul { list-style-type: disc; }
#right ul ul { list-style-type: circle; }
#right ul ul ul { list-style-type: square; }

#right ol { list-style: decimal; }

dl.menu dd { 
	clear: left; 
	padding: 5px 0 18px 10px; 
	line-height: 1.4em;
}


#right ul.menu { padding: 0; margin: 0; }
#right ul.menu li { list-style: none; background: transparent url(/elements/skin/bullet.gif) no-repeat left top; padding: 0 0 0 20px; margin: 0 0 1.4em 0; line-height: 1.4em; }


h3 {
	font-size: 1.5em;
	color: #134783;
	padding-bottom: 5px;
}

a.event {
	color: #333333;
}

/* -------------
 * Directions box
 * ------------- */
.directions {
	width: 454px;
	padding-top: 12px;
	background: url(../../elements/skin/directions_box.gif) no-repeat left top;
}

.directions .content {
	padding: 8px 20px 20px;
	background: url(../../elements/skin/directions_box.gif) no-repeat left bottom;
}
