h1, h2, h3, h4, h5, p{
	font-family:  Tahoma, sans-serif;
	color: #333;
	}
	
h1{
	font-size: 20px;
	line-height: 20px; 
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
h2{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 14px;
	}
	
h2 a{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 16px;
	text-decoration: underline;
	font-family: Tahoma, sans-serif;
	color: #333;
	}
	
h3{
	font-size: 12px;
	}
	
h4{
	font-size: 12px;
	}	

h4 a{
	font-size: 12px;
	}
	
h5{
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: -10px;
	}
p{
	color: #333;
	font-size: 12px;
	}

a{
	text-decoration: underline;
	font-family: Tahoma, sans-serif;
	color: #333;
	}

ul{
	font-family: Tahoma, sans-serif;
	color: #333;
	font-size: 12px;
	}

li{
	margin-bottom: 5px;
	}

.hr{
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	clear: both;
	}
	
body {
	background: #fff;
	margin: 0px;
	}

#container{
	float: left;
	width: 320px;
	}

#wrapper {
	margin: 0 auto;
	width: 320px;
	float: left;
	}
	
#wrapper {}

#header{
	width: 320px;
	float: left;
	}
	
#logo{
	width: 320px;
	height: 87px;
	margin: 0 auto;
	float: left;
	background: url(images/logo.png) center no-repeat;
	}
	
#nav{
	width: 320px;
	height: 50px;
	float: left;
	}

#nav ul{
	width: 320px;
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	float: left;
	}

#nav li{
	text-align: center;
	float: left;
	width: 64px;
	height: 50px;
	}

.main-content {
	clear: both;
	position: relative;
	top: 15px;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
}
	
.index{
	background: url(images/nav-sprite.jpg);
	}
	
.patient{
	background: url(images/nav-sprite.jpg);
	background-position: -64px 0;
	}
	
.links{
	background: url(images/nav-sprite.jpg);
	background-position: -128px 0;
	}
	
.visitors{
	background: url(images/nav-sprite.jpg);
	background-position: -192px 0;
	}
	
.contact{
	background: url(images/nav-sprite.jpg);
	background-position: -255px 0;
	}
	
.index-current{
	background: url(images/nav-sprite.jpg);
	background-position: 0 50px;
	}
	
.patient-current{
	background: url(images/nav-sprite.jpg);
	background-position: -64px 50px;
	}
	
.links-current{
	background: url(images/nav-sprite.jpg);
	background-position: -128px 50px;
	}
	
.visitors-current{
	background: url(images/nav-sprite.jpg);
	background-position: -192px 50px;
	}
	
.contact-current{
	background: url(images/nav-sprite.jpg);
	background-position: -255px 50px;
	}
	
#nav li.current{
	background: #ccc;
	}

#nav li a{
	outline: none;
	}

#content{
	float: left;
	width: 300px;
	padding: 0 10px 10px 10px;
	text-align: justify;
	}

#footer{
	width: 320px;
	height: 88px;
	background: #274469;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	float: left;
	font-weight: bold;
	}

#footer a{
	text-decoration: none;
	color: #fff;
	}

#footer ul{
	list-style: none;
	padding-left: 0px;
	
	margin-top: 25px;
	}

#footer ul li{
	display: inline;
	}
	
.visit{
	float: left;
	width: 150px;
	}
	
.visit ul{
	padding: 0px;
	margin: 20px 0 20px 0;
	list-style-type: none;
	text-decoration: none;
	}

.visit li{
	padding: 10px;
	text-align: center;	
	margin-bottom: 10px;
	height: 20px;
	width: 120px;
	line-height: 20px;
	border:1px solid #999;
	border-radius:25px;
	-webkit-border-radius:25px; /* Safari */
	background: #274469;
	}
	
.visit a{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	}
	
#map{
	width: 300px;
	margin: 10px 0;
	}
	
	
.gap{ clear: both; height: 10px;}

.inquicker {
	text-align: center;
}

.button {
	float: left;
	width: 45%;
	margin-bottom: 8px;
	padding: 10px 5px;
	background: #274469;
	border-radius: 10px;
}

.inquicker a {
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}

.right {
	float: right;
}

.check-in {
	background: #274469;
	padding: 10px;
	clear: both;
}
.check-in:after {
	content: "";
	display: table;
	clear: both;
}
.check-in h2 {
	color: #fff;
	text-align: center;
}
.check-in ul {
	margin: 0;
	padding: 0;
	clear: both;
}
.check-in li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 47.5%;
	margin-bottom: 15px;
}
.check-in li:nth-child(odd) {
	margin-right: 5%;
}
.check-in a {
	padding-top: 50px;
	display: block;
	height: 40px;
	border: 1px solid #ddd;
	background: #f1f1f1;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	top: 0;

	-webkit-transition: .2s ease-in-out all;
	transition: .2s ease-in-out all;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.30);
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
}
.check-in a:before {
	content: '';
	background-size: contain;
	height: 30px;
	width: 30px;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -15px;
	top: 10px;
}
.check-in a:hover,
.check-in a:active {
	top: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.check-in a.lab:before {
	background-image: url("images/check-in-lab.jpg")
}
.check-in a.emergency:before {
	background-image: url("images/check-in-emergency.jpg")
}
.check-in a.xray:before {
	background-image: url("images/check-in-xray.jpg")
}
.check-in a.urgent-care:before {
	background-image: url("images/check-in-urgent-care.jpg")
}