@charset "utf-8";
/* CSS Document */

/*================================================
 Reset the styles.
================================================*/
html { 
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
}

body { 
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	color: #333333; 
	font-weight: 400;
	font-family: myriad-pro,sans-serif;
	font-style: normal;
	font-size: 13px;
	/*background: url(../images/bg/bg.png) no-repeat center top;*/
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { 
	margin: 0; 
	padding: 0; 
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { 
	font-family: Arial, Helvetica, sans-serif; 
}

a, a:link, a:focus, a:hover, a:active {
	color: #527ba5;
	font-family: Arial;
}

a, a:link, a:focus, a:hover, a:active {outline: none;}

a:hover {
	text-decoration: none;
}

table { border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

input[type=radio], input[type=checkbox] { vertical-align: middle; margin: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup { font-style: inherit; font-weight: inherit; }

del, ins { text-decoration: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

sup { vertical-align: baseline; }

sub { vertical-align: baseline; }

input, button, textarea, select, optgroup, option { 
	font-family: inherit; 
	font-size: inherit; 
	font-style: inherit; 
	font-weight: inherit; 
	padding: 0; 
	margin: 0;
}

input:focus, textarea:focus, button { outline: none }

p { padding: 5px 0px 7px 0px; font-family: myriad-pro,sans-serif;
font-style: normal;
font-weight: 400; }

li { font-family: "myriad-pro-1","myriad-pro-2",sans-serif; }

.wrapper {
	min-height: 100%;
	width: 1020px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	background: url(../images/wrapper-bg.jpg) repeat-y center;
}

.conteiner {
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}

.global {
	background: url(../images/bg/wr-bg.gif) repeat-y center top #fefefe;
	/*height: 100%;*/
}

.page {
	/*background: url(../images/bg/top-bg.gif) no-repeat center top;*/
	/*height: 100%;*/
}

.footer {
	margin: 0 auto 20px;
	width: 960px;
	background: #7d8791 none 0;
	clear: both;
	padding: 10px;
	overflow: hidden;
}
.footer-col {
	float: left;
	width: 220px;
	margin-right: 30px;
}
.footer-right {
	float: right;
	width: 210px;
}
.footer-right .addthis_toolbox {
	padding-top: 0;
	padding-bottom: 10px;
}
.footer-col p, .footer-col a, .footer-right p, .footer-right a {
	color: #fff;
	text-decoration: none;
	font: 14px/17px "Myriad Pro";
	font-weight: lighter;
}
em{
	font-style:italic;	
}

/*================================================
 general style
================================================*/
.redclr {
	color: #8a2629;
}

.clearBoth {
	clear: both;
}

.owerflowHidden {
	overflow: hidden;
}

h1 {
	color: #000000;
	font-size: 22px;
	font-family: "Myriad Pro";
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 12px 0px;
}

h2 {
	padding: 3px 0px 0px 0;
	font: 18px "Myriad Pro";
	color: #265672;
	margin: 20px 0px 5px 0px;
}

h3 {
	padding: 15px 0px 0px 0px;
	color: #424242;
	font: 16px "Myriad Pro";
}

h3 a {
	color: #265672;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4, h4 a {
	color: #000000 !important;
	font-size: 14px!important;
	font-family: "Myriad Pro";
	padding: 10px 0px 0px 0px;
}

 h4 a, h1 a {
	text-decoration: none!important;
}

 h4 a:hover, h1 a:hover {
	text-decoration: none!important;
}

.title22 {
	font-size: 22px;
	font-family: "Myriad Pro";
	color: #002d3d;
}

.title16 {
	color: #265672;
	font-size: 16px;
	font-family: "Myriad Pro";
}

.title14 {
	color: #265672;
	font-size: 14px;
	font-family: "Myriad Pro";
}



.f12 {
	font-size: 12px!important;
}

.f14 {
	font-size: 14px!important;
}

.f32 {
	font-size: 32px!important;
}

.f32 {
	font-size: 32px!important;
	padding-bottom: 13px!important;
}

.f20 {
	font-size: 20px!important;
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.pg0 {
	padding: 0px !important;
	margin-right: 0px !important;
	border-top: 15px solid #A71F35 !important;
}

.pt5 {
	padding-top: 7px!important;
}


.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt20 {
	padding-top: 20px!important;
}

/*================================================
 HEADER
================================================*/

.header {
	padding: 16px 0px 0px 0px;
	position: relative;
	z-index: 999;
}

.logo {
	margin: 0px 0px 0px 12px;
	float: left;
}

.search {
	float: right;
	padding: 25px 0px 0px 0px;
	width: 338px;
}

.red-submit {
	width: 55px;
	height: 21px;
	background: url(../images/elem/red-submit.png) no-repeat left top;
	border: none;
	cursor: pointer;
	float: right;
	margin: 0px 0px 0px 5px;
}

.search label {
	float: left;
	margin: 3px 8px 0px 0px;
}

.search-txtField {
	width: 159px;
	height: 20px;
	background: url(../images/elem/search-input.png) no-repeat left top;
	border: none;
	padding: 2px 5px 0px 5px;
	float: left;
	color: #333333;
}

/*================================================
 HEADER topNAv
================================================*/
ul.topnav {
	position: relative;
	z-index: 9990;
}
.topNav {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0;
	border: 1px #525960 solid;
	background-color: #7D8791;
	color:#255b7a;
	height: 27px;
}

.topNav-block {
	float: left;
	width: 100%;
}

.topNav  li {
	float: left;
	background-color: #7D8791;
	position: relative;
}

.topNav  li a {
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	display: block;
	text-decoration: none;
	height: 19px;
	padding: 8px 15px 0px 14px;
	font-size: 10px;
	border-right: 1px solid #fff;
	
}
.topNav li:hover {
	background-color: #5c636b;
}

.selected {
}

.selected a {
	background: none;
}

.topNav  li:hover a {
	background: none;
}

.topNav  li ul {
	display: none;
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
	top: 28px;
	left: 0px;
}

.topNav li:hover ul {
	display: block;
}

.topNav li li:hover ul {
	display: block;
}

.topNav  li ul li {
	float: none;
}

.topNav  li ul li a {
	background: #7D8791!important;
	float: none;
	width: 200px;
	height: auto;
	padding: 8px 0px 8px 15px;
	border: none;
}

.topNav  li ul li a:hover {
	background: #5c636b!important;
}

.first-topNav {
/*	padding: 4px 14px 0px 14px!important;*/
}

.last-item-topNav a {
	border-right: none !important;
}

/* 3rd deg nav */

.topNav ul ul.drop {
	width:inherit;
	z-index: 9995;
	}
	
.topNav ul.drop {
	clear:both;
	position: absolute;
	left: -9999em;
	top: 0;
	z-index:9991;
	}
	
	
.topNav  ul.drop li {
	clear:both;
	z-index:999;
	}

.topNav  ul.drop li:hover{
	background: #CC810A;
	color: #FFF;
	font-weight:bold;
}

.topNav ul.drop a {
	text-decoration:none;
	font-weight:normal;
	clear:both;
	text-indent:0;
	display:block;
}
	
.topNav ul.drop a {
	display: block;
}



.topNav ul.drop li {
	position:relative;
	z-index:9993;
	display: block;
	/*width: 10em;*/
}

.topNav ul li:hover ul.drop {
	left: 215px;
	visibility:visible;
}

.topNav li.sfhover ul {
	left: 215px;
}





/*================================================
 Footer
================================================*/

.foter-left {
	float: left;
	font-size: 11px;
	color: #265672;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}
.foter-left a {
	text-decoration: none;
	color: #265672;
}

.first-footer-nav-li {
	background: none!important;
}

.foter-right {
	float: right;
}

.footNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footNav li {
	float: left;
	height: 19px;
	background-color: url(../images/bg/footNav-bg.png) no-repeat left top;
	padding:4px 15px 0px 15px;
}

.footNav li a {
	font-size: 11px;
	color: #265672;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.footNav li a:hover {
	color: #066671;
}

/*================================================
 Index content
================================================*/

.content {
	padding: 15px 0px 0px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.foto-block {
	position: relative;
	z-index: 10;
	overflow:hidden;
	border: 1px #d2d5d8 solid;
}

.window{	
	overflow:hidden;
	width: 980px;
	height: 192px;
}

.foto-block-all {
	clear: both;
}

.image_reel {
	position: absolute;
	top: 0; 
	left: 0;
}
.image_reel img {float: left;}


.foto-block-all .graphic-block {
	
}

.graphic-block {
	position: absolute;
	background: url(../images/bg/grafic-bg.png) no-repeat right top;
	width: 244px;
	height: 191px;
	top: 0px;
	right: 0px;
	z-index: 10;
	padding: 88px 25px 25px 125px;
	font-size: 34px;
	font-family: "Myriad Pro";
	color: #002d3d;
	text-align: right;
}

.opening-title {
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding-top: 27px;
}

.index-news {
	float: left;
	width: 228px;
	height: 278px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-top: 21px;
	background: url(../images/blockimages/bg.jpg) repeat-x 0 bottom;
}
.index-news h2 a {
	text-decoration: none;
	color: #000000;
}
.index-news p {
	padding-right: 12px;
	padding-left: 12px;
	line-height: 17px;
	font-size: 14px;
	font-family: myriad-pro,sans-serif;
	font-style: normal;
	font-weight: 300;
}
.index-news p a {
	text-decoration: none;
	font-family: myriad-pro,sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #000;
}

.index-news img {
	margin: 0 0px 10px;
	display: block;
}

.index-adv-box {
	float: right;
	width: 230px;
	padding-top: 27px;
}

.index-adv-box img {
	margin: 14px auto 15px;
	display: block;
}

.read-more {
	background: url(../images/elem/read-more-arrow.png) no-repeat right bottom;
	text-transform: uppercase;
	padding: 0px 12px 12px 0px;
	width: 100px;
	text-align: right;
	color: #8a2629!important;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 9px;
}

.read-more:hover {
	color: #8a2629!important;
	text-decoration: underline!important;
}

.index-baners a {
	margin-bottom: 14px;
	display: block;
}

.path {
	overflow: hidden;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}

.path a, .path label {
	margin-right: 6px;
}

.path-link {
	background: url(../images/elem/path-arrow.png) no-repeat right 4px;
	padding: 0px 12px 0px 0px;
	font-size: 12px;
	
}


.path-link:hover, .path-link:visited {

}

.path .print-page {
	margin-right: 14px!important;
}

.print-page, .mail-page {
	float: right;
	height: 15px;
	background: url(../images/elem/print-mail.png) no-repeat left top;
	padding: 0px 0px 0px 21px;
	text-decoration: none;
	color: #333333!important;
	 
}

.mail-page {
	background: url(../images/elem/print-mail.png) no-repeat left -15px;
	margin-right: 0px!important;
}

.small-slider {
	position: relative;
	z-index:2;
	clear: both;
	margin-bottom: 20px;
}
.clienteditor {
	position: relative;
	z-index: 3;
}
.small-slider-block {
	color: #295b7b;
	font: 36px "Myriad Pro", Helvetica, Arial;
	width: 566px;
	height: 170px;
	position: absolute;
	z-index: 10;
	background: #ffffff none 0;
	top: 0px;
	right:0px;
	text-align: left;
	padding: 15px 30px 0px 15px;
}

.small-slider-block span { color: #a6253b; }

.cont-text {
	padding: 10px 0px;
	clear: both;
}

.cont-text img {
	float: none;
	border: 1px #d9d9d9 solid;
	margin: 7px 8px 5px 0px;
}






/*================================================
 Blocks
================================================*/

.two-col-list, .left-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.two-col-list  li {
	float: left;
}

.left230 {
	width: 232px;
	float: left;
	margin-right: 18px;
	border-top: 15px solid #5D60AC;
}

.left730 {
	width: 730px;
	float: left;
	border-top: 15px solid #618AB4;
	padding-top: 10px;
}

.left480 {
	width: 480px;
	float: left;
	margin-right: 18px;
	border-top: 15px solid #618AB4;
	padding-top: 10px;
}

.left-block {
	padding: 17px 20px  15px 16px;
	margin-bottom: 20px;
	background: url(../images/blockimages/bg.jpg) repeat-x 0 bottom;
}
.left-block h1 {
	padding-bottom: 20px;
}

/*-------------------------------------------------*/

.left-menu {
	float: none;
	overflow: hidden;
}

.left-menu ul ul{
padding: 0 0 0 10px;	
list-style: none;
}

.left-menu li {
	padding: 15px 0px 0px 0px;
	font: 200 14px "Myriad Pro";
	float: none;
	letter-spacing: 1px;
}

.left-menu a {
	text-decoration: none;
	color: #000000;
	font: 14px "Myriad Pro";
}

.left-menu a:hover {
	text-decoration: none;
	color: #474747;
}

.selected-left {
	color: #000000!important;
}

.adv-box a {
	display: block;
	margin: 0px 0px 18px 0px;
	
}

/*.adv-box img {
	border: 1px #d9e0e2 solid;
}*/

/*=======================================================
	News
=======================================================*/

.date-news {
	display: block;
	padding: 5px 0px 0px 0px;
}

.news-row {
	clear: both;
	background: url(../images/bg/point.png) repeat-x left bottom;
	padding: 0px 0px 15px 0px;
}

.news hr{
background:url(../images/bg/point.png) repeat-x scroll left bottom transparent;
height: 1px;
color: transparent;
}

.archive-list li {
	padding-top: 12px!important;
}

.archive-list a {
	background: url(../images/elem/achive-arrow.png) no-repeat left 4px;
	padding: 0px 0px 0px 13px!important;
}

/*------------------------------------------------------------------------------------*/
.text-block {
	padding: 20px 0px 0px 0px;
	clear: both;
}

.text-block h2 {
	margin-top: 0px!important;
}

.text-block ul, .cont-text ul {
	margin: 15px 0px 0px 15px;
}

.contact-map {
	padding: 26px 0px 0px 0px;
}

.contact-desc {
	padding: 25px 0px 0px 0px;
}

.form-row {
	padding: 10px 0px 0px 0px;
}

.form-row label {
	font: 14px "Myriad Pro";
	color: #265672;
	display: block;
	padding: 0px 0px 5px 0px;
}

.form-row input {
	width: 186px;
	height: 22px;
	border: 1px solid #cccccc;
	background: url(../images/bg/input-field-bg.png) no-repeat left top;
	padding: 0px 5px;
}

.form-row textarea {
	width: 186px;
	height: 180px;
	border: 1px solid #cccccc;
	background: url(../images/bg/area-bg.png) no-repeat left top;
	padding: 5px 5px;
}

.submit-btn {
	background: url(../images/elem/submit-btn.png) no-repeat left top;
	width: 61px;
	height: 25px;
	border: none;
	cursor: pointer;
	margin-top: 10px;
	float: left;
	display: block;
	text-indent: 9999px;
}

.contact-left {
	/* background: url(../images/bg/contact-form-bg.png) no-repeat center bottom #ffffff!important; */
	border: 1px solid #CCC;
	margin-top: 10px;
}

.blue-arrow {
	background: url(../images/elem/blue-link-arrow.png) no-repeat right top;
	font: 14px "Myriad Pro";
	color: #265672;
	padding: 2px 30px 0px 0px;
	text-decoration: none;
}

.blue-arrow:hover {
	text-decoration: underline;
}


/*=======================================================
	Search
=======================================================*/

.search-result {
	padding: 25px 0px 0px 0px;
}

.paginate-head {
	border: 1px #ccd5d8 solid;
	height: 23px;
	padding: 6px 14px 0px 17px;
	margin: 0px 0px 5px 0px;
	background: url(../images/bg/title-bg.png) repeat-x left top;
}

.paginate-head a {
	color: #265672;
	text-decoration: none;
}

.paginate-head a:hover {
	text-decoration: underline;
}

.search-paginator {
	float: right;
}

.search-paginator a, .search-paginator span {
	margin-left: 10px;
	text-decoration: none;
}

.search-paginator a:hover {
			text-decoration: underline;
}

.serach-prev, .serach-next {
		text-decoration: underline!important;
}

.serach-prev:hover, .serach-next:hover {
		text-decoration: none!important;
}

.results-num {
	padding-right: 60px;
}

.search-row {
	padding: 25px 0px 0px 0px;
}

.search-row a {
	color: #265672!important;
	text-decoration: none;
}

.search-row a:hover {
	text-decoration: underline;
}

.search-row p {
	padding-top: 10px!important;
}

/*PAYMENT*/
.paymentborder {
border: 1px none; 
width: 350px; 
height: 40px; 
background-color: #ffffff; 
margin: 50px; 
padding: 5px;}

.paymentrequired {
color: #FF0000;}

.error{
color: #FF0000 !important;
}

.fresh a{
color: #A09999;
font-family: Tahoma;
font-size: 11px;
text-decoration: none;
display:block;
float:left;
height: 19px;
padding: 5px 15px 0;
}

.fresh a:hover{
text-decoration:underline}

.roleslist li{
margin:15px;
}

.backtotop{
font-weight: bold;
text-decoration: underline;
}

.alphabets{
font-weight:bold;
text-align: center;
}

h2 a{
text-decoration: none;	
}

.cancertype .detail{
border-top: 1px solid #CCD5D8;
}

.cancertype .detail h4{
font-size: 14px;	
}

.cancertype a{
cursor: pointer;	
}

.slider-cancer{
background:url("../images/bg/small-slider-bg-cancercare.png") no-repeat scroll left top transparent;
color: #FFF;
}

.slider-cancer1{
background:url("../images/bg/small-slider-bg-cancercare1.png") no-repeat scroll left top transparent;
color: #5f6190;
}

.cancercare h1, .cancercare h2, .cancercare h3, .cancercare .left-menu a, .cancercare .left480 a{
color: #5f6190;
}

.cancercare h2{
background:url("../images/bg/title-bg-cancercare.png") repeat-x scroll left top transparent;
border:1px solid #b8b9d2;
height: 25px;
}

.cancercare .left-block{
background:url("../images/bg/left-bg-cancercare.png") no-repeat scroll left top #e7ecf1;
border:1px solid #b8b9d2;	
}

.left480 ul{
padding-left:20px;	
}

.cancercare ul.nomargin{
	margin: 0 0 0 10px;	
}

.cancer-list{
	width: 50%;	
	float: left;
}

.cancer-title{
	color: #5f6190;
	font-weight: bold;
	text-decoration:none;
}

.specialist-list ul{
	margin: 0 5px 0 10px;
}

.cancercare .specialist-list ul li a{
	color: #000;	
}


/*** Doctor Search **/
.searchSidebar{ 
	margin: 0 0 20px 0;
	background: url(../images/blockimages/bg.jpg) repeat-x 0 bottom;
	padding-bottom: 10px;
	border-bottom: 2px #bbb solid;
}
.searchSidebar form{ margin: 0 10px; }
.searchOptions{ margin: 0 0 5px 0; padding: 0; list-style: none; text-align: center; overflow: auto; }
.searchOptions li{ float: left; width: 50%; padding: 0; margin: 0; }
.searchOptions a{ float: left; width: 100%; padding: 5px 0; text-decoration: none; color: #888; background-color: #124056; }
.searchOptions .activeOption a{ color: #fff; font-weight: bold; background: url(../images/bg/topNav-bg.png) repeat-x left top; }
.searchOptions a:hover{ color: #eee; }
.searchSidebar button{ padding: 3px 15px; background: #fff; border: 1px #bbb solid; border-radius: 3px; cursor: pointer; font-weight: bold; box-shadow: 0px 1px 1px #999; }
.searchSidebar p input, .searchSidebar p select{ margin-top: 3px; }
.searchSidebar p.center{ text-align: center; }
.searchSidebar h4{ 
	margin: 0;
	padding: 8px 10px;
	font-family: Arial, Helvetica, sans-serif; 
}
.addthis_toolbox {
	padding-top: 20px;
}
img.buttonimg {
	
}

.block {
	height: 15px;
	width: 100%;
}
.left .block {
	background-color: #5d60ac;
}
.left .block h2 {
	color: #5d60ac;
}
.index-news h2 {
	border: none;
	font: 16px "Myriad Pro";
	font-weight: normal;
	background: none;
	margin-top: 0;
	padding: 10px 0px 10px 13px;
	margin-bottom: 0;
	position: relative;
}
.middle .block {
	background-color: #618ab4;
}
.middle h2 {
	color: #618ab4;
}
.right .block {
	background-color: #a71f35;
}
.right h2 {
	color: #a71f35;
}
.front-holder {
	width: 744px;
	float: left;
	margin-top: 16px;
}
.index-row {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 2px;
}
li.last {
	padding-right: 2px;
	padding-left: 3px;
}
.contact-left h1 {
	padding-bottom: 10px;
}
.doctorpic {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
