/* CSS Document */

body {
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#782c00;
	margin:0 0 0 0px;
	font-family:Mangal;
	font-size:14px;
}

.text {
	font-family: Mangal;
	font-size: 16px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}
.inputxt {
	font-family: Mangal, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	text-decoration: none;
	height: auto;
	width: 180px;
	border: 1px solid #663300;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	width: 80px;
	border: 1px solid #663300;
	background-color:#BB5511;
}
.imgp {
 border:2px solid #442a1b;
padding:2px;

}


.heading {
	font-family: Mangal;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}

h3 { margin:0px; padding:0px; }

.midbg {
	background-size: 100%;
	background-image:url(images/middle-bg.gif);
       background-repeat:repeat-y;
}
.menubg {
	background-image:url(images/menu-bg.gif);
       background-repeat:repeat-y;
}

.topbg {
	background-image:url(images/top.gif);
       background-repeat:no-repeat;
	   background-position:left top;
	   
	   
}

.bottombg {
	background-image:url(images/top.gif);
       background-repeat:no-repeat;
	   background-position:left top;
	   
	   
}

.bold {
	font-family: Mangal;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}


.nav {
	font-family: Mangal;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.abh {
	font-family: Mangal;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF2FC;
	text-decoration: none;
}

.nav:hover {
	font-family: Mangal;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #feddad;
	text-decoration: none;
}

.footer {
	font-family: Mangal, Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bb5511;
	text-decoration: none;
}

.footer:hover {
	font-family: Mangal, Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bb5511;
	text-decoration:none;
}



#navbg { 
background-size: 100%;
background-image:url(images/nav_bg.jpg);
       background-repeat:no-repeat;
	  }

#middlebg { 
background-size: 100%;
	  background-image:url(images/middle_bg.jpg);
       background-repeat:repeat-y;
	  }


#footerbg { 
background-size: 100%;
background-image:url(images/footer_bg.jpg);
       background-repeat:no-repeat;
	  }
#innerbg { 
background-size: 100%;
background-image:url(images/inner_bg.html);
         background-repeat:repeat-x;
		 }

.marquee{
color:#bb5511;
font-weight:bold;
}		 

/* Css for the left side menu */

.arrowlistmenu{
width: 172px; /*width of accordion menu*/
padding-left:28px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #f49f0b;
background: url(images/titlebar.gif) no-repeat bottom left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 18px; /*header text is indented 10px*/
cursor: hand;
line-height:40px;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.gif);
color: #f4c00b;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
color: #bb5511;
background:url(images/arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0 2px 10px;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 13px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fd930a;

}
