body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background: url(../images/bg-body.gif) left top repeat-x;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

h1, img, form {margin:0; padding:0;}
.float-left {
	display: block;
	float: right;
	height: 11px;
	padding-left: 6px;
	padding-right: 6px;
}

#wrapper {
	margin: 0px auto;
    width: 982px;
	display: block;
	/*overflow: hidden;*/
}

/*---------------------------------------------------header starts---------------------------------------------------------*/
#header {
	background: url(../images/banner-bg.jpg) left top no-repeat;
	display: block;
	height: 206px;
	width: 982px;
	background-color: #FFFFFF;
	text-align:left;
}
.logo{float:left;}
.logo h1 {
	margin: 0px;
	padding: 0px;
}
.logo a {
	text-indent: -9999px;
	display: block;
	height: 144px;
	width: 261px;
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 50px;
}
*html .logo a {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
background:transparent;
	margin-top: 7px;
	margin-left: 25px;
}
.searchbox {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #6b6161;
	width: 156px;
	padding-top: 144px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.searchbox a {
	color: #6B6161;
	text-decoration: none;
}
.searchbox a:hover {
	text-decoration: underline;
}
.search-txtfield {
	float: right;
	margin-top: 10px;
}
.search-wrapper {
	display: block;
	text-align: right;
	float: right;
}
.txtfield {
	font-size: 11px;
	color: #1f8293;
	width: 129px;
	border: 1px solid #9a9a9a;
	float: right;
	background-image: url(../images/icon-zoom-tool.gif);
	background-repeat: no-repeat;
	background-position: 130px center;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/*---------------------------------------------------header ends---------------------------------------------------------*/.content-wrapper {
	display: block;
	width: 982px;
	margin-top: 10px;
	
}


/*---------------------------------------------------leftside starts ---------------------------------------------------------*/

.leftside {
	display: block;
	float: left;
	width: 272px;
	overflow: hidden;
}
.margin-top {
	margin-top: 10px;
	text-align:left;
	width:266px;
	display: block;
	}
.nav-left {
	float: left;
	width: 266px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-left-nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f5c700;
	margin: 0px;
	padding: 0px;
}
.nav-left a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: block;
	line-height: 18px;
	background-image: url(../images/img-arrow-left-nav.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.join-company {
	text-align: center;
	display: block;
	float: left;
	width: 266px;
}
.btn {
	background-image: url(../images/bg-btn.gif);
	text-align: center;
	height: 18px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 5px;
}
.err{
    color: #FF0000;
    font-size: 11px;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

.err1 {
	color:#FF0000;
}
/*.nav-left a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	line-height: 18px;
}*/
.nav-left a:hover {
	background-color: #fce76d;
}
.nav-left ul {
	margin: 0px;
	padding: 20px;
}
.nav-left li {
	list-style-type: none;
	margin:0;
	padding:0;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}


/*---------------------------------------------------leftside ends--------------------------------------------------------*/


/*---------------------------------------------------rightside starts---------------------------------------------------------*/
.rightside {
	display: block;
	float: left;
	width: 710px;
}
.topnav {
	font-size: 13px;
	font-weight: bold;
	color: #0c6981;
	text-transform: uppercase;
	text-align: left;
}
.topnav ul {
	margin: 0px;
	padding: 0px;
}
.topnav li {
	list-style-type: none;
	float: left;
	padding-right: 1px;
	padding-left: 1px;
	}
	
.topnav a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #0C6981;
	text-decoration: none;
	margin: 0px;
}
.topnav a:hover {
	color: #000000;
	background-color: #f9c900;
	background-image: url(../images/arrow-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.read-more-line {
	background-color: #dbdbdb;
	display: block;
	text-align: right;
	margin-top: 25px;
	height: 20px;
}

.content {
	margin-top: 10px;
	float: left;
	width: 660px;
	background-color: #f4f4f4;
	font-size: 12px;
	color: #000000;
	text-align: left;
	border: 2px dashed #dbdbdb;
	line-height: 18px;
	overflow: hidden;
	/*	position: relative;*/
		padding:20px;
/*	padding: 20px 20px 32767px 20px;
	margin-bottom: -32762px;*/
}

.read-more a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF!important;
	background-color: #25afcc;
	text-decoration: none!important;
}
.txt000-headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	display: block;
	padding-bottom: 15px;
}

.read-more a:hover {
	color: #000000;
	background-color: #f9c900;
}
.client-testi-wrapper{
	width: 293px;
	height: 350px;
	display:block;
	float:left;}

.client-testi {
	background-image: url(../images/img-client-t.jpg);
	float: left;
	height: 92px;
	width: 293px;
	margin-bottom: 15px;

	
}
.lower-body {
	display: block;
	margin-top: 20px;
	overflow: hidden;
}
.testi-con {
	font-size: 11px;
	display: block;
	float: left;
	width: 293px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.float-right {
	float: right;
}
.testi-con ul {
	margin: 0px;
	padding: 0px;
}
.testi-con li {
	background-image: url(../images/img-arrow-li.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 20px;
	margin: 0px;
	list-style-type: none;
}
.testi-con a {
	color: #000000;
	text-decoration: underline;
}
.testi-con a:hover {
	text-decoration: none;
}
.wrapper-main-patient {
	float: left;
	width: 621px;
	display: block;
	background-color: #e9e9e9;
	border: 1px solid #d4cece;
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 22px;
}
.patient-res a {
	color: #676767!important;
	text-decoration: none;
}
.patient-res a:hover {
	text-decoration: underline;
}

.patient-res {
	display: block;
	float: left;
	width: 276px;
	overflow: hidden;
	line-height: 20px;
	padding-right: 15px;
}
.appointments {
	display: block;
	float: left;
	width: 300px;
	overflow: hidden;
	line-height: 20px;
	background-image: url(../images/img-separator.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
}

.txtcd7a00 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #cd7a00;
	font-weight: bold;
	margin-top: 0px;
}


.whats-new {
	background-image: url(../images/img-whats-new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 92px;
	width: 324px;
	margin-bottom: 15px;
}
.whats-new-wrapper {
	float: right;
	height: 350px;
	width: 324px;
}
.txt1395b2 {
	font-size: 13px;
	color: #1395b2;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 4px;
}
.txt-sm {
	font-size: 11px;
	font-weight: normal;
}
.textfield-appoint {
	font-size: 11px;
	color: #1395B2;
	border: 1px solid #bebebe;
	padding: 2px;
	width: 230px;
}


/*---------------------------------------------------rightside ends---------------------------------------------------------*/


/*---------------------------------------------------footer starts---------------------------------------------------------*/
.footer-wrapper {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/img-footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 133px;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e3bd0f;
	margin-top: 10px;
	position: relative;	
	
}
.footer a {
	color: #00302E;
	text-decoration: none;
	padding: 1px;
}
.footer a:hover {
	background-color: #fce76d;
}
.footer {
	display: block;
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	color: #00302e;
	padding-top: 37px;
	line-height: 20px;
		
}
/*---------------------------------------------------footer ends---------------------------------------------------------*/
.txt-red {
	color: #FF0000;
}
.txt-blue {
	color: #333333;
}
.content ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content li {
	background-image: url(../images/img-arrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 3px 6px;
	padding-top: 2px;
	padding-bottom: 1px;
}



.sub-header {
	text-transform: uppercase;
	color: #333333;
	background-color: #CBEAF2;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
}

.bg-yellow {
	background-color: #FFF9DD;
	padding: 10px;
	border: 1px solid #FFCC33;
	margin-top: 15px;
}

.txt-big {
	font-size: 14px;
}
.content a {
	color: #000000;
}
.content-img {
	float: right;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-left: 10px;
}
