/* New Street Clinic - main stylesheet */

  body { border-style: none;
    padding: 0px;
    margin-left: 0px;
	 font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: black;
    }

#header {
	background-color: transparent;
	width: 800px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

.title {
	position: absolute; top: 5px;
	border: medium outset white;
	width: 250px;
	background-color: Navy;
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	color: White;
	font-size: 18px;
	margin-left: 275px;
	margin-right: 275px;
	text-align: center;
}

#titleSmall {
	position: absolute; top: 5px; left: 5px;
	border: 2px outset white;
	width: 150px;
	background-color: Navy;
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	color: White;
	font-size: 10px;
	margin-left: 0px;
	margin-right: auto;
	text-align: center;
}
  .dropCap { font-family: "Times New Roman",Times,serif;
    font-weight: bold;
    font-size: 1.5em;
    color: white;
    }
 
  a:link {
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: underline;
	color: black;
}

  a:visited { 
  font-family: Arial,Helvetica,sans-serif;
   color: black;
	text-decoration: underline;
    }

  a:hover {
	font-family: Arial,Helvetica,sans-serif;
	color: gray;
	text-decoration: underline;
}
#container  {
 	position: relative;
	top: 90px;
	left: 60px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: black;
    background-color: transparent;
	height: 95%;
	width: 90%;
	}


#contentArea {
	position: absolute;
	top: 120px;
	left: 30px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: black;
	
	height: 100%;
	}
#picArea {
	position: absolute;
	top: 90px;
	left: 475px;
	}
#leaflet  {
	position: absolute;
	left: 80%;
}
#nav {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 100px
	margin: 0px; 
	padding: 0px; 
	z-index: 1;
	}
.star {
font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: black;
	 height: 10px;	
}
 h1 { font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: Black; 
	 padding: 0px;
	margin: 0px;
    }

  h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	padding: 0px;
	margin: 0px;
}

  h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: black;
	font-weight: bold;
	font-style: oblique;
	padding: 0px;
	margin: 0px;
}
	 
	h4 {
	position: absolute;
	top: 35px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: Navy;
	letter-spacing: 2px;
	text-align: left;
	font-variant: small-caps;
	border: 1px solid Navy;
	padding: 5px;
	margin: 0px;
}
h5 {
	position: absolute;
	top: 30px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 6px;
	color: Navy;
	letter-spacing: 1px;
	font-variant: small-caps;
	border: 1px solid Navy;
	padding: 3px;
	margin: 0px;
}
.contactNumber  {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: Black;
	padding: 0px;
	margin: 0px;
	letter-spacing: 2px;
	text-align: center;
}