@charset "utf-8";
/* CSS Document */
/**							Global Styles					 		**/

body{
	font-family:Verdana;
	font-size:12px;
}
a{
	color:#0000bb;
}
a:hover{
	color:#0000FF;
	text-decoration:none;
}
a:visited{
	color:#000000;
}
#neighboorhood_pitch1 A, #neighboorhood_pitch2 A { color: black; text-decoration: none; }
a.visit{
	float:left;
	font-size:11px;
	font-weight:bold;
	clear:both;
	width:152px;
	margin-bottom:5px;

}
a.greatDeals{
	float:left;
	font-size:14px;
	clear:both;
	width:178px;
}



a.greatDeals span{
	position:relative;
	font-weight:normal;
	text-decoration:underline;
	color: #0000bb;
}
a#cohenExams{
	float:left;
	font-size:14px;
	clear:both;
	font-weight:bold;
	width:205px;
	color:#a91f24;
}

h2 {margin-top: 0px;}

/*********************************************************************/

/**							Layout Divs					 			**/
div#container{
	position:relative;
	width:950px;
	margin-right:auto;
	margin-left:auto;
}
div#header{
	position:relative;
	float:left;
	background-image:url(images/h_neighborhood_950.gif);
	width:950px;
	height:47px;
	margin-bottom: 20px;
}

div#navColumn {
	width: 180px;
	float: left;
}

div#citiesColumn h2, div#countiesColumn h2, div#articlesColum h2{
	display: block;
	font-size:12px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #999999;
	padding-left:4px;
	padding-top:4px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom:10px;

}


div#navColumn UL {
	margin-top:0px;
	margin-left: 0px;
	padding-left:10px;
	}
div#navColumn li {
	margin-top:2px;
	list-style: inside;
	}

div#leftColumn{
	margin-left: 20px;
	position:relative;
	float:left;
	width:400px;


}

div#leftColumn li {
	margin-top: 10px;
	}

div#rightColumn{
	position:relative;
	float:right;
	width:320px;
}
div#footer{
	width:950px;
	margin-bottom:30px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
/*********************************************************************/

/**							header styles					 		**/
div#header h1{
	font-size:27px;
	margin:0px;
	margin-top:10px;
}


/*********************************************************************/

/**							left Column styles					 	**/
div#leftColumn div#scheduleEyeExam{
	position:relative;
	float:left;
	width:300px;
}
div#leftColumn div#scheduleEyeExam h1{
	font-size:18px;
	margin:0px;
	margin-bottom:10px;
}

div#leftColumn div#scheduleEyeExam div#searchBox{
	background-image:url(images/neighborhood_bg2_location.gif);
	height:30px;
	width:220px;
	background-repeat:no-repeat;
}

div#leftColumn div#scheduleEyeExam div#searchBox input#textBox{
	float:left;
	background-image:none;
	border: 0;
	width: 159px;
	padding: 0;
	margin: 6px 0 0 6px;
	font-size:18px;
}
div#leftColumn div#scheduleEyeExam div#searchBox input#goButton{
	position:relative;
	float:right;
	margin-top:1px;
}
div#leftColumn div#scheduleEyeExam div#searchBox p{
	float:left;
	clear:both;
	margin:0px;
	font-size:10px;
	padding-top:2px;
}
div#leftColumn div#neighboorhood_pitch1{
	position:relative;
	float:left;
	width:271px;
	height:81px;
	padding-left:20px;
	padding-top:10px;
	background-image:url(images/deal_bg.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

div#leftColumn div#articles{
	float:left;
}

div#leftColumn div#articles h1{
	font-size:14px;
	font-weight:bolder;
	
}
div#leftColumn div#articles	img{
	float:left;
}
div#leftColumn div#articles	ul{
	float:left;
	list-style:none;
	list-style-type:disc;
	padding:0px;
	margin:0px;
	margin-left:25px;
}
div#leftColumn div#articles	ul li{
	margin-bottom:5px;
}

p { margin-top: 0px;}

/*********************************************************************/


/**							right Column styles					 	**/
div#rightColumn div#neighboorhood_pitch2{
	float:left;
	margin-bottom:20px;
	cursor:pointer;
}

div#rightColumn h2{
	font-size:12px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	clear:both;
	
	border:1px solid #999999;
	padding: 4px;
	margin-bottom:10px;
}
div#rightColumn ul{
	clear:both;
	padding-left:23px;
	margin-top:10px;
	margin:0px;
}
div#rightColumn ul#storesList li{
	margin-bottom:10px;
}
ul#storesList li a{
	color:#a91f24;
}
span.storeTitle{
	font-size:13px;
	font-weight:bold;
}


div#rightColumn div#count{
	float:left; 
	clear:both;
	padding-left:23px;
	width:310px;
	margin-bottom:20px;
}


div#rightColumn div#adds{
	margin-left:auto;
	margin-right:auto;
	clear: both; 
	text-align:center;
	margin-top:30px;
	
}

div#rightColumn div#ad{
	margin-left:auto;
	margin-right:auto;
	clear: both; 
	text-align:center;
	margin-bottom:30px;
	
}


/*********************************************************************/





/**							footer styles						 	**/
div#footer ul{
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div#footer ul li{
	display:inline;
	margin-right:10px;
	font-size:10px;
}

/*********************************************************************/

