/* CSS Document */

/* Default Settings */

body
{
	margin:0px;
	padding:0px;

}

.maintablebg                                       /* if the portal has any background colors/image */
{

	background:url(Img-bg.jpg) repeat-x;

}

.tablesize
{
	width: 821px!important;
	width: 821px;
	height:100%;
	color: #ffffff;
}


body a:link, a:visited, a:hover
{	
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;
}

.slogan 
{
	font-family: "Arial Narrow";
	font-size:21px;
	font-weight:bold;
	text-decoration:none;
   	color:#5191cd;
	background:#ffffffurl(Img-top.jpg) no-repeat left top;
   	height: 48px;
	vertical-align: middle;
    	padding-right: 32px;
}
.pagetitle	
{
	height:27px;
	background-image: url(bullet-ReadMore.jpg);
	background-position: 9px center;
	background-repeat:no-repeat;
	font-family: "Lucida Sans";
	color:#00457c;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 22px;
}

.pagetitlebullet

{
	background-image: url(Img-TitleLine.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 2px;
}


.pagesubheader					        /* needed only when there is a page title */

{
	font-family: verdana;
	font-size: 14px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	background-color:#ffffff;
	line-height: 19px;
   	
}

.footertext                                              /* copyright text */
{	
	font-size: 10px; 
	font-family: verdana;
	background-image:url();
	font-weight:normal;
	color:#676767;
	vertical-align:bottom;
	text-align:center;
	text-decoration: none;
}

.bottomlinks, a.bottomlinks:link, a.bottomlinks:visited                                               
{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a.bottomlinks:hover
{
	font-family:verdana;
	color:#000000;
	text-decoration: underline;
}





/* Default Settings ends */


/* Form settings */

.FormBodyText
{
	font:normal 11px verdana ;
	color:#000000;
	text-decoration: none;
}
.FormLabelText
{
	font:normal 11px verdana ;
	color:#000000;
	text-decoration: none;
}
.FormLabelTextHeader
{
	font:bold 12px arial;
	color:#000000;
	text-decoration: none;
}
.FormLabelHeader
{
	font:bold 11px verdana ;
	color:#6c7d6b;
	text-decoration: none;
}
.FormLabelSubheader
{
	font:bold 11px verdana ;
	color:#8d8e8d;
	text-decoration: none;
}
.FormErrorText
{
 	font:normal 11px verdana ;
	color:#FF0000;
	text-decoration: none;
  
}
.FormMessageText
{
 	font:normal 11px verdana ;
 	color: #c77500;
 	text-decoration: none;
 	text-align:left;
}
.FormButton
{
	font:normal 11px verdana ;
	color: #FFFFFF;
	border: 1px solid #3F3801;
	background-color:#000000;
	text-align: center;
	vertical-align:middle;
	text-decoration: none;
	cursor:hand;
	background-image:url(button_bg.jpg);
	background-repeat:repeat-x;
	outline:none;
	padding:2px 5px;
}
.FormTextField 
{
	font:normal 11px verdana ;
	color:#000000;
	height:19px;
	width: 100px;
	border: 1px solid #a4b97f;
	background-color:;
	text-decoration: none;
	background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}

.RequiredField 
{
	background-color:#FFFFCC;
}
.RequiredLabel 
{
	color:#FF0000;
}
.formtableborder 
{
	border:1px solid #8a8476;
	}

.FormTableHeader
{
 	font:bold 11px verdana ;
	background:#f5b50d;
	color:#3a0c00;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}
.FormTableSubheader
{
 	font:normal 11px verdana ;
	color: #000000;
	background-color:#CCCCCC;
	text-decoration: none;
}
.FormTableRow
{
	font:normal 11px verdana ;
	background:#d9d9d9;
	padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}
.FormTableRowAlt
{
 	font:normal 11px verdana ;
   	background:#e3e3e3;
  	padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
    	height:20px;  
}
.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}
.FormTableSubrow
{
	font:normal 10px verdana;
	color: #000000;
	height:30px;
	text-align:left;
	text-decoration: none;
}
.FormTableFooter
{
	font:bold 11px verdana ;
	color:#000000;
	background-color:#b4c93e;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
	text-align:right;
	text-decoration: none; 
}
.FormTableFooter td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}
.FormTextArea
{
	font:normal 11px verdana ;
	color: #666666;
	background-color:;
	width:200px;
	border: 1px solid #999999;
	text-decoration: none;
	height:70px;
}

select
{
	font:normal 11px verdana ;
	color: #000000;
	background-color:;
	border: 1px solid #999999;
	text-decoration: none;
}
.iframetransbg {
	background-color:#ffffff;
	padding-left:0px;
}
.iframepopupbg                           
{
	background:none;
	padding:0px;
}

.FormLinks
{
	font:bold 11px verdana ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FormLinks:link, a.FormLinks:visited
{
	font:bold 11px verdana ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:hover
{
	font:bold 11px verdana ;
	color: #15738c;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
	
}

.FormPageNumber, a.FormPageNumber:link, a.FormPageNumber:visited, a.FormPageNumber:hover
{
	font:bold 11px verdana;
	color:#647601;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
.ActiveFormPageNumber, a.ActiveFormPageNumber:link, a.ActiveFormPageNumber:visited, a.ActiveFormPageNumber:hover
{
	font:bold 11px verdana;
	color:#000000;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}

.FormPageNumberdivider
{
	font:normal 11px verdana;
	color:#000000;
	text-align:right;
	text-decoration:none;
}

.FormFPName
{
	font:bold 13px verdana ;
	color: #000000;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:link, .FormFPName:visited
{
	font:bold 13px verdana ;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:hover
{
	font:bold 13px verdana ;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
form
{
	padding:0px;
	margin:0px;
}


/* Form settings ends */


/* Corporate Search settings */

.Corpsearchiframetransbg
{
	background:none;
	padding:0px;
	margin:0px;
}

.CorpSearchMainTable
{
	width:100%;
}

.CorpSearchTableFilter
{
	border:0px solid #ff0000;

}

.CorpSearchResultTable
{
	border:1px solid #a2d7e4;
	width:675px;
  	height:150px;
	font:normal 11px verdana ;
	color:#155a80;
  	text-decoration: none;
}
.CorpSearchResultRow
{
	background-color:#d7f0fa;
}
.CorpSearchResultRowAlt
{
	background-color:#efefef;
}
.CorpSearchResultRowGap
{
	background-color:#ffffff;
	height:7px;
}
.CorpFormTableHeader
{
 	font:bold 11px verdana ;
	color:#ffffff;
	background-color:#555555;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	line-height:normal;
	height:20px;
}
.CorporateMapSize
{
	width:675px;
	height:300px;
}
.CorpFormlabeltext
{
	font:normal 11px verdana;
	color: #000000;
	text-decoration: none;
}
.CorpFormlabelHeader
{
	font:bold 16px verdana;
	color: #062e48;
	line-height:25px;
	text-decoration: none;
}
.CorpFormLabelSubHeader
{
	font:bold 12px verdana ;
	color: #0a82a2;
	text-decoration: none;
}
.CorpFormTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 180px;
	padding-left:3px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	0background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.CorphCityTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:18px;
	width: 150px;
	padding-left:3px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	0background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.CorphmilesTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:18px;
	width: 150px;
	padding-left:3px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	0background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.CorphcommunityTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:18px;
	width: 180px;
	padding-left:3px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	0background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.CorpFormButton{
	font:normal 11px verdana ;	
	color: #ffffff;
	border: 1px solid #7c7c7c;
	background-color:#088EB2;
	text-decoration: none;
}
.CorpSelect
{
	font:normal 11px verdana ;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:180px;
}
.CorphCorpSelect
{
	font:normal 11px verdana ;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:85px;
}

.CorpFormErrorText
{
	font:normal 11px verdana ;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}

.CorpFormMessageText
{
 font:normal 11px verdana ;
 color: #c77500;
 text-decoration: none;
 text-align:left;
}

.CorpDropList
{
 background-color:#FFFFFF;
 OVERFLOW:auto;
 Z-INDEX:55000; 
 POSITION:absolute; 
 border:1px solid #bbbbbb;
 border:1px solid #bbbbbb!ie;
 width:123px;
 width:130px!ie;
 line-height:15px;
 padding-left:5px;
  font-family:arial;
 size:11px;
 font-weight:normal;
}

.CorpDropListNavBg_Active				/* selected background color for key up & down */
{
 background-color:#eeeeee;
 }
 
.CorpDropListNavBg						/* normal background color for key up & down */
{
 background-color:#d3ecf3;
 }

.CorpPropertyName
{
  font:bold 12px verdana;
  color: #049dc6;
color:#00457c;
  text-decoration: none;
  vertical-align:top;
}


a.CorpPropertyName:link, a.CorpPropertyName:visited
{
	font:bold 12px verdana;
	color:#00457c;
	text-decoration: none;
	cursor:pointer;
}
a.CorpPropertyName:hover
{
  font:bold 12px verdana;
color:#00457c;
  text-decoration: underline;
  cursor:pointer;
}

.CorpContentText
{
  font:normal 11px verdana ;
  color: #0a82a2;
  text-decoration: none;
}

.CorpFormLinks
{
  font:normal 11px verdana ;
  color: #4e4e4e;
  line-height:20px;
  text-decoration: none;
}

a.CorpFormLinks:link
{
  font:normal 11px verdana;
  color: #155A80;
  line-height:20px;
  text-decoration: underline;
  cursor:pointer;
  
}

a.CorpFormLinks:visited
{
  font:normal 11px verdana;
  color: #155A80;
  line-height:20px;
  text-decoration: underline;
   cursor:pointer;
}

a.CorpFormLinks:hover
{
  font:normal 11px verdana;
  color: #000000;
  line-height:20px;
  text-decoration: none;
   cursor:pointer;
}

.CorpAdvsearchLink
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: none;
}

a.CorpAdvsearchLink:link
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

a.CorpAdvsearchLink:visited
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

a.CorpAdvsearchLink:hover
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}
.CorpBlankcell
{
 width:230px;
}

.CorpLocationcell
{
 width:450px;
}

 #chkListCommunity td{width:180px;} /* class added to contrl alignment of the amenties in advanced search this is the min width required*/
 #chkListUnit td{width:180px}		/* class added to contrl alignment of the amenties in advanced search this is the min width required*/
 
 .CorpAdSearchBG
{
	height:220;
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 503;
	top:192px;
	top:195px!ie;
	width:660px;
	background-color:#dce5ee; 
	padding:10px;
	border:1px solid #abbbcb;
}

.CorpSearchHAdvanceTable
{

	width:360px;
	overflow:visible;

}

.CorpSearchAdvanceTable      
{
	width:700px; 	/* width should be same as the content width*/
}
.Corpsortbyselect
{
 font:normal 11px verdana ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:150px;
}
 

/* Corporate Search settings */


/* Corporate Featured Property settings */

.FeaturedPropName
{
  	font:bold 12px verdana;
 	 color: #22445F;
 	 text-decoration: underline;
}

.FeaturedPropAdd 

{
	font:bold 11px verdana ;
	color: #22445F;
	text-decoration: none;
}

.FeaturedPropDes
{
	font:normal 11px verdana ;
	color: #000000;
	text-decoration: none;
 }

.FeaturedPropImg
{
 	border: 0px solid #000000;
	width:230px;
	height:120px;
	margin:10px;
}

.FeaturedPropLinks
{
 	font:normal 11px verdana ;
 	color: #15738c;
 	text-decoration: none;
}

a.FeaturedPropLinks:link
{
 	font:normal 11px verdana ;
 	color: #15738c;
	 text-decoration: none;
	 cursor:pointer;
}


a.FeaturedPropLinks:visited
{
	 font:normal 11px verdana ;
	 color: #15738c;
 	text-decoration: none;
	 cursor:pointer; 
}


a.FeaturedPropLinks:hover
{
	 font:normal 11px verdana ;
	 color: #000000;
	 text-decoration: none;
	 cursor:pointer; 
}

.FeaturedPropiframetransbg
{
            background:none;
}

/* Corporate Featured Property settings */

/*eBrochure Settings*/
.ebroiframetransbg {
	background-image:url(../ResPropHomeStyle/bg.gif);
}
.ebrochuremaintable {
	width:690px;
	background-color:#ffffff;
}
.ebrochureinnertable {
	background-color:#ffffff;
	width:660px;
}
.ebrochureheaderbg {
	height:162px;
	width:660px;
	background-image:url(../ResPropHomeStyle/build_headerbg.jpg);
	background-repeat: no-repeat;
}
.ebrochurecontentbg {
	background-image:url(0contentbg.jpg);
	background-repeat:repeat-x;
	background-color:#a1bf07;
	width:660px;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background-color:#a1bf07;
}
.ebrochurepropname {
	font:normal 22px calibri, Arial, Helvetica, sans-serif;
	color: #d9f202;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}
.ebrochurepropaddress {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}
.ebrochurenormaltext {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}
.ebrochuredesign1header { /* Recommended to use eiher this or ebrochuredottedhorizontalseparator; Do not remove this comment */
	font:normal 16px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#546401;
	height:22px;
	text-transform:uppercase;
}
.ebrochuredottedhorizontalseparator { /* Recommended to use eiher this or ebrochuredesign1header; Do not remove this comment */
	/*background:url(dottedhoriline.gif) left bottom repeat-x;*/
	height:1px;
}
.ebrochuredesign2header {
	font:normal 24px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}
.ebrochurelink {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-align:middle;
}
a.ebrochurelink:link {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-align:middle;
}
a.ebrochurelink:visited {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-align:middle;
}
a.ebrochurelink:hover {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}
.ebrochurefootertext {
	font:normal 12px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#01809b;
	height:22px;
	padding-left:11px;
}
.ebrochuremapdimensions {    /* for map dimensions  */
	width:550px;
	height:300px;
}
.ebrochurebullet{
/* for bullets of headers  */
	background-image:url(../ResPropHomeStyle/build_headersubbullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	width:5px;
	height:5px;
}
.ebrochureverticalseparator 
{
	background:url(../ResPropHomeStyle/build_separator.gif) repeat-y;
}
.ebrochurehorizontalseparator
{
	background:url(../ResPropHomeStyle/build_separator.gif) repeat-x;
}
.ebrochurepropertythumbnail {
	height:126px;
	width:160px;
	border: 2px solid #000000;
	float:right;
	padding:0px;
	margin:0px;
}

.ebrochurehorizontalcolorseparator {
	background-color:#546401;
	height:10px;
}
.ebrochuretopleftcorner                                     /* updated for png*/              
{
	height:23px;
	width:9px;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
src='../templates/ResPropHomeStyle/build_top_leftcorner.png')

}
.ebrochuretopleftcorner[class] {
	background-image:url(../ResPropHomeStyle/build_top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner                               /* updated for png*/
{
	height:23px;
	width:9px;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
src='../templates/ResPropHomeStyle/build_top_rightcorner.png')
}
.ebrochuretoprightcorner[class] {
	background-image:url(../ResPropHomeStyle/build_top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner                               /* updated for png*/
{
	height:55px;
	width:9px;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
src='../templates/ResPropHomeStyle/build_bot_leftcorner.png')
}
.ebrochurebotleftcorner[class] {
	background-image:url(../ResPropHomeStyle/build_bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
src='../templates/ResPropHomeStyle/build_bot_rightcorner.png')
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner[class] {
	background-image:url(../ResPropHomeStyle/build_bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow                               /* updated for png*/
{
	height:8px;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
src='../templates/ResPropHomeStyle/build_top_shadow.png')
}
.ebrochuretopshadow[class] {
	background-image:url(../ResPropHomeStyle/build_top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
src='../templates/ResPropHomeStyle/build_left_shadow.png')
}
.ebrochureleftshadow[class] {
	background-image:url(../ResPropHomeStyle/build_left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
src='../templates/ResPropHomeStyle/build_bottom_shadow.png')
}
.ebrochurebottomshadow[class] {
	background-image:url(../ResPropHomeStyle/build_bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
src='../templates/ResPropHomeStyle/build_right_shadow.png')
}
.ebrochurerightshadow[class] {
	background-image:url(../ResPropHomeStyle/build_right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochuredatetime {
            font:bold 12px Verdana;
            color: #000000;
            height:30px;
            text-align:right;
}
/*eBrochure Settings ends*/

/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	padding-right:5px;
	line-height: 19px;
}

.normaltext1
{
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	line-height: 19px;
		
}

a.normaltext1:link
{
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	text-align:left;
	line-height: 19px;	
}


a.normaltext1:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	text-align:left;
	line-height: 19px;	
}

a.normaltext1:visited
{
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	text-align:left;
	line-height: 19px;	
}

.textformat
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	letter-spacing: 0.12em;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	padding: 15px 61px 6px 22px;
	line-height: 19px;

}

.allcaps
{
	text-decoration: none; 
	text-transform: uppercase
}

.initialcaps
{
	text-decoration: none; 
	text-transform: capitalize
}

.lowercase
{
	text-decoration: none; 
	text-transform: lowercase
}

.shadow
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}

.glow
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.Glow(color='gray', Strength='5')
}

.motionblur
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.MotionBlur(Strength=10, Direction=45, Add='true')
}


p 
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;
	padding:0px;
	margin:0px;

}


/* Editor settings ends */



/* Menu settings */

/* --------------// CorpTop Menu starts //----------- */

.CorpTopMenu
{
	z-index:10000;
	position:relative;
	padding-top:1px;
	margin-top:-1px;
}

.CorpTopMenu ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	*margin-top:0px;
}

/* --------------// Top Level Menus starts //----------- */
.CorpTopMenu ul li{
	position: relative;
	display: inline;
	float: left;
}
.CorpTopMenu ul li.CorpTopMenuLink a{
	display: block;
	padding:6px 26px 4px 26px;
	_padding:7px 26px 7px 26px;
}

* html .CorpTopMenu ul li.CorpTopMenuLink a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.CorpTopMenu ul li.CorpTopMenuLink a:link,
.CorpTopMenu ul li.CorpTopMenuLink a:visited
{
	font:normal 13px arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	height:21px;
}

.CorpTopMenu ul li.CorpTopMenuLink a:hover
{
	font:normal 13px arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	height:21px;
	0background:#a6958b url(Activehlinkbg.jpg) repeat-x;
}
/* --------------// Top Level Menus Ends //----------- */

/* --------------// Top Level ActiveMenu starts //----------- */
.CorpTopMenu ul li.CorpTopMenuLinkActive a{
	display: block;
	padding:6px 26px 4px 26px;
	_padding:7px 26px 6px 26px;
}
* html .CorpTopMenu ul li.CorpTopMenuLinkActive a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.CorpTopMenu ul li.CorpTopMenuLinkActive a:link, .CorpTopMenu ul li.CorpTopMenuLinkActive a:visited, .CorpTopMenu ul li.CorpTopMenuLinkActive a:hover{
	font:normal 13px arial;
	color:#FDDE71;
	text-decoration:none;
	vertical-align:middle;
	height:21px;
	0background:#a6958b url(Activehlinkbg.jpg) repeat-x;
}
/* --------------// Top Level ActiveMenu Ends //----------- */


/* --------------// Sub Level Menus starts //----------- */
.CorpTopMenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0px;
	padding:0px;
	*margin-top:-1px;
}

.CorpTopMenu ul li ul li ul
{
	display:none;
	margin:0px;
	padding:0px;
}
.CorpTopMenu ul li ul li {*margin-top:-1px;}
.CorpTopMenu ul li.CorpTopMenuLink ul li a,
.CorpTopMenu ul li.CorpTopMenuLinkActive ul li a
{
	width: 200px;
	display:block;
	padding:5px;
	border-bottom:0px solid #232726;
	*margin-top:-1px;
}

/* Sub level menu links style */
.CorpTopMenu ul li.CorpTopMenuLink ul li a:link,
.CorpTopMenu ul li.CorpTopMenuLink ul li a:visited,
.CorpTopMenu ul li.CorpTopMenuLinkActive ul li a:link,
.CorpTopMenu ul li.CorpTopMenuLinkActive ul li a:visited
{
	font:normal 11px arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	background:#232726;
	padding-left:5px;
}

.CorpTopMenu ul li.CorpTopMenuLink[class] ul li a:link,
.CorpTopMenu ul li.CorpTopMenuLink[class] ul li a:visited,
.CorpTopMenu ul li.CorpTopMenuLinkActive[class] ul li a:link,
.CorpTopMenu ul li.CorpTopMenuLinkActive[class] ul li a:visited
{
	font:normal 11px arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	padding-left:5px;
	background: #232726;
}

/*sub menus hover style*/
.CorpTopMenu ul li.CorpTopMenuLink ul li a:hover,
.CorpTopMenu ul li.CorpTopMenuLinkActive ul li a:hover
{
	font:normal 11px arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	background:#232726;
	padding-left:5px;
}
.CorpTopMenu ul li.CorpTopMenuLink[class] ul li a:hover,
.CorpTopMenu ul li.CorpTopMenuLinkActive[class] ul li a:hover
{
	font:normal 11px arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	padding-left:5px;
}
/*IE6 hack to get sub menu links to behave correctly*/
* html .CorpTopMenu ul li.CorpTopMenuLinkActive ul li a{ 
	display: inline-block;
}
.CorpTopMenu ul li.PrimaryDivider img{
	display:none;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.horz_downarrowclass{
	position: absolute;
	margin-top:5px;
	margin-left:0px;
}

.horz_rightarrowclass{
	position: absolute;
	margin-top:2px;
	right: 5px;
}

/* --------------// CorpTop Menu Ends//----------- */


.hbullet                                                   /* for horizontal menu background */ 
{
	background-image:url(Img-menuSeprator.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	width:2px;
}


.hmenuwidth
{
	width: 808px;
	padding: 0px 103px 0 px 100px;
}

.hlinkbg                                                  /* for horizontal menu */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	padding-left:15px;padding-right:15px;
	height: 30px;	
	height: 29px!ie;
	white-space:nowrap;
}
a.hlinkbg:link, a.hlinkbg:visited, a.hlinkbg:active, a.hlinkbg:hover                                                  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	
	padding-left:15px;padding-right:15px;
	line-height:25px;
	white-space:nowrap;
	
}

.activehlinkbg, 
a.activehlinkbg:link, 
a.activehlinkbg:visited, 
a.activehlinkbg:hover, 
a.activehlinkbg:active                                                      
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fdde71;
	font-weight:normal;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	
	padding-left:15px;padding-right:15px;
	line-height:25px;
	white-space:nowrap;
}
.vmenubg                                                  /* for vertical menu background */
{
	background: url(../html/corphome/images/menu-bg.gif) repeat-x;
}

														
.vlinkbg                                                 /* for vertical menu*/
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	list-style:none;
	padding: 9px 0px 9px 0px!important;
	padding: 9px 0px 9px 0px;
}

.activevlinkbg                                                 /* for vertical menu*/
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
}
/*
HWebMenu                                                /* for horizontal dropdown menu  */
{
	on-bg-color	: #232726; 
       	 on-text-color	: #ffffff;
       	 off-bg-color	: #232726;
       	 off-text-color	: #ffffff;
       	 brder-sep-color : #000000;
		
	
        
       /*settings for menu in netscape/mozilla */
        border-top-color	: #232726;
        border-left-color	: #ffffff;
        border-bottom-color	: #232726;
        border-right-color	: #ffffff;
        background-color 	: #232726;
	/* margin-left		: 150;*/
}    


VWebMenu                                                  /* for vertical dropdown menu  */
{	
	on-bg-color	: #FBAE00; 
        on-text-color	: #FFFFFF;
        off-bg-color	: #FFFFFF;
        off-text-color	: #7B4A0C;
        brder-sep-color : #F5DD93;
        firstcell-width :150;
        
        /*settings for menu in netscape/mozilla */
        border-top-color	: #FBAE00;
        border-left-color	: #FFFFFF;
        border-bottom-color	: #FFFFFF;
        border-right-color	: #7B4A0C;
        background-color 	: #F5DD93;
        margin-left		: 150;
}
*/
/* Menu settings ends */


/* Section settings */

.design1header
{
	height:27px;
	background-image: url(bullet-ReadMore.jpg);
	background-position: 9px center;
	background-repeat:no-repeat;
	font-family: "Trebuchet MS";
	color:#00457c;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 22px;
}

.design1bg

{
	background-image: url(Img-TitleLine.jpg);
	background-position:5px bottom;                    
	background-repeat:no-repeat;
	height: 2px;
}

.design2header
{
	border-bottom:	1px solid #9fbd11;
	font-family: "Trebuchet MS";
	color:#00457c;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding: 8px;
}

.design2bg

{
	width: 262px!important;
	width: 262px;
	background: url(Propertybg.jpg) repeat-x #d6d6d6;
}


.design3header
{
	height:20px;
	background-color:#666666;
	font-family:verdana;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	
}

.design3bg

{
	width: 268px!important;
	width: 258px;
	height: 148px;
	
	
}

.blankheader                                          /* when the section has no design applied (design4) */
{
	
	
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight:bold;
	height:20px;
	text-decoration: none;
	text-transform: none;
	vertical-align:middle;
	line-height: 19px;

	/*font-family:verdana;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
	text-decoration:none;*/
}


/* Section settings ends */


/* Template specific classes */

.row1
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	background-color:#a2a2a2;
	text-decoration: none; 
	padding:5px 0px 5px 5px;
	text-transform: none;
	line-height: 19px;

	/*font-family: verdana; 
	font-size: 11px; 
	color:#ffffff;
	font-weight: normal; 
	background-color:#a2a2a2;
	text-decoration: none; 
	padding:5px 0px 5px 5px;*/
}

.row2
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	background-color:#eeeeee;
	text-decoration: none; 
	border-bottom:1px solid #ffffff; 
	padding:5px 0px 5px 5px;
	text-transform: none;
	line-height: 19px;

	/*font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#eeeeee;
	text-decoration: none;
	border-bottom:1px solid #ffffff; 
	padding:5px 0px 5px 5px;*/
}

.tableheader
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	background-color:#eeeeee;
	text-decoration: none; 
	border-bottom:1px solid #ffffff; 
	text-transform: none;
	line-height: 19px;

	/*font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#eeeeee;
	text-decoration: none;
	border-bottom:1px solid #ffffff; */
}


.maincontentbg
{
	background: #ffffff;
}

.shadowborderleft
{
	background: url(Img-leftshadow.jpg) repeat-y;
	width: 6px;
}

.shadowborderright
{
	background: url(Img-rightshadow.jpg) repeat-y;
	width: 6px;
}

.shadowborderbottom
{
	background: url(Img-shadowB.jpg) repeat-x;
	height: 6px;
}

.topstrip
{
	padding: 2px 0px 0px 2px;
	background:url(Img-TopStrip.jpg) repeat-y;
	height:10px;
	
}

.margintopstrip
{
	margin:2px 0px 1px 1px;
}

.contentborder
{
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	
	
}
.contentborderleft
{
	border-width: 2px;
	border-style:double;
	border-color: #898989;
	
}
.marginleftcontent
{
	margin: 38px 0px 31px 0px;
}

.paddingcontent
{
	/*font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;*/
	/*padding: 5px 0px 0px 10px !important;
        padding: 5px 10px 0px 30px;*/
	
	padding: 15px 15px 0px 10px !important;
       	 padding:15px 15px 0px 10px;
	text-align:justify;
}

.heightrow
{
	height: 25px!important;
	height: 25px;
}

.borderwhite
{
	border: 1px solid #ffffff;
	width: 263px!important;
	width: 264px;
}

.orangestrip
{
	background-color: #eeb007;
	height:11px;
	width: 262px!important;
	width: 262px;
}

fieldset{
	border:1px, solid #484848 ;
	moz-border:1px, solid #484848;
	padding:7px;
}



legend{
	
	font-family: verdana;
	font-size: 13px;
	color: #00457c;
	font-weight: bold;
	padding:7px;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;

	/*font-family:Verdana;
	font-size:12px;
	color:#00457c;
	font-weight:bold;
	font-style:normal;
	padding:7px;*/
}


.propsearchlinks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#657a08;
	text-decoration:none;
}
.Numberbg
{
	background-image:url(orange_number_bkg.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat !IE;
	background-position:left top;
	vertical-align:top;
	text-align:center;
	font-family:verdana;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	
}

a.Numberbg:link
{
	background:none;
	height:18px;
	width:19px;
	vertical-align:top;
	text-align:center;
	font-family:verdana;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	padding-top:0px;
	padding-top:0px !IE ;
	padding-right:4px !IE;
	padding-right:4px;
}

a.Numberbg:active
{
	background:none;
	height:18px;
	width:19px;
	vertical-align:top;
	text-align:center;
	font-family:verdana;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	padding-top:0px;
	padding-top:0px !IE ;
	padding-right:4px !IE;
	padding-right:4px;
}


a.Numberbg:visited
{
	background:none;
	height:18px;
	width:19px;
	vertical-align:top;
	text-align:center;
	font-family:verdana;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	padding-top:0px;
	padding-top:0px !IE ;
	padding-right:4px !IE;
	padding-right:4px;
}
a.Numberbg:hover
{
	background:none;
	height:18px;
	width:19px;
	vertical-align:top;
	text-align:center;
	font-family:verdana;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
	cursor:pointer;
	padding-top:0px;
	padding-top:0px !IE ;
	padding-right:4px !IE;
	padding-right:4px;
}

.sitemap                                              
{
 	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;

	/*font-family:Arial;
 	font-size:11px;
	 font-weight:normal;
	 color:#949494;
	 text-decoration:none;*/
}

a.sitemap:link
{
 	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;

	/*font-family:Arial;
 	color:#949494;
 	font-weight:normal;
 	text-decoration: none;
 	font-size:11px;*/
}

a.sitemap:visited
{
 	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;

	/*font-family:Arial;
	color:#949494;
	font-weight:normal;
	text-decoration: none;
	font-size:11px;*/
}

a.sitemap:hover
{
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;

	/*font-family:Arial;
 	  color:#007dc3;
	  font-weight:normal;
	  font-size:11px;
 	  text-decoration: underline;*/
}

.sitemap1                                              
{
 	

	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	color:#676767;
 	/*color:#949494;*/
 	text-decoration:none;
}

a.sitemap1:link
{
 	font-family:verdana;
	color:#676767;
 	/*color:#949494;*/
	font-weight:normal;
 	text-decoration: underline;
 	font-size:13px;
}

a.sitemap1:visited
{
 	font-family:verdana;
	color:#676767;
 	/*color:#949494;*/
 	font-weight:normal;
 	text-decoration: underline;
 	font-size:13px;
}

a.sitemap1:active
{
 	font-family:verdana;
	color:#676767;
 	/*color:#949494;*/
 	font-weight:normal;
 	text-decoration: underline;
 	font-size:13px;
}

a.sitemap1:hover
{
 	font-family:verdana;
 	color:#000000;
	/*color:#007dc3;*/
 	font-weight:normal;
 	font-size:13px;
 	text-decoration: underline;
}

.hidemap                                              
{
 	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;

	/*font-family:Arial;
 	font-size:12px;
	font-weight:bold;
	color:#949494;
	text-decoration:none;*/
}

a.hidemap:link
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;

	/*font-family:Arial;
	  color:#949494;
 	  font-weight:bold;
 	  text-decoration: none;
	  font-size:12px;*/
}

a.hidemap:visited
{
	 font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;

	/*font-family:Arial;
	color:#949494;
 	font-weight:bold;
 	text-decoration: none;
 	font-size:12px;*/
}

a.hidemap:hover
{
 
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;

	/*font-family:Arial;
	color:#007dc3;
 	font-weight:bold;
 	font-size:12px;
 	text-decoration: underline;*/
}

h1 { 
	margin-top: 10px; 
	height: 87px; 

}

h2 { 
	font-family: verdana;
	font-size: 14px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;
	vertical-align:middle;
	margin-top:8px !ie;
}
h3 { 
	font-family: verdana;
	font-size: 18px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;
}

.propertyname
{
	font-family: verdana;
	font-size: 12px;
	color: #676767;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;
}

.city
{
	font-family: verdana;
	font-size: 12px;
	color: #676767;
	font-weight:bold;
	font-style:italic;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;
}

.propertydesc
{
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	font-weight:normal;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;
}

.view                                              
{
 	font-family: verdana;
	font-size: 11px;
	color: #22445f;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;
}

a.view:link
{
 	font-family: verdana;
	font-size: 11px;
	color: #22445f;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;
}

a.view:visited
{
 	font-family: verdana;
	font-size: 11px;
	color: #22445f;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;
}

a.view:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;

}

.row
{
	
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight:bold;
	height:20px;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;
}

.row[class]
{
 	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight:bold;
	height:20px;
	text-decoration: none;
	text-transform: none;
	line-height: 19px;
}



a.row:link
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;
}
a.row:visited
{
	font-family: verdana;
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;
}

a.row:hover
{
 	font-family: verdana;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height: 19px;	
}
/* Template specific classes ends */

