/* CSS Document */
body{
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
background-color:#E4E2C0;
margin:0px;
}

#main_container{
width:816px;
background-image:url(images/page-bg.jpg);
background-repeat:repeat-x;
background-color:#E4E2C0;
padding:0px 13px 25px 13px;
}

/*-----------------------------------------------------------Header start here-------------------------------------------*/
.header{
width:816px;
float:left;
}
#header_bg{
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
height:81px;
width:800px;
float:left;
text-align:center;
padding-top:8px;
}
#btn_bg{
background-image:url(images/btn-bg.jpg);
background-repeat:repeat-x;
float:left;
height:37px;
width:772px;
}
#callus{
float:left;
padding:8px 0px 0px 40px;
font-family:Verdana;
font-size:18px;
color:#FFFFFF;
width:230px;
}
/*-----------------------------------------------------------Header end here-------------------------------------------*/

/*-----------------------------------------------------------Middle start here-------------------------------------------*/
#midpart{
width:760px;
padding:13px 31px 0px 24px;
float:left;
}

#welcome_box{
width:760px;
float:left;
margin-top:5px;
}
.welcome_bg{
border-left:solid 1px #E2DFB7;
border-right:solid 1px #E2DFB7;
float:left;
background-color:#FFFFFF;
width:758px;
}

/*-----------------------------------------------------------left start here-------------------------------------------*/
#left{
width:456px;
float:left;
padding:10px 25px 0px 23px;
}
/*-----------------------------------------------------------left ends here-------------------------------------------*/

/*-----------------------------------------------------------right start here-------------------------------------------*/
#right{
width:203px;
background-color:#EAE9CE;
border:solid 4px #C0BE89;
padding:8px 6px 10px 8px;
float:left;
} 

.right_innerbox{
border:solid 1px #C0BE89;
background-color:#F8F5DA;
width:185px;
float:left;
padding:6px 0px 5px 12px;
margin-bottom:2px;
}
.right_innerbox2{
border:solid 2px #C0BE89;
background-color:#F8F5DA;
width:174px;
float:left;
padding:10px 5px 8px 10px;
margin:5px 0px 0px  0px;
}
/*-----------------------------------------------------------right end here-------------------------------------------*/

/*-----------------------------------------------------------footer start here-------------------------------------------*/
#footer{
width:758px;
margin:40px 0px 10px 0px;
background-color:#870A03;
text-align:center;
float:left;
padding:10px 0px 12px 0px;
}
#footer_bot{
width:758px;
text-align:center;
float:left;
}
/*-----------------------------------------------------------footer ends here-------------------------------------------*/


/*-----------------------------------------------------------text class here-------------------------------------------*/
.welcome_head{ font-family:arial; font-size:18px; color:#D30100; }
.var12blabold{ font-family:verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration:none; }
.var12blabold a{ font-family:verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration:none; }
.var12blabold a:hover{ font-family:verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration:underline; }
.var12bla{ font-family:verdana; font-size:12px; color:#000000; }
.var12red{ font-family:verdana; font-size:12px; color:#AC0600; font-weight:bold; }
.footer_txt{
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.footer_txt a{
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.footer_txt a:hover{
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
text-decoration: underline;
}