#where_to			/* container div */
{
	padding: 10px;
	margin: 40px 10px;
	background: #FFF;
	width: 195px;
	float:left;
}
#where_to ul		/* tab nav ul */
{
	margin: -28px 0 10px -10px;
	list-style:none;
	list-style-type:none;
}
#where_to ul li		/* tab nav li */
{
	display: inline;
	margin: 0 2px 0 0;
}
#where_to ul li a		/* faded out side tabs */
{
	padding: 5px 10px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	color: #51473d;
	text-decoration: none;
	background: url(../images/where_to_tab_bg.jpg) repeat-x;
}
#where_to ul li a.on	/* active a tab */
{
	background: #FFF;
}

/* took this out */
.where_to_l 			/* link around where_to images */
{
	display: block;
	background-color: #FFF;
}

#fadefix {background:#fff;padding:6px 10px 0px 10px;margin:-5px 0 0 -10px;width:194px;height:142px}
/* josh's awesome fade fix */

#full_container		/* contains the entire body 100% width */
{
	background: transparent url(http://www.downtownmedford.com/images/header_bg.jpg) repeat-x;
}
#url_bar
{ margin-bottom: 0px; }
/* banners */
#banner				/* holds the banner advertisements */
{
	padding: 10px;
	margin: 13px 0;
	height: 147px;
	width: 487px;
	float: right;
	overflow: hidden;
	background: #FFF;
}
#banner_container .whats_new	/* the left side tab */
{
	 background: transparent url(http://www.downtownmedford.com/images/whats_new.jpg) no-repeat;
	 background-color: #FFF;
	 width: 18px;
	 height: 85px;
	 float:left;
	 margin: 13px 0 0 0;
}
#pic1							/* banner 1 */
{
	background: url(http://www.downtownmedford.com/images/bnr_bartlett_st.jpg) #fff no-repeat;
	float: left;
	width: 487px;
	height: 168px;
}
#pic2							/* banner 2 */
{
	background: url(http://www.downtownmedford.com/images/bnr_new_website.jpg) #fff no-repeat;
	float: left;
	width: 487px;
	height: 168px;
}
#pic3							/* banner 3 */
{
	background: url(http://www.downtownmedford.com/images/bnr_tree_lighting.jpg) #fff no-repeat;
	float: left;
	width: 487px;
	height: 168px;
}

#pic1 a, #pic2 a, #pic3 a
{
	display:block;
	height: 100%;
	width: 100%;
}
#sliderHolder {	width: 487px; height: 280px; overflow: hidden;}							/* holds sliding divs */
#sliderDiv { width: 1461px; height: 280px; position: relative; overflow: hidden; }		/* sliding div with banners inside */
.sliderLink
{
	float: left;
	background: #FFF;
	margin: -18px 0 0 18px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #8c8073 3px 3px 3px;
	color: #A7A7A7;
	text-decoration:none;
}
.sliderLink:hover
{ text-decoration:underline; }
/* calendar */
/* SMALL CALENDAR */
table.calendar_small
{
	margin-top: -5px;
	margin-left: 15px;
	width: 220px;
}

table.calendar_d_small
{
	text-align:center;
	font-size: 12px;
	border-spacing: 0;
}

table.calendar_d_small td
{
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
}

table.calendar_d_small td a
{
	display:block;
	padding: 4px 0 4px 0;
	background: #4de9ff;
	color: #000;
	text-decoration: none;
}
table.calendar_d_small td a:hover
{
	background: #39acbc;
}
table#header h3
{
	font-size: 10px;
	color: #797066;
}
table#header td
{

}
tr.headings td
{ border:none; }

/* !new design */
#recent_accomplish { width: 760px; margin: 10px 0 10px 0; background: url(/images/gradient_bt_gray_01.jpg) bottom repeat-x; border-width: 1px 0 1px 0; 
					border-color: #d3d3d3; border-style: solid; padding: 8px; }
	#recent_accomplish .txt { width: 340px; margin-bottom: 30px;}
	#recent_accomplish .lightbox { margin-left: 5px; }
	.more_information { background: url(/images/iso_magnify_small.png) left no-repeat; padding: 8px 0 8px 40px; margin-top: 15px; text-decoration: none;
						font-weight: bold; color: #807f7f; font-size: 12px;   }
		.more_information:hover { text-decoration: underline; }
#real_estate_feature { width: 760px; margin: 10px 0 10px 0; padding: none; }
	#real_estate_feature .prop { border: 1px solid #d3d3d3; background: #f4f4f4; padding: 5px; margin-right: 25px;}
	#real_estate_feature .prop a { color: #3f3f3f; text-decoration: none; }
		#real_estate_feature .prop a:hover { text-decoration: underline; }
	#real_estate_feature .prop .prop_img_hldr { display: block; height: 150px; width: 150px; background: url(/images/loading.gif) center no-repeat; }
#or_150 { width: 570px; margin: 10px auto; border: 1px solid #d3d3d3; padding: 8px; background: url(/images/or150.jpg) 20px center no-repeat; }
	#or_150 a { display: block; width: 576px; height: 100px; text-indent: -9999px; }