/* Default Settings */


body
{
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	scrollbar-face-color : #9e9293;
	scrollbar-highlight-color : #818181;
	scrollbar-shadow-color : #818181;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-track-color : #dedede;
	scrollbar-darkshadow-color : #ffffff;
	background:#ffffff;
}



.maintablebg                                       /* if the portal has any background colors/image */
{
	
}

.companyname
{
	height: 90px;
	height: 90px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
.companyname
{
	height: 90px;
}
}

.slogan 
{
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
   	color:#3e3e3e;
	text-transform:uppercase;
	padding-right:50px;

}

.pagetitle					        /* needed only when there is a page title */

{
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
   	
}


.pagesubheader					        /* needed only when there is a page title */

{
	font-family:Georgia, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
   	color:#4d3538;		
}

.footertext                                              /* copyright text */
{	
	font-size: 13px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
    text-decoration: none;
}

a:link 
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:13px;
	color:#943F42;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
}
a:visited 
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:13px;
	color:#943F42;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
}
a:hover 
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:13px;
	color:#943F42;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
}

a.bottomlinks:link
{
	font-family:verdana;
	font-size:10px;
	color:#333333;
	text-decoration: underline;
	cursor: pointer;
}

a.bottomlinks:visited
{
	font-family:verdana;
	font-size:10px;
	color:#333333;
	text-decoration: underline;
	cursor: pointer;
}

a.bottomlinks:hover
{
	font-family:verdana;
	font-size:10px;
	color:#000000;
	text-decoration: underline;
	cursor: pointer;
}


/* Default Settings ends */




/* Form settings */

.FormBodyText
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration: none;

}


.FormLabelText
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	
}

.FormLabelTextHeader
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}

.FormLabelHeader
{
	/*background:#ececec;*/	
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color: #232728;
	height:10px;
	/*border-bottom:2px solid #9ab40b;*/
	border-bottom:2px solid #000000;
	padding-left:0px;
	text-decoration: none;
	
}

.FormLabelSubHeader
{

	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
	
}

.FormErrorText
{
 	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color: #e50013;
	background-color:#ffffff;
	text-decoration: none;
  
}


.FormMessageText
{
	 
   	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color: #e50013;
	text-decoration: none;
	
}


.FormButton
{
	font-family: "Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
    	background-color:#959393;
	border: 1px solid #606060;
	cursor: pointer;
}
.FormBullet {
	background-image:url(bullet.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:10px;
}

.FormTextField 
{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	width: 135px;
	width: 135px!ie;
	border: 1px solid #4b6e90;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;
}

.RequiredField 
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	color:#000000;
	background-color:#d3d3d3;
	
}

.RequiredLabel 
{
	color:#EF952C;
	
}

/*.FormLabelHeader
{
	
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color: #232728;
	height:10px;
	border-bottom:2px solid #962C36;
	padding-left:0px;
	text-decoration: none;
	
}
*/
.FormLabelHeader span
{
	
	font-family: "Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	/*color: #c75536;*/
	color:#943F42;
	padding-left:0px;
	text-decoration: none;
	
}

.FormTableHeader
{
	background-color:#6f6d34; 	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
    	text-decoration:none;
	color:#ffffff;
	height:25px;
}


.FormTableSubHeader
{
 	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
    	text-decoration:none;
    	background-color:#a9a9a9;
	
  
}

.FormTablerow
{
 	background-color:#dedede;
 	font-family:Trebuchet MS;	
	color:#000000;
	font-size:13px;
	font-weight:normal;
    	text-decoration:none;  
	height:25px;
}
.FormTablerowAlt
{
    	background-color:#c7c7c7;
 	font-family:Trebuchet MS;	
	color:#000000;
	font-size:13px;
	font-weight:normal;
    	text-decoration:none; 
	height:25px;
}


.FormTabActive
{
 	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	background-color:#cccccc;
	text-decoration: none;
  
}

.FormTabInactive
{
 	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
  
}

.FormTextArea
{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	width: 135px;
	width: 135px!ie;
	border: 1px solid #4b6e90;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;
}

Select
{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	width: 127px;
	border: 1px solid #4b6e90;
	color: #000000;
	text-decoration: none;
}


/*Span
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	color:#C75536;
	text-decoration: none;
}*/

.ApplicantName
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 13px; 
	color: #000000;
	text-decoration: none;
}

.ProfileTablebg
{
	background-color:#efefef;
}


.iframetransbg 

{
	background-color:#ffffff;
	padding-left:0px;
}

.FormLinks
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	color:#4D3437;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
}
a.FormLinks:link
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	color:#4D3437;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
}
a.FormLinks:visited
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	color:#4D3437;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
}
a.FormLinks:hover
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	color:#4D3437;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
}

.FormFPName
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px;
	color:#4D3437;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}


a.FormFpName:Link
{
	
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px;
	color:#4D3437;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
	
}

a.FormFpName:visited
{
	
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px;
	color:#4D3437;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
	
}

a.FormFpName:hover
{
	
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px;
	color:#4D3437;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
	
}

.Specialstext
{
	
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	height:10px;
	text-align: right;
	text-decoration: none;	
}

.Specialsbg
{
	text-align: right;
}
/* Form settings ends */




/* Apartment Search Settings*/

.AptiFrameTransbg
{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	border:0px solid #ff0000;
}

.AptFormBodyText
{
	font:normal 11px verdana ;
	color:#000000;
	text-decoration: none;

}

.AptFormLabelText
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
	text-align:left;
	vertical-align:middle;
		
}

.AptSelect
{
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color: #000000;
	width:140px;
	text-decoration: none;
}

.AptFormTextField 
{
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	width: 135px;
	width: 135px!ie;
	border: 1px solid #4b6e90;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;
}

.AptFormButton
{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
  background-color:#959393;
	cursor: pointer;
	height:20px;
	width:70px;

}

.AptTableVertical   /*for controlling table parameters in aspx*/
{
	 border:0px solid #818181;
	 width:180px;
	 margin:0px;
	 padding:0px;
	 
}

/* Apartment Search Settings*/


/* Login Settings */         /*common setting applicable to both Resident Login and online leasing login*/


.LoginFrameTransbg
{
    background-color:#ffffff;
}

.LoginFormLabelText
{
   	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
	text-align:left;
	vertical-align:middle;
	padding-left:8px;
}

.LoginSelect
{
    	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color: #000000;
	width:140px;
	text-decoration: none;
}

.LoginFormTextField 
{
   	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	width: 135px;
	width: 135px!ie;
	border: 1px solid #4b6e90;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;

}

.LoginFormButton
{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
    	background-color:#959393;
	cursor: pointer;
	cursor: hand;
	height:23px;
	width:70px;
}
 
.LoginRequiredField 
{
    background-color:#d3d3d3;
}

.Loginformlink
{
   	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px;
	color:#943F42;
	font-weight:normal;
	text-decoration:underline;
	cursor: pointer;
}

a.Loginformlink:link
{
    	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px;
	color:#943F42;
	font-weight:normal;
	text-decoration:underline;
	cursor: pointer;
}

a.Loginformlink:visited
{
   	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px;
	color:#943F42;
	font-weight:normal;
	text-decoration:underline;
	cursor: pointer;
}

a.Loginformlink:hover
{
   	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px;
	color:#943F42;
	font-weight:normal;
	text-decoration:none;
	cursor: pointer;
}
 
.LoginFormMessageText
{
   	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}

.LoginFormErrorText
{
 	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color: #e50013;
	background-color:#ffffff;
	text-decoration: none;
}

.LoginTable
{
	 border:0px;
	 width:300px;
	 margin:0px;
	 padding:2px;
}

/* Login Settings */


/*HomedecorePlanner */

.FloorPlanHomeDecorImg {
	background-image: url(homedecorplanner.jpg);
	height:28px;
	width:196px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

/*HomedecorePlanner Ends*/

/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 13px; 
	color:#333333;
	font-weight:normal; 
	text-decoration: none; 
	text-transform: none;
	line-height:20px;
}

.edit
{
	height:28px;
	width:20px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	z-index:10000000;
}
/* Editor settings ends */


/* Menu settings */

.hmenubg                                                 
{
	height:71px;
	width: 950px; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../templates/PropHomegateway/hmenubg.png');

}


.hmenubg[class]
{
	background:url(hmenubg.png);
	height:71px;

}


.hlinkbg
{
	font-family:Arial;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}


a.hlinkbg:link                                                  /* for horizontal menu */
{
	font-family:Arial;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;
}

a.hlinkbg:visited                                                  /* for horizontal menu */
{
    font-family:Arial;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;	
}

a.hlinkbg:hover                                                  /* for horizontal menu */
{
	font-family:Arial;
	font-size:17px;
	color:#ffd98f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;	
}



.activehlinkbg                                                  /* for horizontal menu */
{
	font-family:Arial;
	font-size:17px;
	color:#ffd98f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;
}


a.activehlinkbg:link                                     
{
	font-family:Arial;
	font-size:17px;
	color:#ffd98f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;
}

a.activehlinkbg:visited                                     
{
	font-family:Arial;
	font-size:17px;
	color:#ffd98f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;
}

a.activehlinkbg:hover                                     
{
	font-family:Arial;
	font-size:17px;
	color:#ffd98f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;
}

a.activehlinkbg:active                                     
{
	font-family:Arial;
	font-size:17px;
	color:#ffd98f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;
}


.vmenubg                                                  /* for vertical menu background */
{    
}

.vlinkbg
{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #4D3538;   								/*#809783*/
	font-weight: bold;
	text-decoration: none;
}

a.vlinkbg:link                                   
{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #4D3538;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}


a.vlinkbg:visited                                                
{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #4D3538;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a.vlinkbg:hover                                                /* for vertical menu*/
{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #4D3538;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.activevlinkbg                                                 /* for vertical menu*/
{
	font-family: "Trebuchet MS";
	font-size: 20px;
	color:#4D3538;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

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 */


/*eBrochure Settings*/
.ebroiframetransbg {
	background-image:url(bg.gif);
}
.ebrochuremaintable {
	width:730px;
	background-color:#ffffff;
}
.ebrochureinnertable {
	background-color:#ffffff;
	width:700px;
}
.ebrochureheaderbg {
	height:162px;
	width:700px;
	background-image:url(headerbg.jpg);
	background-repeat: no-repeat;
}
.ebrochurecontentbg {

	background-color:#E5E5E5;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background-color:#E5E5E5;
}
.ebrochurepropname {
	font:normal 22px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurepropaddress {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #464646;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurenormaltext {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	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 calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#555555;
	height:30px;
	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: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochuredesign2header span
{
	font:normal 24px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #C75536;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #C75536;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #C75536;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #C75536;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochureprinticon {
	height:62px;
	width:56px;
	background-image:url(print.jpg);
	background-repeat:no-repeat;
}
.ebrochurerefericon {
	height:62px;
	width:72px;
	background-image:url(refer_friend.jpg);
	background-repeat:no-repeat;
}
.ebrochurefootertext {
	font:normal 12px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#000000;
	height:22px;
	padding-left:11px;
	text-align: center;
}
.ebrochurefootertext span
{
	font:normal 12px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#000000;
	height:22px;
	padding-left:11px;
	text-align: center;
}
.ebrochuremapdimensions {    /* for map dimensions  */
	width:550px;
	height:350px;
}
.ebrochurebullet {    /* for bullets of headers  */
	background-image:url(headersubbullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	width:5px;
	height:5px;
}
.ebrochureverticalseparator {
	background-image:url(verti_seprator.gif);
	background-repeat:repeat-y;
	width:13px;
}
.ebrochurepropertythumbnail {
	height:126px;
	width:160px;
	border: 1px solid #999999;
	float:right;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.ebrochurehorizontalseparator {
	background-image:url(hori_seprator.jpg);
	background-repeat:repeat-x;
	height:13px;
}
.ebrochurehorizontalcolorseparator {
	background-color:#000000;
	height:10px;
}
.ebrochuretopleftcorner {
	background-image:url(top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner {
	background-image:url(top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner {
	background-image:url(bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner {
	background-image:url(bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow {
	background-image:url(top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow {
	background-image:url(left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow {
	background-image:url(bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow {
	background-image:url(right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}

.ebrochuredatetime {
	font:bold 12px Verdana;
	color: #000000;
	text-decoration:none;
	height:30px;
	text-align:right;
}
/*eBrochure Settings ends*/


/* Section settings */

.blankheader                                          /* when the section has no design applied (design0) */
{
	font-family:"Book Antiqua";
	color:#4e74bd;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;

}


.design1header
{
	/*font-family:"Book Antiqua";*/
	font-family: "Trebuchet MS";
	/*color:#a32a2e;*/
	color:#862a2b;
	font-size:23px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:0px;
}

.design1bg
{ 
  background-color:#FFFFFF;
}

.design2header
{
	font-family:arial;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
    	text-decoration:none;
    	background-color:#4e74bd;
	padding-left:7px;
	padding:5px;
	text-transform:uppercase;

}

.design2bg

{
	background-color:#e1e1e1;
	padding-left:7px;

}


.design3header
{
	font-family:arial;
	color:;
	font-size:;
	font-weight:;
	text-align:;
	vertical-align:;
	text-decoration:;

}

.design3bg

{
	background-color:;
}


/* Section settings ends */


/* Template specific classes */

.sep
{
	background-image:url(sep_rep.jpg);
	background-position: center;
	background-repeat:repeat-y;
}

#Hmenu{
	position:absolute;
	float:left;
	width:950px;
	width:950px!ie;
	margin-top:130px;
}

/*
.tableheader{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
    text-decoration:none;
    background-color:#4c4c4c;
	

}

.row0{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
    text-decoration:none;
    background-color:#f7f7f7;
}

.row1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
    text-decoration:none;
    background-color:#ffffff;
}	

.required
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 13px; 
	color:#C75536;
	font-weight:normal; 
	text-decoration: none; 
	text-transform: none;
	line-height:20px;
}

.formddtextlongscheduleavisit
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color: #000000;
	width:180px;
	text-decoration: none;
	
}

.neighborhood
{
	font-family:verdana;
	font-size:13px;
	color:#666957;
	text-decoration: underline;
	cursor: pointer;
}
a.neighborhood:link
{
	font-family:verdana;
	font-size:13px;
	color:#666957;
	text-decoration: underline;
	cursor: pointer;
}

a.neighborhood:visited
{
	font-family:verdana;
	font-size:13px;
	color:#666957;
	text-decoration: underline;
	cursor: pointer;
}

a.neighborhood:hover
{
	font-family:verdana;
	font-size:13px;
	color:#d17340;
	text-decoration: underline;
	cursor: pointer;
}
*/
/* Template specific classes ends */
