/*Change Width and remove border from nlmaster.css */
.maincontentborder {
	width: 558px;
	border: none;
}

/*main div used to enclose sections */
.data_wrapper {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

/* Paragraph styling for intro/overview narrative */
.data_wrapper p {
	margin-bottom: 5px;
	font-size: 1.3em;
}

/*Give Secondary Boxes a light blue background like homepage default */
.secondarybox {
	background-color: #f2f6fa;
}

/*Change padding top and bottom so Guide Box top aligns with Welcome Header */
.secondarybox dl {
	padding: 2px 10px 5px 10px;
}

h1 {
	width: 558px;
}

.share_it {
	width: 160px;
	float: right;
}

#page_title {
	width: 100%;
	margin-bottom: 20px;
}

/* Used inline in main divs as a sub-heading */
h3.title_tag {
	margin-bottom: 5px;
	text-indent: 5px;
}

/* Divs for Section Headers-Div encloses an h3 or ad_box */
.data_header {
	background-color:#f2f6fa;
	border: 1px solid #96b8fc;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

.data_header h3 {
	padding: 3px;
	border: 2px solid #ffffff;
}

.ad_box {
	width: 558px;
	padding: 3px;
	border: 2px solid #ffffff;
}


.data_header h3 img {
	vertical-align: bottom;
	padding-right: 3px;
}


/*Used for generic lists of zip code data-2 per page-float left or right */
ul.data_list {
	width: 264px;
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

.data_list li {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom:	.2em;
	padding-left: 5px;
}

.data_list li.header {
	font-size: 1.0em;
	background-color:#ffffff;
	border: 1px solid #96b8fc;
	margin: 10px 0px 10px 0;
	padding: 2px;
}

.data_list li.header h3 {
	padding: 3px;
	background: #f2f6fa url(/images/boxbg.gif) repeat-x top left;
	
}


/*Used for List of Neighborhoods-width is setup for 2 columns */
ul.nl_list {
	width: 264px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0;
	
}

.nl_list li {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom:	.2em;
	padding-left: 10px;
}


.nl_list  li.active {
	background-image: url(/images/active2.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 22px;
}

.nl_list  li.premier {
	background-image: url(/images/premier3.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 22px;
}	

.nl_list  li.pioneer {
	background-image: url(/images/first_neigh_in_zip.jpg);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding: 5px 0 5px 27px;
	font-size: 1.3em;
	font-weight: bold;
}	

/*Legend for Neighborhood List */
div#nl_legend {
	margin-top: -5px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#nl_legend h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

#nl_legend span {
	padding-right: 80px;
}

#nl_legend a {
	padding-left: 50px;
}

/*List of Schools Styling on Zip cod and Schools page-width set for 2 columns */
dl.school_list  {
	list-style-type: none;
	width: 264px;
	float: left;
	padding: 0;	
	margin-right: 10px;
	margin-left: 5px;
	display:inline;
}

.school_list dt {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
}

.school_list dd {
	font-size: 1.2em;
	line-height: 1.2em;
}

.school_list dd.type {
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px 0 -5px 0;
}

/*Google Ads and Map */
.google_hor {
	width: 468px;
	margin: 0 0 3px 5px;
}

.googlemap_large {
	width: 468px;
	padding: 2px;
	background-color: #f2f6fa;
	border: 1px solid #96b8fc;
	margin: 0 0 10px 5px;
}

.googlemap_small {
	padding: 2px;
	background-color: #f2f6fa;
	border: 1px solid #96b8fc;
	margin-left: 5px;
}

.google_300 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 1px;
	display: inline;
	
}

.google_250 {
	width: 250px;
}

.google_dot{
	background-image: url(/images/square.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 12px;
}

.email {
	background: url(/images/icon_mailto.gif) no-repeat left;
	padding-left: 20px;
	padding-right: 80px;
	clear: left;
}

.expander {
	margin-top: -5px;
	margin-bottom: 10px;
}

/* Zillow Form Styling-Best method was putting the form into the list */
#home_value {
	width: 228px;
	margin-bottom: 10px;
}

#home_value form {
	padding-left: 5px;
}
#home_value label {
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 72px;
}

#home_value input {
	width: 180px;
	margin-bottom: 5px
}

#home_value input#address_state {
	width: 30px;
}

#home_value input#address_zip {
	width: 80px;
	margin-left: 65px;
}

#home_value input.post_it {
	margin: 10px 0 20px 0;
}

#home_value input:focus, #home_value textarea:focus {
	background: #ecf2fe;
}

/*List for resource articles and searches on zip code and home value pages */
ul.real_estate {
	padding-left: 5px;
	margin: 0;
}

.real_estate li {
	font-size: 1.2em;
	padding: 0;
	background-image: url(/images/square.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;
}

/*Home Value pages Styling */
.zillow_profile th, .zillow_profile td {
	font-size: 1.3em;
	padding: 2px 30px 2px 5px;
}

.alt {
	background: #f2f6fa url(/images/boxbg.gif) repeat-x top left;
}

.left_indent {
	padding-left: 5px;
}

.decorate a {
	text-decoration: underline;
	font-weight: bold;
}

/*Styling for Local Pictures */

.dropshadow {
	float:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	/*background: url(/images/shadow.gif) no-repeat bottom right; */
	margin: 5px 0 0 10px;
	display: inline;
}

.dropshadow img {
	display: block; 
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}


table.picture_tbl {
	width: 100%;
}

.picture_tbl th {
	font-weight: normal;
	padding-left: 10px;
	
}

.picture_tbl th a {
	display: block;
	margin-bottom: 10px;
}

.picture_tbl td {
	padding-right: 0px;
	vertical-align: middle;
}

/* Add square to items in Guide Box */
.secondarybox li {
	padding: 0;
	background-image: url(/images/square.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;
}

/*Go Back button */
h4.go_back {
	margin: -15px 0 20px 0;
}
.back_button {
	background: url(/images/backarrow.gif) no-repeat left center;
	padding-left: 18px;
}

.right {
	float: right;
	clear: right;
}

.realestate_resources {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 1px;
	display: inline;
}

/*Styling for Zip code Index pages */

ul.zip_list {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin-left: 5px;
}

.zip_list li {
	float: left;
	font-size: 1.3em;
	padding-right: 50px;
	margin-bottom: 2px;
}

table.zip_state {
	width: 100%;
	font-size: 1.3em;
	margin-left: 5px;
}
.zip_state td {
	padding-right: 15px;
}

.secondarybox dl.rg_box dd {
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 0 0 5px 0;
}

.secondarybox dl.rg_box dd img {
	float: left;
	margin-right: 8px;
	border: 1px solid #96b8fc;
	padding-top 2px;
}

.secondarybox .rg_box dd a {
	display: block;
	font-size: 1.3em;
	padding-top: 5px;
}

h4.search_legend  {
	padding-left: 5px;
	font-style: italic;
	margin: -5px 0 10px 0;
}

fieldset#zip_profile_hor{
	padding-left: 5px;
}

#zip_profile_hor input {
	padding-left: 5px;
}

#zip_profile_hor label {
	font-size: 1.2em;
	font-weight: bold;
}
