/*	Desc: *design for open-realty* 
    Screen Style Sheet: *screen.css*
	Author: *Removed for compertison*
	Date: *27-Oct-2007*
	+ Colours
	- *colour hex* *colour name* (*purpose*)

Colours	+ CV
		- #4a4339 light brown (bg)
		- #fa0 ornage (links)
		- #fff white (text)

		+ PORTFOLIO
		- #000 black (bg)
		- #f0a magenta (links)
		- #fff white (text)


=== === === === === === === === === === */

/* MAIN TYPOGRAPHY */

strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #333333; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* FORMS */

fieldset { border: 1px solid #695F4C; }
legend { background: #504634; color: #FFF;}
/*, input[type='text']*/
textarea, select { border: 1px solid #695F4C; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #504634; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #504634; outline: 2px solid #ffffaa; }
input[type='checkbox']{ /*background-color:transparent; background-image:url(images/c_box_14.jpg); background-repeat:no-repeat; */}
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
/*
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, 
.content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
 NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

.content h1 { margin: 0 0 .5em; color: #333333;  }
.content h2 { margin: 1.07em 0 .535em; color: #333333; }
.content h3 { margin: 1.14em 0 .57em; color: #333333; }
.content h4 { margin: 1.23em 0 .615em; color: #333333; }
.content h5 { margin: 1.33em 0 .67em; color: #333333; }
.content h6 { margin: 1.6em 0 .8em; color: #333333; }

.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* END CSS RESET FOR MAIN CONTENT */

/*=STRUCTURE
=== === === === === === === === === === */

* { padding: 0; margin: 0; }

body {
 font-family: "Verdana", Helvetica, sans-serif;
 font-size: 10px;
 
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#mborder {
 background: #FFF;
 padding: .2em .2em .2em .2em;
}

#faux {
 background: url(img/2-col-bg.gif);
 margin-bottom: 0px;
 overflow: auto;
 width: 100%
}
#header {
 background: #D9D1BC url(img/header.gif) no-repeat;
 color: #333;
 height: 230px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 675px;
 display: inline;
 position: relative;
}
/*#footer {
 clear: both;
 color: #FFF;
 background: #695F4C;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}*/
.clear { clear: both; background: none; }


/*=TYPOGRAPHY
=== === === === === === === === === === */
h1 {
color: #333333;
}
h2 {
color: #333333;
}
h3,
h4 {
color: #333333;
}
p {

}

/* ceo headers */
h1 { font-size: xx-large; color: #333333; }
h2 { font-size: x-large; color: #333333; }
h3 { font-size: large; color: #333333; }
h1, h2, h4, h6 { font-weight: bold; color: #333333;}
h5, h6 { margin-top: 1em; color: #333333; }

hr { border:1px solid #695F4C; }

.copyright {
text-align: center;
font-size: 9px;
padding: 3px;
color: #cccccc;
}

input , textarea {
/*border:1px solid #695F4C;*/
}


/*=COMMON
=== === === === === === === === === === */
img {
border: 0;
}

img {
	border: 0px solid #847A67;
}
img.float-right {
  padding: 5px;
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  padding: 5px;
  margin: 5px 15px 5px 0px;
}

/*a img {  
  border: 1px solid #847A67; 
  padding: 5px;
  margin: 5px 15px 5px 0px;
  background-color: #fff;
}*/

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 5px;  	
  	background: #FAFAFA; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #504634;	
}

a {
color: #464544;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #504634;
}


/*=MASTHEAD
=== === === === === === === === === === */
#masthead-m {

}

/*#logo {
position: absolute;
margin:  0px 0 0 0px; 
padding: 10px 0 0 20px; 
color: #FFFFFF;
}*/
#logo h1 {
font: bold 24px "arial narrow", arial, sans-serif;
margin: 0;
padding: 0;
color: #333333;
}
#logo p {
margin: 0;
padding: 0;
font-weight: bold;
}

#nav-top{ /*  */
float: right;
background: #504634;
margin:  10px 0 10px 0px;
padding: 10px 0 10px 0px;
}

#nav ul{
position: absolute;
margin: 10px 10px 0 0;
padding: 0px 10px 0 0px;
text-align: left;
}

#nav li {
list-style: none;
display: inline;
color: #fff;
text-align: left;
margin:  10px 5px 10px 5px;
padding: 10px 5px 10px 5px;
}

#nav a {
text-decoration: none;
color: #fff;
}

#nav a:hover {
text-decoration: underline;
color: #D4CAB6;
}


/*=NAVIGATION
=== === === === === === === === === === */
#navigation-m {

}
.categories h2{
  padding: 4px 0 5px 35px;
font-size: 16px;
color: #fff;
margin:0;
}

#dhtmlgoodies_menu {
font-family:verdana;
width:164px;
}

#dhtmlgoodies_menu li {
list-style-type:none;
margin:0;
}

#dhtmlgoodies_menu ul li ul {
padding-left:0px;
}

#dhtmlgoodies_menu li a {
/*
color:#000;
height:20px;
line-height:20px;
vertical-align:middle;
border:0 solid #000;
background-color:#FAFAFA;
display:block;
margin:1px;
padding:1px;
*/
text-decoration:none;
height:15px;
line-height:15px;
display:block;
background: #FFFFFF;
border-top: 1px solid #F4EFDF;
list-style: none;
font-size: 10px;
padding: 7px 0 8px 0px;
}

.dhtmlgoodies_subMenu {
visibility:hidden;
position:absolute;
overflow:hidden;
border:0px solid #000;
background-color:#FFFFFF;
font-family:verdana;
text-align:left;
}

.dhtmlgoodies_subMenu ul li {
list-style-type:none;
margin:0;
padding:1px;
}

.dhtmlgoodies_subMenu ul li a {
font-size: 10px;
white-space:nowrap;
text-decoration:none;
color:#000;
height:15px;
line-height:15px;
display:block;
padding:9px 11px 9px 11px;
/*background-color: #ffffff;*/
}

#dhtmlgoodies_menu ul,.dhtmlgoodies_subMenu ul {
margin:0;
padding:0;
}

#dhtmlgoodies_menu li a:hover,#dhtmlgoodies_menu .activeMainMenuItem,.dhtmlgoodies_subMenu ul li a:hover {
color:#695F4C;
/*background-color:#317082;*/
/*text-decoration:underline;*/
font-weight:bold;
}



.featurebox {
color:#504634;
border-top:1px solid #d7d7d7;
background:#D4CAB6;
margin:0 0 1.5em;
padding:15px 20px 20px;
}

.featurebox p,.featurebox h1,.featurebox h2,.featurebox h3,.featurebox h4,.featurebox h5,.featurebox h6 {
border-bottom:1px solid #504634;
color:#504634;
margin:0 0 .3em;
}

.featurebox p {
border:none;
color:#444;
margin:0 0 1em;
}

.featurebox a {
font-weight:700;
font-size:90%;
}

hr {
background:#f2f2f2;
height:1px;
color:#f2f2f2;
border:none;
margin:1em 0;
}

hr.sb  {
background:#847A67;
height:1px;
color:#847A67;
border:none;
margin:1em 0;
}



/*=CONTENT
=== === === === === === === === === === */

.content h1, h2, h3, h4, h5, h6 {
color: #333333;
font-weight: bold;
}

.content{ 
width: 675px;
}



#footer a {
color: #fff;
text-decoration: none;
cursor:auto;
}
#footer a:hover {
text-decoration: none;
color: #ffffff;
cursor:auto;
}

/*=PRINTER
=== === === === === === === === === === */

@media print{
/*hide the left column when printing*/
#leftcolumn{display:none;}
#rightcolumn{border-left:0;}
}

/*=OTHER
=== === === === === === === === === === */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



/* THIS IS SECTION IS FOR OPEN REALTY */

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

td a, a:hover{
text-decoration: none;

}

input, select, form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.search_results {
width:100%;
}

.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }

.view_users { width:100%; }

/* custom css */
@font-face {font-family: "MyriadPro-Regular"; src: url(font/MyriadPro-Regular.otf);}


body{ margin:56px 0px 0px 0px; background-color:#333333; background-image:url(images/body_bg_02.jpg); background-repeat:repeat-x;
background-position:top; }




div,tabel{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

#main1{ width:999px; margin:0px auto;}

#top_bg{ background-image: url(images/home4_03.jpg);background-repeat:repeat-x; height:14px;}

#main_left{ background-image:url( images/home4_05.jpg);background-position: top left ; background-repeat: no-repeat; padding-left:15px;
width:984px; }

#main_right{ background-image: url(images/bg_main_rig.jpg); background-position: top right; background-repeat:no-repeat; padding-right:15px;
width:969px; }

#mid_mid{ border:#FFFFFF solid 7px; width:955px;}

.clr{ clear:both;}

#top{ border-bottom:#e3dcc0 solid 1px;}

#logo{ width:228px; border-right:1px #e3dcc0 solid; background-image:url(images/logo.jpg); height:93px; float:left;}

.flo_left_top{ float:left;
background-repeat:repeat-y; text-align:right;}

.flo_left_top a { float:left; border-right:1px #e3dcc0 solid; border-left:solid 1px #161f26; 
background-image: url(images/link_bg_13.png); 
width:128px; height:67px; padding-top:26px;
padding-right:10px; 
 behavior: url(images/iepngfix.htc); background-repeat:repeat-y; text-align:right; 
 text-decoration:none; display:block; text-decoration:none;}

.flo_left_top a:hover { float:left; border-right:1px #e3dcc0 solid; border-left:solid 1px #161f26; 
background-image: url(images/link_bg_hov.png); 
width:128px; height:67px; padding-top:26px; 
padding-right:10px; 
behavior: url(images/iepngfix.htc); background-repeat:repeat-y; text-align:right; display:block;color:#FFFFFF;}




.top_link_hed{font-family: Verdana; font-size:13px; 
color:#FFFFFF; font-weight:bold; }

.flo_left_top1{ float:left; 
text-align:right; display:block;}



.flo_left_top1 a { float:left; border-right:1px #e3dcc0 solid; border-left:solid 1px #161f26;
background-image:url(images/link_bg_13.png);  behavior: url(images/iepngfix.htc);
 text-align:right;display:block; padding-right:10px; width:152px; height:67px; display:block;  padding-top:26px; text-decoration:none;}



.flo_left_top1 a:hover { float:left; border-right:1px #e3dcc0 solid; border-left:solid 1px #161f26;
background-image:url(images/link_bg_hov.png); width:152px; height:67px; padding-top:26px; behavior: url(images/iepngfix.htc);
 text-align:right; display:block; padding-right:10px; color:#FFFFFF;}


.flo_left_top2{ float:left;
text-align:right; }

.flo_left_top2 a{ float:left; border-right:1px #e3dcc0 solid; border-left:solid 1px #161f26; 
background-image:url(images/link_bg_13.png); width:133px; height:67px; padding-top:26px; 
behavior: url(images/iepngfix.htc);
padding-right:10px; text-align:right; text-decoration:none; }


.flo_left_top2 a:hover { float:left; border-right:1px #e3dcc0 solid; border-left:solid 1px #161f26; 
background-image:url(images/link_bg_hov.png); width:133px; height:67px; padding-top:26px; 
behavior: url(images/iepngfix.htc);
padding-right:10px; text-align:right; color:#FFFFFF;}



.flo_left_top3{ float:left; 

text-align:right;}

.flo_left_top3 a { float:left; border-right:1px #e3dcc0 solid; border-left:solid 1px #161f26;
background-image:url(images/link_bg_13.png); width:128px; height:67px; padding-top:26px; behavior: url(images/iepngfix.htc);
padding-right:10px;text-align:right; text-decoration:none;}

.flo_left_top3 a:hover { float:left; border-right:1px #e3dcc0 solid; border-left:solid 1px #161f26;
background-image:url(images/link_bg_hov.png); width:128px; height:67px; padding-top:26px; behavior: url(images/iepngfix.htc);
padding-right:10px;text-align:right; color:#FFFFFF;} 


#career{ float:left; 
text-align:right;
 }
 
 #career a { float:left; 
background-image: url(images/link_bg_13.png); 
width:126px; height:67px; padding-top:26px; 
border-left:solid 1px #161f26;
behavior: url(images/iepngfix.htc);
padding-right:10px;text-align:right;text-decoration:none;
 }

#career a:hover { float:left; 
background-image: url(images/link_bg_hov.png); 
width:126px; height:67px; padding-top:26px; 
border-left:solid 1px #161f26;
behavior: url(images/iepngfix.htc);
padding-right:10px;text-align:right; color:#FFFFFF;
 }

 
.sml_tex{ font-size:9px; color:#c6ccd1; font-weight:normal;}


#fom{ border-top:1px solid #303030; background-image: url(images/fom_bg.png); height:36px; behavior: url(images/iepngfix.htc);}

#fom_lef{ background-image:url(images/bg_box.jpg); width:272px; height:36px; float:left;}

#search{ background-image:url(images/quick_search.jpg); width:86px; height:36px; float:left;}

#fom_rig{ background-image:url(images/bg_box1.jpg); width:720px; height:36px; float:right; }

#fom_rig_1{ background-image:url(images/bg_box1.jpg); width:180px; height:36px; float:left; color:#FFFFFF; font-size:11px; font-weight:bold; padding-left:10px; vertical-align:middle;}
#fom_rig_1 a, #fom_rig_1 a:hover, #fom_rig_1 a:visited { text-decoration:none; color:#FFFFFF;}


.fom_wi{ width:139px; }

.fom_wi1{ width:86px; }

.fom_wi2{ width:125px; }


#form1{ height:36px; margin:0px;}


#baner{ border-bottom:1px #e3dcc0 solid; background-image:url(images/header_bg_09.jpg); height:351px; width:955px; }

#baner_tex{ background-image: url(images/welove_our_32.png); float:right; width:344px; height:154px; margin-right:33px;margin-top:30px; behavior: url(images/iepngfix.htc);}


#mid_con_blo{ border-top:1px solid #817d6d; padding:10px 10px 20px 10px; background-color:#e3dcc0; border-bottom:#333333 9px solid;}





#left_col{ width:205px; background-image:url(images/let_nev_top1.jpg); background-position:top; background-repeat:no-repeat;
float:left; padding-top:13px; }



.left_col_lef{ width:199px; background-image: url(images/left_left_str.jpg);  background-position: top left; background-repeat: repeat-y;
padding-left:6px;}

.left_col_rig{ width:160px; background-image: url(images/left_rig_atr.jpg);  background-position: top right; background-repeat:repeat-y;
padding-right:25px;  background-color:#FFFFFF; padding-left:14px; margin:0px;}

.left_col_rig1{ width:160px; background-image: url(images/left_rig_atr.jpg);  background-position: top right; background-repeat:repeat-y;
padding-right:25px;  background-color:#FFFFFF; padding-left:14px; margin:0px;}


/*.left_col_rig1 a{ color:#3a2616; text-decoration:none; display:block; border-bottom:solid 1px #e7e4db; line-height:22px; padding-left:5px;}

.left_col_rig1 a:hover{color:#3a2616; text-decoration:none; font-weight:bold; display:block; border-bottom:solid 1px #e7e4db; line-height:22px; padding-left:5px;}
*/
#left_col_divi{ background-image:url(images/left_nev_mib.jpg); height:32px;}
#left_bot{ background-image:url(images/left_bot.jpg); height:13px; }
#col_mid_tex{ width:727px; padding-top:13px; background-image:url(images/mid_top.jpg); background-repeat: no-repeat; float:left;}
.mid_col_lef{ width:724px; background-image: url(images/mid_left_st.jpg);  background-position: left; background-repeat: repeat-y;
padding-left:9px;}
.mid_col_rig{ width:684px; background-image: url(images/mid_ri_str.jpg);  background-position: top right; background-repeat:repeat-y;
padding-right:25px;  background-color:#FFFFFF; padding-left:15px; padding-top:10px; padding-bottom:7px; }
.searchpage_mid_col{padding-right:0px; padding-left:0px; padding-bottom:0px; width:724px;}
.saerchpg_padding{background:url(images/search_pg_toprow_bg.png) top repeat-x;}
.pad1{padding-left:10px;padding-right:10px;}

#mid_bot{ background-image:url(images/mid_bott.jpg); height:13px;}
#right_col{ width:205px; background-image:url(images/let_nev_top1.jpg); background-position:top; background-repeat:no-repeat;
float:left; padding-top:13px; margin-left:1px;}
#footer{ background-image:url(images/home4_88.jpg); line-height:25px; color:#FFFFFF; vertical-align:middle;}
#flot_lef{  float:left; line-height:23px; background-image:url(images/home4_88.jpg);padding-left:9px; vertical-align:middle; padding-bottom:2px;}
#flot_left_mar{ float:left; padding-left:15px; line-height:23px; background-image:url(images/home4_88.jpg); vertical-align:middle; padding-bottom:2px;}
.dti{  float:right; line-height:23px; width:120px;}
.dti a{
	padding-bottom:2px;
	line-height:23px;
	cursor: default;
}
.dti a:hover{ padding-bottom:2px; line-height:23px; cursor: default;}


#main_bot{ background-image: url(images/main_botbg.jpg); font-size:9px; 
  color:#959595; 
  width:944px;
   margin:0px auto; 
   text-align:justify; 
   padding:15px 20px 15px 20px; background-position:top; background-repeat:no-repeat;}
.left_col_rig1{ width:164px; background-image: url(images/left_rig_atr.jpg);  background-position: top right; background-repeat:repeat-y;
padding-right:21px;  background-color:#FFFFFF; padding-left:14px; margin:0px;}
#fom_rig td.searchpage_field_caption, #fom_rig td{
	font-weight:bold;
	color:#FFFFFF;
}
.SubmitBtn{
	background-image:url("images/but_submit_35.jpg");
	width:60px;
	height:22px;
}
.page_heading{
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:18px;
	font-weight:bold;
}
/* css for tabbed pages */
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	height:				16px;
	background-color:#707070;
	background-image:url(images/tab_06.jpg);
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 1px 2px;
	padding:		2px 2px 0px 2px;
	border:			1px solid rgb( 145, 155, 156 );
	z-index:		1;
	font:			10px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	height:				18px !important;
	background-color:#333333;
	background-image:url(images/tab_08.jpg);
	/*border-top:2px solid #3e94ff;*/
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 2px 0px 2px;
	margin:			1px -1px -3px 0px;
	top:			-2px;
	font:			11px Tahoma;
	text-align:		center;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				#FFFFFF;
	text-decoration:	none;
	cursor:				default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	height:				18px !important;
	background-color:#333333;
	background-image:url(images/tab_08.jpg);
/*	border-top:2px solid #3e94ff;*/
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 2px 0px 2px;
	margin:			1px -1px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
	text-align:		center;
}
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	/*background:		#f5f5f5;*/
	z-index:		2;
	position:		relative;
	top:			-2px;
	font:				11px Tahoma;
	color:				Black;
	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	/*244, 243, 238*/
	/* 145, 155, 156*/

	padding:		7px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}
.tab-page fieldset { -moz-border-radius:0px;margin:0; background-color:transparent; border:1px dashed #BCCAD1;  }
.tab-page legend { margin:.5em; text-align:center; font-size:120%; color:#000; border:1px solid #BCCAD1; background-color:#E1E9EC; padding:.2em .5em; }
.tdshade1 { background-color:transparent; }
.tdshade2 { background-color:#dddddd; }
.tdshade1 a { color:#D0C22B; font-weight:bold; }
.tdshade2 a { color:#D0C22B; font-weight:bold; }

ul{ margin-left:12px;}


/************** Search Page CSS */
.section_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold; 
	color:#455967;
}
.searchrightcol{
	background: url(images/search_pg_rightcol_bg.png) repeat-y;
}
.searchpg_featuredbox_bg{
	background:url(images/featuredbox_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	width:170px;
	height:185px;
	border:0px #FF0000 solid;
}
.searchpg_featured_title_bg{
 	background-image:url(images/john_mitchell_searchpg.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:159px;
	height:45px;
	vertical-align:bottom;
	padding-right:10px;
	border:0px solid #FF0000;
}
.PadTBLR1{ padding:10px;}
.LPad1{ padding-left:20px;}
input[type='text'], input[type='password'], select{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#searchForm input[type='checkbox']{ 
	background-color:transparent; 
	background-image:url(images/c_box_14.jpg); 
	background-repeat:no-repeat; 
	border:0px solid #FF0000;
	padding-right:10px;
}
#searchForm label{
	padding-left: .5em; 
	padding-right: .5em; 
	cursor: pointer;
}
.box1_shadowtop{
	background-image:url(images/box1/shadow_top.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.box1_shadowbottom{
	background-image:url(images/box1/shadow_bottom.png);
	background-repeat:repeat-x;
	background-position:top;
	height:9px;
}
.box1_shadowleft{
	background-image:url(images/box1/shadow_left.png);
	background-repeat:repeat-y;
	background-position:right;
	width:12px;
}
.box1_shadowright{
	background-image:url(images/box1/shadow_right.png);
	background-repeat:repeat-y;
	background-position:left;
	width:12px;
}
.box1_shadowtopleft{
	background-image:url(images/box1/shadow_topleft.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.box1_shadowbottomleft{
	background-image:url(images/box1/shadow_bottomleft.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.box1_shadowtopright{
	background-image:url(images/box1/shadow_topright.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.box1_shadowbottomright{
	background-image:url(images/box1/shadow_bottomright.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.box1_content{ 
	padding:10px;
}
.listing_title, .listing_price, .MLS{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
}
.listing_description{
	font-size:11px;
	font-size:11px;
	color:#333333;
}
.searchresult_page_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333333;
}
.RightColumnSectionTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#333333;
}
.listing_price{	text-align:right;}
.listedby{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#999999;}
.titleseprator{	background-color:#D7D2BB;}
.Blue1, .Blue1 a , .Blue1 a:visited{color:#004F95;}

.Black{color:#000000;}
.Gray{color:#999999;}
.BgCofee{background-color:#eeeadd; }
.smallTxt{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

.Pad5{padding:5px;}
.Pad10{padding:10px;}
.Pad20{padding:20px;}

.padlr2{padding-left:5px; padding-right:5px;}
.padlr3{padding-left:3px; padding-right:3px;}
.padlr4{padding-left:2px; padding-right:2px;}
.padlr5{padding-left:10px; padding-right:5px;}
.PadLR10{padding-left:10px; padding-right:10px;}
.PadLR11{padding-left:11px; padding-right:11px;}
.PadLR15{padding-left:15px; padding-right:15px;}
.PadLR20{padding-left:20px; padding-right:20px;}
.padlr6{padding-right: 15px;}

.PadL5{padding-left:5px;}
.PadL6{padding-left:6px;}
.PadL7{padding-left:7px;}
.PadL15{padding-left:15px;}
.PadL30{padding-left:30px;}

.PadTB5{padding-top:5px; padding-bottom:5px;}
.PadT12{padding-top:12px;}
.PadT30{padding-top:30px;}
.PadT20{padding-top:20px;}
.PadT5{padding-top:5px;}
.PadT10{padding-top:10px;}
.PadT2{padding-top:2px;}
.PadT3{padding-top:3px;}

.PadB5{ padding-bottom:5px;}
.PadR10{padding-right:10px;}
.PadR20{padding-right:20px;}
.PadR19{padding-right:19px;}
.PadR25{padding-right:25px;}
.PadR30{padding-right:30px;}

table.tdPad5 td{padding:5px;}
table.tdPad3 td{padding:3px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.Bold{ font-weight:bold;}

.right_column_bg{background:url(images/rightcolumn_bg.png) repeat-y top left;}
.left_column_bg{background:url(images/leftcolumn_bg.png) repeat-y top right;}
.top_row_tab_bg{background:url(images/toprowtab_bg.png) repeat-x bottom left}

.form_label{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.button1{
	background-image:url(images/buttons/button1.png);
	background-repeat:repeat-x;
	border:1px solid #707070;
	color:#000000;
}

.featured_vert_title, .featured_vert_dtls{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
.featured_vert_MLS{font-size:11px; text-decoration:underline; font-weight:bold;}
.featured_vert_viewproperty{ text-decoration:underline;}

#quicksearchform select{ width:125px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
#quicksearchform input[type="button"], #quicksearchform input[type="submit"], #quicksearchform input[type="reset"]{
	background-image:url("images/but_submit_35.jpg");
	width:60px;
	height:22px;	
	border:0px;
}
.quicksearchTxt{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
	/*font-style:italic;*/
}

.quicksearchTxt a, .quicksearchTxt a:hover, .quicksearchTxt a:visited{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
}

.lview_agentdesc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

#lview_agentname {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	}


.button2{
	border:0px;
	background-image:url("images/buttons/button_bg_1.png");
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11spx;
	color:#FFFFFF;
	width:67px;
	height:19px;
}
.inputTxt0{
	border:0px;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	width:67px;
}
.inputTxt2{
	border:1px solid #CCCCCC;
	height:18px;
	width:100px;
}
.inputTxt3{
	border:1px solid #CCCCCC;
	height:18px;
}
	.multipleSelectBoxControl div{
		float:left;
		
	}
	