﻿body
{
	margin: 0;
	font-family: Lucida Sans Unicode , Lucida Grande , Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; /* for old version  	background-image: url(images/warter_mark.jpg); 	background-color: #48608C; 	*/
	background-image: url(images/warter_mark1.jpg);
	background-color: #ACBDD7;
	background-repeat: no-repeat;
	background-position: top;
	
}

strong, em, b, i
{
	font-family: "Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

/* for new version */

.welcomefont
{
	font-size:14px;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:
}
.breadscrubpadding
{
	padding-top:4px;
}
.btnsubmit_new
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	background: url("images/submit.png" );
	background-repeat: no-repeat;
	width: 76px;
	color: White;
	height: 22px;
	border: none;
}

.btnsubmit_new:hover
{
	background-position: 0 -22px;
	background-repeat: no-repeat;
}
.breadcrumbs_new
{
	/*background-image:url(images/bg_img.jpg);*/ /* For old version     background-color: #A96857; 	*/
	background-color: #1869BB; /* For old version     color: black;  	*/
	color: white;
	font-weight: bold;
	padding: 2px 1px 7px 10px;
}
.connectfacebook
{
	background-image: url(images/facebook1.jpg);
	background-repeat: no-repeat;
	width: 71px;
	height:25px;
}
.connectfacebook:hover
{
	background-image: url(images/facebook1_hvr.jpg);
	background-repeat: no-repeat;
	width: 71px;
	height:25px;
}
.connectlnk
{
	background-image: url(images/in.jpg);
	background-repeat: no-repeat;
	width: 71px;
	height:25px;
}
.connectlnk:hover
{
	background-image: url(images/in_hvr.jpg);
	background-repeat: no-repeat;
	width: 71px;
	height:25px;
}
.connecttwitter
{
	background-image: url(images/tiwtter.jpg);
	background-repeat: no-repeat;
	width: 71px;
	height:25px;
}
.connecttwitter:hover
{
	background-image: url(images/twitter_hvr.jpg);
	background-repeat: no-repeat;
	width: 71px;
	height:25px;
}
	

#divsubscribe
{
	float: left;
	width: 100%;
}
.rightcontent
{
	float: right;
	margin: 0px 8px 0px 0px;
}

/* end */



/* for menu bar */

img
{
	border: 0;
}

.menubar
{
	background-image: url(images/bg_img.jpg);
	background-repeat: repeat-x;
	background-color: #7C3634;
	border: solid 0.01em black;
	position: absolute;
	right: 0;
	top: 35px;
	width: 485px;
}


.mmenu
{
	float: right;
	background: transparent;
}
.mmenu, .mmenu ul
{
	z-index: 999;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
/* * html .mmenu a:hover{z-index:1000;position:relative;color:red} */
* html .mmenu li ul
{
	z-index: 1000;
	display: block;
	position: absolute;
	visibility: hidden;
}

.mmenu a
{
	font-weight: bold;
	padding: 4px;
	vertical-align: middle;
	display: block; /* this helps make sure the link covers 100% area */ /* position:relative;		 this helps make sure IE5 hover works on link */ /* border:1px solid #518CC8; */
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	color: White; /* Need to specify a width - this is used to open sub menu with margin-left */
}


.mmenu img
{
	vertical-align: middle;
}

.saparater
{
	width: 2px;
	height: 28px;
	background: url(images/s1.jpg) no-repeat;
}

.mmenu ul a
{
	padding: 2px;
	color: white;
}
.mmenu li
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	line-height: 20px;
}
.mmenu li:hover
{
	z-index: 999;
}
.mmenu li ul
{
	display: none;
	background-color: #7C3634;
	position: relative;
	width: 100%;
}

.mmenu ul li ul
{
	left: 100%;
	margin-top: -26px;
}
/* default top and left positioning for sub sub menus (this is specified in the list to make adhoc changes)*/
.mmenu ul li
{
	clear: both;
	width: 100%;
}

.mmenu li:hover > a, .OnHover
{
	color: #ffffff !important;
	border: 0px solid #528ECE;
	text-decoration: none;
	line-height: 20px;
	background-color: black;
}
.OnHover
{
	background-color: #A96857 !important;
}
.mmenu li:hover > ul
{
	display: block;
	position: absolute;
}
/*sub menu from vertical parent positioning */


.mmenu a:hover
{
	color: #331734;
	text-decoration: none;
	border: 0px solid #528ECE;
	line-height: 20px;
	background-color: #A96857;
}

.menuarrow
{
	padding-top: 6px;
	padding-right: 5px;
	border: 0;
	right: 0;
	position: absolute;
	vertical-align: middle;
	height: 8px;
	width: 8px;
}


.Heightlight
{
	color: #E9E895 !important;
}


/* end */



/************** Master Page *****************/

#main
{
	/* for old version 
width: 975px; 	margin-top: 42px; */
	width: 1005px;
	margin: auto;
	margin-top: 18px;
}


#top
{
	background-color: Transparent;
	position: relative;
	padding-bottom: 15px;
	z-index: 5;
}

#topNav
{
	position: absolute;
	padding-bottom: 15px;
	bottom: 0px;
	right: 0px;
}


a
{
	color: White;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}
.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

#topNav ul, #btmNav ul
{
	margin: 0;
	padding: 0;
	float: left;
}


#topNav li, #btmNav li
{
	float: left;
	list-style-position: inside;
	list-style-type: none;
}

#topNav a, #btmNav a
{
	text-decoration: none;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	font-weight: bold;
}
#topNav a:hover, #btmNav a:hover
{
	background: #3F7ABA;
}





#btmleft
{
	margin-top: 15px;
	float: left;
	color: White;
	font-size: 0.85em;
}

.btmright
{
	margin: 8px;
	margin-right: 0px;
	float: right;
	font-size: 0.9em;
}


.btnImage
{
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.9em;
	background: url(   "images/blankRounded01.png" );
	background-repeat: no-repeat;
	width: 100px;
	color: White;
	height: 24px;
	border: none;
}

.btnImage:hover
{
	/*background: url("images/blankRounded_hvr.png" );*/
	background-position: 0 -24px;
}


.lnkGotoPayment
{
	background: url(   "images/payment01.png" );
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.9em;
	background-repeat: no-repeat;
	width: 100px;
	color: White;
	height: 24px;
	border: none;
}

.lnkGotoPayment:hover
{
	/*background: url("images/payment_hvr.png");*/
	background-position: 0 -24px;
	background-repeat: no-repeat;
}


.btnReferralImage
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	background: url(   "images/send_email01.png" );
	background-repeat: no-repeat;
	width: 120px;
	color: White;
	height: 24px;
	border: none;
}

.btnReferralImage:hover
{
	background-position: 0 -24px;
	background-repeat: no-repeat;
}


.btnImageGoBack
{
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	background: url(   "images/go_back01.png" );
	background-repeat: no-repeat;
}

.btnImageGoBack:hover
{
	text-decoration: none;
	background-position: 0 -24px;
	background-repeat: no-repeat;
}



/*********** Home ************/

.textareapadd2
{
	padding-top: 2px;
}

.textpadding15
{
	padding: 15px;
}

.textareamargin10
{
	margin-top: 10px;
}


.textareamargin5
{
	margin-top: 5px;
}

.textareamarginbtm5
{
	margin-bottom: 5px;
}

.widthhome
{
	width: 200px;
}

.breadcrumbs
{
	/*background-image:url(images/bg_img.jpg);*/ /* For old version     background-color: #A96857; 	*/
	background-color: #1869BB; /* For old version     color: black;  	*/
	color: white;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
}

.breadcrumbLinks
{
	/* For old version     color: black;  	*/
	color: White;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
}

.breadcrumbs span
{
	/* For old version     color: black;  	*/
	color: White;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
}

.breadcrumbLinks:hover
{
	text-decoration: underline; /* For old version     color: black;  	*/
	color: white;
}

.homeWelcomeFont
{
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.topBanner
{
	margin: 15px 15px 0px 15px;
}

.content
{
	float: left; /* for old version     width: 975px;*/
	width: 1002px;
	border: solid 1px #2F4D7A;
	background-color: White;
}


.leftcontent
{
	float: left;
	padding: 15px;
}

.breadcrumbs1
{
	color: gray;
	font-weight: bold;
	border-bottom: solid 1px #8F4D41;
	margin-bottom: 1.em;
	padding-bottom: 5px;
}


.breadcrumbWithoutLinks
{
	color: gray;
	font-weight: bold;
	font-size: 0.8em;
}




/********** V1 ***************/
.breadcrumbs_v1
{
	background-image: url(images/bg_img.jpg);
	color: #ffffff;
	font-weight: bold;
	margin: 15px 15px 0;
	padding-bottom: 5px;
}

.breadcrumbLinks_v1
{
	color: White; /* Brown */
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	padding: 5px 2px 3px 8px;
}

.breadcrumbLinks_v1:hover
{
	text-decoration: underline;
	color: White; /* White */
}


/********** V2 ***************/
.breadcrumbs_v2
{
	color: Gray;
	font-weight: bold;
	margin: 0px 15px 0;
	padding-bottom: 5px;
}

.breadcrumbLinks_v2
{
	color: Gray; /* Gray */
	font-weight: bold;
	font-size: 0.74em;
	text-decoration: none;
	padding: 0px 2px 3px 3px;
}

.breadcrumbLinks_v2:hover
{
	text-decoration: underline;
	color: Gray; /* Gray */
}


/********** V3 ***************/
.breadcrumbs_v3
{
	color: Gray;
	font-weight: bold;
	margin: 15px 15px 0;
	padding-bottom: 5px;
	text-align: right;
}

.breadcrumbLinks_v3
{
	color: Gray; /* Gray */
	font-weight: bold;
	font-size: 0.74em;
	text-decoration: none;
	padding: 0px 2px 3px 3px;
}

.breadcrumbLinks_v3:hover
{
	text-decoration: underline;
	color: Gray; /* Gray */
}




/*************** V4 ******************/
.breadcrumbs_v4
{
	border-bottom: 1px solid #8F4D41;
	color: #8F4D41;
	font-weight: bold;
	margin: 15px 15px 0;
	padding-bottom: 5px;
}

.breadcrumbLinks_v4
{
	color: #8F4D41; /* Brown */ /*background-color:#528CCB; /* Blue */
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	padding: 3px 2px 3px 2px;
}

.breadcrumbLinks_v4:hover
{
	text-decoration: underline;
	color: #FF5A00; /* Blue */
}







#txtcontent
{
	/* for old version  	width: 235px;*/
	width: 235px; /* 256 */
	float: left;
	position: relative;
}

#testimonial
{
	width: 300px; /* 275 */
	float: right;
}


.brownhead
{
	background-image: url(images/bg_img.jpg);
	background-repeat: repeat-x;
	background-color: #7C3634;
	border: solid 0.05em #4F0835;
	color: White;
	font-size: 1em;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	vertical-align: bottom;
	font-weight: bold;
	letter-spacing: 0.05em;
	clear: both;
	height: 24px;
	position: relative;
	margin-top: 0PX;
	margin-bottom: 0PX;
}



#bottombutton
{
	clear: both;
	float: left;
	margin: auto;
	margin-top: 20px;
	width: 1000px;
	position: relative;
}

.bottombtn
{
	float: left;
	width: 325px;
	text-align: left;
	margin-right: 20px;
}


.bottombtnImage
{
	background-repeat: no-repeat;
}

.bottombtnImage:hover
{
	background-position: 0 -74px;
}
.bottombtnImage1:hover
{
	background-position: 0 -74px;
}

.imgTaxRetun
{
	width: 310px;
	height: 74px;
	background: url(  "images/taxreturn_.png" );
}

.imgConsult
{
	width: 310px;
	height: 74px;
	background: url("images/Consult_.png" );
}

.imgVita
{
	/* for old version 
	width: 306px;*/
	width: 306px;
	height: 74px;
	/*background: url("images/vitaservice_.png" );*/
	background: url("images/vitaservice_.png" );
}


.lnkreadmore
{
	font-weight: bold;
	color: #FF5A00;
}



.lnkreadmore:hover
{
	text-decoration: underline;
	color: #BF0808;
}

.lnkSend
{
	background: url(   "images/Blank_send01.png" );
	padding: 3px 31px 5px 20px;
	background-repeat: no-repeat;
	font-size: 0.9em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

.lnkSend:hover
{
	background-repeat: no-repeat;
	background-position: 0 -24px;
	text-decoration: none;
}

.lnkGetStart
{
	background: url(   "images/getStarted01.png" );
	padding: 3px 31px 6px 20px;
	background-repeat: no-repeat;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
}

.lnkGetStart:hover
{
	background-position: 0 -24px;
	background-repeat: no-repeat;
	text-decoration: none;
}



.textarea
{
	font-size: 1em;
	margin-bottom: 10px; /* for old version  	padding-top: 10px;*/
	padding-top: 28px;
	padding-bottom: 15px;
	padding-left: 10px;
	background: #F5EDEA;
}





/**********  ************/

.selectedlnk
{
	background: transparent url(images/pointer.gif) bottom center no-repeat;
}


.pointerimg
{
	position: absolute;
	left: 30px;
	bottom: -10px;
}



#rightcontent
{
	float: right;
	width: 550px;
	background-color: White;
	line-height: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#banner
{
	float: right;
	border-bottom-style: none;
	width: 580px;
}



.rssimg
{
	position: absolute;
	right: 5px;
	top: 3px;
}


.adminlnk
{
	display: none;
}


/*----------Consultation----------*/

.fileldinputs, .fieldlable
{
	float: left;
	padding-top: 5px;
}

.fieldlable
{
	clear: both;
	width: 190px;
}

.fieldcenter
{
	clear: both;
	text-align: center;
}

.borderbox
{
	width: 517px;
	border: #CAB7B0 solid 1px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	float: left;
	padding: 10px; /*font-size: 13px; Kalpesh */
}


/* -----------TaxReturn------------------*/


.CityList
{
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-left: 20px;
}

#taxreturn
{
	width: 549px;
	float: right;
	margin-left: -9px;
	background: #F5EDEA none repeat scroll 0 0;
}

.textarea1
{
	font-size: 1em;
	background: #F5EDEA;
	padding: 10px;
}

.imagespace
{
	padding-bottom: 10px;
}

.brownhead1
{
	background-image: url(images/bg_img.jpg);
	background-repeat: repeat-x;
	background-color: #7C3634;
	border: solid 0.05em #4F0835;
	color: White;
	font-size: 1.05em;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.05em;
}

.rightcontentNextPage
{
	margin-top: 10px;
	padding-left: 10px;
	background: white;
	float: left;
	position: relative;
	border: solid 1px black;
	width: 540px;
}

#rightcontentVitaService
{
	padding: 10px;
	padding-top: -10px;
	padding-left: 15px;
	background: white;
	float: left;
	position: relative;
}

#bottomImageContent
{
	float: left;
	margin: auto;
	margin-top: 10px;
	position: relative;
	color: White;
}

.warning
{
	margin-top: 15px;
	font-size: 1em;
	background-color: #E7DAD5;
	vertical-align: middle;
	vertical-align: top;
	padding: 6px;
}

.imageWarning
{
	background-image: url(   "images/warning.png" );
}


/* -----------ClientEntryForm------------------*/
.lblContent
{
	text-align: left;
	vertical-align: top;
	width: 200px;
	float: left;
}
.SubContent
{
	line-height: 25px;
}

.SubContentContact
{
	bottom: 8px;
	position: relative;
}

.SubContent01
{
	line-height: 18px;
}

.SubContentButton
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 25px;
}

#SubContentButton
{
	margin-left: 198px;
}

.client_text
{
	text-decoration: none;
	color: White;
}

.lblContent01
{
	text-decoration: none;
	color: White;
}

.for_box
{
	background-image: url(images/bg_img.jpg);
	background-repeat: repeat-x;
	font-size: 0.90em;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: White;
	line-height: 1.5em;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
	letter-spacing: 0.10em;
	word-spacing: 2px;
	height: 23px;
}

.for_box01
{
	font-size: 0.90em;
	padding: 0px;
	padding-right: 175px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
	color: Gray;
	line-height: 1.00em;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
	letter-spacing: 0.10em;
	word-spacing: 2px;
	width: 100%;
}

.client_box01
{
	background-image: url(images/bg_img.jpg);
	background-repeat: repeat-x;
	font-size: 0.90em;
	padding: 0px;
	padding-right: 175px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
	color: White;
	line-height: 1.00em;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
	letter-spacing: 0.10em;
	word-spacing: 2px;
}

#rightcontent1
{
	float: right;
	width: 550px;
	background-image: url(images/right_box_part_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
}


#rightcontent2
{
	float: right;
	width: 550px;
	background-color: White;
	line-height: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.star
{
	color: Red;
}

.error
{
	color: red;
	font-size: 0.8em;
}

.textbox
{
	width: 230px;
	border: #5E5E5A solid 1px;
}

.textbox01
{
	width: 230px;
	height: 48px;
	border: #5E5E5A solid 1px;
}


.textbox02
{
	width: 234px;
	border: #5E5E5A solid 1px;
}

.textbox03
{
	width: 230px;
	height: 80px;
	border: #5E5E5A solid 1px;
}

.client_bg
{
	background-color: #F5EDEA;
	padding: 5px;
}

.help_text
{
	background-color: #F5EDEA;
	margin-bottom: 10px;
	color: #5E5E5A;
	font-size: 0.80em;
	font-weight: bold;
}




/*********** Test ****************/

div.rounded-box
{
	width: 9em;
	background-color: #E6E6E6;
	margin: 3px;
}
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	overflow: hidden;
}
div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside
{
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #E6E6E6;
	line-height: 40px;
}
div.top-left-corner
{
	top: 0px;
	left: 0px;
}
div.bottom-left-corner
{
	bottom: 0px;
	left: 0px;
}
div.top-right-corner
{
	top: 0px;
	right: 0px;
}
div.bottom-right-corner
{
	bottom: 0px;
	right: 0px;
}
div.top-left-inside
{
	left: -8px;
}
div.bottom-left-inside
{
	left: -8px;
	top: -17px;
}
div.top-right-inside
{
	left: -25px;
}
div.bottom-right-inside
{
	left: -25px;
	top: -17px;
}
div.box-contents
{
	position: relative;
	padding: 8px;
	color: #000;
}







.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2
{
	background: transparent url(images/blank.png) no-repeat bottom right;
}
.cssbox
{
	width: 335px !important; /* intended total box width - padding-right(next) */
	width: 320px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
}
/* set the top-right image */
.cssbox_head
{
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */
}
/* set the top-left image */
.cssbox_head h2
{
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
}
/* set the lower-left corner image */
.cssbox_body
{
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */
}



/* Thank You */
.thanx_box_border
{
	border: 1px solid #CAB7B0; /*margin:8px;     padding:8px;*/
}

.SubThanks
{
	background: #CAB7B0;
	padding: 5px;
	font-weight: bold;
}

.SubThanks1
{
	padding: 5px;
}

/* Contact Us */
.contact_box_border
{
	border: #CAB7B0 solid 1px;
	padding: 10px;
	width: 60%;
}

.contact_textarea1
{
	font-size: 1em;
}


/************* Testimonials **********/

.mainContent
{
	background-color: #F5EDEA;
	padding-bottom: 10px;
}

.contentTesti
{
	width: 300px;
	margin: auto;
	position: relative;
}

.testibody
{
	margin-left: 10px;
	margin-right: 8px;
}

.brownheadTestimonials
{
	background-image: url(images/bg_img.jpg);
	background-repeat: repeat-x;
	background-color: #7C3634;
	border: solid 0.05em #4F0835;
	color: White;
	font-size: 1.15em;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 0.05em;
	z-index: auto;
}

.imageTesti
{
	float: left;
	border: 4px double #4F0835; /*height : 100px;*/ /*width : 100px;*/
}

.textTesti
{
	float: left;
	margin: 5px;
	font-style: italic;
	width: 220px;
}


.userInfoTesti
{
	font-weight: bold;
	font-size: 0.8em;
	width: 220px;
}

.pagerTesti
{
	color: #4F0835;
}

.hr
{
	border-top: 1px solid #965446;
	margin: 20px;
	top: 10px;
	position: relative;
	clear: both;
}

.addTesti
{
	text-align: right;
	margin-top: 5px;
	font-size: 0.8em;
	margin-right: 5px;
}


.addTesti a
{
	color: #4F0835;
	font-weight: bold;
	font-size: 0.95em;
}


.addTesti a:hover
{
	text-decoration: underline;
}



.gridpager, .gridpager td
{
	color: #84413B;
	font-weight: bold;
	text-decoration: none;
}
.gridpager a
{
	color: #AD554D; /* Blue */
	font-weight: normal;
	text-decoration: underline;
}


.lblContentTesti
{
	text-align: left;
	vertical-align: top;
	margin-left: 15px;
	width: 160px;
	float: left;
}

.message
{
	color: #0D5FB5;
	font-size: 12px;
}

/*  **********   FAQ    ************** */

.answercontent
{
	left: 10px;
	position: relative;
}

#FAQmain
{
	/* for old version 
	width: 945px; */
	width: 985px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

.questions
{
	margin-left: 30px;
	list-style-image: url(images/bulletQue.gif);
}

.questions ul
{
	margin-top: 5px;
	list-style-image: url(images/bulletQue.gif);
}

.questions a
{
	color: #FF5A00;
	font-weight: bold;
}

#QueAns
{
	width: 100%;
	margin: auto;
	min-height: 300px;
	clear: both;
}

#QueAns a
{
	color: #FF5A00;
}

.QuestFAQ
{
	width: 96%;
	margin-left: 10px;
	padding: 3px;
	background: #F7CDC3 none repeat scroll 0 0;
	border-color: #CD9588;
	border-style: solid;
	border-width: 1px;
	clear: both;
	letter-spacing: 0.1em;
	padding: 0.2em 0.4em;
	vertical-align: middle;
	float: left;
}

.AnswerFAQ
{
	margin-top: 20px;
	padding: 15px;
}

#QueAns1 a
{
	color: black;
}


.questions1 a
{
	color: #653614;
	font-weight: bold;
}


.questions1
{
	margin-left: 30px;
	list-style-image: url(images/bulletQue.gif);
}

.questions1 ul
{
	margin-top: 5px;
	list-style-image: url(images/bulletQue.gif);
}

/**** Firm *****/

.BorderFirm
{
	background-color: #E9DCD7;
	vertical-align: middle;
	vertical-align: top;
	padding: 6px;
	margin-left: 18px;
	margin-right: 18px;
}

/**** CSR *****/
.quoteCSR
{
	font-weight: bold;
	font-size: 0.9em;
	font-style: italic;
	padding-top: 10px;
}

.csrmargin
{
	margin-right: 10px;
}

.textareaCSR
{
	font-size: 1em;
	background: #F5EDEA;
	margin-top: -22px;
}


/*blockquote {
border : 2px solid #000;
width: 200px;
float: right;
margin: 0px;
padding: 10px;
background-color: #ccc;
quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }*/


/*blockquote
{
background:url(images/openquote1.gif) left top;
background-repeat:no-repeat;
padding-left: 25px;
padding-top: 10px;

display:block;
font-style:italic;
}*/

blockquote
{
	background: transparent url(images/openquote1.png) left top no-repeat;
	line-height: 1.6;
	margin: 1.6em auto;
	text-indent: 28px;
	width: 90%;
}
q, blockquote
{
	color: #28283A;
	font-style: italic;
}

blockquote p
{
	background: transparent url(images/closequote1.png) right bottom no-repeat;
	display: inline;
	line-height: 1.6;
	text-indent: 28px;
	padding-right: 31px;
}
p
{
	margin: 0.1em 0 1.2em;
}

/******* Employee *******/
.textEmployee
{
	float: none;
	font-weight: bold;
	margin-left: 5px;
}

.textCity
{
	float: left;
	margin-left: 5px;
}

/* Kalpesh Changes */


.usersideemail
{
	float: left;
}

/* End */

.AdditonalInfoEmployee
{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 380px;
	height: 54px;
	overflow: auto;
}

.LinksEmployee
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #86433B;
}

.hr1
{
	border-top: 1px solid #965446; /*margin:12px;*/
	padding: 12px;
}

.link
{
	float: left;
}

.sidebar
{
	top: 5px;
	position: relative;
	margin-right: 10px;
	float: left;
}


/**** Partners *****/

.subcontentpartner
{
	float: left;
	padding: 15px;
	width: 945px;
}

.LinksPartner
{
	color: #86433B;
	float: left;
	margin-right: 20px;
}

.textPartner
{
	float: left;
	font-weight: bold;
	margin-left: 5px;
	width: 740px;
}

.AdditonalInfoPartner
{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 700px;
	height: 54px;
	overflow: auto;
}

.textGoogleMap
{
	font-weight: bold;
	color: White;
	text-align: center;
	margin-top: 5px;
}

/****** Pricing ********/
.message1
{
	color: #0D5FB5;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px 8px 5px 0px;
}

/********* blog ************/
.BlogDate
{
	font-weight: bold;
	font-size: 0.8em;
}

/******* Participating City *******/
.CityHead
{
	padding: 0px 15px 0px 15px;
}

.CityULLI
{
	position: relative;
	left: 10px;
}

.CityItm
{
	padding-left: 15px;
}

.CityItmLeft
{
	float: left;
	width: 43%;
}
.CityItmRight
{
	float: right;
	width: 54%;
}



/********** Referral Page ************/
.ReferralBottom
{
	width: 522px;
	margin: -10px 10px 10px 10px;
	float: left;
}

.ReferralBottom1
{
	background-color: #F5EDEA;
	width: 522px;
	margin: -10px 0px 10px 10px;
	padding: 10px 12px 10px 10px;
	float: left;
}

.btnBack
{
	margin-left: 10px;
	float: left;
	width: 150px;
}

.btnNext
{
	float: right;
	width: 350px;
}

.docattachment
{
	float: left;
	width: 250px;
}

.lnkdocattachment
{
	top: -6px;
	position: relative;
}

.docattachmentfaq
{
	width: 200px;
}

.flashvideoleft
{
	width: 375px;
	height: 280px;
}

.flashbanner
{
	width: 527px;
	height: 122px;
}

.mainbanner
{
	width: 925px;
	height: 122px;
}
.mainbanner1
{
	width: 655px; /* 695 */
	height: 122px;
}

/*********** Volunteer **************/
.VolunteerBody
{
	clear: right;
	padding-left: 15px;
	background-color: #F5EDEA;
}

.volunteerimage
{
	margin-right: 8px;
}

.clearboth
{
	clear: both;
}

/********* Vita Partner *************/

.partnerbottom
{
	top: 8px;
	position: relative;
}

/*********** Thank You *************/
.thnakyoubody
{
	margin-bottom: 60px;
	text-align: left;
	clear: both;
}

/****** Tax Return *********/
.taxreurnback
{
	margin-top: 65px;
	clear: both;
}

/********** OurService *************/
.ourservicebottom
{
	margin-bottom: 5px;
}

.colorblack
{
	color: Black;
}


/************ contactus **************/
.contactusreadmore
{
	top: 5px;
	position: relative;
}




