	body {
		color: #414141;
		margin: 0px auto;
		text-align: center;
		font: normal .9em arial, sans-serif;
	}
		
	#spanMyHome img, div, h5, #propertyUpsLinks img { 
		behavior: url('scripts/iepngfix.htc'); 
	}
 
	#dialog1 img, div, h5 { 
		behavior: none;
	} 		
			
	a {
		text-decoration: none; 
	}
		
	a img, img { 
		border: none; 
	}
		
	.divLeft {
		position:relative;
		float: left;
	}
	
	.divRight {
		position:relative;
		float: right;
		clear: right;
	}	

	.hidden {
		display: none;
	}	
		
	.logo {
		padding:15px 0 0 25px;		
	}	
		
	#page {
		margin: 0px auto;
		width: 100%;
		background: white;
		text-align:left;	
	}		
	.hideDisplay {
		display:none;	
	}	
	.sideBorder {
		width: 980px;
		margin:0px auto;
		border-left: 5px solid #dddddd;
		border-right: 5px solid #dddddd;
	}	
		
	#banner {
		width: 990px;
		height: 100px;
		margin: 0px auto;
		text-align:left;
		background: url(images/header.png) no-repeat center;
	}
	
	.main_header {
		width: 100%;
		height: 34px;
		margin: 0px auto;
		/*background: url(images/header_bar.jpg) repeat-x;*/
		background:#99CC33;
	}	
	
/* Main nav bar */
	.main_nav {
		width: 972px;
		height: 40px;
		margin-left: 4px;
	}
	
	.main_default_nav_outer_div {
		width:100%;
		background-color:#99CC33;
		padding-top:5px;
		border-top:1px #FFF solid;
		border-bottom:1px #FFF solid;
	}
	
	.main_default_nav {
		height: 34px;
		margin-left:100px;
	}
	
	.main_default_nav td {
		width:150px;
	}
	.main_default_nav th {
		width:120px;
		text-align:center;
	}
	.main_default_nav a {
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
	}
	
	.main_default_nav a:hover{
		/*text-decoration:underline;*/
	}
	
	.main_default_nav_selected {
		background:#edf4a9;
	}
	
	.main_default_nav_selected a {
		color:#000;
	}
	
	.main_nav img {
		display:block; 
		margin-right: 3px;
	}

/* non logged in main bar */	
	.loginForm {
		background: url(images/login_box_background.gif) no-repeat center;
	}
	
	.slogan {
		background: url(images/slogan.gif);
		width: 318px;
		height: 78px;
		margin-top: 10px;
	}
	
	.members {
		color:#fff;
	}

/* Logged in nav bar */
	.addProperties {
		background: url(images/add-property.gif) no-repeat center;
		width: 167px;
		height: 38px;
	}	
	
	.searchGo {
		background: url(images/search_go_btn.jpg) no-repeat center;
		width: 45px;
		height: 25px;
	}
	
	.headerDivRight {
		text-align: right;
		margin-right: 10px;
		padding-top:10px;
	}
		
	.wide {
		margin: 0px auto;
		min-height:500px;
		height:500px;
		height:auto !important;		
		width: 972px;
		overflow: hidden;
	}	

/* U badge header*/
	.uBadge_header {
		/*background: url(images/u-badge-header.gif) no-repeat center;*/
		height: 74px;
		width: 950px;
		margin: 0px auto;

	}
	
	.uBadge_header h1 {
		color:#94cf31;
		border-bottom: none;
		font-size: 34px;
		padding: 16px 0 0 0px;	
		margin: 0px;
	}
	
	.uBadge_header h1 .secondaryColor {
		font-size:.8em;
		color:#FF9933;
	}
	
	.companyName {
		font:18px Arial;
		font-style:italic;
		color:#808080;
	}
	
	.dashboard_taskDisplay {
		font:9px Arial;
		font-style:italic;
		color:#808080;
	}
/* Roof header */
	.headerbar {
		border-bottom: 1px solid #DAE9BE;
		background: url('images/roof.png') bottom center no-repeat #EFFBD7;
		font-size: 1.5em;
		color: #444444;
		padding: .25em;
		padding-left: 1em;
		font-weight: bold;
		width: 952px;
	}	

/* Website Footer CSS */
	.site_footer {
		/*background: url(images/home_border_bottom.gif) no-repeat top;*/
		width: 990px;
		padding-top: 22px;
		margin: 0px auto;
		text-align: center;
		z-index:0;
	}
	
	.site_footer_logo {
		background: url(images/uvestor_logo_bottom.gif) no-repeat center;
		width: 147px;
		height: 82px;
		margin: 0px auto;
	}
	
	.site_footer small {
		color: #787878;
		font-size: 10px;
	}
	
	.site_footer a {
		color: #787878;
		font-size: 12px;
		margin: 0px 8px;
	}
	
	.site_footer a:hover {
		color: #99CC33;
	}
	
/* UPS PIANO KEY TAB CSS */
	#propertyUpsLinks div {
		width: 98%;
		height: 54px;
		margin-bottom: 4px;
		cursor:pointer;	
		background-color:#edf4a9;
	}
	
	#propertyUpsLinks img {
		padding-left: 4px;
		padding-top:7px;
	}
	
	#propertyUpsLinks a {
		color: #000;
		font-weight: bold;
		font-size:16px;
		text-decoration: none;
	}	
		
	#propertyUpsLinks  .pianoKeySelected {
		background-color:#99CC33;
		color: #000;
		text-decoration: none;	
		width: 100%;
	
	}	
	#propertyUpsLinks  .smallPianoKey {
		height :30px;
		width: 86%;
		background-color:#edf4a9;
		padding-left:35px;
		padding-top: 4px;
	}	
		
	#propertyUpsLinks  .smallPianoKeySelected {
		background-color:#99CC33;
		color: #000;
		text-decoration: none;	
		width: 86%;
		height :30px;
		padding-left:35px;
	}	
	
/* Accounts Page */
	.accounts {
		font:bold 16px Arial;
		font-style:italic;
		margin-bottom:6px;
		color: white;
	}	

/* Provider directory css */
	.provider_directory {
		width: 328px;
		font-size: .8em;
		overflow: hidden;
	}
	
	.provider_directory .title {
		background: url(images/directory_top.gif) no-repeat;
		height: 29px;
		padding-left: 15px;
		color: #fff;	
	}
	
	.provider_directory .divSpacer {
		padding-top: 10px;
	}
	
	.directory_mid {
		background: url(images/directory_repeater.jpg) repeat-y center;
		height: 120px;
		overflow: hidden;
	}
	
	.provider_directory .mid_left {
		width:60%;
		padding-left: 15px;
		color: #000;
	}
	
	.provider_directory .website {
		text-align: center;
		width: 96%;
		height: 18px;
		clear: both;
		float: none;
	}
	
	.provider_directory .username, .username a {
		font-size: 14px;
		margin: 4px 0px;
	}
	
	.provider_directory .address {
		font-size: 1em;
		margin: 4px 0px;
	}	

/****** FOOTER Market Subdomains & other links */
	.footer_border{
		border-left:dotted #999999 1px;
	}
	
	.footer_dot{
		vertical-align:top;
		background:url(images/listitem.png) no-repeat center center;
	}
	
	.sub_footer {
		position: relative;
		float: left;
		clear: both;
		width: 980px;
		overflow: hidden;
	}
	
	.sub_footer td{
		padding:0px  15px;
		vertical-align: top;
	}
	
	.sub_footer a {
		color: #ff9900;
		font: bold 11px Arial;
		line-height: 25px;
	}
	
	.sub_footer a:hover {
		text-decoration: underline;	
	}
	
	a.sub {
		padding-left: 6px;
		font: normal 11px Arial;
		line-height: 14px;
		color:#000;
	}
	
	.sub_footer h4 {
		font: normal 18px Arial;
		margin:0px;
		padding:10px 15px;
		color:#303030;
	}
	
	.sub_footer h6 {
		color: #fff;
		background:url(images/line_03_black.png) left bottom no-repeat;
	} 
	
/*page overlay- loading div's style*/
	#preloader {
		width:100%; 
		height:2000px;
		margin:0 auto; 
		padding:0;
		top:0;
		left:0;
		background:#FFF;
		position:absolute;
		z-index:2000;
		opacity:0.8;
		filter: alpha(opacity=50);
		}
		
	#loadingdiv {
		width:100%; 
		height:2000px;
		/*_height: 100%; underscore-hack for IE 
		height: expression(document.body.clientHeight+ 'px');*/
		margin:0 auto; 
		padding:0;
		top:0;
		left:0;
		/*background:#fff url('images/loading-spinning.gif') no-repeat center center;*/
		background:#FFF;
		position:absolute;
		z-index:2000;
		opacity:0.8;
		filter: alpha(opacity=50);
		}
		
/* Common CSS */
	.main_outer_box {
		padding: 10px;
		margin-bottom: 10px;
		color: #444444;
		background:#ffffff;
		clear:both;
	}
	
	.sel{
		background:#99CC33;
	}
	
	.box {
		padding: 10px;
		margin-bottom: 10px;
		color: #444444;
		background:#ffffff;
		clear:both;
	}	
		
	.box a {
		color: #FF9900;
		font-weight: bold;
	}
	
	.box a:hover { 
		text-decoration: underline; 
	}
				
	.box img{
		border:none;
	}		
	
	.tab {
		border-top-color:#FFFFFF;
	}
	
	.selected{
		background:#effbd7;
		color:#000000;
	}
		
	.selected img{
		/*border:1px solid #cccccc;*/
		margin-right:10px;
	}
		
	hr {
		color: #dae9be;
		height: 1px;
		background-color: #dae9be;
		margin: 10px;
	}

	u {
		border-bottom: 2px solid #DAE9BE;
		text-decoration:none;
	}
		
	ul {
		padding: 0px;
		margin: none;
		margin-left:2em;
	}
		
	li {
		margin-bottom: 3px;
		margin-left: 0px;
		list-style-type: circle;
		list-style-image: url('images/listitem.png');
	}
	
	.table1 {
		margin-top:10px;
		font-size: .8em;
		border-collapse: collapse;
	}
		
	.table1 strong{
		/*color:#f7ac3e;*/
		color:#444;
	}
	
	.table1 th {
		text-align: left;
		color: #444444;
		white-space: nowrap;
		padding: 3px;
		padding-left: 1em;
		font-weight: bold;
	}

	.table1 td {
		padding: 2px;
		text-align:left;
	}
	
	.table1 a {
		color: #99cc33;
		font-weight: bold;
	}
	
	.table1 a:hover {
		color:#000000;
		text-decoration:none;	
	}
	
	.table1  b{
		color:#000000;
		padding-bottom: 2px;
	}
	
	.tableLines td, .tableLines th {
		padding: 2px;
		border-bottom: 1px solid #dddddd;
	}

 	.altrow { 
		background: #EFFBD7; 
	}

	input {
		border: 1px solid #aaaaaa;
		padding: 2px;
		} 
		
	input:focus {
		background: #fffbb3;
		border: 1px solid #444444;
	} 
	
	.long input {
		width: 200px;
	}
	
	.longCompo select { 
		width: 200px;
	}	
	
	.notice {
		border: 1px solid #eee434;
		font-style: italic;
		background: #fffbb3;
		text-align:left;
	}
	
	button {
		cursor: pointer;
		border: none;
		padding: 2px;
		font-weight: bold;
		background: #FF9900;
		color: white;
	}
	 
/*For small-size (seen in MyHome page)*/
	.propertySmall {
		border: 1px solid #DAE9BE;
		padding: 10px;
		margin-bottom: 10px;
		color: #444444;
		background: #EFFBD7;
	}
	
	.propertySmall img {
		margin-bottom: .5em;
		width:53px;
		height:40px;
	}
		
	.propertySmall a {
		color: #99CC33;
		font-weight: bold;
	}
	
	.propertySmall a:hover { 
		text-decoration: underline;
	}	

	#maincontainer{
		width: 100%;
		margin: 0 auto;
	}

	.requiredField {
		font-weight: bold;
		color:#FF0000;
		font-size:1.5em;
		padding-left:2px;
	}	
	
/* Market Home Zipcode Selector */		
	.zipcodeSelector_box  a {
		color:#FFB246;
		font-size:.8em;
		font-weight:bold;
	}
	
	.zipcodeSelector_box .county_heading {
		color:#9ACD34;
		font-size:1.2em;
		font-weight:bold;
	}
	
	.zipcodeSelector_box .zip-box {
		background-color:#669900;
		color:#FFFFFF;
		padding:2px;
	}
		
	.zipcodeSelector_box .zip-box a {
		color:#99CC33;
	}
	.headerDiv {
		background:#F8F8F8;
		font-weight:bold;
	}

/* Home Page Css */	
	#divHomeSection_2 b {
		color:#818181;
	}
	
	#divHomeSection_2 u {
		border-bottom:1px solid #818181;
	}
	
	#divHomeSection_2 h5 b {
		color:#f89200;
	}
	
	.thin_blacklinks a{	
		color: #000;
		font-size:13px;
		font-weight:bold;
		vertical-align:middle;
		padding:8px;
	}
	.thin_blacklinks a:hover{
		font-size:14px;
	}
	
	.thin_greenlinks a {
		color: #99CC33;
		font-size: 12px;
		text-decoration: underline;
		line-height: 25px;
	}
	
	.thin_greenlinks a:hover {
		color: #787878;
		text-decoration: none;
	}	
	
/* Property Details */	
	.property_detail {
		width:305px;
		float:left;
		margin-left:2px;
	}

	.property_detail img {
		border:1px solid #a6a5a5;
		margin:0px 10px 0px 0px;
		width: 150px;
		height:113px;	
	}	
		
	.property_detail p {
		float:left;
		color:#676767;
		padding-top:0px;
		margin-top:0px;
	}
	
	.property_detail .hdr {
		width:320px;
		text-decoration:underline;
		font-weight:bold;
		float:left;
		color:#000000;
		padding:0px;
		margin:0px;
	}
		
	.property_detail .hdr a {
		color:#000000;
		text-decoration:underline;
	}
	
	.property_detail .hdr a:hover {
		color:#FF9000;
	}
	
	.property_detail p span {
		color:#fd9800;
	}
	
	.property_detail table td span {
		color:#fd9800;
		font-size:12px;
	}
	
	h6 {
		font-size:18px;
		background:url(images/line_03.jpg) left bottom no-repeat;
		margin:0px;
		padding:0px;
		color:#9acd34;
	}
	
	h6 span {
		color:#f7ac3e;
		margin:0px!important;
		padding:0px!important;
	}
	
	h5 {
		font-weight:normal;
		color:#f7ac3e;
		margin:0px;
		padding:0px;
		font-size:18px;
	}

	.manager_block_name {
		font-size:18px;
		font-weight:bold;
	}
	
	td.manager_block_row {
		padding-left:40px;
	}		

	.NotFound {
		width: 98%;
		margin: 0px auto;
		height: 500px;	
	}		

	.prop_tabs{
		padding-left:1px;
		float:left;
		color:#FFFFFF;
	}
	
	.prop_tabs p:hover{
		color:#000000;
	}
	
	.prop_tabs p a:hover{
		color:#000000;
		text-decoration:none;
	}	
			
	.prop_tabs p a{
		color:#FFFFFF;
		text-decoration:none;
	}	
			
	.prop_tabs p{
		font-size:18px;
		font-weight:bold;
		float:left;
		display:block;
		padding:8px;
		margin:0px 5px 0px 0px;
	}
				
	.prop_tabsselected {
		background:#FFFFFF;
		color:#000000;
	}
		
	.prop_tabsselected .linkSelected{	
		color:#000000;
	}	
	
/* National Directory Page css*/	
	.nationaldirectory {
		font-size:11px;
		padding-left:5px;
		color:#000000
	}
	
	.nationaldirectory a{
		color:#000000
	}
	
	.nationaldirectory a:hover {
		text-decoration:underline;
	}
	
/* Docs Display */	
	.docdisplay a{
		color:red;
		text-decoration: none;
	}
	
	.docdisplay a:hover{
		text-decoration: underline;
	}
	
	a.todo_comments{
		color: black;
		text-decoration: underline;
	}
	
	a:hover.todo_comments  {
		color:#EE8420;
	}

/* Button Css */	
	.h6GreenWithBlackRollOver{
		background:none;
	}
	
	.h6GreenWithBlackRollOver button{
		font-size:17px;
		font-weight:bold;
		background:none;
		padding:none;
	}

/*---------For Property Links--------*/
	.propertyLinksBox{
		padding:7px 0px 0px 20px;
	}
	
	.propertyLinksBox a:hover{
		color:#000000;
	}
	
	.propertyLinks{
		color:#99CC33;
		font-weight:bold;
		font-size:16px;		
	}
	
	.propertyLinksBox .selectedLink{
		padding:7px 0px 0px 0px;
		color:#f7ac3e;
		font-weight:bold;
		font-size:16px;
	}		

/* Thumbnail viewer - Photo Gallery*/
	.ThumbScroller .centerTd{
		border: 3px solid #fea20f;
	}
	
	.ThumbScroller a {	
		width:45px;
		height:50px;	
		text-decoration:none;
	}
	
	.ThumbScroller .scrollLeftArrow {
		background: url(images/thumbscrollLeft.jpg);
	}
	
	.ThumbScroller .scrollRightArrow {
		background: url(images/thumbscrollRight.jpg);
	}
	
	.ThumbScroller .divScroller {
		background:#fea20f;
		white-space:nowrap;
	}
	
	.ThumbScroller .divScrollerContainer {
		overflow:hidden;
	}
	
	.ThumbScroller img {
		cursor:pointer;
	}
	
/* Data Block Titles */
	h5.data_block_title {
		color: #444;
		font-weight: bold;
	}
	h5.data_block_title a {
		color: #FF9900;
		float:right;
	}
	
	h5.data_block_title a:hover {
		color: #444;
		text-decoration: none;
	}
	
/* Links - Green & White */	
	a.greenlinks {
		color: #99CC33;
		font-weight: bold;
		font-size:12px;
	}
	
	a.whitelinks {
		color: #fff;
		font: bold 12px Arial;
		padding:10px;
	}
		
	a:hover.greenlinks, a:hover.whitelinks {
		color: #000;
		text-decoration: none;
	}
	
/* Umail Display CSS */
	.umail {
		border-bottom:1px solid #ecebde;
		padding:0; margin:0;
	}
	
	.umail td { 
		padding:0; 
		margin:0;
	}
	
	.umail_subject {
		width:310px;
		height:10px;
		overflow:hidden;
	}
	
	.umail_from {
		width:190px;
		height:18px;
		overflow:hidden;
	}
	
	.umail_date {
		 width:122px;
		 text-align:center;		
	}	
		
	.umail a {
		color: #303030;
		font-weight: normal;
	}
	
	.umail_count {
		margin:-20px 0 0 115px;		
		float:left;
		color:#303030;
		font-weight:bold;
	}

	.umail_tool_bar {
		width:100%;
		background-color:#F7F7F8;
		margin-top: 2px;
	}
	
	.umail_tool_bar button {
		font: normal 11px Arial;
		background: none;
		color: #99cc33;
		padding:0px;
		margin-top:0px;
	}
	
	.umail_tool_bar button:hover {
		color: #000;
	}
/** CSS for all Left panel property display hover **/
	.propertyMouseHover a {
		position:relative;
	}
	.propertyMouseHover span {
		display:none;
	}
	.propertyMouseHover a:hover {
		text-decoration:none;
	}
	.propertyMouseHover a:hover span {
		background:none;
	}
	.propertyMouseHover a:hover span {
		background:#FFFFF;
		position:absolute;
		display:block;
		z-index:500px;
		padding:5px;
		border:3px solid #99CC33;
		text-decoration:none;
		-moz-border-radius:10px;
		-moz-box-shadow:5px 5px 5px #999;
		left:40px;
		top:10px;
		width:200px;
	}	
/* Wipe Box Css */
	.wipeBox {
		margin-top: 10px;
		/*color: #292929;*/
		width: 500px;
		border: 1px solid #BABABA;
		background-color: #EFFBD7;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 10px;
		margin-bottom: 1em;
		-o-border-radius: 10px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 10px;
		-webkit-box-shadow: 0px 3px 7px #adadad;
		border-radius: 10px;
		-moz-box-sizing: border-box;
		-opera-sizing: border-box;
		-webkit-box-sizing: border-box;
		-khtml-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}		
/** CSS for datalabel- contact type **/	
	.contactMouseOverOuter {
		cursor:default;
		position:relative;
		z-index:0;
	}
	.contactMouseOverOuter a:hover {
		background:#fff;
	}
	.contactMouseOverOuter a {
		color:#333333;
	}
	.contactMouseOverOuter .innerSpan {
		display:none;
		border:2px solid #99cc33;
		padding:5px;
		width:320px;
		background:#fff;
		height: 50px;
		overflow-y: auto;
		z-index:0;						
	}
	.contactMouseOverOuter a:hover .innerSpan {
		display:block;
		position:absolute;
		left:5px;
		-moz-border-radius:5px;
		z-index:10000;
		background:#fff;		
	}
/** Tool Bar CSS **/
	#divToolBar {
		background-color:#edf4a9;
		width:100%;
		height:30px;
		border-width:3px 1px;
		border-style:solid;
		border-color:#FFF;
	}
	#divToolBar td {
		padding:3px 10px;
	}
	#divToolBar .divider {		
		/*background:url(images/vertical-divider.gif) no-repeat;*/
		border-right:3px solid #FFF;
	}
	#divToolBar a { 
		color: #000;
		font-size:13px;
	}
	#divToolBar a:hover { 
		font-size:13px;
		font-weight:bold;
	}
	#divToolBar a:active { 		
		font-weight:bold;
	}
/** propertyTeamMemberMenu **/		
	.propertyTeamMemberMenu {
		background-color:#edf4a9;
		height:30px;
		border-width:3px 1px;
		border-style:solid;
		border-color:#FFF;
	}
	.propertyTeamMemberMenu td {
		padding:3px 10px;
	}
	.divider {		
		/*background:url(images/vertical-divider.gif) no-repeat;*/
		border-right:3px solid #FFF;
	}
	.propertyTeamMemberMenu a { 
		color: #000;
		font-size:13px;
	}
	.propertyTeamMemberMenu a:active { 		
		font-weight:bold;
	}
/** Property TeamMember Control Setting**/
	.tblControleSetting {
		margin-left:10px;
		font-size: .8em;
		border-collapse: collapse;
	}
	.tblControleSetting td {
		text-align:center;
		border:1px red;
	}
	.tblControleSetting th {
		padding-left:20px;
	}
/** UpsDocuments **/		
	.viewer-span{
		float:left;
		width:120px;
		margin-right:5px;
	}
/** Contact Manager**/
	.contactDisplay {
		background: #fffbb3;
		border:1px solid #000000;
	}
	
	.contactDisplay th {
		color:#808080;
	}
	
	.contactDisplay td {
		padding-left:20px;
	}
	
	.ashDisplay {
		font-size:14px;
		color:#808080;
		font-weight:bold;
		padding-left:12px;	
	}
	#teamMemberDetailsDisplay td {
		padding-left:12px;	
	}
/*  Team Permission */
	.admin_member {
		background: url(images/crown-light-blue.gif) no-repeat;
	}	
	.viewer_member {
		background: url(images/module-viewer.gif) no-repeat;
	}	
	.no_access_non_member {
		background: url(images/no-access-red.gif) no-repeat;
	}	
	.no_access_reg_member {
		background: url(images/no-access-gray.gif) no-repeat;
	}					

	.divPopup {
		position:absolute;
		visibility:hidden;
		border:4px solid #99cc33;
		background-color:white;
		width:300px;
		padding:8px;
		-moz-border-radius:10px;
	}
/** Mostly used Static page css (home, accounts) **/
	.staticGreenH1 {
		text-align:center;
		color:#99CC33;
		font-weight:bold;
		font-size:28px;
	}
	.staticGreenH2 {
		color:#99CC33;
		font-weight:bold;
		font-size:20px;
		height:10px;
	}
	.staticGreyH5 {
		color:#787C7D;
		text-align:center;
		font-weight:bold;
	}
	.staticQues {
		font-weight:bold;
		color:#444;
		line-height:25px;
	}
	.staticAns {
		line-height:20px;
	}		
	.btnSeePlansAndPricing {
		background:#FF9900 url(images/button-see-plans-small.gif) no-repeat center;
		width:194px;
		height:61px;
		text-align:center;
	}
	
	.styledTextBox input {
		border-bottom:1px solid #99CC33;
		border-right:1px solid #99CC33;
		border-top:none;
		border-left:1px solid #CEDD94;
		background:url(images/account_textbox_bdgrnd.jpg) repeat-x;
		-moz-box-shadow:2px 3px 2px #CEDD94;
		width:185px;
	}	
/***/
.divPropertyLinks a {
	font-size:15px;
	line-height: 24px;
	padding-left:16px;
}	

.divFloatLinks a {
	float:left;
	width:205px;
}
						/***********************************### NOTICE ###*******************************************/
					/*********************** TRY TO USE EXISTING RULES THAN ADDING NEW **************************/
					/********************************  MINIMIZE INLINE STYLE  ***********************************/
					/********************************************************************************************/