body
{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
body a:link, body a:visited, body a:hover
{
	font: normal 14px arial;
	color: #5b5b5b;
	text-decoration: underline;
}
body a:hover
{
	font: normal 14px arial;
	color: #5b5b5b;
	text-decoration:none;
}
.bodycolor
{
	background-color:#6b8ba2;
}
.footertext                                              /* copyright text */
{
	font-size: 12px;
	font-family: arial;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration: none;
}
.bottomlinks
{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration:none;
	padding:0px 2px;
}
a.bottomlinks:link
{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration:none;
	cursor:pointer;
}
a.bottomlinks:visited
{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration:none;
	cursor:pointer;
}
a.bottomlinks:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration: underline;
	cursor:pointer;
}

.edit
{
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	text-decoration:none;
	border: 1px solid #d3cec3;
	background-color:#333333;
	font-weight:bold;
	position:absolute;
	cursor:pointer;  
}

/* Default Settings ends */


/* Form settings */

.FormBodyText
{
	font:normal 12px arial;
	color:#000000;
	text-decoration: none;
}
.FormLabelText
{
	font:normal 12px arial;
	color:#000000;
	text-decoration: none;
}
.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */ {
	font:bold 12px arial;
	color:#000000;
	text-decoration: none;
}
.FormLabelHeader
{
	font:bold 13px arial;
	color:#000000;
	background-color:#b1c2cf;
	padding-left:5px;
	line-height:25px;
	height:25px;
	text-decoration: none;
}
.FormLabelSubheader
{
	font:bold 12px arial;
	color:#000000;
	text-decoration: none;
}
.FormErrorText
{
	font:normal 12px arial;
	color:#FF0000;
	text-decoration: none;
}
.FormMessageText
{
	font:normal 12px arial;
	color: #cd4400;
	text-decoration: none;
	text-align:left;
}
.FormButton
{
	font:normal 12px arial;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color:#ca8320;
	text-decoration: none;
	cursor:pointer;
	outline:none;
	line-height:15px;
}

.FormTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 100px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
}
.RequiredField
{
	font:normal 12px arial;
	color: #000000;
	border: 1px solid #999999;
	background-color:#fff7ec;
	text-decoration: none;
	padding-right:-5px;
	height:20px;
}
.RequiredLabel
{
	color:#FF0000;
	vertical-align:top;
	text-align:center;
}
.formtableborder
{
	border:1px solid #999999;
}
.FormTableHeader
{
	font:bold 12px arial;
	background:#49667b;
	color:#ffffff;
	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;
}
.FormTableSubheader
{
	font:normal 12px arial;
	color: #ffffff;
	background-color:#49667b;
	text-decoration: none;
}
.FormTableRow
{
	font:normal 12px arial;
	background:#d8d8d8;
	padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}
.FormTableRow td
{
	padding:5px;
}
.FormTableRowAlt
{
	font:normal 12px arial;
	background:#d8d8d8;
	padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}
.FormTableRowAlt td
{
	padding:5px;
}

.FormTableSubrow
{
	font:normal 11px arial;
	color: #000000;
	height:30px;
	text-align:left;
	text-decoration: none;
}
.FormTableFooter
{
	font:bold 12px arial;
	color:#000000;
	background-color:#a0b6c6;
	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 12px arial;
	color: #000000;
	background-color:#ffffff;
	width:200px;
	border: 1px solid #cccccc;
	text-decoration: none;
	height:70px;
}
select
{
	font:normal 12px arial;
	color: #000000;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	text-decoration: none;
}
.FormImage
{
	border: dashed 1px #f49602;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

.iframetransbg
{
	background:none;
	padding-left:0px;
}
.iframepopupbg
{
	background:none;
	padding:0px;
}
.FormLinks
{
	font:normal 12px arial;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:link
{
	font:normal 12px arial;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:visited
{
	font:normal 12px arial;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:hover
{
	font:normal 15px arial;
	color: #ff0000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormPageNumber
{
	font:normal 12px arial;
	color:#457598;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}
.ActiveFormPageNumber
{
	font:bold 12px arial;
	color:#dd8710;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
.FormPageNumberdivider
{
	font:normal 12px arial;
	color:#457598;
	text-align:right;
	text-decoration:none;
}
.FormFPName
{
	font:bold 13px arial;
	color: #b26a06;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:link
{
	font:bold 13px arial;
	color: #b26a06;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:visited
{
	font:bold 13px arial;
	color: #b26a06;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:hover
{
	font:bold 13px arial;
	color: #000000;
	text-decoration:none;
	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:0px solid #ff0000;
	width:100%;  /*make it 100% insttead of 700 px*/
	height:150px;
	font:normal 12px arial;
	color: #000000;
	text-decoration: none;
}
.CorpSearchResultRow
{
	background-color:#d8d8d8;
}
.CorpSearchResultRowAlt
{
	background-color:#d8d8d8;
}
.CorpSearchResultRowGap
{
	background-color:#ffffff;
	height:7px;
}
.CorpFormTableHeader
{
	font:bold 12px arial;
	color:#ffffff;
	background-color:#3b586c;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:25px;
}
.CorporateMapSize
{
	width:690px; /*make it 690 insttead of 700 px*/
	height:450px;
	border:1px solid #cccccc;
}
.CorpFormlabeltext
{
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
}
.CorpFormlabelHeader
{
	font:bold 16px arial;
	color: #062e48;
	/*  background-color:#049dc6;
  	padding-left:15px;*/
   	 line-height:25px;
	text-decoration: none;
}
.CorpFormLabelSubHeader
{
	font:normal 12px arial;
	color: #3b586c;
	text-decoration: none;
}
.CorpFormTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 180px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:3px;
}
.CorphCityTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 140px;
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:3px;
}
.CorphmilesTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 140px;
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:3px;
}
.CorphcommunityTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 140px;
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:3px;
}
.CorpFormButton
{
	font:normal 12px arial;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color:#ca8320;
	text-decoration: none;
	cursor:pointer;
	outline:none;
	line-height:15px;
}
.CorpSelect
{
	font:normal 12px arial;
	color: #000000;
	height:19px;
	-moz-height:19px;
	background-color:#ffffff;
	text-decoration: none;
	width:180px;
}
.CorphCorpSelect 
{
	font:normal 11px arial;
	color:#000000;
	height:20px;
	-moz-height:20px;
	background-color:#ffffff;
 vertical-align:bottom!ie;
	text-decoration: none;
	width:70px;
}
.CorpFormErrorText
{
	font:normal 11px arial;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}
.CorpFormMessageText
{
	font:normal 11px arial;
	color: #c77500;
	text-decoration: none;
	text-align:left;
}
.CorpDropList
{
	background-color:#FFFFFF;
	OVERFLOW:auto;
	Z-INDEX:55000;
	POSITION:absolute;
	border:1px solid #cccccc;
	border:1px solid #cccccc!ie;
	width:173px;
	width:180px!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 16px arial;
	color: #174275;
	text-decoration: none;
	vertical-align:top;
	height:20px;
}
a.CorpPropertyName:link
{
	font:bold 16px arial;
	color: #174275;
	text-decoration: none;
	cursor:pointer;
}
a.CorpPropertyName:visited
{
	font:bold 16px arial;
	color: #174275;
	text-decoration: none;
	cursor:pointer;
}
a.CorpPropertyName:hover
{
	font:bold 16px arial;
	color: #000000;
	text-decoration: underline;
	cursor:pointer;
}
.CorpContentText
{
	font:normal 12px arial;
	color: #405e73;
	text-decoration: none;
}
.CorpFormLinks
{
	font:normal 12px arial;
	color: #49667b;
	line-height:20px;
	text-decoration: none;
	margin-left:4px;
}
a.CorpFormLinks:link
{
	font:normal 12px arial;
	color: #49667b;
	line-height:20px;
	text-decoration: underline;
	cursor:pointer;
	margin-left:4px;
}
a.CorpFormLinks:visited
{
	font:normal 12px arial;
	color: #49667b;
	line-height:20px;
	text-decoration: underline;
	cursor:pointer;
	margin-left:4px;
}
a.CorpFormLinks:hover
{
	font:normal 12px arial;
	color: #49667b;
	line-height:20px;
	text-decoration: none;
	cursor:pointer;
	margin-left:4px;
}
.CorpAdvsearchLink
{
	font:normal 11px arial;
	color: #000000;
	line-height:20px;
	text-decoration: none;
}
a.CorpAdvsearchLink:link
{
	font:normal 11px arial;
	color: #000000;
	line-height:20px;
	text-decoration: underline;
}
a.CorpAdvsearchLink:visited
{
	font:normal 11px arial;
	color: #000000;
	line-height:20px;
	text-decoration: underline;
}
a.CorpAdvsearchLink:hover
{
	font:normal 11px arial;
	color: #000000;
	line-height:20px;
	text-decoration: underline;
}

.CorpBlankcell
{
	width:207px;
}
.CorpLocationcell
{
	width:416px;
}
#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:350;
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 503;
	top:490px;
	background-color:#dce5ee;
	padding:5px;
	border:1px solid #abbbcb;
	width:716px;
}
.CorpSearchHAdvanceTable
{
	width:360px;
	overflow:visible;
}
.CorpSearchAdvanceTable
{
	width:700px; /* width should be same as the content width*/
}
.Corpsortbyselect
{
	font:normal 11px arial;
	color: #000000;
	height:19px;
	-moz-height:19px;
	background-color:#ffffff;
	text-decoration: none;
	width:100px;
}
/* Corporate Search settings */

/* Corporate Featured Property settings */

.FeaturedPropName
{
	font:bold 13px arial;
	color: #febd14;
	text-decoration: underline;
}
.FeaturedPropAdd
{
	font:bold 13px arial;
	color: #000000;
	text-decoration: underline;
}
.FeaturedPropDes
{
	font:normal 11px arial;
	color: #999999;
	text-decoration: none;
}
.FeaturedPropImg
{
	border: 1px solid #000000;
	width:180px;
	height:120px;
}
.FeaturedPropLinks
{
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
}
a.FeaturedPropLinks:link
{
	font:normal 11px arial;
	color: #000000;
	text-decoration:underline;
	cursor:pointer;
}
a.FeaturedPropLinks:visited
{
	font:normal 11px arial;
	color: #000000;
	text-decoration:underline;
	cursor:pointer;
}
a.FeaturedPropLinks:hover
{
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}
.FeaturedPropiframetransbg
{
	background:none;
}
/* Corporate Featured Property settings */

/*eBrochure Settings*/

.ebroiframetransbg 
{
	background:#ffffff;
}

.ebrochuremaintable 
{
	width:690px;
	background:#ffffff;
}

.ebrochureinnertable 
{
	width:660px;
	background:#ffffff;
}

.ebrochureheaderbg
{
	height:162px;
	width:660px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ResCorpHomeStyle/build_headerbg.png');
	background-repeat: repeat_x;
}
.ebrochureheaderbg[class]
{
	height:162px;
	width:660px;
	background-image:url(build_headerbg.png);
	background-repeat: repeat_x;
}

.ebrochurecontentbg 
{
	background-color:#efefef;
	width:660px;
}

.ebrochurecontentbgcolor /* for bottom color of background plain color which comes in a div  */
{   
	background-color:#efefef;
}

.ebrochurepropname 
{
	font:normal 22px arial;
	color: #3d5a6f;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochurepropaddress 
{
	font:normal 15px arial;
	color: #3d5a6f;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochurenormaltext 
{
	font:normal 15px arial;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochuredesign1header /* Recommended to use eiher this or ebrochuredottedhorizontalseparator; Do not remove this comment */
{ 
	font:normal 16px arial;
	color: #ebbc19;
	font-weight:bold;
	background:#49667b;
	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 arial;
	color: #4b7b8e;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink
{
	font:normal 15px arial;
	color: #3d5a6f;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link
{
	font:normal 15px arial;
	color: #3d5a6f;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited
{
	font:normal 15px arial;
	color: #3d5a6f;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover
{
	font:normal 15px arial;
	color: #3d5a6f;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochurefootertext 
{
	font:normal 12px arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#446277;
	height:22px;
	padding-left:11px;
}

.ebrochuremapdimensions 
{    /* for map dimensions  */
	width:550px;
	height:300px;
}

.ebrochurebullet
{    					/* for bullets of headers  */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 

src='../templates/ResCorpHomeStyle/build_headersubbullet.png');
	background-repeat:no-repeat;
	background-position:0px 8px;
	width:5px;
	height:5px;
}

.ebrochurebullet[class]
{    					/* for bullets of headers  */
	background-image:url(build_headersubbullet.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	width:5px;
	height:5px;
}

.ebrochureverticalseparator                   /* change the class for sp7*/
{
	background:url(build_separator.gif) repeat-y;
}
.ebrochurehorizontalseparator                   /* change the class for sp7*/
{
	background:url(build_separator.gif) repeat-x;
}


.ebrochurepropertythumbnail 
{
	border: 1px solid #999999;
	height:126px;
	width:160px;
	float:right;
	padding:5px;
}

.ebrochurehorizontalcolorseparator 
{
	height:10px;
	background-color:#49667b;
}

.ebrochuretopleftcorner
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 

src='../templates/ResCorpHomeStyle/build_top_leftcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretopleftcorner[class]
{
	background-image:url(build_top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 

src='../templates/ResCorpHomeStyle/build_top_rightcorner.png');
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochuretoprightcorner[class]
{
	background-image:url(build_top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 

src='../templates/ResCorpHomeStyle/build_bot_leftcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotleftcorner[class]
{
	background-image:url(build_bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 

src='../templates/ResCorpHomeStyle/build_bot_rightcorner.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner[class]
{
	background-image:url(build_bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/ResCorpHomeStyle/build_top_shadow.png');
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochuretopshadow[class]
{
	background-image:url(build_top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/ResCorpHomeStyle/build_left_shadow.png');
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochureleftshadow[class]
{
	background-image:url(build_left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/ResCorpHomeStyle/build_bottom_shadow.png');
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurebottomshadow[class]
{
	background-image:url(build_bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/ResCorpHomeStyle/build_right_shadow.png');
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochurerightshadow[class]
{
	background-image:url(build_right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}

.ebrochuredatetime
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: none;
	font-style:normal;
}


/*eBrochure Settings ends*/



/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family: Arial;
	font-size: 14px;
	color:#5b5b5b;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height:20px;
}
.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: Arial;
	font-size: 14px;
	color:#5b5b5b;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
/* Editor settings ends */



/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */
{
	background-image:url(hmenu_bg.jpg);
	height:40px;
	background-repeat:repeat-x;
}
.hlinkbg                                                /* for vertical menu*/
{
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
 	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:40px;
	text-transform:uppercase;
	padding:0px 20px;
}
a.hlinkbg:link                                                 /* for vertical menu*/
{
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
 letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:40px;
	text-transform:uppercase;
	cursor:pointer;
}
a.hlinkbg:visited
{
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
 	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:40px;
	text-transform:uppercase;
	cursor:pointer;
}
a.hlinkbg:hover
{
	font-family:Arial;
	font-size:14px;
	color:#ffc067;
	font-weight:normal;
 letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:40px;
	text-transform:uppercase;
	cursor:pointer;
}
.activehlinkbg                                                  /* for horizontal menu */
{
	font-family:Arial;
	font-size:14px;
	color:#ffc067;
	font-weight:normal;
 letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:40px;
	text-transform:uppercase;
	cursor:pointer;
}
.vmenubg                                                  /* for vertical menu background */
{
	background-image :url();
}
.vlinkbg                                                 /* for vertical menu*/
{
	font-family:arial;
	font-size:10px;
	color:#000000;
	font-weight:bold;
 letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
}
.activevlinkbg                                                 /* for vertical menu*/
{
	font-family:arial;
	font-size:10px;
	color:#000000;
	font-weight:bold;
 letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
}
HWebMenu                                                /* for horizontal dropdown menu  */
{
	on-bg-color : #FBAE00;
	on-text-color : #582c05;
	off-bg-color : #FFFFFF;
	off-text-color : #7B4A0C;
	brder-sep-color : #F5DD93;
	/*settings for menu in netscape/mozilla */
	border-top-color : #F5DD93;
	border-left-color : #582c05;
	border-bottom-color : #F9EDC3;
	border-right-color : #7B4A0C;
	background-color : #F5DD93;
}
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 */

.blankheader                                          /* when the section has no design applied (design0) */
{
	height:30px;
	font-family:arial;
	color:#bd8207;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
.design1header
{
	font-family:arial;
	color:#446277;
	font-size:26px;
	font-weight:normal;
	text-align:left;
	text-transform:capitalize;
	text-decoration:none;
	background-image:url(design1_img1.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.design1bg
{
	background-color:#e0e0e0;
}
.design2header
{
}
.design2bg
{
}
.design3header
{
}
.design3bg
{
}
/* Section settings ends */

/* Template specific classes */

.topbar
{
	background-color:#153040;
	height:7px;
}
.topdots
{
	background-image:url(top_bg.jpg);
	background-repeat:repeat-x;
	height:70px;
}
.contebtbg
{
	background-image:url(contentbg.jpg);
	background-repeat:repeat-x;
	background-color:#eeeded;
}
.footerbg
{
	background-image:url(footerbg.jpg);
	background-repeat:repeat-x;
	height:87px;
	background-color:#6b8ba2;
}
.aptsearch_bg
{
	background-image:url(apt_search_middle.jpg);
	background-repeat:repeat-y;
}
/* Template specific classes ends */
