body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color:#2c2c2c;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	background-color: #FFFFFF;
}
a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	outline:none;

}
a:hover{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #d3000a;
	text-decoration: underline;
	outline:none;
}
img{
	border:0px;
}

ul,ol{
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, form, fieldset, legend{
	margin:0px;
	padding:0px;
}
h1{
	text-align:left;
	font-family:"Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #c30008;
}
h2{
	display:block;
	float:left;
	font-size:20px;
	color:#333333;
	font-family: Arial;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-style: normal;
	font-weight: normal;
	height: 30px;
}
h3{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ad0005;
}	
/*.............Form Styles Start.............*/
.noborder{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mtextbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #4bac19;
	height:15px;
	width:139px;
	padding-left:2px;
	background-image: url(../images/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.textboxsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	height:18px;
	width:50px;
	padding-left:4px;
	background-image: url(../images/inputbox-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #CCCCCC;
}
.selectsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #4bac19;
	height:22px;
	width:45px;
	padding: 1px;
}
.inputbox-small{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	height:15px;
	width:38px;
	padding-left:4px;
	background-image: url(../images/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #d8d8d8;
}
.inputbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #d8d8d8;
	height:15px;
	width:138px;
	padding-left:2px;
	background-image: url(../images/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.select{
	color:#333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:22px;
	width:250px;
	padding: 1px;
	background-color: #fafafa;
}
.select1{
	color:#333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:20px;
	width:228px;
	padding: 1px;
	background-color: #fafafa;
}
.hdotline{
	background-image: url(../images/hdot-line.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: auto;
}
.button{
	padding: 2px 10px 2px 10px;
	border:none;
	color: #FFFFFF;
	overflow: visible;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/button-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CC0000;
}
/*.............Form Styles End.............*/
.redtext {
	font-family: Arial, Helvetica, Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#db1111;
	padding:0px;
	text-decoration:none;
}
.redtextbold {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#f95905;
	font-weight: bold;
}
.greytextbold {
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#8e8d8d;
	padding:0px;
	text-decoration:none;
    font-weight: bold;
}
.greytext1 {
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	padding:0px;
	text-decoration:none;
}
/*font*/
.t10{
	font-size:10px;
}
.t11{
	font-size:11px;
}
.t12{
	font-size:12px;
}
.t13{
	font-size:13px;
}
.t14{
	font-size:14px;
}
.t15{
	font-size:15px;
}
.t16{
	font-size:16px;
}
.t18{
	font-size:18px;
}
.t20{
	font-size:20px;
}

/*text weight*/
.textbold{
	font-weight: bold;
}
.textbolder{
	font-weight: bolder;
}
.fleft{
    float:left;
}
.fright{
    float:right;
}

/*text align*/
.tleft{
	text-align: left;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.tjustify{
	text-align: justify;
}

/*margin*/
.mrg5{
	margin: 5px;
}
.mrg10{
	margin: 10px;
}
.mrg15{
	margin: 15px;
}

/*Padding*/
.pad5{
	padding: 5px;
}
.pad10{
	padding: 10px;
}
.pad15{
	padding: 15px;
}
.pad-top3{
	padding-top: 3px;
}
.pad-top5{
	padding-top: 5px;
}
.pad-top10{
	padding-top: 10px;
}
.pad-top15{
	padding-top: 15px;
}
.pad-left3{
	padding-left: 3px;
}
.pad-left5{
	padding-left: 5px;
}
.pad-left8{
	padding-left: 8px;
}
.pad-left10{
	padding-left: 10px;
}
.pad-left15{
	padding-left: 15px;
}
.pad-left25{
	padding-left: 25px;
}

.pad-left30{
	padding-left: 15px;
}

/*Line Height*/
.lh15{
	line-height: 15px;
}
.lh16{
	line-height: 16px;
}
.lh17{
	line-height: 17px;
}
.lh18{
	line-height: 18px;
}
.lh19{
	line-height: 19px;
}
.lh20{
	line-height: 20px;
}
.lh21{
	line-height: 21px;
}
/*color*/
.clr1{
	color:#FF9900;
}
.clr2{
	color:#e1242b;
}
.clr3{
	color:#FF3300;
}
.clr4{
	color:#ffffff;
}
.clr5{
	color:#000000;
}
.clr6{
	color:#090909;
}
.clr7{
	color: #333333;
}
.clr8{
	color: #f4c00f;
}
.clr9{
    color: #7a7979;
}
.clr10{
    color: #892f1e;
}
/*end color*/
/*Spacer Styles*/
.spacer{
	clear:both;
	overflow:hidden;
}
.sp1{
	clear:both;
	height:1px;
	overflow:hidden;
}
.sp2{
	clear:both;
	height:2px;
	overflow:hidden;
}
.sp3{
	clear:both;
	height:3px;
	overflow:hidden;
}
.sp5{
	clear:both;
	height:5px;
	overflow:hidden;
}
.sp8{
	clear:both;
	height:8px;
	overflow:hidden;
}
.sp10{
	clear:both;
	height:10px;
	overflow:hidden;
}
.sp11{
	clear:both;
	height:11px;
	overflow:hidden;
}

.sp15{
	clear:both;
	height:15px;
	overflow:hidden;
}
.sp20{
	clear:both;
	height:20px;
	overflow:hidden;
}
.sp27{
	clear:both;
	height:27px;
	overflow:hidden;
}
.sp30{
	clear:both;
	height:30px;
	overflow:hidden;
}
.sp35{
	clear: both;
	height: 35px;
	overflow: hidden;
}
.sp45{
	clear: both;
	height: 45px;
	overflow: hidden;
}
.sp50{
	clear: both;
	height: 50px;
	overflow: hidden;
}
/*...................Common Styles End.....................*/
#main-container{
	height: auto;
	width: 920px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container{
	height: auto;
	width: 888px;
}
/*...................Header Section Styles Start......................*/
#top{
	height: 50px;
	width: 888px;
	padding: 0px;
}
.logo{
	background-image: url(../images/humararishta-logonew.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 276px;
	float: left;
}
.right-top-banner{
	height: 40px;
	width: 254px;
	float: right;
}
/*...................Header Section Styles End......................*/

/*...................Top Menu Section Styles Start......................*/
#menu{
	margin: 0px;
	padding: 0px;
	height: 84px;
	width: 888px;
}
.akostyle{
	position:relative;
	display:block;
	height:35px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
	width:876px;
	background-image: url(../images/topmenu-bg.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	text-decoration: none;
	float: left;
}

.akostyle:after{
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.akostyle ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	text-align:center;
	margin-left:8px;
	list-style-image: url(../images/spacer.gif);

}
.akostyle ul li{
	display:block;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.akostyle ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:27px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
	font-family: Arial, Helvetica, Tahoma;
	font-style: normal;
	font-variant: normal;
}

.akostyle ul li a:hover{
	color:#000000;
	display:block;
	height:28px !important;
	background-image: url(../images/topmenu-bg-over.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma;
	text-decoration: none;
}
.akostyle .activelink{
	color:#000000;
	display:block;
	height:28px !important;
	background-image: url(../images/topmenu-bg-over.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma;
	text-decoration: none;
}
/*......................Style for Drop Down Menu................... */
.akhilmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1f880b;
	border-bottom-color: #1f880b;
	border-left-color: #1f880b;
}
.akhilmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #e8f1c9;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	background-color: #f8fbeb;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
.akhilmenudiv a:hover{
	width: auto;
	display: block;
	border-bottom: 1px solid #e8f1c9;
	font-weight: bold;
	color:#333333;
	background-color: #f8fbeb;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: underline;
	text-align: left;
}

#topmenu{
	position:relative;
	display:block;
	height:35px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
	width:876px;
	background-image: url(../images/topmenu-bg.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	text-decoration: none;
	float: left;
}
#tmenucurve-left{
	background-image: url(../images/tmenucurve-left.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
#tmenucurve-right{
	background-image: url(../images/tmenucurve-right.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
.top-b-menu{
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 888px;
}
#top-b-menu{
	background-image: url(../images/top-b-menu-bg.gif);
	background-repeat: repeat-x;
	height: 49px;
	width: 874px;
	float: left;
}
#top-b-menu-left{
	background-image: url(../images/top-b-menu-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 7px;
}
#top-b-menu-right{
	background-image: url(../images/top-b-menu-right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 7px;
}
/*...................Top Menu Section Styles End......................*/

/*...................Homepage Body Section Styles Start......................*/


/*...................Footer Section Styles Start......................*/
#footer {
	width:888px;
	height:auto;
}
#footer .footer-left{
	background-image: url(../images/footer-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 10px;
}
#footer .footer-mid{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: auto;
	width: 846px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer .footer-mid .footer-text{
	font-size:11px;
	color:#808080;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footer .footer-mid .footer-text a{
	font-size:12px;
	color:#808080;
	text-decoration:none;
	font-family: Arial, Helvetica, Tahoma;
}

#footer .footer-mid .footer-text a:hover{
	color:#808080;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
}
.more{
	font-size:12px;
	color:#333333;
	font-family: Arial, Helvetica, Tahoma;
}
.more a{
	font-size:12px;
	color:#333333;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
}
.more a:hover{
	color:#333333;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
}
#footer .footer-mid .footer-text .small-text{
	color:#333333;
	font-size:10px;
}
.group-portals-box{
	text-align: left;
	height: 20px;
	width: 846px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.group-portals-box a{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0b578f;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.group-portals-box a:hover{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0b578f;
	text-decoration: underline;
}
.group-portals-dbox{
	height: 146px;
	width: 139px;
	float: left;
	background-image: url(../images/follow-box.gif);
	background-repeat: no-repeat;
}
#footer .footer-right{
	background-image: url(../images/footer-right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 10px;
}
/*...................Footer Section Styles End......................*/

