@charset "utf-8";
/* CSS Document */

body{margin:0px; background:url(/images/background-bg.aspx); background-repeat:repeat-x; background-position:top; background-color:#ffffff; font-family:verdana; font-size:12px; font-weight:normal; line-height:18px; color:#333333;}

ul{margin:0px; list-style:none; padding:0px;}
li{padding:0px; margin:0}

p{margin:10px 0px 0px 0px;}

#header{width:100%; float:left;  height:auto;}
#body{width:100%; float:left; height:auto;}
#footer{width:100%; float:left; height:auto; background-color:#e6e4e4}

.text{font-family:verdana; font-size:12px; font-weight:normal; line-height:18px; color:#333333;}

.body-text{font-family:Lucida Sans; font-size:12px; font-weight:normal; line-height:18px; color:#333333;}



/* --------------------------------------------------------	
					HEADER SECTION
----------------------------------------------------------- */
#header-container{width:960px; margin:auto; height:auto;}

#logo{width:310px; height:109px; float:left; }
#login-container{width:127px; height:27px; float:right; background:url(/images/client-login-bg.aspx); background-repeat:no-repeat;   }
#login-container1{width:165px; height:27px; float:right;  background:url(/images/appraiser-login-bg.aspx); background-repeat:no-repeat; }
.callus{width:40%; float:right;  margin:20px 0px 0px 0px; text-align:right; padding-bottom:4px}
.callus-text{font-family:verdana; font-size:26px; font-weight:normal; color:#666666; text-decoration:none;}

.login-link{font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#1b5c9d; text-decoration:none}
.login-link a{font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#1b5c9d; text-decoration:none; padding:0px 0px 0px 42px;}
.login-link a:hover{font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#333333; text-decoration:none}

.login-link1{font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#1b5c9d; text-decoration:none}
.login-link1 a{font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#1b5c9d; text-decoration:none; padding:0px 0px 0px 35px;}
.login-link1 a:hover{font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#333333; text-decoration:none}


/* --------------------------------------------------------	
					NAVIGATION SECTION
----------------------------------------------------------- */

/*#navigation-container{width:960px; height:40px; float:left; background-color:#666666; margin:5px 0px 0px 0px}*/

/*#navigation-container{width:960px; height:40px; float:left;  margin:5px 0px 0px 0px}

.navigation-link{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none;
float:left;

text-align:center;

}

.navigation-link a{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none;
background:url(/images/navi-bg-nor.aspx); 
background-repeat:no-repeat;
display:block;
line-height:40px;
float:left;
padding:0px 1px 0px 1px;
text-align:center;
width:135px;

}

.navigation-link a:hover{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#2a5fab; 
text-align:center;
text-decoration:none;
background:url(/images/navi-bg-hove.aspx); 
background-repeat:no-repeat;
display:block;
float:left;
width:135px;
}*/

/* --------------------------------------------------------	
					NAVIGATION DROP DOWN SECTION
----------------------------------------------------------- */
.menu {width:960px; height:40px; position:relative; z-index:100; float:left; margin:5px 0px 0px 0px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:950px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:140px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a {font-family:Century Gothic;
font-size:13px; 
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none;
background:url(/images/navi-bg-nor.aspx); 
background-repeat:no-repeat;
display:block;
line-height:40px;
float:left;
/*padding:0px 1px 0px 1px;*/
text-align:center;
width:135px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a {width:135px; w\idth:134px;}

.menu a:hover {
font-family:Century Gothic;
font-size:13px; 
font-weight:bold; 
color:#2a5fab; 
text-align:center;
text-decoration:none;
/*background:url(/images/navi-bg-hove.aspx);*/ 
background-repeat:no-repeat;
display:block;
float:left;
width:135px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a:hover {width:135px; width:134px; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#98b00b url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#98b00b url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#98b00b url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#98b00b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:0px solid #000; padding:8px 0px 0px 0px}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ffffff; color:#2a5fab; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:center;text-decoration:none;  }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
font-family:Century Gothic;
font-size:13px; 
font-weight:bold; 
color:#2a5fab; 
text-align:center;
text-decoration:none;
/*background:url(/images/navi-bg-hove.aspx); */
background-repeat:no-repeat;
display:block;
float:left;
width:135px;}
.menu :hover  >a{color:#2a5fab;  background: url(/images/navi-bg-hove.aspx); 
background-repeat:no-repeat; display:block;    }

.menu ul ul :hover > a {color:#333333;  background:#f1f3f7 ; 
background-repeat:no-repeat; display:block; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:center;text-decoration:none; width:125px;     }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* --------------------------------------------------------	
					BODY SECTION
----------------------------------------------------------- */

#body-container{width:960px;  margin:auto; height:auto;}
#header-bg{width:679px; height:272px; float:left;}
#inner-header-bg{width:958px; height:156px; float:left;}

/* --------------------------------------------------------	
					ONLINE FORM SECTION
----------------------------------------------------------- */
.online-form-bg{width:246px; height:256px; float:right; background:url(/images/online-form-bg.aspx); background-repeat:no-repeat; padding:15px 5px 0px 20px;}
.white-bold-text{font-family:verdana; font-size:17px; font-weight:normal; line-height:20px; color:#ffffff; text-decoration:none}
.white-text{font-family:verdana; font-size:14px; font-weight:normal; line-height:20px; color:#ffffff; text-decoration:none}
.white-text-small{font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#ffffff; text-decoration:none}
.text-container{width:75px; height:auto; float:left;  text-align:right}
.input-container{width:156px; height:auto; float:left; margin:0px 0px 7px 0px;  text-align:left;padding:0 0 0 6px}
.input-content{background:url(/images/input-text-bg.aspx); background-repeat:repeat-x; border:none; font-family:verdana; font-size:12px; font-weight:normal;  color:#333333; text-decoration:none; height:17px; width:140px; float:left; padding-top:3px; margin:0px 0px 0px 0px; }
.drop-down-menu{width:140px; height:20px; border:none; float:left; margin:0px 0px 0px 0px;}
.button{width:107px; height:27px; float:left; background:url(/images/button.aspx); background-repeat:no-repeat; font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#ffffff; text-decoration:none; border:none;padding-bottom:6px;}


/* --------------------------------------------------------	
					APPRAISAL SECTION
----------------------------------------------------------- */

.appraisal-container{width:315px; height:271px; float:left;  margin:20px 8px 0px 0px; background:url(/images/appraisal-section-bg.aspx); background-repeat:no-repeat; padding:10px 10px 10px 10px;}
.blue-heading{font-family:verdana; font-size:22px; font-weight:normal; color:#1b5c9d; text-decoration:none; line-height:25px;}
.CMSBreadCrumbsLink{font-family:verdana; font-size:17px; font-weight:normal; color:#1b5c9d; text-decoration:none; line-height:25px;}
.CMSBreadCrumbsCurrentItem{font-family:verdana; font-size:17px; font-weight:normal; color:#1b5c9d; text-decoration:none; line-height:25px;}

.blue-heading1{font-family:Lucida Sans; font-size:22px; font-weight:normal; color:#1b5c9d; text-decoration:none; line-height:25px;}

.more-link{font-family:verdana; font-size:12px; font-weight:normal; color:#1b6432; text-decoration:none; line-height:18px;}
.more-link a{font-family:verdana; font-size:12px; font-weight:normal; color:#1b6432; text-decoration:none; line-height:18px;  float:right}
.more-link a:hover{font-family:verdana; font-size:12px; font-weight:normal; color:#1b6432; text-decoration:underline; line-height:18px;}

.more-link1{font-family:verdana; font-size:12px; font-weight:normal; color:#1b6432; text-decoration:none; line-height:18px;}
.more-link1 a{font-family:verdana; font-size:12px; font-weight:normal; color:#1b6432; text-decoration:none; line-height:18px;}
.more-link1 a:hover{font-family:verdana; font-size:12px; font-weight:normal; color:#1b6432; text-decoration:underline; line-height:18px;}

.input-container1{width:290px; height:auto; float:left; margin:15px 0px 0px 0px;}

.text-input{width:290px; height:auto; float:left; margin:5px 0px 0px 0px; }
.input-content1{background:url(/images/input-text-bg.aspx); background-repeat:repeat-x; border:none; font-family:verdana; font-size:12px; font-weight:normal;  color:#333333; text-decoration:none; height:17px; width:290px; float:left; padding-top:3px; border:solid 1px #CCCCCC }

.blue-text{font-family:verdana; font-size:12px; font-weight:normal; color:#1b5c9d; text-decoration:none; line-height:18px;}

.button1{width:196px; height:33px; float:left; background:url(/images/button1.aspx); background-repeat:no-repeat; font-family:verdana; font-size:12px; font-weight:normal; line-height:20px; color:#ffffff; text-decoration:none; border:none;padding-bottom:6px;}


/* --------------------------------------------------------	
					TAB SECTION
----------------------------------------------------------- */

.tab-container{width:270px; height:271px; float:left;   margin:20px 0px 0px 0px;}
.date-container{width:42px; height:62px; float:left; margin:10px 0px 0px 8px; background:url(/images/date-bg.aspx); background-repeat:no-repeat; text-align:center}
.tab-text-container{width:190px; height:auto; float:left;  margin:10px 0px 0px 10px; }
.tab-line{width:240px; height:auto; float:left; border-bottom:solid 1px #dfdfdf; margin:0px 0px 0px 10px;}
.date-text-big{font-family:verdana; font-size:26px; font-weight:normal; color:#5c7d1a; text-decoration:none; line-height:30px;}
.date-text{font-family:verdana; font-size:12px; font-weight:normal; color:#5c7d1a; text-decoration:none; line-height:14px;}

.date-text-link{font-family:verdana; font-size:12px; font-weight:bold; color:#747474; text-decoration:none; line-height:18px;}
.date-text-link a{font-family:verdana; font-size:12px; font-weight:bold; color:#747474; text-decoration:none; line-height:18px;}
.date-text-link a:hover{font-family:verdana; font-size:12px; font-weight:bold; color:#747474; text-decoration:underline; line-height:18px;}



/* --------------------------------------------------------	
					INNER RIGHT SECTION
----------------------------------------------------------- */

.right-container{width:260px;float:left;   margin:20px 0px 0px 14px;}
.right-top{ background-image:url(/images/right-top.aspx); height:12px; width:255px;}
.right-bg{ background-image:url(/images/right-bg.aspx); overflow:hidden;width:245px; padding:0 10px; background-repeat:repeat-y}
.right-bottom{ background-image:url(/images/right-bottom.aspx); height:19px; width:255px; margin-bottom:10px;}

.quote{ width:190px; overflow:hidden; background-image:url(/images/quote.aspx); background-repeat:no-repeat; background-position:left top; padding-left:55px; margin-top:12px;}


/* --------------------------------------------------------	
					INNER LEFT SECTION
----------------------------------------------------------- */
.inner-lft{width:650px; height:auto; float:left;  margin:20px 8px 0px 0px;background-repeat:no-repeat; padding:10px 10px 10px 10px;}
.inner-rgt{width:665px; height:auto; float:right;  margin:20px 0px 0px 8px;background-repeat:no-repeat; padding:10px 10px 10px 0px;}
.inner-lft1{width:300px; height:auto; float:left;  margin:0px 0px 0px 0px;}
.inner-lft2{width:300px; height:auto; float:right;  margin:0px 0px 0px 0px;}
.inner-lft{width:650px; height:auto; float:left;  margin:20px 8px 0px 0px;background-repeat:no-repeat; padding:10px 10px 10px 10px;}


/* --------------------------------------------------------	
					FORM SECTION
----------------------------------------------------------- */

.form-container{width:310px; height:271px; float:left;  margin:0px 0px 0px 25px; border-left:solid 1px #cccccc; overflow:hidden; padding:0px 0px 0px 10px;}
.textbox1{width:200px; height:80px; background-color:#FFFFFF; border:1px solid #cccccc}
.textbox{width:184px; height:20px; background-color:#FFFFFF; border:1px solid #cccccc}
.sub-bt{width:75px; height:25px; background-color:#2b63ad; font-family:Century Gothic; font-size:15px; font-weight:bold; color:#FFFFFF; border:0px;}
.address{font-family:Century Gothic; font-size:16px; color:#333333; font-weight:bold}
.link1{font-family:verdana; font-size:12px; font-weight:normal; color:#333333; text-decoration:none;}
.link1 a{font-family:verdana; font-size:12px; font-weight:normal; color:#333333; text-decoration:none;}
.link1 a:hover{font-family:verdana; font-size:12px; font-weight:normal; color:#2b63ad; text-decoration:underline;}

/* --------------------------------------------------------	
					FOOTER SECTION
----------------------------------------------------------- */

#footer-container{width:960px;  margin:auto; height:auto; padding:20px 0px 20px 0px; text-align:center}

.footer-link{font-family:verdana; font-size:12px; font-weight:normal; color:#666666; text-decoration:none; line-height:18px;text-align:center;}
.footer-link a{font-family:verdana; font-size:12px; font-weight:normal; color:#666666; text-decoration:none; line-height:35px; padding:0px 5px 0px 5px;text-align:center;}
.footer-link a:hover{font-family:verdana; font-size:12px; font-weight:normal; color:#1b5c9d; text-decoration:none; line-height:18px;text-align:center;}

.copyright-text{font-family:verdana; font-size:12px; font-weight:bold; color:#5c7d1a; text-decoration:none; line-height:18px;}
.NewsPTitle{font-family:verdana; font-size:12px; font-weight:bold; color:#5c7d1a;  line-height:18px;}
.arnima-link{font-family:verdana; font-size:12px; font-weight:bold; color:#5c7d1a; text-decoration:none; line-height:18px;}
.arnima-link a{font-family:verdana; font-size:12px; font-weight:bold; color:#5c7d1a; text-decoration:none; line-height:18px;}
.arnima-link a:hover{font-family:verdana; font-size:12px; font-weight:bold; color:#333333; text-decoration:none; line-height:18px;}

.tampa-link{font-family:verdana; font-size:12px; font-weight:bold; color:#666666; text-decoration:none; line-height:18px;}
.tampa-link a{font-family:verdana; font-size:12px; font-weight:bold; color:#666666; text-decoration:none; line-height:18px;}
.tampa-link a:hover{font-family:verdana; font-size:12px; font-weight:bold; color:#333333; text-decoration:none; line-height:18px;}


/* CMS Menu */
.horizontalCMSMenuItem{
font-family:Century Gothic;
font-size:13px; 
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none;
background:url(/images/navi-bg-nor.aspx); 
background-repeat:no-repeat;
display:block;
line-height:40px;
float:left;
padding:0px 1px 0px 1px;
text-align:center;
width:134px;
line-height:37px;
}
.horizontalCMSMenuItemMouseDown{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none;
background:url(/images/navi-bg-nor.aspx); 
background-repeat:no-repeat;
display:block;
line-height:40px;
float:left;
padding:0px 1px 0px 1px;
text-align:center;
width:134px;
line-height:37px;
}
.horizontalCMSMenuItemMouseUp{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#2a5fab; 
text-align:center;
text-decoration:none;
background:url(/images/navi-bg-hove.aspx); 
background-repeat:no-repeat;
display:block;
float:left;
width:134px;
line-height:37px;
}
.horizontalCMSMenuItemMouseOver{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#2a5fab; 
text-align:center;
text-decoration:none;
background:url(/images/navi-bg-hove.aspx); 
background-repeat:no-repeat;
display:block;
float:left;
width:134px;
line-height:37px;
}

.horizontalCMSMenuHighlightedMenuItem{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#2a5fab; 
text-align:center;
text-decoration:none;
background:url(/images/navi-bg-hove.aspx); 
background-repeat:no-repeat;
display:block;
float:left;
width:134px;
line-height:37px;cursor:default;
}
.horizontalCMSMenuHighlightedMenuItemMouseDown{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none;
background:url(/images/navi-bg-nor.aspx); 
background-repeat:no-repeat;
display:block;
line-height:40px;
float:left;
padding:0px 1px 0px 1px;
text-align:center;
width:134px;
line-height:37px;
}
.horizontalCMSMenuHighlightedMenuItemMouseOver{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#2a5fab; 
text-decoration:none;
background:url(/images/navi-bg-hove.aspx);
background-repeat:no-repeat;
display:block;
line-height:40px;
float:left;
text-align:center;
line-height:37px;
width:134px; cursor:default;
}
.horizontalCMSMenuHighlightedMenuItemMouseUp{
font-family:Lucida Sans;
font-size:12px; 
font-weight:bold; 
color:#2a5fab; 
text-align:center;
text-decoration:none;
background:url(/images/navi-bg-hove.aspx); 
background-repeat:no-repeat;
display:block;
float:left;
width:134px;
line-height:37px;
}

/* CMS Sub Menu */
.horizontalsubCMSMenuItem
{
background:#ffffff; color:#2a5fab; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none;  
}
.horizontalsubCMSMenuItemMouseDown{
background:#ffffff; color:#2a5fab; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none; 
}
.horizontalsubCMSMenuItemMouseUp
{
background:#ffffff; color:#2a5fab; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none; 
}
.horizontalsubCMSMenuItemMouseOver
{
background:#f1f3f7; color:#333333; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none; 

}

.horizontalsubCMSMenuItemMouseOver{
background:#f1f3f7; color:#333333; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none; 
}
.horizontalsubCMSMenuHighlightedMenuItem{
background:#f1f3f7; color:#333333; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none; 
}
.horizontalsubCMSMenuHighlightedMenuItemMouseOver{
background:#f1f3f7; color:#333333; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none; 
}
.horizontalsubCMSMenuHighlightedMenuItemMouseDown{
background:#f1f3f7; color:#333333; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none;  
}
.horizontalsubCMSMenuHighlightedMenuItemMouseUp{
background:#f1f3f7; color:#333333; height:auto; line-height:1em; padding:6px 4px; width:125px; border-width:0 1px 1px 1px; border:solid 1px #d9e0ec; font-family:Century Gothic; font-size:12px;  font-weight:normal; text-align:left;text-decoration:none;  
}


/* --------------------------------------------------------	
					TESTIMONIAL SECTION
----------------------------------------------------------- */

.testimonial-container{width:940px; height:auto; float:left;  margin:20px 8px 0px 0px; padding:10px 10px 10px 10px; }
.testimonial-section{width:665px; height:auto; float:left;  margin:20px 0px 0px 0px; padding:35px 0px 0px 20px; border-bottom:solid 1px #CCCCCC;	}
/*.testimonial-section{width:665px; height:auto; float:left;  margin:20px 0px 0px 0px; background:url(/images/testimonials-quote.aspx); background-repeat:no-repeat; padding:35px 0px 0px 20px; border-bottom:solid 1px #CCCCCC;	}*/

/* --------------------------------------------------------	
					LEFTLINKS SECTION
----------------------------------------------------------- */

.left-nav{ width:216px; height:29px; margin:0 0 0 8px;border-bottom:1px #cccccc solid }
.left-nav a{ width:200px; height:29px; background:url(/images/lft-nav.aspx); display:block; line-height:27px; padding:0 0 0 16px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#466b06; text-decoration:none  }
.left-nav a:hover{ width:200px; height:29px; background:url(/images/lft-navh.aspx); display:block;font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:none }

.lft-banner{ width:216px;margin:10px 0 0 8px;}
/* --------------------------------------------------------	
					INNER RIGHT SECTION
----------------------------------------------------------- */

.lft-container{width:260px;float:left;   margin:20px 14px 0px 0px;}
.lft-top{ background-image:url(/images/right-top.aspx); height:12px; width:255px;}
.lft-bg{ background-image:url(/images/right-bg.aspx); overflow:hidden;width:245px; padding:0 10px; background-repeat:repeat-y}
.lft-bottom{ background-image:url(/images/right-bottom.aspx); height:19px; width:255px; margin-bottom:10px;}


/* --------------------------------------------------------	
					FORM SECTION NEW
----------------------------------------------------------- */

.border2{
border:solid 1px #CCCCCC;
background-color:#FFFFFF;
}

.inner-rgt1{width:665px; height:auto; float:right;  margin:10px 0px 0px 8px; padding:10px 10px 10px 0px;}
.general_customer{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#333333;
text-decoration:none;
padding-left:20px;
}

.inputtext{
width:230px;
height:19px;
border:1px solid #dbdbdb;
font-family:verdana; font-size:12px; font-weight:normal;  color:#333333;
padding-top:3px;
}
.inputtext2{
width:230px;
height:22px;
border:1px solid #7f9db9;
}

.inputtext-discription{
width:340px;
height:120px;
border:1px solid #dbdbdb;
font-family:verdana; font-size:12px; font-weight:normal;  color:#333333;
}

.inner-lft3{width:640px; height:auto; float:left;  margin:0px 0px 20px 0px;}


/* --------------------------------------------------------	
					CONTACT TAB SECTION
----------------------------------------------------------- */

.contact-tab{font-family:Lucida Sans; font-size:15px; font-weight:bold; text-decoration:none; color:#FFFFFF; float:left; text-align:center;}
.contact-tab a{font-family:Lucida Sans; font-size:15px; font-weight:bold; text-decoration:none; float:left; color:#FFFFFF; background:url(/images/contact-tab-no.aspx); background-repeat:no-repeat; display:block; margin:0px 5px 0px 5px;  width:194px; height:40px; text-align:center; line-height:35px;}
.contact-tab a:hover{font-family:Lucida Sans; font-size:15px; font-weight:bold; text-decoration:none; float:left; color:#FFFFFF; background:url(/images/contact-tab-ho.aspx); background-repeat:no-repeat; display:block; width:194px; height:40px; text-align:center;}


/* Tab Section in home page */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 7px 25px;
	margin: 0px 5px 0px 0px;
	/*font: bold 0.7em sans-serif;*/
	font-family:verdana; font-size:12px; font-weight:normal; line-height:18px; color:#333333;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;	
	background-color:none;
}

.TabbedPanelsContent {
	padding: 4px;
	height:235px;
	background:url(../images/tab-bg.aspx); 
	background-repeat:no-repeat;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
