

html{
	scrollbar-face-color : #675244;
	scrollbar-highlight-color : #4E4A2B;
	scrollbar-shadow-color : #4E4A2B;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #F09F20;
	scrollbar-track-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
}


body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-face-color : #675244;
	scrollbar-highlight-color : #4E4A2B;
	scrollbar-shadow-color : #4E4A2B;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #F09F20;
	scrollbar-track-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	/*background:#80a7ae;*/
}

body a:link, body a:visited, body a:hover
{
	font:bold 11px  verdana;
	color: #ffffff;
	text-decoration:underline;
	cursor:pointer;
	outline:none;
}

.bodycolor
{
	background: url(bgImage.jpg) no-repeat top center;
	height:680px;
}

.footertext                                              /* copyright text */
{ 
 font-size: 10px; 
 font-family: verdana;
 font-weight:normal;
 color:#000000;
 vertical-align:middle;
 text-decoration: none;
 
}


.bottomlinks                                               
{
 font-family:verdana;
 font-size:10px;
 font-weight:normal;
 color:#000000;
 vertical-align:middle;
 text-decoration:none;
}

a.bottomlinks:link
{
 font-family:verdana;
 color:#000000;
 font-size: 10px;
  font-weight:normal; 
 text-decoration: none;
 cursor:pointer;
}

a.bottomlinks:visited
{
 font-family:verdana;
 color:#000000;
 font-size: 10px;
  font-weight:normal; 
 text-decoration: none;
 cursor:pointer;
}

a.bottomlinks:hover
{
 font-family:verdana;
 color:#3F2F1B;
 font-size: 10px;
  font-weight:normal; 
 text-decoration: underline;
 cursor:pointer;
}

/* Default Settings ends */

/* Form settings */

.FormBodyText {
	font:normal 11px verdana;
	color:#ffffff;
	text-decoration: none;
	line-height:15px;
}
.FormLabelText					/* used for form labels e.g. username, password..etc */ {
	font:normal 11px verdana;
	color:#ffffff;
	text-decoration: none;
	line-height:15px;
}
.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */ {
	font:bold 11px verdana;
	color:#ffffff;
	text-decoration: none;
}
.FormLabelHeader {
	font:normal 16px Arial;
	color: #f8d14b;
	text-decoration: none;
	letter-spacing:1px;
	text-align:left;
	line-height:25px;
}
.FormLabelSubHeader {
	font:normal 11px verdana;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.FormErrorText {
	font:normal 11px verdana;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}
.FormMessageText {
	font:normal 12px verdana;
	color: #ffffff;
	text-decoration: none;
	vertical-alignment:middle;
	text-align:left;
	line-height:26px;
}
.FormButton {
	font:normal 11px verdana;
	color: #2b1c11;
	border:1px solid #d27d00;
	background:Url(Button_bg.jpg) repeat-x;
	text-decoration: none;
	cursor:pointer;
	padding:3px;
}
.FormStatusButton {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	background-color:#272515;
	text-decoration: none;
	border:1px solid #ffffff;
	height:20px;
	cursor:pointer;
}
.FormTextField {
	font:normal 11px verdana;
	color: #000000;
	height:20px;
	width: 100px;
	border: 1px solid #b4b4b4;
	background-color:#ffffff;
	text-decoration: none;
}
.RequiredField {
	background-color:#DFCAC3;
}
.RequiredLabel {
	color:#ffffff;
	vertical-align:top;
	text-align:center;
}

.formtableborder
{
	border:1px solid #b1ac88;
}

.FormTableHeader {
	font:bold 11px verdana;
	color:#ffffff;
	background-color:#3F2A1B;
	text-decoration: none;
	text-align:left;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
}

.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTableSubHeader {
	font:normal 11px verdana;
	color: #ffffff;
	background-color:#6F5B3E;
	text-decoration: none;
}
.FormTablerow {
	font:normal 10px verdana;
	color: #ffffff;
	background-color:#7F593F;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
}
.FormTablerowAlt {
	font:normal 10px verdana;
	color: #ffffff;
	background-color:#6F4E37;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
}
.FormTabActive {
	font:bold 11px verdana;
	color: #ffffff;
	background-image:url(tab_active.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:146px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}
.FormTabInactive {
	font:normal 11px verdana;
	color: #cfcfcf;
	background-image:url(tab_inactive.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:146px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}
.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: #000000;
	width:200px;
	text-decoration: none;
	border:1px solid #c2c2c2;
}
Select {
	font:normal 11px verdana;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
 Height:30px!ie;
	Height:18px;
}
.FormBullet {
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../templates/ImageBasedTopNavHomeStyle/bullet.png');
	background-repeat:no-repeat;
	background-position:left top;
	width:10px;
}
.FormBullet[class] {
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:10px;
}
.FormImage {
	border: dashed 1px #f49602;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
hr {
	color:#546401;
	height: 1px;
	border: 0;
	width: 100%;
}

.iframetransbg {
	background:none;
	
}
.FormLinks {
	font:bold 11px verdana;
	color: #f7f7da;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:link {
	font:bold 11px verdana;
	color: #f7f7da;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:visited {
	font:bold 11px verdana;
	color: #f7f7da;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:hover {
	font:bold 11px verdana;
	color: #ffffff;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FormPageNumber {
	font:bold 11px verdana;
	color:#555555;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.ActiveFormPageNumber {
	font:bold 13px verdana;
	color:#000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName {
	font:bold 12px verdana;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:link {
	font:bold 12px verdana;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:visited {
	font:bold 12px verdana;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:hover {
	font:bold 12px verdana;
	color: #3F3117;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
.FormPageNumberdivider {
	font:bold 11px verdana;
	color:#000000;
	text-align:right;
	text-decoration:none;
}
/* Form settings ends */


/* floorplan settings starts*/  
.FloorPlanNormalText {
	font:normal 12px verdana;
	color:#f8f2d1;
	text-decoration: none;
	font-weight:bold;
}
.FloorPlanBedName {
	font:normal 13px verdana;
	color:#e0d59c;
	text-decoration: none;
	font-weight:bold;
}
.FloorPlanLinks {
	font:bold 11px verdana;
	color: #ffffff;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:link {
	font:bold 11px verdana;
	color: #ffffff;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:visited {
	font:bold 11px verdana;
	color: #ffffff;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:hover {
	font:bold 11px verdana;
	color: #DFB137;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FloorPlanName {
	font:bold 11px verdana;
	color: #2F261A;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:link {
	font:bold 11px verdana;
	color: #2F261A;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:visited {
	font:bold 11px verdana;
	color: #2F261A;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:hover {
	font:bold 11px verdana;
	color: #AF9A8E;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FloorPlanbg {
	background-color:#7F614F;
}
.FloorPlanHomeDecorImg {
	background-image: url(homedecorplanner.png);
	height:30px;
	width:196sspx;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

form
{
	padding:0px;
	margin:0px;
}
/* floorplan settings ends*/ 



/*eBrochure Settings*/
.ebroiframetransbg {
	background:#80a7ae;
	height:680px;
}

.ebrochuremaintable {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ImageBasedTopNavHomeStyle/design1bg.png');
	background-repeat:repeat;
	
	
}
.ebrochuremaintable[class] {
	width:730px;
	background:url(design1bg.png) repeat;
	
	
}
.ebrochureinnertable {
	background:none;
	width:700px;
}
.ebrochureheaderbg {
	height:162px;
	width:700px;
	background-image:url(headerbg.jpg);
	background-repeat: no-repeat;
}
.ebrochurecontentbg {

	background:none;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background:none;
}
.ebrochurepropname {
	font:normal 20px Arial;
	color: #302516;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurepropaddress {
	font:normal 13px Arial;
	color: #5F5341;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurenormaltext {
	font:normal 12px Arial;
	color: #2F230C;
	text-decoration: none;
	font-style:normal;
	line-height:15px;
	vertical-alignment:middle;
}
.ebrochuredesign1header { /* Recommended to use eiher this or ebrochuredottedhorizontalseparator; Do not remove this comment */
	font:normal 16px Arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#302516;
	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 20px Arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:normal 13px Arial;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link {
	font:normal 13px Arial;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited {
	font:normal 13px Arial;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover {
	font:normal 13px Arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochureprinticon {
	height:62px;
	width:56px;
	background-image:url(print.png);
	background-repeat:no-repeat;
}
.ebrochurerefericon {
	height:62px;
	width:72px;
	background-image:url(refer_friend.png);
	background-repeat:no-repeat;
}
.ebrochurefootertext {
	font:normal 12px Arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#000000;
	height:22px;
	padding-left:11px;
}
.ebrochuremapdimensions {    /* for map dimensions  */
	width:550px;
	height:350px;
}
.ebrochurebullet {    /* for bullets of headers  */
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	width:7px;
	height:7px;
}
.ebrochureverticalseparator {
	background-image:url(verti_seprator.gif);
	background-repeat:repeat-y;
	width:13px;
}
.ebrochurepropertythumbnail {
	height:126px;
	width:160px;
	border: 1px solid #aea986;
	float:right;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.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: #ffffff;
            height:30px;
            text-align:right;
}

/*eBrochure Settings ends*/

/* Apartment Search Settings*/

.AptiFrameTransbg {
	background:transparent none;
}
.AptFormBodyText {
	font:normal 11px verdana;
	color:#ffffff;
	text-decoration: none;
}
.AptFormLabelText {
	font:normal 11px verdana;
	color:#ffffff;
	text-decoration: none;
}
.AptSelect {
	font:normal 11px verdana;
	color: #000000;
	text-decoration: none;
	MAX-Height:35px;
}
.AptFormTextField {
	font:normal 11px verdana;
	color: #000000;
	height:20px;
	width: 115px;
	border: 1px solid #3e3e3e;
	background-color:#ffffff;
	text-decoration: none;
}
.AptFormButton {
	font:normal 13px Arial;
	color:#2b1c11;
	background:url(Aptsearch_btn.png) no-repeat 0 0;
	text-decoration:none;
	height:20px;
	width:70px;
	border:0px;
	cursor:pointer;
}
.AptTableVertical    /* for controlling Vertical table parameters in aspx */ {
	border:0px solid #000000;
}
.AptTableHorizontal    /* for controlling Horizontal table parameters in aspx */ {
	border:0px;
	width:100%;
	margin-top:0px;
}
.AptFormErrorText {
	font:normal 11px verdana;
	color:##cc0000;
	text-align:left;
	text-decoration: none;
}
/* Apartment Search Settings*/



/*Specials Settings*/

.Specialsbg {
	height:70px;
	/*background-image:url(specials_bg.jpg);
	background-repeat:no-repeat;*/
	background-color:#e27910;
}
.Specialstext {
	font:bold 12px verdana;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
/*Specials Settings*/



/* Editor settings */                        /* not to change any settings in this section */

.normaltext {
	font:normal 11px verdana;
	color: #2F230C;
	line-height:15px;
	text-align:left;
}
.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:normal 11px verdana;
	color: #353535;
	line-height: 15px;
	text-align:left;
}
/* Editor settings ends */


/* Menu settings */

.hmenubg                                                  /* for vertical menu background */ {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ImageBasedTopNavHomeStyle/hmenubg.png');
	background-repeat:repeat-x;
	height:51px;
	vertical-align:middle;
	border-bottom:1px solid #bda796;
	border-top:1px solid #bda796;
	
}

.hmenubg[class]                                                 /* for vertical menu background */ {
	
	background:url(hmenubg.png) repeat-x;
	height:51px;
	vertical-align:middle;
	border-bottom:1px solid #bda796;
	border-top:1px solid #bda796;
	
}

.hlinkbg                                               /* for horizontal menu */ {
	font:normal 15px Arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	display:block!ie;

}


.hlinkbg a:link, .hlinkbg a:visited                                 /* for horizontal menu */ {
	font:normal 15px Arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	height:21px;
    padding:16px 21px 17px 15px;
	padding:14px 12px 16px 12px!ie;
	display:block!ie;

}




.hlinkbg a:hover                                                /* for horizontal menu */ {
	font:normal 15px Arial;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	height:21px;
	padding:16px 21px 17px 15px;
	padding:14px 12px 16px 12px!ie;
	display:block!ie;
	background:url(hmenuActivebg.jpg) repeat-x 0 0;

}
.activehlinkbg                                                  /* for horizontal menu */ {
	font:normal 15px Arial;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	display:block!ie;

	
}

.activehlinkbg a:link, .activehlinkbg a:visited, .activehlinkbg a:hover     /* for horizontal menu */ {
	font:normal 15px Arial;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	height:21px;
    padding:16px 20px 17px 17px;
	padding:14px 12px 16px 12px!ie;
	display:block!ie;
	background:url(hmenuActivebg.jpg) repeat-x 0 0;
		
}
.vmenubg                                                  /* for vertical menu background */ {
	border: 1px solid #c2c2c2;
	height:38px;
}
.vlinkbg                                                 /* for vertical menu*/ {
	font:bold 12px verdana;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:40px;
}
a.vlinkbg:link                                                /* for vertical menu*/ {
	font:bold 12px verdana;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:40px;
}

a.vlinkbg:visited                                                /* for vertical menu*/ {
	font:bold 12px verdana;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:40px;
}

a.vlinkbg:hover                                                /* for vertical menu*/ {
	font:bold 12px verdana;
	color:#000000;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:40px;
}
.activevlinkbg                                                 /* for vertical menu*/ {
	font:bold 11px verdana;
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
a.activevlinkbg:link                                                /* for vertical menu*/ {
	font:bold 11px verdana;
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
a.activevlinkbg:visited                                                /* for vertical menu*/ {
	font:bold 11px verdana;
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
a.activevlinkbg:hover                                                /* for vertical menu*/ {
	font:bold 11px verdana;
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
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 */

.design1header {
	font:bold 16px Arial;
	color: #000000;
	text-align:left;
	height:35px;
	border-bottom:1px dotted #000000;
}

.design1bg{

	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ImageBasedTopNavHomeStyle/design1bg.png');
	background-repeat:repeat;
	border-top:1px solid #b1a6a0;
}

.design1bg[class]{
	background:url(design1bg.png) repeat;
	border-top:1px solid #b1a6a0;
	
}


.design2header {
	font:normal 16px Arial;
	color: #000000;
	text-align:left;
	text-decoration:none;
	height:25px;
	border-bottom:#8F816B solid 1px;
}


.design2bg{

	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ImageBasedTopNavHomeStyle/design2bg.png');
	background-repeat:repeat;
	border-top:1px solid #86756e; 
}

.design2bg[class]{
	background:url(design2bg.png) repeat;
	border-top:1px solid #86756e;
}
.design3header {
	font:normal 24px "Helvetica LT Std";
	color: #ffffff;
	text-align:left;
	text-decoration:none;
}
.design3bg {
	background-color:#513D21;
}
.blankheader                                          /* when the section has no design applied (design4) */ {
	font:bold 14px verdana;
	color: #ffffff;
	text-align:left;
}
/* Section settings ends */


/*Google Map settings start*/

div.gs-street, div.gs-directions {
	font-family:verdana;
	font-size:11px;
}
div.gs-phone, div.gs-city {
	display: inline;
	font-family:verdana;
	font-size:11px;
}
div.gs-title a:link {
	display: inline;
	font-family:verdana;
	font-size:11px;
}
div.gs-region {
	display: inline;
}
div.gs-country {
	display: none;
}
div.gs-directions {
	font-family:verdana;
	font-size:11px;
}
div.gs-label {
	font-family:verdana;
	font-size:11px;
}
.gs-secondary-link {
	font-family:verdana;
	font-size:11px;
}
.gs-watermark {
	font-family:verdana;
	font-size:11px;
}
.MarkerText {
	font:normal 11px verdana;
	color:#003b4b;
}
a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover {
	font:bold 12px verdana;
	color:#049dc7;
}
.googledir div {
	font:normal 11px verdana;
	color:#000000;
}
.googledir table td {
	font:normal 11px verdana;
	color:#056c87
}
/*Google Map settings end*/


/* Template specific classes */

#page-background {
	position:absolute;
	background-position:top;
	background-color:#80a7ae;
	text-align:center; 
	top:0; left:0; 
	width:100%; height:100%;
	z-index:0;
}

#mainDIV
{
	position:fixed;
	position:relative;
	width:100%;
	float:center;
	z-index:400;
	
}

.hmenu
{
	position:relative;
	z-index:100;
}

.content
{
	position:relative;
	z-index:500;
}

.tagline{
	padding-bottom:113px;
	padding-right:0px;
}

.footerbg{
	background-color:#26B4B6;
	border-bottom:3px solid #000000;
}


a.toplinks:link, a.toplinks:visited, a.toplinks:hover{
	font:normal 12px verdana;
	color:#ffffff;
	text-decoration:none;
}

/* Template specific classes ends */

