body {
	background-color: #FFFFFF;
	background-image: url(images/bgimg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
		line-height:18px;
}
.lhs {
	padding: 25px;
	color: #000000;
	background:url(images/whiteBG.png);
}

.rhs {
	padding: 25px 10px 20px 10px;
	background:url(images/whiteBG.png);
}

.sechd{
	background-color: #161616;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 2px 4px 15px;
}
.rhs ul{
	margin: 0px;
	padding: 0px 0px 10px 25px;

}
.rhs li.link{
	padding: 5px;
	list-style-image:url(images/bullet.png);
}

.rhs li.curr_link{
	padding: 5px;
	list-style-image:url(images/orange_bullet.png);
}
.topbar {
	background-color: #0c0c0c;
	height: 28px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}
.dotline {
	background-image: url(images/dot_hor.jpg);
	background-repeat: repeat-x;
	background-position:center bottom;
	padding-bottom: 5px;
}
.secdetail{
	padding-top: 7px;
}
.footer_content{
	font-weight:normal;
	color:#CCCCCC;
	font-size:90%;
}
.myBox {
    border-radius:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.mySecBox {
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.services .link a{color:#000000; text-decoration:none;}
.services .link a:hover{color:#000000; font-weight:bold; text-decoration:underline;}

.services .curr_link a{color:#e72005; text-decoration:none;font-weight:bold;}
.services .curr_link a:hover{color:#e72005;  text-decoration:underline; font-weight:bold;}

.topbar a{color:#ffffff; text-decoration:none;}
.topbar a:hover{color:#ffffff; font-weight:bold; text-decoration:underline;}

.pghd{font-family: 'BentonSans-Medium', Georgia, "Times New Roman", Times, serif; font-size:x-large; padding: 15px 0px;}

.faq_point li{ padding:5px;}

li.quest{
	cursor:pointer;
	
}

.divAns{
	padding:6px;
	display:none;
	background:#F2F2F2;
	text-align:justify;
}
