/*All Page*/
	
html {
	background-color: #e2e2e2;
}

#page {
  height: auto;  	
  width: 1090px;
  margin: auto;
  margin-top:0px;
  overflow:hidden;
  background-color:white;
}

body {    
    margin: 0;
    padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Montserrat, Arial, "sans serif";
}

/*Header*/

header {
	width: 1090px;
}

.nav1 ul li { 
  float:right;
  list-style:none;
  margin: 15px 9px;
  text-transform:Uppercase;  
  padding-bottom:20px;
  font-weight: 550;
}

.nav1 a {
display: block;		
font-size: 16px;
text-decoration:none;
color: rgb(0,100,162);
}

.nav2 li {
padding-top: 50px;
}

.topnav {
  overflow: hidden;
  background-color: rgb(0,100,162);
  width:1090px;
  margin:auto;	
}

.topnav a {
  float: right;
  display: block;
  color: orange;
  text-align: center;
  padding: 3px 7px;
  text-decoration: none;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: bold;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}	

/*Header End*/

/*General Body Start*/
#main {
	margin-top: 220px;
	margin-left: 100px;
	margin-right: 100px;
	padding-bottom: 100px;
}

h2,h3,h4 {
	color:rgb(0,115,170);
	text-transform: uppercase;
}

h3 {
	padding-bottom: 30px;
}

a:hover {	
text-decoration: underline;
}

a {
	color: rgb(0,115,170);
}	

hr {
border: 1px solid #0064A2;
}

p {
text-align: justify;
}

a:hover {	
text-decoration: underline;
}

a {
	color: rgb(0,100,162);
	border: none;
}	

/*General Body End*/

/*Index*/

.mission {
	font-family: Allura, Arial, "sans serif";
	font-size:30px;
	text-align:center;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.ism-slider {
	width: 700px;
	height:auto;
    margin:auto;	
}	

.ism-slider  {
    margin:auto;
	padding-bottom: 200px;
}

.index hr {
	margin-top: 50px;
	margin-bottom: 30px;
}

/*Index End*/

/*About us*/

.testable table {
background-color: #d9d9d9;
}

.testable td {
	text-align:center;
	text-align:justify;
	padding: 30px;	
}

.testable th {
	color: rgb(0,100,162); 
}	

.features ul li {
  list-style-type:none;
}  

.features {
  -webkit-column-count: 2; 
  -moz-column-count: 2; 
   column-count: 2;
  -webkit-column-gap: 40px; 
  -moz-column-gap: 40px; 
   column-gap: 40px;
}

.features {
	padding-left: 20px;
	padding-right: 20px;
}	

.testimonials {
text-align:center;
	}
	
.testimonials td {
	width: 50%;
}

#testimonials td {
	width: 50%;
}

.info {
padding: 20px;
}

/*About Us end*/

/*Doctors*/
.doctorleft {
   float: left;
   padding: 0 20px 20px 0;
   margin-bottom: 60px;
}
/*Doctors End*/

/*DFab*/
.imageleft {
   float: left;
   padding: 0 20px 70px 0;
}

.services li:before {
  content: "\25C8";
  font-size: 15px;
  color:rgb(0,100,161);
}

.dfinfo dt {
 color: rgb(0,100,162);
 }
 
 #dfinfo td {
	 width: 50%;
 }
 
 .dfinfo h2 {
	 margin-bottom: 50px;
 }
  
/*JGrab*/

.imageleft {
   float: left;
   padding: 0 20px 70px 0;
}

.services li:before {
  content: "\25C8";
  font-size: 15px;
  color:rgb(0,100,161);
}

.jginfo dt {
 color: rgb(0,100,162);
 }
 
 #jginfo td {
	 width: 50%;
 }
 
 .jginfo h2 {
	 margin-bottom: 50px;
 }
 
 /*Staff*/
 
.staffdec{
	text-align:center;
}	

.staffdec p {
	text-align:center;
}

.staffdec span {
	color: #d6731d;
	font-weight: bold;
}

/*News & Events*/

.left {
   float: left;
   padding: 0 20px 20px 0;
}


.blog a {
text-decoration:underline;
}

.blog {
padding-left: 20px;
padding-right: 20px;
}

.blog hr {
	margin-top: 110px;
}

.thumb img {
width: auto;
height:150px;
}

/*Patient Portal*/

.description {
text-align:center;
font-size: 18px;
}

.button {
	text-align:center;
    background-color: rgb(0,100,142);
    border: none;
    color: white;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border: 1px solid rgb(0,100,142);
	border-radius: 50px;
}

.description {
text-align:center;
font-size:18px;
}

#patient td {
text-align:center;
vertical-align: top;
}

h2 {
color: rgb(0,100,162);
text-align:center;
}

.policy p{
padding-left: 40px;
padding-right: 40px;
text-align:justify;
}

/*Contact*/

.map {
float:right;
}

.contactdetail {
	margin-bottom: 140px;
}

#directions  th,td{
    text-align: left;
	vertical-align: top;
}

#directions td {
	width: 33%;
	padding-bottom: 60px;
}

#directions b {
	color: rgb(0,110,172);
	margin-bottom: 10px;
}

/*Policies*/

.policy h4 {
color: rgb(0,100,162);
text-transform: Uppercase;
padding-left: 20px;
}		

.policy li:before {
  content: "\25C8";
  font-size: 15px;
  color:rgb(0,100,161);
}

.policy  li {
  list-style-type: none;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
}  

/*Footer*/

footer {
text-align:center;
font-size:12px;
padding: 0px 150px 20px 150px;
margin-top: 30px;
}	
	