﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse; Modified by me*/
	border-collapse: separate;
	border-spacing: 0;
}

/****************** CSS reset Ends here ********************8*/

body {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 11px;
	background-image:url(../images/bodybg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d6d6d6;
	line-height: 16px;
}

ol, ul {
    list-style-type: disc;
    margin-left: 30px;
}

a {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
}

a:visited {
	color: #000;
}

hr {
	height: 1px;
	color: #d1d5d8;
}

img {
    border: 0;
}

#wrapper {
    width: 928px;
    position: relative ;
    margin: 0 auto;
	clear: both;
}

#forshadow {
	width: 948px;
	background: url('../images/wrapperbg.png') repeat-y center top;
}

#container {
    margin: 0 auto;
	background-color: #fff;
	width: 928px;
	border: 0;
	border-bottom: solid 1px #737677;
}

#TopDiv {
	background-color: #fff;
}

#leftNav #leftMenuHead, .navHead {
	background-color: #EC5800;
	color: #fff;
	font-weight: bold;
	width: 100%;
	margin: 0 0 5px;
	height: 40px;
}

.box {
    margin: 0 auto 10px;
    width: 190px;
}

.navHead {
	/*height: 20px;*/
}

#leftNav #leftMenuHead span, .navHead span {
	padding-left: 15px;
}

#leftNav ul {
	padding: 0;
	margin: 0;
	list-style-image:url("../images/arrow_expandable.png");
	list-style-type:square;
	list-style-position: inside;
	background-color: #f0f0f0;
}

#leftNav li {
	padding:0 0 0px 5px;
	margin:0;
	margin-bottom: 0px;
}

#leftNav a, .middlecontent li {
    color:#151515;
    font-size: 11px;
}

#leftNav .navHead span a {
	color: #fff;
}

#leftNav a:hover {
	text-decoration: underline;
}

#leftNav ul li.lastLi {
	list-style-image:url(../images/1x1.gif);
	background-image: url(../images/bg.jpg);
	background-color: #fff;
	height: 19px;
	margin: 0px;
	padding: 0;
}

#topLinks {
    position: absolute;
    top:0px;
    right:45px;
    padding: 3px 0;
    overflow: hidden;
    color: #6f6f6f;
}

#topLinks a {
    color: #6f6f6f;
}

#forCorner a {
	margin:0;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: -5px;
}

#searchbx {
	display: none;
	position: absolute;
	top: 35px;
	right: 20px;
	width: 210px;
	vertical-align: middle;
}

#searchbx input {
    margin: 0;
    padding: 0;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-right: none;
    height: 18px;
    width: 175px;
    font-size: 11px;
}

#searchbx #txtSearch { 
    float: left;
    padding: 0;
}

.alignTop {
    float: left;
}

#btnSearch {
 /*   display: block; */
    float:left;
    height: 22px;
    border-left: none;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
}

#searchbx #btnSearch a {
    margin: 0;
    padding: 0;
    height: 22px;
    width: 22px;
}

#menucontent {
	
	height: 28px;
	background-image: url(../images/off.png);
	overflow: hidden;
}

#menucontent ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#menucontent ul li {
	display: block;
	float: left;
	margin: 0;
}

#menucontent ul li a {
	display: block;
	float: left;
	height: 28px; 
	padding: 5px 22px 0 22px;
	background-image: url(../images/off.png);
}

#menucontent ul li a:hover {
	background-image: url(../images/on.png);
	color: #000;	
}

#menucontent ul li a:hover #menucontent ul li a.activelink {
	background-image: url(../images/off.png);
}

#menucontent ul li a.activelink {
	background-image: url(../images/on.png);
}

#middleContainer {
    padding: 0 15px;
}

#leftDiv {
	margin-top: 10px;
	width: 190px;
	float:left;
}

#rightDiv {
	margin-top: 10px;
	margin-left: 10px;
	width: 698px;
	float:left;
}

#leftColInRightDiv {
	padding-top: 10px;
	float:left;
	width:490px;
}

#rightColInRightDiv {
	padding-top: 10px;
	width: 200px;
	float: right;
}

#rightColInRightDiv ul {
    list-style-image:url("../images/arrow_expandable.png");
}

#rightColInRightDiv a {
    color: #e55801;
}

.clearfix {
    clear: both;
}

#footerDiv {
    clear: both;
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
}

#footerDiv p {
	color:#6F6F6F;
}

#footerDiv a {
    color: #6f6f6f;
}


#helpBox {
	margin: 10px 0 0;
	background-color: transparent;
	color : #4b4b4b;
	position: relative;
	width: 190px;
}

#helpBox .heading, .box .heading {
	padding: 5px 0 5px 10px;
	text-align: center;
	background-color: #e2e2e2;
	background-image: url(../images/boxheadbg.png);
	background-repeat: repeat-x;
}

.box .heading {
    
    text-align: left;
    font-size: 12px;
    color: #ff5a00;
    font-weight: bold;
}

#leftNav .box .heading a {
    color: #ff5a00;
    font-size: 12px;
}

#helpBox ul {
	list-style-image:url(../images/arrowlarge.jpg);

}
#helpBox ul li a, label { 
	color: #4b4b4b;
}

#helpBox ul li a {
	position: relative;
	top: -6px;
	padding-left: 5px;
}

#contactUsDiv {
    width: 190px;
    position: absolute ;
    background-color: #e2e2e2;
}

#contactUsDiv a {
    font-weight: bold ;
    color: #ff5a00;
    padding: 5px 0 5px 20px;
    display: block ;
}

#contactUsDiv a:hover {
    text-decoration: underline;
}

div.tl, div.tr, div.bl, div.br {
    position: absolute ;
    width: 8px;
    height: 8px;
    background-image: url(../images/topcorners.png);
    background-repeat: no-repeat ;
}

div.tl {
    top: 0;
    left: 0;
}

div.tr {
    top:0;
    right: 0;
    background-position: right top ;
}

div.bl {
    bottom: 0;
    left: 0;
    background-position: bottom left ;
}

div.br {
    bottom: 0;
    right: 0;
    background-position: right bottom ;
}

.contentHead , .contentPara {
    margin-bottom: 10px;
	color:#6F6F6F;
	font-size:11px;
	text-align: justify;
}

.contentHead {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
    color:#ff5a00;
}

#newsBox {
	border :1px solid #E9EDEE;
	color:#6F6F6F;
	font-size:12px;
	padding: 5px;
	margin-bottom: 10px;
}

#newsBox .heading {
    padding-bottom: 5px;
	border-bottom: 1px solid #E9EDEE;
	text-align: center;
	color: #000;
	font-size: 14px;
}

#newsBox div.newsForm {
    padding-top: 5px;
	text-align : center;
}

#newsBox div.newsForm #SubmitTextBox, #ctl00_newsbox1_SubmitTextBox, #newsbox1_SubmitTextBox{
    border: solid 1px #bbb;
    width: 110px;
    float: left;
    background-color: #fff0eb;
}

#leftColInRightDiv table {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
}
#leftColInRightDiv table td{
	vertical-align: top;
	padding-left: 20px;
}

#leftColInRightDiv table span{
	font-size: 12px;
	font-weight: bold;
}

#leftColInRightDiv table ul, .specialityList {
	list-style-image:url(../images/arrowsmall.jpg);
	padding-left: 15px;
	margin: 7px 0 0;
}

.specialityList {
    padding-left: 30px;
}

.specialityList a {
    color: #ff5a00;
}

#leftColInRightDiv table ul li {
    height: 15px;
}

#leftColInRightDiv table ul li a:hover {
	text-decoration: underline;
}

#header4 {
	text-align:right;
}

.current {
	font-weight:bold;
}

/****************** Style sheet for login box | BEGIN **********************/

.loginTbl .heading {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: #EC5800;
	border-bottom: solid 1px #EC5800;
	padding-bottom: 5px;
}

.loginTbl a {
    text-decoration: underline;
}

.txtLogin {
	width: 132px;
	border: solid 1px #809eba;
}

#ctl00_loginbox {
    margin: 0 auto;
    width: 140px;
}

#ctl00_loginbox table tr td {
    padding-top: 5px;
}

.required, #leftNav .loginLinks a {
    color: #ff5a00;
}

.bulletspan {
    width: 16px;
    height: 16px;
    background-image: url(../images/arrowsmall.jpg);
    background-position: center center ;
    background-repeat: no-repeat ;
    float: left ;
}

/****************** Style sheet for login box | END **********************/


/* corner the box */
.left, .right {
    width: 11px;
}

.top {
    height: 10px;
}

.bottom {
    height: 16px;
}

.topleftcorner {
    background-image: url(../images/leftcorners.png);
    background-repeat: no-repeat;
}

.toprightcorner {
    background-image: url(../images/leftcorners.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.bottomleftcorner {
    background-image: url(../images/leftcorners.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.bottomrightcorner {
    background-image: url(../images/leftcorners.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bottommiddleside {
    background-image: url(../images/bottommiddle.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #f0f0f0;
}

.middleleftSide {
    background-image: url(../images/middleleft.png);
    background-repeat: repeat-y;
    background-color: #f0f0f0;
}

.middlerightSide {
    background-image: url(../images/middleright.png);
    background-position: right;
    background-repeat: repeat-y;
    background-color: #f0f0f0;
}

.middlecontent {
    padding-top: 10px;
    background-color: #f0f0f0;
    border-left: solid 1px #c8c8c8;
    border-right: solid 1px #c8c8c8;
}

.middlecontent ul li {
    margin-left: 10px;
}

#accordion h3 {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 11px;
}

#slider {
  width: 490px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 300px;
  overflow: hidden ;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  height: 350px;
  /*width: 450px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

.parent-recover-form div {
    margin-bottom: 10px;
}

.recoverForm span, .recoverForm input {
    float: left;
}

.serverResponse {
    clear:both;
    margin-top: 50px;
}

#ctl00_ContentPlaceHolder1_txtUserID {
    border: solid 1px #ff5a00;
    width: 180px;
    background-color: #f0f0f0;
}

/* Style for Business card on contact us */

.cardDiv {
    position: relative;
    width: 413px;
    height: 225px;
    margin: 0;
    padding: 0;
    border: solid 1px #000;
    font-size: 12px;
    margin-top: 20px;
}

.bottomEffect {
    position: absolute;
    bottom: 0px;
    left:0px;
    margin: 0;
    padding: 0;
    width: 413px;
    height: 20px;
    border-top: solid 1px #000;
    background-color: #ff6600;
}

* html div.cardDiv .bottomEffect { bottom: -1px; } /*style for IE*/

.cardLogo {
    position: absolute;
    right: 40px;
    top: 10px;
}

.cardDiv .contactDiv {
    margin: 78px 0 0 9px;
}

.cardDiv .contactDiv .name {
    font-weight: bold;
}

.cardDiv .contactDiv .designation {
    font-style: italic ;
}

.cardDiv .contactDiv .email a {
    color: #00f;
}
