/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Mar, 2016, 8:11:29 AM
    Author     : Dilip Das
*/

#wrapper {
	background-color: #3399FF;
	width: 100%;
	min-height:700px;
}
body {
	margin:0px auto;
}
#topHeader {
/*	background-color:#3399FF;*/
background-color: #FFFFFF;
	min-height: 120px;
	
}
#topleftHeader {
/*	background-color: #3399FF;*/
        background-color: #FFFFFF;
	min-height: 100px;

}
#topleftHeader a {
	color:#FFF;
font-size:1.4em;

}
#toprightHeader {
/*	background-color: #3399FF;*/
background-color: #FFFFFF;
	min-height: 100px;
	
}
#toprightHeader a {
	color:#FFF;
font-size:1.4em;
text-decoration:none;

}
#toprightHeader a:hover {
	color:#000;
font-size:1.4em;

}
#menuDiv {
/*	background-color: #66CC66;*/
background-color:#426CA9;
	min-height:45px;
	padding-top:5px;	
}
#flashDiv {
/*    background-color: #C6C;*/
    background-color: #FFF;
	min-height:100px;
	width:100%;
}
#articleDiv {
	background-color: #fff;
	min-height: 300px;
}
#articleDiv1 {
	background-color: #fff;
	min-height: 300px;
}
#articleDiv1 h3 {
	font-family: 'Poiret One', cursive;
	font-size:30px;
	color:#000;
	font-weight:bold;
	padding-left:15px;
}
#articleDiv2 {
	background-color: #fff;
	min-height: 300px;
}
#articleDiv2 h3 {
	font-family: 'Poiret One', cursive;
	font-size:30px;
	color:#000;
	font-weight:bold;
	padding-top:15px;
}
#doctor {
/*    background-color: #996666;*/
	background-color: #eaeaea;  
	min-height: 300px;
}
#doctor1 {
	background-color: #eaeaea;
	min-height: 300px;
}
#doctor1 h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
/*	color:#990000;*/
        color:#426CA9;
	font-weight:bold;
	padding-top:15px;
}
#doctor1 p {
font-size:15px;
	line-height:18px;
	padding:30px;
	padding-top:0px;
	color: #000;
	margin-bottom:0px;
}
#doctor2 {
	background-color: #eaeaea;
	min-height: 300px;
}
#doctor2 h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color:#426CA9;
	font-weight:bold;
	padding-top:15px;
}
#doctor2 p {
font-size:15px;
	line-height:18px;
	padding:30px;
	padding-top:0px;
	color: #000;
	margin-bottom:0px;
}
#doctor3 {
	background-color: #eaeaea;
	min-height: 300px;
}
#doctor3 h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color:#426CA9;
	font-weight:bold;
	padding-top:15px;
}
#doctor3 p {
font-size:15px;
	line-height:18px;
	padding:30px;
	padding-top:0px;
	color: #000;
	margin-bottom:0px;
}
#testimonialDiv {
	background-color: #f73939  ;
	min-height:100px;
}
#footerDiv {
/*background-color: #333;*/

	min-height:200px;
}
#footerDiv h3 {
font-family: 'Poiret One', cursive;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	padding:30px;
	padding-bottom:0px;
	text-align:center;	
}
#footerDiv p {
font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:center;
	padding:30px;	
}
#footer1 {
/*background-color: #333;*/
/*background-image: url(footerbg.png);
background-repeat: repeat;*/
	min-height:200px;
	text-align:center;	
}
#footer2 {
/*background-color: #333;*/
	min-height:200px;
	text-align:center;	
}
#footer3 {
/*background-color: #333;*/
	min-height:200px;	
}
#footer4 {
/*background-color: #333;*/
	min-height:200px;	
}

#footerlast {
background-color: #000;
	min-height:70px;	
}
#footerlast p {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#FFF;
	padding:20px;
	padding-bottom:0px;
}
.button {
  display: inline-block;
  border-radius: 4px;
/*  background-color:#f73939;*/
/*background-color:#3399FF;*/
background-color:#426CA9;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
  padding: 20px;
  padding-top:7px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  
  margin-top:15px;
  height:45px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
#footer2 a:hover {
color:#FFF;
font-size:1.4em;	
}
#footer2 a:link {
color:#F33;
font-size:1.4em;
font-family: 'Poiret One', cursive;
font-weight:800;	
}
#footerlast a:hover {
	color:#FFF;
}

