
/* CSS Document */


body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
body {
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f2f2f2;
}


/*Logo Styles Start Here */
#logo{
background-image:url(images/logo.gif);
background-repeat:no-repeat;
background-position:left;
width:179px;
height:112px;
}

#callus{
background-image:url(images/callus.gif);
background-repeat:no-repeat;
background-position:left;
width:179px;
height:49px;
}

/*Logo Styles End Here */

/*Menu Styles Start Here */
.menubg{
background-color:#b1d537;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.menu
{
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}
.menu a
{   font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #000000;
	text-decoration: none;
}

.menu a:hover{
 	color:#FFFFFF;
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}


.menudivider{
background-image:url(images/menudivider.gif);
background-repeat:no-repeat;
width:5px;
height:38px;
background-position:top;

}
/*Menu Styles Start Here */

/* Header Styles Start Here */
#header{
background-image:url(images/header.gif);
background-repeat:no-repeat;
background-position:left;
width:538px;
height:121px;
}
/* Header Styles End Here */

/* Body Styles Start Here */
#bodybg{
background:url(images/bodybg.gif) no-repeat;
width:710px;
height:79px;
}

.heading{
	height:21px;
	padding-left:30px;
	background-image:url(images/leftbor.gif);
	background-repeat: no-repeat;
	background-position: 16px 4px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	text-align:left;
	padding-top: 3px;
	padding-bottom:3px;
}

.img{
background-image:url(images/img..gif);
background-repeat:no-repeat;
background-position:center;
width:178px;
height:100px;
}

/* Body Styles End Here */

/* Right body Styles Start Here */
.rightbg{
background:url(images/rightbg.gif) repeat;
width:238px;
height:auto;
}

.village{
background-image:url(images/villageimg.gif);
background-repeat:no-repeat;
background-position:center;
width:419px;
height:130px;
}

/* Right body Styles End Here */


/*------Left Catagiry Start Here---------*/
.facilities {
	width:150px;
	height:150px;
	text-align:left;
}
.facilities ul {
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
}
.facilities ul li {
	list-style:none;
	display:block;
	height:21px;
	padding-left:30px;
	background-image:url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 14px 10px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
}
.facilities ul li a {
	text-decoration:none;
	color:#000000;
}
.facilities ul li a:hover {
	color:#bf3b01;
}
.facilities ul li a.selected {
	color:#bf3b01;
	font-weight:bold
}

/*------Left Catagiry End Here---------*/
