/* CSS for site-wide style */
body{	
  /* Proposed W3C Markup */ 
  background: linear-gradient(top, #146897 0%, #C7EAFB 100%);	
  
	  /* IE10 */ 
  background: -ms-linear-gradient(top, #146897 0%, #C7EAFB 100%);
  
  /* Mozilla Firefox */ 
  background: -moz-linear-gradient(top, #146897 0%, #C7EAFB 100%);
  
  /* Opera */ 
  background: -o-linear-gradient(top, #146897 0%, #C7EAFB 100%);
  
  /* Webkit (Safari/Chrome 10) */ 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #146897), color-stop(1, #C7EAFB));
  
  /* Webkit (Chrome 11+) */ 
  background: -webkit-linear-gradient(top, #146897 0%, #C7EAFB 100%);

	font-family: "helvetica neue",helvetica,arial,sans-serif;
	margin: 0px;
	color: white;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}


.blueText{
	color:#0098d9;
}
.greenText{
	color: #acb73d;
}
.orangeText{
	color: #ff9c00;
}
.rounded{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.blueBackground{
	background: #0098d9;
}
.greenBackground{
	background: #acb73d;
}
.orangeBackground{
	background: #ff9c00;
}
#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #0098d9;
	-webkit-gradient(radial, center center, 0, center center, 141, from(#00a9fe), to(#0f80be));
	background-image: -webkit-radial-gradient(400px 400px, circle contain, #00a9fe 0%, #0f80be 100%);
	background-image: -moz-radial-gradient(400px 400px, circle contain, #00a9fe 0%, #0f80be 100%);
	background-image: -ms-radial-gradient(400px 400px, circle contain, #00a9fe 0%, #0f80be 100%);
	background-image: -o-radial-gradient(400px 400px, circle contain, #00a9fe 0%, #0f80be 100%);
	background-image: radial-gradient(400px 400px, circle contain, #00a9fe 0%, #0f80be 100%);
	
}
#header{
	background: white;
	height: 90px;
	width: 100%;	
}
.logo a{
	float: left;
	font-size: 12px;
	margin: 8px 0px 0px 30px;
}
.logo a:link, .logo a:visited, .logo a:hover, .logo a:active{
	color: #acb73d;
}
.nav a:link, .nav a:visited, .nav a:hover, .nav a:active{
	color: white;
	padding: 15px 0;
}
.logo img{
	border: 0px solid #000000;
}
.contactInfo{
	float: right;
	padding-right: 85px;
	padding-top: 25px;
}
.contactInfo #contactNumber{
	float: left;
	font-size: 24px;
	font-weight: bold;
}
.contactInfo #contactUrl{
	letter-spacing: 6px;
	font-size: 12px;
	position:relative;
	clear:both;
}
#contactUrl a:link, #contactUrl a:visited, #contactUrl a:hover, #contactUrl a:active{
	color: #0098d9;
}
.nav{
	border-top: 4px solid #ACB73D;
	height: 42px;
	position: relative;
	z-index: 9999;
}
.nav ul{
	list-style: none;
	color: white;
	margin: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 30px;
	-moz-margin-before: 0em;
	-moz-margin-after: 0em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
	-moz-padding-start: 30px;
	-moz-padding-start: 30px;
	-ms-margin-before: 0em;
	-ms-margin-after: 0em;
	-ms-margin-start: 0px;
	-ms-margin-end: 0px;
	-ms-padding-start: 30px;
	-ms-padding-start: 30px;
	-o-margin-before: 0em;
	-o-margin-after: 0em;
	-o-margin-start: 0px;
	-o-margin-end: 0px;
	-o-padding-start: 30px;
	-o-padding-start: 30px;
}
.nav ul li{
	float: left;
	padding: 15px 15px;
	font-size: 11px;
	font-weight: 500;
}
.nav .activeNav{
	background: url("../images/navbg.png") no-repeat;
	background-size: 100% 95%;
	-moz-background-size: 100% 95%;
	border:0px solid black;
}
.nav li a:hover {
   color: #acb73d;
}
.nav .activeNav a:hover{
	color: white;
}
.banner{
	position: relative;
	z-index: 1;
	background: black;
}
.smallBanner{
	position: relative;
	z-index: 1;
	overflow: hidden;
	clear: both;
	height: 145px;
	background: black;
}
.smallFlash{
	top: -50px;
	position: relative;
}
#index{
	padding: 5px;
	margin-top: -15px;
	position: relative;
	z-index: 100;
	color: white;
}
#indexChoose{
	position: absolute;
}
#indexServices{
	position: absolute;
	left: 337px;
}
#indexAppointment{
	float: right;
}
#index .article{
	width: 325px;
	height: 280px;
	background: white;
}
.indexInside{
	margin: 0 10px;
	position: relative;
	top: 10px;
}
#subpageIndex{
	padding: 5px;
	margin-top: -15px;
	position: relative;
	z-index: 100;
	color: white;
	float: right;
}
#subpageIndex .article{
	width: 325px;
	height: 280px;
	background: white;
}
.fontShadow{
	font-weight: 500;
	text-shadow: #333 2px 2px 2px;
}
.indexNumber{
	font-size: 13px;
	position: relative;
	left: 5px;
	top: -3px;
}
.indexTitle{
	position: relative;
	top: 5px;
	left: 20px;
	font-size: 19px;
}
.subtitle{
	padding: 5px 0 15px 40px;
	font-size: 11px;
}
#index1, #index3{
	color: black;
	border: 1px solid #0098d9;
	margin: 20px 10px 0 10px;
	font-size: 13px;
	line-height: 25px;
}
#index2{
	border: 1px solid #ACB73D;
	margin: 20px 10px 0px 10px;
	font-size: 13px;
	line-height: 20px;
	min-height: 173px;
}
#index3{
	color: black;
	border: 1px solid #ff9c00;
	margin: 20px 10px 0 10px;
	font-size: 13px;
	line-height: 25px;
}
#index2Left{
	float:left;
	position:relative;
	width:50%;	
}
#index2Right{
	float:right;
	position:relative;
	width:50%;	
}
#index1 ul{
    list-style: none;
    padding: 10px 5px 10px 10px;
	margin:1em 0;
}
#index2 ul{
	list-style: none;
    padding: 0px 5px 5px 10px;
	margin:1em 0;
}
#index3 ul{
	list-style: none;
    padding: 10px 5px 10px 10px;
	margin:1em 0;
}
#index1 ul li span{
    border-top:5px dashed transparent;
    border-bottom:5px dashed transparent;
    border-left:5px solid #0098d9;
    height:0;
    width:0;
    display:inline-block;
    margin:0 5px 0 0;
    vertical-align:baseline;
    overflow:hidden;
}
#index2 ul li span{
	border-top:5px dashed transparent;
    border-bottom:5px dashed transparent;
    border-left:5px solid #acb73d;
    height:0;
    width:0;
    display:inline-block;
    margin:0 5px 0 0;
    vertical-align:baseline;
    overflow:hidden;
}
#index3 ul li span{
	border-top:5px dashed transparent;
    border-bottom:5px dashed transparent;
    border-left:5px solid #ff9c00;
    height:0;
    width:0;
    display:inline-block;
    margin:0 5px 0 0;
    vertical-align:baseline;
    overflow:hidden;
}
#more1, #more2, #more3{
	position: relative;
	top: -7px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	width: 80px;
	margin: 0 auto;
	z-index: 10;
}
#more1:hover{
	background: #00608A;
}
#more2:hover{
	background: #798505;
}
#more3:hover{
	background: #F27900;
}
#more1 a, #more2 a, #more3 a{
 	padding: 0 15px 0 15px;
}
#more1 span, #more2 span, #more3 span{
	border-right: 5px dashed transparent;
	border-left: 5px dashed transparent;
	border-top: 5px solid white;
	height: 0;
	width: 0;
	display: inline-block;
	margin: 0 0px 0 10px;
	padding:0px;
	vertical-align: baseline;
	top: -1px;
	position: relative;
	z-index: 100;
}
#more1 a:link, #more2 a:link, #more3 a:link,
#more1 a:visited, #more2 a:visited, #more3 a:visited,
#more1 a:hover, #more2 a:hover, #more3 a:hover,
#more1 a:active, #more2 a:active, #more3 a:active{
	color: white;
}
#bottomContent{
	color: white;
	clear: both;
}
#bottomLeft{
	width: 530px;
	padding: 0 0 20px 20px;
	float: left;
}
#bottomLeft p{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}
#testimonials p{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	letter-spacing: 1px;
}
#bottomLeft span{
	font-size: 13px;
}
#testimonials{
	height: 100px;
	float: right;
}
#testimonialsBox{
	float: right;
	padding: 5px;
	background: #00B3FE;
	right: 15px;
	position: relative;
	top: 5px;
	width: 300px;
}
#testimonialsBox img{
	float: left;
	margin-right: 10px;
	border: 0px solid black;
}
#testimonialsBox a:link, #testimonialsBox a:visited, #testimonialsBox a:hover, #testimonialsBox a:active {
	color: #fff;
}
#testimonials span{
font-size: 11px;
}
#testimonials2{
	float: right;
	clear: both;
}
#testimonials2Box a:link, #testimonials2Box a:visited, #testimonials2Box a:hover, #testimonials2Box a:active {
	color: #fff;
}
#testimonials2 span{
font-size: 11px;
}
#testimonials2 p {
font-size: 16px;
margin-bottom: 5px;
margin-top: 5px;
letter-spacing: 1px;
}
#footer{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	clear: both;
	padding: 10px;
	margin: 0 10px;
	font-size: 12px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
#footerLeft a:link, #footerLeft a:visited, #footerLeft a:hover, #footerLeft a:active{
	color: #0098d9;
}
#footerMiddle{
	left: 45%;
	position: absolute;
	font-size: 16px;
	font-weight: 500;
}
#footerRight{
	float: right;
}
#pageContent{	
	width: 640px;
	padding: 25px 0 100px 25px;
	font-size: 13px;
	text-align: justify;
	float: left;
	min-height: 300px;
}
#pageContentTitle{
	font-size: 22px;
	border-bottom: 1px solid #0098D9;
	margin-left: 15px;
}
#aboutUsThumb{
	position: absolute;
}
.aboutUsContent{
	width: 400px;
	left: 200px;
	position: relative;
}
.pageContentSubtitle{
	font-weight: bold;
	font-size: 14px;
}
.doctorImage, .technologyImage, .locationImage, .welcomeImage{
	border: 5px solid #FF9C00;
	
}
.doctorContent, .technologyContent, .locationContent, .faqContent,.pressReleasesContent,.testimonialsContent{
	width: 400px;
	letter-spacing: 1px;
	position: relative;
	float: left;
	padding: 0 20px 20px 20px;
}

.technologyContent a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #95dbff;	
}

.technologyContent a:hover{
	color: #fff;
	}
	
.locationContent a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #95dbff;	
}

.faqContent a:hover{
	color: #fff;
}
.faqContent  a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #95dbff;	
}

.locationContent a:hover{
	color: #fff;
}

.accordionToggle{
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background: #37BEFF;
	width: 400px;
	box-shadow: 0 0 10px #08567b;
	clear: both;
	margin: 30px 15px;
	padding: 5px 0;
}
.accordionToggle:hover{
	background: #008dd2;
}
.accordionToggle a:link, .accordionToggle a:visited, .accordionToggle a:hover, .accordionToggle a:active{
	text-decoration: none;
	color: white;
	display: block;
}
.accordionContent{
	clear: both;
}
.accordionArrowDoctor{
	float: left;
	padding: 5px 6px 0 5px;
	border: 0 solid white;
}
.accordionArrowTechnology{
	float: left;
	margin: -5px 10px 0 0;
	border: 0 solid white;
}
.doctorName{
	font-size: 23px;
	font-weight: 500;
	padding: 5px 0 0 5px;
}
.doctorDegree{
	font-size: 15px;
}
.doctorTitle a:link,.doctorTitle a:visited,.doctorTitle a:hover,.doctorTitle a:active{
	display: block;
	color: #012539;
	margin-left:54px;
}
.noPaddingTop{
	padding-top: 0px;
	margin-top: 0px;
}
.technologyName{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 0 5px;
}
#contactHoursOuter{
	position: relative;
	z-index: 100;
	padding: 12px;
	margin: 0 15px 0 -12px;
	float: left;
	background: #37beff;
	border: 0px solid gray;
	-webkit-border-radius: 40px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 40px; /* FF1-3.6 */
          border-radius: 40px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px 0px 4px #333; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 4px #333; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 4px #333; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#contactHoursInner{
	width: 310px;
	float: left;
	padding: 18px 30px;
	background: #E6F6FF;
	border: 1px solid lightgray;
	-webkit-border-radius: 30px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 30px; /* FF1-3.6 */
          border-radius: 30px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px 0px 4px gray; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 4px gray; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 4px gray; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	
}
#officeHoursTitle{
	color: #2093CF;
	font-size: 15px;
	font-weight: 500;
}
#contactHoursInner ul{
	padding: 0 0 12px 0;
	margin: 0px;
	list-style: none;
}
#mailingList{
	float: left;
	padding: 18px 20px;
	width: 190px;
	background: #fd9c02;
	position: relative;
	z-index: 100;
	-webkit-border-radius: 30px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 30px; /* FF1-3.6 */
          border-radius: 30px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px 0px 4px #333; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 4px #333; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 4px #333; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#mailingListForm{
	float: left;
}
#mailingListForm #legend{
	color: #0c608c;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 12px;
}
#mailingListForm label{
	float: left;
	clear: both;
	padding: 8px 8px 8px 0;
	text-align: center;
}
#mailingListForm input[type=text]{
	float: right;
	padding: 3px;
	width: 125px;
}
#mailingListForm input[type=submit]{
	float: left;
	padding: 3px;
	background: #37BEFF;
	color: white;
	border-radius: 20px;
	margin-top: 4px;
	cursor: pointer;
}
#mailingListNumber{
	float: left;
	padding: 20px 20px 10px 20px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background: #00A8FF;
	position: relative;
	z-index: 10;
	top: -20px;
	left: 25px;
	-webkit-border-bottom-left-radius: 30px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-webkit-border-bottom-right-radius: 30px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius-bottomleft: 30px; /* FF1-3.6 */
     -moz-border-radius-bottomright: 30px; /* FF1-3.6 */
          border-bottom-left-radius: 30px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          border-bottom-right-radius: 30px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px 0px 4px #333; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 4px #333; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 4px #333; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#contactForm{
	position: relative;
	z-index: 10;
	top: -50px;
	float: left;
	clear: both;
	width: 350px;
	padding: 60px 15px 0 15px;
	background: #37BEFF;
	border: 0px solid gray;
	-webkit-border-bottom-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-bottomleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	-webkit-box-shadow: 0px 0px 4px #333;
	-moz-box-shadow: 0px 0px 4px #333;
	box-shadow: 0px 0px 4px #333;
	
}
#contactForm .labels{
	float: left;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	font-weight: 600;
}
#contactForm .labels2{
	float: left;
	clear: both;
	padding: 10px 0px;
	text-align: left;
	font-weight: 200;
}
#contactForm input[type=text]{
	float: right;
	padding: 3px;
	width: 190px;
	height: 20px;
	margin: 5px;
}
#contactForm input[type=text].inputs{
	float: right;
	position: relative;
	padding: 3px;
	width: 50px;
	height: 20px;
	margin: 5px 145px 5px 5px;
}
#contactForm input[type=text].inputs2{
	float: right;
	padding: 3px;
	width: 190px;
	height: 20px;
	margin: 15px 5px;
}
.radioButtons{
	float: right;
	margin: 10px 45px;
}
.radioButtons input{
	display: none;
}
#contactForm .radioButtons #maleLabel{
	background: url(../images/maleButton.png) no-repeat;
	padding: 2px 40px;
	cursor: pointer;
}
#contactForm .radioButtons #femaleLabel{
	background: url(../images/femaleButton.png) no-repeat;
	padding: 2px 40px;
	cursor: pointer;
}
#contactForm input[type=submit]{
	float: right;
	width: 170px;
	height: 40px;
	background: url(../images/contactUsButton.png);
	border: none;
	cursor: pointer;
	position: relative;
	top: 45px;
	right: -15px;
}



@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
	.smallBanner img{
		position: relative;
		top:-50px;	
	}
}


<!-- MY CLASSES -->

.txtBlue {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	text-align:left;
	width:100%;
}

