/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS Reset */
/*************INDEX*************/
/*Banner */
html {
    background:url(images/background.jpg) top repeat-x #E9E6DD;
    margin:0;
    padding:0;
    font-family:Tahoma, Geneva, sans-serif;
    color:#534A44;
    font-size:11px;
}
body {
    background:url(images/background.jpg) top repeat-x #E9E6DD;
    width: 964px;
    margin: auto;
}
#banner {
    background:url(images/banner.jpg) no-repeat top;
    width:964px;
    height:128px;
    float:right;
    text-align:left;
    position: absolute;
    z-index: 1;
}
	
a.logo:link, a.logo:active, a.logo:visited, a.logo:hover {
    height: 75px; 
    display: block; 
    width:901px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 12px;
    background:url(images/banner3.jpg) no-repeat top;
}

#topnav {
    width:964px;
    height:20px;
    margin-top:5px;
}

a.topnav:link, a.topnav:active, a.topnav:visited {
    font-family:ariel, Geneva, sans-serif;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    margin-right:0px;
}
.black {
	color: black;
    font-size:14px;
}
a.topnav:hover {
    color:#F7E730;
}
ul.topnav {
	width: 964px;
}
li.topnav {
    list-style-type:none;
    display:inline;
    padding-right:50px;
}
/* Content */
/* Containers to make the gradients work and scale */
#container {
	width:964px;
	background-image:url(images/contentrepeat.jpg);
	background-repeat:repeat-y;
	min-height:500px;
	height: auto !important;
	z-index:1;
}
#containerbottom {
	width:964px;
	background:url(images/contentbottom.jpg) no-repeat;
	min-height:14px;
	height: auto !important;
	height: 14px;
}
/*This container is necessary to make the gradient on the sides of the body line up with the background */
#container2 {
    background-image:url(images/contentbg.jpg);
    background-repeat:no-repeat;
    background-position: 0 128px;
    min-height:400px;
    height: auto !important;
    -height: 600px;
    padding: 15px;
    width: 964px;
    padding-top: 128px;
    padding-left: 11px;
    overflow: hidden;
}

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

/* Errors */
.error {
  color: #f00;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

/* Notices */
.notice {
/*  color: #0c0;*/
  padding: 15px;
  text-align: center;
}

/* left side content */
#left {
    float: left;
    padding-left: 1px;
}
#locations {
    background:url(images/locationsimage.jpg) no-repeat  9px 25px #F9F8F6;
    width:233px;
    height:200px;
    text-align:left;
}
#locations ul {
    padding-left: 20px;
    padding-top: 10px;
    line-height: 14px;
}
#property {
    width: 233px;
    min-height: 200px;
    height: auto !important;
    background-color: #E4E1DC;
}
#locations p {
    margin-left:20px;
    font-size:10px;
    margin-top:5px;
    width: 160px;
    line-height: 12px;
}

#locations {
	cursor: pointer;
}
a {
text-decoration: none;
}

/* right side content */
#right {
    float: right;
    padding-right: 23px;
	padding-top:0px;
	padding-left:0px;
}
#buyers {
    width: 345px;
    /*width: 695px;*/
    min-height: 480px;
    float: left;
    padding-bottom: 5px;
	background: white;
}
#sellers {
    width: 344px;
    min-height: 480px;
    float: right;
    *margin-left: 3px;
    padding-bottom: 5px;
	background: white;
}
#buyers h1, #sellers h1 {
	color: #4B72C0 !important;
}
#flash {
    width: 696px;
    height: 215px;
    padding-top: 0px;
    margin-top: 0px;
}
#featured {
    width: 695px;
    height: auto !important;
    clear: both;
    background-color: white;
    color: black;
    margin-top: -4px;
}

/*Sub Pages */
#contentPages {
    background-color:#ffffff;
	width: 695px;
	min-height: 780px;
	height:auto;
    margin: 0px 1px 4px 2px;
    border:#E6E6E6 solid 1px;
    background:#ffffff;
    color: #564a44;
    line-height: 13px;
}

#contentPages h1 {
    color:#494949;
    font-size:16px;
    font-weight:bold;
    padding: 5px 10px 0px 10px;
    clear: both;
	text-align:center;
}
#contentPages hr {
    color:#494949;
	width:90%;
	height:2px;
}
#contentPages p {
    padding: 10px;
    *margin: 10px;
}
#contentPages table {
    margin: 10px;
    *margin: 10px;
}
#contentPages td {
    vertical-align: top;
}
#contentPages h3, h4 {
    padding: 10px;
}
#contentPages img {
    padding: 10px;
}

div#contentStyle .floatRight {
	float:right;
}
div#contentStyle .floatLeft {
	float:left;
}
div#contentStyle .clearFloat {
	clear:both;
}

div#contentStyle .jeip-mouseover {
	background-color: #F7E730;
}
div#contentStyle h1 {
		text-align:center;
		font-size: 2em;
		font-weight:bold;
		color:#5A6229;
		margin: .5em 0;
}
div#contentStyle h3 {
	font-size: 1.2em;
	font-weight:bold;
	color:#5A6229;
}
div#contentStyle ol {
	list-style:decimal;
	margin-left:2em;
}
div#contentStyle ol li {
	color:#5A6229;
	font-size:1.2em;
	font-weight:bold;
}
div#contentStyle ul {
	margin-left:2em;
	color:#5A6229;
}
div#contentStyle p {
	/*text-indent: 2em;*/
}
div#contentStyle li {
	line-height:200%;
}
div#contentStyle form#career_form {
	position: absolute;
	width: 373px;
	left:563px;
	top:470px;
}

div#contentStyle strong {
	font-weight: bold;
}

div#contentStyle em {
	font-style: italic;
}

div#contentStyle dt {
	font-weight: bold;
}

div#contentStyle dd {
	margin-left: 2em;
}

/* other */
.buttons {
    padding-top:15px;
    float:right;
    padding-right: 10px;
    display: block;
}
.title {
    padding: 7px;
    clear: both;
}
.box {
    margin: 0px 1px 4px 2px;
    border:#E6E6E6 solid 1px;
    background:white;
    color: #564a44;
    line-height: 13px;
}
#clearfloat {
    clear: both;
}
.readmore {
	float:right;
        padding-right: 5px;
        margin-bottom: 50px;
        display: block;
        clear: both;
}
.viewall {
	margin-top:10px;
	float:left;
        display: block;
        padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}
hr {
	color:#DFDCD3;
	width:300px;
}
.hr {
	color:#DFDCD3;
	margin: auto;
        padding: 10px 0px 0px 10px;
	clear: both;
}
#contains h1 {
    color:#988B81;
    font-size:13px;
    font-weight:bold;
    padding: 5px 10px 10px 10px;
    clear: both;
}
#contains p {
    padding: 0px 20px 10px 20px;
    display: block;
}
.read {
    padding: 0px 15px 0px 0px;
    float: right;
    display: block;
}
#featured {
	border:#E6E6E6 solid 1px;
	background-color:white;
	width:916px;
	height:210px;
	margin-bottom:1px;
	float:left;
	padding:10px;
	text-align:left;
	clear: both;
	margin-top: 0;
}
	
.featured	{
	background: url(images/feat_bkg.jpg);
	width:149px;
	height:164px;
	padding:8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top:5px;
	padding-bottom: 5px;
	text-align:center;
	float:left;
	_margin-left: 3px;
	_margin-right: 3px;
}
.featInfo{
	float: left;
	text-align: left;
	padding-top: 5px;
}
.featPrice{
	font-weight: bold;
	color: #4B72C0;
}
.featButton{
	float: right;
	margin-top: 23px;
}
#flashContent {
	display: block;
	margin: auto;
	padding-top: 4px;
	height: 191px;
	width: 687px;
	*margin-top: 4px;
}
/**********PROPERTY PROFILE ***************/

#profile {
	width: 695px;
	min-height: 500px;
	padding-bottom: 10px;

}
#house {
	width: 695px;
	min-height: 500px;
	float: left;
	padding-bottom: 7px;
}
#location {
	width: 344px;
	height: 400px;
	float: right;
}
#return {
	width: 233px;
	height: 75px;
}
#recent {
	width: 233px;
	height: 400px;
}

/*buttons*/

#returnbutton {
	width: 199px;
	height: 44px;
	margin: auto;
	padding-top: 15px;
	display: block;
}
#tabContainer {
	width: 350px;
	float: right;
	margin-right: 10px;
	min-height: 425px;
	overflow: auto;
	padding: 5px;
	border: thin solid;
	border-color: #CCCCCC;
}
.button_left {
	float: left;
}

.button_right {
	float: right;
}
#buttonContainer {
	float: left;
	margin-left: 10px;
}
/*misc property profile*/

.infoType {
	font-weight: bold;
	color: /*#988B8D;*/#414141;
	
}
.infoTypeLot {
	font-weight: bold;
	color: /*#988B8D;*/#414141;
	width: 125px;
}
.infoType2 {
	font-weight: bold;
	color: /*#988B8D;*/#414141;
	font-size: 10px;
}
.padd tr td  {
	font-size: 11px;
	padding: 4px;
}
/*Quick Info*/

#propertyDesc {
	padding-top: 10px;
}

.formLabel {
	padding: 7px;
}
#directionsForm {
	margin: 20px 0px 0px 20px;
}
#agentInfo {
	margin: auto;
	margin-top: 30px;
}
#pictures {
	margin: auto;
	float: left;
	display: block;
	width:305px;
}

/*House Info */

#houseInfo {
	margin-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-right: thin solid;
	border-right-color: #988B8D;
}
#houseInfo tr td {
	padding: 10px;
}
#tabContainers {
	height: 500px;
	overflow: auto;
}
#roomTable tr td {
	padding: 5px 1px 5px 1px;
	border-bottom: thin solid;
	border-bottom-color: #988B8D;
}
#houseDetails tr td {
	padding: 1px 5px 1px 5px;
}
#houseDetails {
	margin-top: 27px;
}
#roomInfo {
	float: right;
	width: 300px;
}
#details {
	float: left;
	width: 300px;
}
/*Lot Info */

.lt tr td {
	padding: 10px;
}
.lt {
	padding-right: 50px;
	margin-top: 5px;
}
/********************Lot Profile*************************/
#lot1 {
	line-height: 29px;
}
#lot2 {
	line-height: 19px;
	padding: 10px;
	width: 660px;
}
#lot3 {
	line-height: 19px;
	padding: 10px;
}
/******************Multi Family Profile******************/
#multi1 tr td{
	padding: 3px;
	padding-left: 10px;
}
#multi2 {
	margin: 5px;
	padding: 10px;
	width: 670px;
}
#multi2 tr td{
	padding: 2px 10px 2px 0px;
}
#multi3 {
	padding: 10px;
	width: 670px;
}
#multi3 tr td{
  border-bottom: thin solid;
	text-align: center;
}
.multiUnit {
	border-right: solid 1px;
	padding-left: 3px;
	font-size: 10px;
}
/******************Commercial Profile*********************/
#comm1 tr td{
	padding: 8px;
}
#comm2 tr td{
	padding: 8px 8px 0 0;
}
#comm3 tr td{
	padding: 8px 8px 0 0;
}
#comm2 {
	width:670px;
	padding:10px;
	margin:5px;
}
#comm3 {
	width:670px;
	padding:10px;
	margin:5px;
}
.infoTypeComm {
	font-weight: bold;
/*  color: #988B8D;*/
  color: #000;
	width: 125px;
}
/********************Agent Profile*******************/
.title2 {
	margin: 10px;
}
.agentPhoto {
	display: block;
	margin: auto;
}
#agentBox {
	width: 98%;
}
#agentFeatured {
	width: 922px;
}
#agentFeatured {
	width: 922px;
}
#agentPhotoBox {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#agentRight {
	float: left;
}
#agentText {
	width: 475px;
	float: left;
	padding-right: 10px;
}
#agentButtonBox {
	width: 207px;
	height: 183px;
	border: solid 1px #CCC;
	background: #FBFBFB;
	float: right;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
}
.featuredBox {
	border: solid 1px #CCC;
	background: #FBFBFB;
	float: right;
	width: 330px;
	margin-right: 10px;
	_margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.featuredBox2 {
	border: solid 1px #CCC;
	background: #FBFBFB;
	width: 330px;
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#featuredBox img {
	padding: 10px;
	margin-bottom: 10px;
	display: block;
}
#agentButtonBox img{
	margin-top: 5px;
}
#agentButtonBox p{
	padding: 15px;
	display: block;
}
.featuredHouse, .featuredText {
	margin: 10px;
	float: left;
}
/* Galleria Photos */
.galleria{list-style:none;width:300px;margin-left: 19px; margin-top: 5px;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin: 0px 0px 10px 10px;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer;}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
.galleria_wrapper{
	padding-left: 10px;
}


/******Property Search *******/
#or {
	color: #4B72C0;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
}
.infoTypeSearch {
	margin:3px;
	font-weight: bold;
	color: #4B72C0;
	font-size: 12px;
	padding-left: 5px;
}
.infoTypeSearch2 {
	font-weight: bold;
	color: #4B72C0;
	font-size: 12px;
}
.searchButton {
	float: right;
	padding: 10px 3px 0 0;
}
/*search by address*/
#search_form {
  font-size: 11px;
  border: 1px solid #AFB4BE;
  padding: 10px 5px 5px 5px;
  margin: -16px 5px 5px 5px;
  position: relative;
  height: 140px;
}
#search_form input[type=text] {
  color: #999;
  font-size: 11px;
  padding: 3px;
  position: absolute;
}
#search_form label, #choose_mls{
  position: absolute;
  color: #4B72BF;
  font-weight: bold;
}
#property img.title {
  position: relative;
  z-index: 10;
  margin: auto;
  display: block;
  background: #E4E1DC;
  padding: 8px 3px 0px 3px;
  margin-bottom: 8px;
}
#search_form #MLS {
  width: 90px;
  position: absolute;
  right: 10px;
  top: 11px;
}
#mls_label {
  top: 15px;
  left: 10px;
}
#address_label {
  top: 40px;
  left: 10px;
}
#search_form #house_number { top: 60px; left: 9px; width: 30px; }
#search_form #address { top: 60px; left: 59px; width: 142px; }
#search_form #city { top: 93px; left: 9px; width: 122px; }
#search_form #zip { top: 93px; right: 10px; width: 50px; }
#search_form #submit_button { position: absolute; top: 125px; right: 10px; }

#infoTypeSearch {
  font-size: 11px;
  border: 1px solid #AFB4BE;
  padding: 10px 5px 5px 5px;
  margin: -16px 5px 10px 5px;
  position: relative;
  height: 45px;
}
  
#advanced_search {
  position: relative;
  height: 20px;
  width: 210px;
  margin: auto;
  margin-top: 5px;
}

p#choose_mls {
  position: absolute;
  left: 15px;
  top: 10px;
}

#infoTypeSearch ul {
  position: absolute;
  top: 28px;
  left: 10px;
}
#infoTypeSearch ul li{
  float: left;
  margin-right: 4px;
}
#side_hf {
  width: 223px;
  background: #FFF;
  padding: 5px;
  margin: 5px 0px 4px 2px;
  border: 1px solid #e6e6e6;
  position: relative;
  min-height: 110px;
}
#side_hf img {
  position: absolute;
}
#search_homefinder {
  top: 3px;
  left: 15px;
}
#search_hf_register {
  top: 50px;
  left: 18px;
}
#search_hf_learnmore {
  top: 50px;
  right: 18px;
}
#search_hf_login {
  top: 80px;
  right: 18px;
}
#banner{
  position: absolute;
  z-index: 10000;
}
/*recently viewed*/
.recentPic {
	height: 158px;
	width: 211px;
	padding: 5px 0px 5px 10px;
}
a.recentDesc:link, a.recentDesc:active, a.recentDesc:visited, a.recentDesc:hover  {
	color: #988B8D;
	width: 80px;
	margin: auto;
	display: block;
}
/*advanced search */
#advanced tr td {
	padding: 15px 20px 10px 10px;
}
#advanced {
	padding-left: 50px;
}
/************Search Results***************/
.search_sort {
	background: url(images/search_sort.jpg) no-repeat;
	width: 879px;
	height: 48px;
	margin: auto;
	padding-bottom: 5px;
}

.search_sort2 {
	background: url(images/search_sort2.jpg) no-repeat;
	width: 665px;
	height: 48px;
	margin: auto;
	padding-bottom: 5px;
}

.search_result {
	background: url(images/search_background.jpg) no-repeat;
	width: 879px;
	height: 135px;
	margin: auto;
	padding-top: 5px;
    position: relative;
}
.search_pic {
	width: 155px;
	height: 126px;
	background: url(images/search_picbkg.jpg);
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.search_housepic {
	width: 133px;
	height: 99px;
	margin: auto;
	margin-top: 12px;
	margin-left: 12px;
}
.search_info tr td {
	padding: 5px;
	border-left: thin solid;
	border-left-color: #CCCCCC;
}
.search_info {
	width: 700px;
	height: auto;
}
#search_container {
	padding-right: 23px;
	width: 911px;
}
.search_button {
	float: left;
    position: absolute;
    left: 160px;
    bottom: 10px;
}
.search_button1 {
	float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
	font-weight: bold;
}
.sort_left {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 300px;
}
.sort_right {
	float: right;	
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	width: 300px;
}
/**************Buttons***************/

#buttonsBox {
	height:220px;
	width: 233px;
}
#openHouse {
	height: 36px;
	width: 114px;
	margin-top:3px;
	margin-left: 0px;
}
#buttonsRight {
  float: right;
	padding-right: 2px;
	width: 114px;
}
#buttonsLeft {
	float: left;
	padding-left: 2px;
	width: 114px;
	margin-top: 3px;
	*margin-top: 4px;
}
/**************************ADMIN SECTION**************************/
/*********Login Page*********/
#login_box {
	width: 935px;
	margin-left: 3px;
	min-height: 400px;
}
#loginForm {
	padding: 30px;
	width: 200px;
	margin: auto;
}
/********Admin Index********/
.admin_box {
	margin: 0px 2px 4px 2px;
	border:#E6E6E6 solid 1px;
	background:#F9F8F6;
	color: #564a44;
	line-height: 13px;
	width: 97%;
	min-height: 300px;
	float: left;
}
.admin_box a{
	color: #988B8D;
	font-weight: bold;
}
.admin_box li{
	padding: 1px;
}
.admin_box ul{
	padding: 10px;
}
.admin_box h2{
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}
/********Edit Page*********/
.admin_box2 {
	margin: 0px 2px 4px 2px;
	border:#E6E6E6 solid 1px;
	background:#F9F8F6;
	color: #564a44;
	line-height: 13px;
	width: 935px;
	min-height: 200px;
	padding-bottom: 30px;
}
/*there is also CSS on the page itself*/

/********Temporary*********/
/*Until 'Recently Viewed' is implemented*/
#recent {
  display: none;
}

/**********New Property Profile********/

#profile_2 {
	width: 233px;
}
#profile_3 {
	width: 694px;
}
#profile_4 {
	width: 694px;
}
#profile_5 {
	width: 694px;
}
.prop_table {
	padding: 10px;
	color: black;
}
.prop_table tr td {
	padding: 4px;
}
.prop_top tr td {
	padding: 1px;
	font-size: 11px;
}
#prop_agent {
	background: white;
	text-align: center;
	margin-left: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
}
#homeTable {
	width: 234px;
}
#roomTable {
	width: 431px;
}
.padd {
	margin: 20px;
}
/***************************Content Pages**********************/

#contentPages2 {
	background-color:#ffffff;
	width: 695px;
	min-height: 780px;
	height:auto;
	margin: 0px 1px 4px 2px;
	border:#E6E6E6 solid 1px;
	background:#ffffff;
	color: #564a44;
	line-height: 13px;
}
#contentPages2 a:link {
	color: #294171;
	text-decoration: underline;
}
#contentPages2 a:hover {
	color: #586719;
	text-decoration: underline;
}
#contentPages2 a:visited {
	text-decoration: underline;
}
#contentPages2 img {
	padding: 0;
}
#cultural p {
	margin: 10px;
	padding-left: 30px;
	font-size: 16px;
}
#cultural ul {
	margin: 10px;
	padding-left: 30px;
	font-size: 16px;
	list-style: square;
}
#buyerRelo {
	float: left;
	margin-bottom: 200px;
	margin-left: 20px;
	display: block;
}
#cultural {
	margin: 30px;
	display: block;
}
#relo {
	margin: 20px;
	display: block;
	padding-right: 5px;
}
#relo ul {
	list-style: square;
	padding: 10px;
	padding-left: 50px;
}
.bold {
	font-weight: bold;
}
#points_of_interest tr td a {
	text-decoration: none;
	color: #596823;
	font-size: 16pt;
	font-family: tahoma,verdana;
	font-weight: bold;
}
#points_of_interest a:hover h4{
	text-decoration:underline;
}
#virtual_tours tr td {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}
#realtorsPics tr td {
	padding: 10px;
}
#realtorsPics {
	margin-left: 30px;
}
/*inline on content_points_of_interest */

.pad50 {
	padding-left:50px;
}
.pad80 {
	padding-left: 80px;
}
.pad110 {
	padding-left: 110px;
}
/****New Gallery***/
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 1px solid #CCC;   
margin: 0 0 1px 5px; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin-left: 5px; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ccc; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ccc; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}
/***End New Gallery***/

/*Light Box */
#overlay 
{
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index:1;
     text-align:center;
	 background-color: #353535;
	 filter:alpha(opacity=60);
	 -moz-opacity: 0.65;
	 opacity:  0.65;
}


#lightbox
{
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: left;
}

#outerContainer
{
	position: relative;
	background-color: #fff;
	border: 1px solid #353535;
	width: 350px;
	height: 150px;
	margin: 0 auto;
}

#innerContainer
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;		
}	
#consumerN {
	padding: 25px;
	color: black;
	font-size: 13px;
	line-height: 14px;
	font-family: serif;
}
.con1 {
	font-size: 36px;
}
.con1 strong {
	font-size: 24px;
	font-weight: bold;
}
.con2 {
	font-size: 21px;
}
.con2 strong {
	font-size: 18px;
	font-weight: bold;
}
#consumerN ul li {
	list-style-type: square;
	line-height: 19px;
}
#consumerN em {
	font-style: italic;
}
#consumerN strong {
	font-weight: bold;
}
#consumerN blockquote ul li{
	list-style-type: circle;
	margin-left: 40px;
	padding-bottom: 5px;
}
/*************ADMIN*************/


.wmd-preview {
	border: thin solid;
	height: 300px;
	overflow: auto;
	padding: 5px;
	text-align: left;
	width: 492px;
}

#virtual_tours_table {
  margin: 0 auto;
}
#virtual_tours_table td {
  padding: 5px;
  vertical-align: top;
}

#virtual_tour_form {
  margin: 0 auto;
}
#virtual_tour_form td {
  padding: 5px;
}
#property {
	background-color: #E4E1DC;
	border: solid 1px #CCC
}

/*Developments Page */
.dev_result {
	background: url(images/dev_background.jpg) no-repeat;
	width: 661px;
	height: 92px;
	margin: auto;
	padding-top: 5px;
    position: relative;
}

#dev_info {
	color: #253f70;
	font-size:12px;
	padding-left: 20px;
}

/*********disclaimer**********/
#disclaimer p{
  margin: 10px;
  width: 650px;
}

.flink1
{
	color: #4B72C0;
	text-decoration: underline;
} 

a.flink1, a.flink1:hover, a.flink1:visted, a.flink1:active, a.flink1:link
{
	color: #4B72C0;
	text-decoration: underline;
}

/***************** User Management *****************/
#side {
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	width: 665px;
	min-height: 290px;
	margin: 0;
	padding: 15px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#side h1 {
	font-weight: bold;
	font-size: 150%;
	text-align: left;
	padding: 5px;
}
#side h2 {
	font-style: italic;
	font-size: 125%;
	text-align: left;
	padding: 5px;
}
#side ul {
	padding: 10px;
	text-align: left;
}
#side li {
	padding: 5px;
}
#side #back {
	text-align: right;
}
#user_header {
	float: right;
	margin-right: 25px;
	margin-top: 2px;
	color: white;
	font-weight: bold;
}
#user_header a {
	color: white;
	font-weight: bold;
}

.saved_list td, .saved_list th {
	padding: 5px;
}

#save_this {
	padding: 3px 15px;
}
/*************** End User Management ***************/


/***************** Homefinder *****************/
.homefinder_info {
	text-align: left;
	margin: 5px;
}
.homefinder_info p {
	padding: 0 0 13px 0;
}
/*************** End Homefinder ***************/

#auction_list_table th, #auction_list_table td {
  padding: 5px;
}


/*************** 10 Reasons page ***************/

.reasonbox {
	margin-left: 20px;
	width: 650px;
}

.reasonline {
	border-bottom: 2px solid #999;
	float: left;
	height: 10px;
	margin-bottom: 5px;
	width: 470px;
	position: relative;
	top: -22px;
}

.reason {
	float: left;
	line-height: 15px;
	width: 390px;
	min-height: 130px;
}

.reason p {
	font-size: 12px;
}

.reasonpic {
	float: right;
	/* height:134px; */
	padding: 0;
	/* width:170px; */
}

p.reasontitle {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	line-height:120%;
	color: #344C7E;
}

.reasonImgContainer img {
	float: right;
}

.reasonImgContainer {
	height: 30px;
	float: right;
	position: relative;
	top: -130px;
}

/*************** End 10 Reasons page ***************/


/*************** Career Center ***************/
div#careerCenter {
	width: 975px;
	margin: 1em auto;
	text-align: center;
	background-color: #6E7B2F;
}

div#cc_containerTop {
	width: 974px;
	height: 7px;
	background: url("/images/cc_container_top.png") no-repeat center;
}

div#cc_contentContainer {
	width: 974px;
	background: url("/images/cc_container_middle.png") repeat-y center;
}

div#cc_containerBottom {
	clear: both;
	width: 974px;
	height: 9px;
	background: url("/images/cc_container_bottom.png") no-repeat center;
}

ul#cc_navbuttons {
	float: left;
	margin-left: 0.5em;
}

div#cc_display {
	width: 695px;
	float: right;
	margin: 0.5em;
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
	line-height: 125%;
}

div#cc_display h1 {
	text-align: center;
	color: #94a943;
	font-family: serif;
	font-size: 16pt;
	font-weight: bold;
}

div#cc_display ul {
	margin-left: 3em;
	list-style-type: disc;
}

div#cc_display ul ul {
	list-style-type: circle;
}

div#cc_display ul ul ul {
	list-style-type: square;
}

div#cc_display ul ul ul ul {
	list-style-type: disc;
}

div#cc_display dt {
	font-weight: bold;
}

div#cc_display dd {
	margin: 0.5em 3em;
}
/*************** End Career Center ************/
/*********************************************************** homefinder ***/

#hf_nav {
  position: absolute;
  top: 227px;
  right: 5px;
}
#hf_nav li {
  float: left;
}
#hf_nav li a {
  color: #666;
}
#hf_nav li a:hover {
  color: #999;
}
.saved_info {
  width: 307px;
  float: left;
  margin: 10px 3px;
  min-height:200px;
  height:auto !important;
  height:200px;
}
.hf_box {
  border: 6px solid #F2DE64;
  padding: 3px;  
}
.hf_box h1 {
  background: url(/images/hf_title_bkg.jpg) repeat-x;
  height: 30px;
  line-height: 26px;
  text-indent: 7px;
  border: 1px solid #F1DB55;
  margin-bottom: 10px;
}
.hf_box h1 img{
  vertical-align: middle;
  *padding-top: 5px;
}
.saved_info a {
  color: #666;
}
.saved_info a:hover {
  color: #999;
}
.saved_info ul {
  clear: both;
}
.saved_info ul li img {
  vertical-align: middle;
  padding-bottom: 3px;
  margin-right: 5px;
}
.gold_links {
  color: #B5A54A !important;
  text-decoration: underline;
  float: left;
  margin-left: 15px;
}
#hf_why_register {
  position: absolute;
  top: 230px;
  left: 20px;
}

/*** login ***/

#hf_login {
  float: right;
  width: 300px;
  height: 260px;
  margin-right: 10px;
  position: relative;
}
#hf_form {
  margin: auto;
  width: 272px;
  margin-top: 20px;
}
#hf_form .text_input{
  width: 265px;
  padding: 3px;
  border: 1px solid #CDCBBD;
  display: block;
  margin-bottom: 20px;
}
#hf_form label {
  display: block;
  text-align: left;
  line-height: 13px;
  font-size: 13px;
  margin-bottom: 3px;
  color: #76704B;
}
#hf_form #submitBtn {
  float: right;
}
#hf_login #register_link {
  position: absolute;
  bottom: 10px;
  left: 17px;
}
#hf_login #register_link a {
  color: #B5A54A !important;
  text-decoration: underline;
}

/*** register ***/
.flash_success {
  background: #D8FBDF;
  border: 1px solid #78F191;
  color: #095317;
  padding: 10px;
  text-align: center;
}
.flash_error {
  background: #FBD8DB;
  border: 1px solid #F17C85;
  color: #8C0F18;
  padding: 10px;
  text-align: center;
}
#hf_register {
  position: relative;
}

#homefinder_info {
  text-align: left;
  padding: 0px 10px 10px 17px;
  color: #727272;
}

#homefinder_info p {
  padding-top: 10px;
}

#user_form table {
  width: 610px;
  margin: auto;
  margin-bottom: 15px;
  color: #777;
}

#user_form table input[type=text], #user_form table input[type=password] {
  width: 90%;
  margin: 3px 0px;
  padding: 5px;
  border: 1px solid #ccc;
}

#user_form table label {
  padding-top: 10px;
  display: block;
}
#register_bottom {
  line-height: 20px;
}
/*** end homefinder ***/
/********************************* open house ***/
a.oh_buttons img {
  display: block;
  margin: auto !important;
}
/*** end open house ***/
/********************************* forms ***/
#buyer_consult, .forms {
  display: block; 
  margin: auto !important; 
  width: 400px !important;
}
#buyer_consult tr td, .forms tr td {
  font-weight: bold !important;
  padding: 10px;
  vertical-align: middle;
}
#buyer_consult input[type=text], .forms input[type=text] {
  width: 200px;
}
#buyer_consult input[type=submit], .forms input[type=submit] {
  margin: auto;
  display: block;
}
#mortgage_rate {
  width: 300px;
  margin: auto !important;
  padding-top: 30px;
}
#mortgage_rate tr td label{
  display: block;
  margin-bottom: 3px;
  margin-top: 10px;
}
#mortgage_rate tr td input[type=text] {
  width: 300px;
}
#mortgage_rate tr td input[type=image] {
  display: block;
  margin: 20px auto;
}

#contentPages.home_worth p{
  padding: 10px 20px;
  font-size: 13px;
  line-height: 20px;
}

#contentPages.home_worth table {
  margin: 20px auto;
}
#contentPages.home_worth table tr td {
  padding: 5px;
  vertical-align: middle;
}
#contentPages.home_worth table tr td hr{
  border: none;
  border-bottom: 1px solid #CCC;
}
#contentPages.home_worth table tr td input[type=submit]{
  margin: 10px auto;
  display: block;
}
#contentPages.locations h2{
  font-size: 15px;
  font-weight: bold;
  color: #59671A;
  line-height: 15px;
}
#contentPages.locations tr td a img{
  padding: 0px !important;
}
#contentPages.locations tr td {
  padding: 20px;
}
#contentStyle.relo_packet label {
  display: block !important;
  margin-bottom: 3px;
}
#contentStyle.relo_packet input[type=text], #contentStyle.relo_packet textarea {
  width: 300px;
  margin-bottom: 10px;
}
#contentStyle.relo_packet input[type=submit] {
  display: block;
  margin: auto;
}
#contentStyle.relo_packet form {
  width: 300px;
  margin: 50px auto;
}
#financing_form tr td {
  padding: 5px;
}
/*** end forms ***/
/********************************* Points of interest ***/
#poi_home {
  overflow: hidden;
}
#poi_home table {
  margin: 10px auto;
}
#poi_home table tr td {
  float: left;
  width: 220px;
  padding: 10px 40px;
}
#poi_home table a strong {
  text-decoration: none;
  color: #596823;
  font-size: 16pt;
  font-weight: bold;
  float: left;
  line-height: 23px;
  vertical-align: middle;
}
#poi_home table img {
  display: block;
  margin: auto;
}
.poi_learn_more {
  float: right;
  padding: 0px !important;
}
#poi_content h2 {
  background: url(/images/poi_bkg.jpg) repeat-x;
  width: 500px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #F4E37A;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px auto 0px auto;
}
#poi_content h2 img {
  margin-top: 7px;
}
#poi_content #poi_box {
  background: #FDFAE7;
  border: 1px solid #FBF5D1;
  width: 500px;
  min-height: 200px;
  margin: auto;
  padding: 15px 0px;
}
#poi_content #poi_box a {
  display: block;
  margin: 5px 0px 5px 60px;
  color:#827D55;
  font-size: 13px;
  line-height: 20px;
}
#poi_content #poi_box a:hover {
  color: #A4A07D;
}
#poi_content span.bold {
  margin-left: 20px;
}
#relo_link {
  display: block;
  margin: auto;
}
.clear {
  clear: both;
}
/*** end poi ***/
.content_pad {
  padding: 20px;
}