html { height: 100%; }

/*--------------Layout --------------------*/
body {
	margin: 0px;
	background-color: #660000;
}
#outer_wrap /* EVERYTHING BUT THE FOOTER! */
{
	min-width, max-width:900px;
	min-height: 100%;
	position: relative;
	text-align: left;
	background-color: #e5d2ae;
	background-image: url(../images/side_tile.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	border:1px solid #fff;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outer_wrap_white_background /* EVERYTHING BUT THE FOOTER! */
{
	min-width, max-width:900px;
	min-height: 100%;
	position: relative;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/side_tile.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	border:1px solid #fff;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outer_wrap_no_sidebar /* EVERYTHING BUT THE FOOTER! */
{
min-width, max-width:900px;
	min-height: 100%;
	position: relative;
	text-align: left;
	background-color: #e5d2ae;
	background-position: 0 0;
	border:1px solid #fff;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outer_wrap, #footer
{
	max-width: 900px;
	min-width: 750px;
}

* html #outer_wrap { height: 100%; }

#header
{	width:900px;
	height:133px;
	background-color: #1E4528;
	background-image: url(../images/header_slogan4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 3px #FFF solid;
}
#content
{
	width:680px;
	padding-top: 15px;
	padding-right: 0px;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 140px;
	margin-left: 211px;
}
#content_no_sidebar
{
	width:850px;
	margin: 0 20px 90px 20px;
	padding-top: 15px;
	padding-right: 0px;
	font-size: 16px;
	line-height: 18px;
}
body#frame_split #outer_wrap { background-image: none; }

#page_marg { padding: 0; }

#footer
{
	position: relative;
	height: 120px;
	overflow: hidden;
	margin: -120px auto 0 auto;
	text-align: center;
	clear: both;
}


#footer #footer_links
{
	border-top: 3px #981314 solid;
	margin: 0 25px 0 215px;
	padding-top: 10px;
	text-align: center;
}

#footer p
{
	color: #000;
	font-size: 12px;
	line-height: 13px;
	padding: 0;
	margin: 5px 0;
	text-align: center;
}



/*--------------Text --------------------*/
h1
{
	padding-top:10px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin: 0px;
	padding-bottom: 5px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: bold;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	margin: 8px 0 5px 0;
	padding: 0;
	font-weight: bold;
}

h4
{
	font-size: 15px;
	line-height: 21px;
	margin: 8px 0 5px 0;
	padding: 0;
	font-weight: bold;
}

h2:target, h3:target, dt:target { background-color: #FF0; }

p
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size:16px;
	text-align:justify;
}

a
{
	text-decoration: underline;
	color: #981314;
}

a:hover { color: #C77F7F; }

#preferred_vendors h2
{
	margin: 15px 0 0 0;
	padding: 2px 5px;
	color: #FFF;
	background-color: #999;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}


/*--------------Tags --------------------*/
.hidden { display: none; }

label { font-weight: bold; }

span.bigger
{
	font-size: 125%;
	line-height: 125%;
}

.smaller
{
	font-size: 80%;
	line-height: 90%;
}

.clear { clear: both; }

.center
{
	text-align: center;
	margin: 0 auto;
}

h2.center
{
	margin: 15px auto 10px 0;
	padding-left: 100px;
}

.float_left
{
	float: left;
	margin: 0 20px 10px 0;
}

.float_right
{
	float: right;
	margin: 0 0 10px 20px;
}

.caption
{
	font-size: 11px;
	line-height: 12px;
}
.height1 { height: 150px; }

.data_item {}

dl.type1 {}

dl.type1 dt
{
	width: 200px;
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	line-height: 16px;
}

dl.type1 dt label {  }

dl.type1 dd { margin: 0 0 10px 210px; }

dl.type1 dd label { /*display: block;*/ }

dl.type1 dd span
{
	font-weight: normal;
	margin-right: 10px;
}

dl.type2 {}

dl.type2 dt
{
	float: none;
}

dl.type2 dd span,
dl.type2 dt label
{
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

dl.type2 dd { margin: 0 0 10px 0; }

.question
{
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
	border-top: 2px #CCC dotted;
	margin-top: 15px;
	padding-top: 10px;
}
/*--------------End Tags --------------------*/

/*--------------Pages --------------------*/
fieldset /*Contact Us Page */
{
	border-top: 2px #CCC dotted;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 20px 0;
	margin: 0;
}
fieldset h3, /*Contact Us Page */
legend
{
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #981314;
	padding: 0;
	margin: 0 0 15px 0;
	letter-spacing: .1em;
}

sup /*Mortgage Calculator Page */
{
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.5em;
}

h1 sup, h2 sup, h3 sup /*Mortgage Calculator Page */
{
	font-size: 50%;
	bottom: .9em;
}

body#frame_split #content /*relo_community_info*/
{
	margin: 0 0 90px 0;
	padding: 15px 0 0 20px;
	font-size: 14px;
	line-height: 17px;
}

body#frame_split #outer_wrap { background-image: none; }/*relo_community_info*/



/*--------------Lists--------------------*/
ul
{
	margin: 0 0 15px 15px;
	padding: 0;
}

li
{	font-size:13px;
	margin: 0 0 0 15px;
	padding: 0;
}
dt
{
	float: left;
}

dd { margin: 0 0 10px 190px; }

form dd em
{
	color: #981314;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 5px;
}
ul.type1
{
	font-size: 17px;
	padding: 0;
	margin: 0 0 0 20px;
}

ul.type1 li
{
	padding: 5px 0 2px 0;
	margin: 0;
	color: #981314;
	list-style: none;
}

ul.type1 li a
{
	padding-left: 15px;
	color: #981314;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

ul.type1 li a:hover
{
	color: #d0ac6a;
	background-image: url(../images/bullet2.gif);
}

ul.type1 li.unlinked
{
	padding: 5px 0 2px 15px;
	color: #981314;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

ul.type1 li ul
{
	padding: 0 0 0 15px;
}

ul.type1 li li
{
	padding: 0;
	font-size: 14px;
	list-style: disc;
}

ul.type1 li li a,
ul.type1 li li a:hover
{
	padding: 0;
	background-image: none;
}

.answer ol { margin-left: 30px; }

/*--------------End Lists--------------------*/



/*--------------Forms--------------------*/
form
{
	padding: 0;
	margin: 0 0 10px 0;
}
button
{
	text-indent: 0;
	border: 0;
	padding: 0;
	margin: 5px 15px 5px 0;
	background: none;
	cursor: pointer;
}
input, select
{
	font-size: 15px;
}

.checkbox
{
}

div.btn
{
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	margin: 10px 20px 5px 0;
	padding-left: 7px;
	background-image: url(../images/button_L.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	float: left;
	cursor: pointer;
}

div.btn a,
div.btn2 a,
div.btn3 a
{
	display: block;
	color: #FFF;
	text-decoration: none;
}

div.btn span
{
	display: block;
	min-height: 32px;
	margin: 0;
	padding: 7px 12px 5px 5px;
	background-image: url(../images/button_R.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

div.btn2
{
	color: #FFF;
	margin-top: 10px;
	background-image: url(../images/button2_R.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	cursor: pointer;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
}

div.btn2 span
{
	display: block;
	margin:  0 0 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 2px 7px 13px;
	background-image: url(../images/button2_L.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	white-space: nowrap;
}

button div.btn2 span { padding: 6px 5px 7px 15px; }

div.btn2.float_left { margin: 0px 20px 0 0; 
	}

input.btn2
{
	border: 0;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100px;
	height: 26px;
	background-color: transparent;
	background-image: url(../images/button_100x26.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	
}

div.btn3
{
	color: #FFF;
	padding-right: 10px;
	background-image: url(../images/button3_R.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	cursor: pointer;
}

div.btn3 span
{
	display: block;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	padding: 4px 0 6px 11px;
	background-image: url(../images/button3_L.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	white-space: nowrap;
}

div.btn3home
{
	padding-right: 5px;
	color: #FFF;
	background-image: url(../images/button3_R.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	cursor: pointer;
}

div.btn3home span
{
	
	display: block;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	padding: 4px 0 6px 11px;
	background-image: url(../images/button3_L.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	white-space: nowrap;
}

div.btn4
{
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	color: #FFF;
	margin: 10px 20px 5px 0;
	padding-left: 7px;
	background-image: url(../images/button_L.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	float: left;
	cursor: pointer;
}

div.btn4 a
{
	display: block;
	color: #FFF;
	text-decoration: none;
}

div.btn4 span
{
	display: block;
	min-height: 32px;
	padding: 3px 12px 5px 5px;
	background-image: url(../images/button_R.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	text-align: center;
}

button div.btn2:hover,
div.btn a:hover,
div.btn2 a:hover,
input.btn2:hover,
div.btn3 a:hover,
div.btn4 a:hover
{
	color: #D0AC6A;
}

.width1 { width: 300px; }
.width2 { width: 240px; }
.width3
{
	width: 150px;
	vertical-align: top;
}

.width4 { width: 100px; }
.width5 { width: 70px; }

dd.submit_btns input.btn2 { margin-right: 20px; }

/*--------------End Forms--------------------*/


/*--------------Content Right--------------------*/
div#quick_search { margin-top: 3px; }

#mss_login {
	height:100%;
	background-image:url(../images/newlisting_bkgd.jpg);
	background-repeat:no-repeat;
	background-position:0 23px;
}
#mss_login ul {
margin-top:30px;
margin-bottom:0;

}
#mss_login li {
	font-size:12px;
	list-style:url(../images/checkmark.gif);
	list-style-position:outside;
	padding-left:0;
}
* html #mss_login li {
	line-height:24px;
	padding-top:1px;
	padding-left: 3px;
}
*first-child+html #mss_login li {
	line-height:24px;
	padding-top:10px;
}

 div.boxed
{
	width: 172px;
	line-height: 12px;
	background-color: #e5d2ae;
	margin: 0 0 5px 0;
	border:thin solid #663333
}

div.boxed p
{
	font-size: 14px;
	line-height: normal;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	text-align: left;
}

div.boxed h3
{
	margin: 0;
	padding: 8px 2px 6px 8px;
	background-color: #1D090E;
	background-image: url(../images/box_heading_bkgd.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-bottom: 2px #FFF solid;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	text-transform: uppercase;
}

div.boxed dl
{
	margin: 0;
	padding: 3px 2px 3px 8px;
}

div.boxed dt
{
	float: none;
	padding: 0 0 2px 0;
}

div.boxed label { font-size: 11px;}

div.boxed dd
{
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}
div.boxed button
{
	margin: 2px 3px 0 0;
	float: right;
}
div.boxed button div.btn3
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

div.boxed div.smaller
{
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 12px;
}

/*--------------Top Menu--------------------*/
top_nav, ul#top_nav
{
	float: left;
	width: 900px;
	list-style: none;
	line-height: 16px;
	padding: 8px 0;
	margin: 0;
	background-color: #1D090E;
	background-image: url(../images/top_nav_gradient.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
		
#top_nav li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0 15px 0 25px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .03em;
	font-variant: small-caps;
}
		
#top_nav li a
{
	/*font-family:"Times New Roman", Times, serif !important;*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}

#top_nav li a:hover { 	color: #d0ac6a; }
/*--------------End Top Menu--------------------*/


/*--------------Side Nav--------------------*/
#side_bar
{
	float: left;
	width: 195px;
	padding: 15px 0 0 0;
	background-color: #2E0201;
}

.side_nav, ul.side_nav
{
	
	margin: 0;
	padding: 0;
	background-color: #530803;
	background-image: url(../images/side_nav_tile.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	list-style: none;
}

ul.side_nav li
{
	
	
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	border-left: 28px #000 solid;
}

.side_nav li a
{
	/*font-family:"Times New Roman", Times, serif !important;*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-left: -30px;
	padding: 5px 5px 5px 35px;
	background-image: url(../images/side_nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 7px;
}

.side_nav li a:hover
{
	color: #d0ac6a;
	background-image: url(../images/side_nav_bullet2.gif);
}

ul.side_nav ul
{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.side_nav li li
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	border-left: 0;
	text-transform: uppercase;
}

.side_nav li li a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-left: 0;
	padding: 3px 5px 3px 5px;
	background-image: none;
}

.side_nav li li a:hover
{
	color: #d0ac6a;
	background-image: none;
}
/*--------------End Side Nav--------------------*/

/*--------------BOX--------------------*/
.box_1
{
	padding: 20px;
	-moz-border-radius: 20px;
	clear: right;
	margin: 10px 0;
}

.box_2
{
	padding: 10px 20px 5px 20px;
	border: 1px #fff solid;
	/*-moz-border-radius: 20px;*/
	background-color: #efe7d9;
	margin: 10px 0;
}

.box_2 h3
{
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
}

.box_2 dl { margin: 10px 0 0 0; }

.box_2 dd { margin: 0; }

.box_2 dt { margin: 0; }

#preferred_vendors ul.list_2 li { text-transform: capitalize; }

div.vendor
{
	margin: 0 0 15px 0;
	padding: 0;
}

div.vendor h3 { margin: 10px 0 0 0; }



dd.submit_btns div.smaller
{
	clear: left;
	margin-top: 15px;
}

div.builder
{
	width: 48%;
	float: left;
}

div.builder img
{
	width: 150px;
	border: 0;
}

/* USED ON financing_options.htm */

dl.type5 {}

dl.type5 dt
{
	width: 120px;
	font-weight: bold;
	font-size: 14px;
}

dl.type5 dd { margin: 0 0 0 10px; }

body#learn_about_services p#signature
{
	width: 200px;
	height: 43px;
	background-image: url(../images/ron_signature.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -2000px;
}

/* SEARCH SUMMARY */

div.page_nav
{
	font-size: 12px;
	line-height: 13px;
}

div.page_nav div.back { float: left; }

div.page_nav div.back a
{
	display: block;
	padding: 4px 0 5px 24px;
	background-image: url(../images/arrow_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}

div.page_nav div.back a:hover
{
	background-image: url(../new/restaino/images/arrow_left2.png);
}

div.page_nav div.next { float: right; }

div.page_nav div.next a
{
	display: block;
	padding: 4px 24px 5px 0;
	background-image: url(../images/arrow_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

div.page_nav div.next a:hover
{
	background-image: url(../images/arrow_right2.png);
}

div.page_nav div.pages
{
	margin: 0 auto;
	text-align: center;
	padding: 4px 80px 3px 80px;
	word-spacing: 8px;
}

div.property
{
	border-bottom: 1px #CCC solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

p + div.property
{
	border-top: 1px #CCC solid;
	padding-top: 10px;
	margin-top: 15px;
}

div.property div.listing_photo
{
	float: left;
	margin: 0 20px 0 0;
}

div.property div.listing_photo img
{
	width: 150px;
	height: 117px;
}

div.property div.listing_photo img a { border: 2px #981314 solid; }



div.property div.data { margin-left: 170px; }

div.property div.data dl
{
	margin: 2px 30px 0 0;
}

div.property div.data dl.type3 { float: left; }

div.property div.data dt
{
	min-width: 70px;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 5px 0 0;
	margin: 0;
}

div.property div.data dd
{
	margin: 0;
	padding: 0 0 1px 0;
}

div.property div.data dl.address
{
	float: none;
	margin: 0;
}

div.property div.data dl.address dt { display: none; }

div.property div.data dl.address dd
{
	font-size: 16px;
	font-weight: bold;
}

div.property div.data dl.address dd a
{
	color: #000;
	text-decoration: none;
}

div.property div.data dl.address dd a:hover { color: #981314; }

div.property div.data dl.open_house
{
	float: none;
	margin: 0 110px 2px 0;
	background-color: #981314;
	color: #FFF;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 15px;
}

div.property div.data dl.open_house dt
{
	font-size: 14px;
	font-weight: bold;
	color: #d0ac6a;
	text-transform: uppercase;
	padding: 0;
	margin: 0 8px 0 0;
}

div.property div.data dl.open_house dd { font-weight: normal; }
	
div.property div.data div.btn2
{
	float: left;
	margin: 7px 0 0 0px;
}

div.property div.data h4
{
	float: left;
	color: #981314;
	margin: 11px 0 0 15px;
	padding: 0;
}

.btn_wrap
{
	height: 40px;
	width: 320px;
}

ul.icons
{
	float: right;
	padding: 0;
	margin: 0;
}

ul.icons li
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 11px;
	list-style-type: none;
	font-weight: bold;
}

div.property ul.icons li a
{
	display: block;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	text-decoration: none;
}

div.property ul.icons li.pics a
{
	background-image: url(../images/icon_more_pics.png);
	padding: 48px 0 12px 0;
}

div.property ul.icons li.pics a:hover {  }

div.property ul.icons li.vt a
{
	background-image: url(../images/icon_VT.gif);
	padding: 44px 0 0 0;
}

div.property ul.icons li.vt a:hover {  }

div.property div.icon_broker,
div.property div.icon_mls
{
	float: left;
	margin: 3px 15px 0 0;
}

div.property div.icon_mls span
{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/mls_broker_reciprocity.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.property div.icon_broker span
{
	display: block;
	width: 64px;
	height: 30px;
	background-image: url(../images/restaino_logo_small.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* END SEARCH SUMMARY */

/* MAP SEARCH */

body#viewer
{
	margin: 0;
	padding: 15px 0 20px 20px;
	background-color: #FFF;
	background-image: none;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

#map_form { float: left; }

#map_wrap_outer
{
	float: left;
	background-color: #666;
	padding: 3px;
}

#map_wrap_inner
{
	width: 445px;
	font-size: 10px;
	line-height: 11px;
}

#map_head
{
	color: #FFF;
	padding: 0 2px;
}

#map_head div.txt { }

#map_head #controls
{
	margin: 5px 0 2px 0;
	padding: 1px 0 0 0;
	border-top: 1px #999 dotted;
}

#map_head #controls div
{
	float: left;
	height: 26px;
	margin: 0;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}

#zoom
{
	background-image: url(../images/map_tool_zoom_area.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#zoom:hover
{
	color: #FF0;
	background-image: url(../images/map_tool_zoom_area2.png);
}

#zoom span
{
	padding: 6px 0 0 28px;
	display: block;
}

#zoom_in
{
	background-image: url(../images/map_tool_zoom_in.png);
	background-position: 0 -2px;
	background-repeat: no-repeat;
}

#zoom_in:hover
{
	color: #FF0;
	background-image: url(../images/map_tool_zoom_in2.png);
}

#zoom_in span
{
	padding: 6px 0 0 35px;
	display: block;
}

#zoom_out
{
	background-image: url(../images/map_tool_zoom_out.png);
	background-position: 0 -2px;
	background-repeat: no-repeat;
}

#zoom_out:hover
{
	color: #FF0;
	background-image: url(../images/map_tool_zoom_out2.png);
}

#zoom_out span
{
	padding: 6px 0 0 35px;
	display: block;
}

#move_map
{
	background-image: url(../images/map_tool_pan.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#move_map:hover
{
	color: #FF0;
	background-image: url(../images/map_tool_pan2.png);
}

#move_map span
{
	padding: 6px 0 0 31px;
	display: block;
}

#reset_map
{
	background-image: url(../images/map_tool_reset.png);
	background-position: 0 -2px;
	background-repeat: no-repeat;
}

#reset_map:hover
{
	color: #FF0;
	background-image: url(../images/map_tool_reset2.png);
}

#reset_map span
{
	padding: 6px 0 0 30px;
	display: block;
}

#map_head h4 { margin: 0; }
#map_head p { margin: 0; }

#map_wrap_inner em
{
	color: #FF0;
	font-style: normal;
	font-weight: bold;
}

#map
{
	height: 410px;
	width: 445px;
}

#map #northwest
{
	position: relative;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	background-image: url(../new/restaino/images/map_dir_NW.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#map #northwest:hover { background-image: url(../images/map_dir_NW2.png); }

#map #north
{
	position: relative;
	width: 51px;
	height: 20px;
	top: -22px;
	left: 200px;
	background-image: url(../images/map_dir_N.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#map #north:hover { background-image: url(../images/map_dir_N2.png); }

#map #northeast
{
	position: relative;
	width: 22px;
	height: 22px;
	top: -42px;
	left: 426px;
	background-image: url(../images/map_dir_NE.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#map #northeast:hover { background-image: url(../images/map_dir_NE2.png); }

#map #west
{
	position: relative;
	width: 19px;
	height: 50px;
	top: 116px;
	left: 0;
	background-image: url(../images/map_dir_W.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#map #west:hover { background-image: url(../images/map_dir_W2.png); }

#map #east
{
	position: relative;
	width: 20px;
	height: 50px;
	top: 66px;
	left: 428px;
	background-image: url(../images/map_dir_E.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#map #east:hover { background-image: url(../images/map_dir_E2.png); }

#map #southwest
{
	position: relative;
	width: 22px;
	height: 22px;
	top: 227px;
	left: 0;
	background-image: url(../images/map_dir_SW.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#map #southwest:hover { background-image: url(../images/map_dir_SW2.png); }

#map #south
{
	position: relative;
	width: 51px;
	height: 20px;
	top: 207px;
	left: 200px;
	background-image: url(../images/map_dir_S.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#map #south:hover { background-image: url(../images/map_dir_S2.png); }

#map #southeast
{
	position: relative;
	width: 22px;
	height: 22px;
	top: 185px;
	left: 426px;
	background-image: url(../images/map_dir_SE.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#map #southeast:hover { background-image: url(../images/map_dir_SE2.png); }

#map_legend
{
	color: #FFF;
	padding: 0 2px;
}

#map_legend h4
{
	float: left;
	font-size: 13px;
}

#map_legend div
{
	float: left;
	margin: 5px 0 2px 10px;
	background-position: 30px 0;
	background-repeat: no-repeat;
}

#lgd_restaino { background-image: url(../images/map_icon_restaino.gif); }
#lgd_active { background-image: url(../images/map_icon_active.gif); }
#lgd_new { background-image: url(../images/map_icon_new.gif); }
#lgd_open { background-image: url(../images/map_icon_oh.gif); }

#map_legend div span
{
	width: 80px;
	padding: 19px 0 0 0;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	display: block;
}

/* END MAP SEARH */

#office_loactions div.btn2 { margin-top: 7px; }
#office_loactions button div.btn2 { margin: 0; }
#office_loactions button { margin: -3px 0 0 10px; }
/* AGENT SUMMARY */

#AgentsSummary_Public div.agent
{
	width: 150px;
	height: 195px;
	float: left;
	text-align: center;
	margin: 0 5px 10px 5px;
	font-size: 11px;
	line-height: 12px;
}

#AgentsSummary_Public div.agent_photo img
{
	width: 92px;
	margin: 0 auto;
	border: 0;
}

div.agent_photo img a { border: 2px #981314 solid; }

div.agent_photo img a:hover { border: 2px #C77F7F solid; }

#AgentsSummary_Public div.agent h4
{
	margin: 8px 0 0 0;
}

/* END AGENT SUMMARY */

/* AGENT DETAIL */

#AGENT_DETAIL_P dt
{
	min-width: 40px;
	padding: 1px 5px 0 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #00000;
	text-transform: uppercase;
}

#AGENT_DETAIL_P dd
{
	margin: 1px 0;
	font-weight: bold;
}

#AGENT_DETAIL_P dt.direct { display: none; }

#AGENT_DETAIL_P dd.direct
{
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 21px;
	color: #981314;
	font-weight: bold;
}

#AGENT_DETAIL_P div.office { margin: 10px 0 10px 0; }

#AGENT_DETAIL_P div.office h4 { margin: 0 0 2px 0; }

h1 + h2 { margin: -8px 0 5px 0; }

#AGENT_DETAIL_P div.btn2 { letter-spacing: -.02em; }


/* END AGENT DETAIL */

/* LISTING_DETAIL_P */

#LISTING_DETAIL_P div.page_nav
{
	padding: 4px 0 5px 0;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	margin: 0 0 10px 0;
}

#LISTING_DETAIL_P div.page_nav div.pages { word-spacing: normal; }

div.photos
{
	float: right;
	width: 344px;
	margin-right: -12px;
}

div.photos div.photo_main { margin: 0 0 10px 0; }

div.photos div.photo_main img { width: 327px; }

div.photos div.photo_main img a { border: 2px #981314 solid; }

div.photos div.photo_main img a:hover { border: 2px #C77F7F solid; }

div.photos div.photo_thumb
{
	float: left;
	margin: 0 10px 10px 0;
}

div.photos div.photo_thumb img { width: 100px; }

div.photos div.photo_thumb img a { border: 2px #981314 solid; }

div.photos div.photo_thumb img a:hover { border: 2px #C77F7F solid; }

div#listing_agent
{
	padding: 3px 10px 10px 10px;
	background-color: #CCC;
}

div#listing_agent img
{
	float: left;
	width: 92px;
}

div#listing_agent h3 { margin: 0 5px 3px 85px; }
div#listing_agent dl { margin: 0 5px 0 85px; }
div#listing_agent dd { margin: 0; }
div#listing_agent dt#email { display: none; }

#LISTING_DETAIL_P dl.type3 {  }
#LISTING_DETAIL_P dl.type3 dt { margin: 0 5px 0 0; }
#LISTING_DETAIL_P dl.type3 dd { margin: 0; }
#LISTING_DETAIL_P dt.address { display: none; }
#LISTING_DETAIL_P dl.type3 dd.baths span { padding-left: 8px; }

#calc_input dl.type1 dt
{
	width: 130px;
	margin: 2px 5px 2px 0;
}
#calc_input dl.type1 dd { margin: 2px 0 5px 0; }
#calc_input { float: left; }

#calc_results dl.type1 dt { margin-right: 5px;}

ul#type4
{
	height: 20px;
	list-style: none;
	line-height: 14px;
	padding: 0;
	margin: 10px 0 0 0;
}

ul#type4 li
{
	float: left;
	margin: 0 0 0 7px;
	padding: 0 10px 0 22px;
	font-size: 14px;
	line-height: 17px;
	background-image: url(../images/bullet_red.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
ul#type4 li:first-child
{
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}

ul#type4 li a { text-decoration: none; }

ul#type4 li span { white-space: nowrap; }

ul#type4 li a:hover {  }

div.photos div.smaller {  }

#LISTING_DETAIL_P div.data ul.type1
{
width: 260px;
margin: 13px 0;
border-top: 2px #C77F7F solid;
border-bottom: 2px #C77F7F solid;
padding: 7px 0 10px 2px;
}

#LISTING_DETAIL_P h2 { margin: 15px 0 5px 0; }

h2#calculator { clear: left; }

form#calc dl dt,
form#calc dl dd
{ font-size: 90%; }

#LISTING_DETAIL_P h3 { margin-top: 0px; }

div.mls_br
{
	clear: both;
	font-size: 80%;
	line-height: 90%;
	padding: 0 0 0 40px;
	background-image: url(../images/mls_broker_reciprocity.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.disclaimer
{
	clear: both;
	font-size: 80%;
	line-height: 90%;
}

/* END LISTING_DETAIL_P */

/* LISTING_DETAIL_PSLIDE */

body#LISTING_DETAIL_PSLIDE
{
	margin: 0;
	padding: 10px;
	height: 100%;
	background-color: #981314;
	background-image: none;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

#slide_header
{
	padding: 10px 15px;
	text-align: left;
}

#slide_header img
{
	float: left;
}

#slide_box h3
{
	margin: 0 0 5px 0;
}

body#LISTING_DETAIL_PSLIDE #wrapper
{
	width: 650px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}
#wrapper_inner
{
	padding: 20px 15px 17px 20px;
}
#slide_box
{
	width: 473px;
	float: right;
}

#slide_box img
{
	width: 464px;
	margin-top: 5px;
}

#slide_box img a { border: 2px #981314 solid; }

#slide_box img a:hover { border: 2px #C77F7F solid; }

body#LISTING_DETAIL_PSLIDE #agent_info
{
	width: 120px;
	float: left;
	text-align: center;
}

body#LISTING_DETAIL_PSLIDE #agent_info img { width: 120px; }

/* END LISTING_DETAIL_PSLIDE */

/* VOW */

h2#VOW { font-size: 24px; }

.warning
{
	font-weight: bold;
	color: #981314;
	font-size: 125%;
}

table.data
{
	font-size: 12px;
	line-height: 13px;
	padding: 0;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

table.data tr
{
	background-color: #FFF;
	border-right: 1px #CCC solid;
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}

table.data td
{
	padding: 0 10px 3px 10px;
	vertical-align: middle;
}

table.data tr.row_heading td { padding: 3px 10px 3px 10px; }

table.data tr.row_heading
{
	background-color: #CCC;
	font-weight: bold;
}

table.data div.btn2
{
	margin: 0;
	text-align: center;
	width: 110px;
}

/* VOW_HOME */

.compare
{
	background: #CCC;
	padding: 4px;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 14px;
}

.compare .checkbox
{
	vertical-align: text-top;
	margin: 0 5px 0 0;
}

body#VOW_HOME button,
.compare .float_right
{
	margin: 0;
}

/* END VOW_HOME */
/* BEGIN COMPARE_LISTINGS */

body#COMPARE_LISTINGS
{
	margin: 0;
	padding: 10px;
	height: 100%;
	background-color: #981314;
	background-image: none;
	color: #000;
	font-size: 14px;
	line-height: 16px;
}

body#COMPARE_LISTINGS div#wrapper
{
	margin: 0;
	padding: 20px;
	background-color: #FFF;
	text-align: left;
}

table.outer
{
	background: #FFF;
	padding: 0;
	margin: 5px;
	border-collapse: collapse;
}

table.outer td
{
	white-space: nowrap;
	padding: 0;
}
td.data_col table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

td.data_col td { padding: 5px; }

table.row_heads { font-weight: bold; }

.pic_placeholder { height: 123px; }

td.vert_divider { border-left: 1px #CCC solid; }

td.photo img
{
	height: 94px;
	border: 0;
}

td.photo div.list_status{ height: 15px; }

/* HOMEPAGE */
    
div#image_map { padding: 0 0 10px 0; }

#madison_area
{
 	width: 454px;
 	height: 465px;
 	border: 0px;
}

#madison_area a { border: 0px; }

 div.boxed
{
	width: 172px;
	line-height: 12px;
	background-color: #e5d2ae;
	margin: 0 0 5px 0;
	border:thin solid #663333
}

div.boxed h3
{
	margin: 0;
	padding: 8px 2px 6px 8px;
	background-color: #1D090E;
	background-image: url(../images/box_heading_bkgd.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-bottom: 2px #FFF solid;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	text-transform: uppercase;
}

div.boxed dl
{
	margin: 0;
	padding: 3px 2px 3px 8px;
}

div.boxed dt
{
	float: none;
	padding: 0 0 2px 0;
}

div.boxed label { font-size: 11px;}

div.boxed dd
{
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}
div.boxed button
{
	margin: 2px 3px 0 0;
	float: right;
}
div.boxed button div.btn3
{
	margin: 5px 0 0 0;
}

div.boxed div.smaller
{
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 12px;
}
div#mss_news {
	height:100%;
	background-image:url(../images/new_bkgd.jpg);
	background-repeat:no-repeat;
	background-position:0 23px;
}
div#quick_search { margin-top: 3px; }

div#question
{	width:180px;
	margin-top:10px;	
	background:#e5d3af url(../images/question_bkgd2.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	font-size: 0.7em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#question form
{	
 padding:50px 5px 0px 5px;
}

div#question textarea
{
overflow:hidden;
width: 165px;
border: 1px solid #515151;
font-size: 1.0em;
font-family: arial, sans-serif;
}

div#question input.email
{
width: 165px;
border: 1px solid #515151;
font-size: 1.0em;
font-family: arial, sans-serif;
}

div#question input.name
{
width: 76px;
border: 1px solid #515151;
font-size: 1.0em;
font-family: arial, sans-serif;
}

.submithome
{
margin-left: 3em;
margin-top: 4px;
width: 100px;
font-size: 1.0em;
}

#newsopenhouse
{	width:180px;
	margin-left:auto;
	margin-right:auto;
}

ul.type1 li#mapsearch
{
	padding: 7px 0 7px 0;
	margin: 0 0 -5px 0;
	background-image: url(../images/icon_map_search.jpg);
	background-repeat: no-repeat;
	background-position: 135px top;
}

#mss_login {
	height:100%;
	background-image:url(../images/newlisting_bkgd.jpg);
	background-repeat:no-repeat;
	background-position:0 23px;
}
#mss_login ul {
margin-top:30px;
margin-bottom:0;

}
#mss_login li {
	font-size:12px;
	list-style:url(../images/checkmark.gif);
	list-style-position:outside;
	margin:0 0 0 25px;
	padding-left:0;
}
* html #mss_login li {
	line-height:24px;
	padding-top:1px;
	padding-left: 3px;
}
*first-child+html #mss_login li {
	line-height:24px;
	padding-top:10px;
}
#search_geo_code{
	font-size: 0.8em;
}
div#search_geo_code input.text
{
	width: 79px;
	border: 1px solid #515151;
	font-size: 1.0em;
	font-family: arial, sans-serif;
}

#custom_tour {
	border: 2px solid #660000;
}
td .border{
	border: 1px solid #660000;
	padding: 5px;
}id="home"


/*--------------Open House--------------------*/
#open_house a{
	text-decoration: none;
	color: #000000;
}
#open_house a:hover{
	text-decoration: underline;
	color: #000000;
}
ol
{
	margin: 0 0 15px 15px;
	padding: 0;
}
#openhouse_search {
	background-image: url(../openhouse/images/openHouse_search_background.jpg);
	background-repeat: repeat-x;
	background-color: #CBBCA3;
	padding-top: 30px;
	padding-bottom: 30px;
}
#topPadding {
	padding-top: 8px;
}
#search_box {
	background-image: url(../images/8_percent.png);
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin-right: 10px;
	position: relative;
}
#search_box p {
	font-size: 12px;
}
#search_options {
	margin-left: 65px;
	font-size: 10px;
}
table .topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 20px;
}
td .shadedBackground {
	background-image: url(../openhouse/images/8_percent.png);
}
#openhouse_listings td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	vertical-align: top;
}
#openhouse_listings {
	margin-top: 20px;
}
#step1 {
	background-image: url(../openhouse/images/step1.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 79px;
	width: 89px;
	left: 511px;
	top: 278px;
}
#openhouse h3 {
	color: #B81B06;
	margin-top: 20px;
	margin-bottom: 0px;
}
#openhouse td {
	font-size: 12px;
	padding-bottom: 5px;
}


/*--------------??--------------------*/
#cal_icon
{
	border: 0;
	vertical-align: top;
	margin-top: -3px;
}