@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f4f4f4;
}

#info {
	color: #330099;
	font-weight: bold;
	text-align:right;
	font-size: 1.25em;
}

#info, #navbar {
	padding-top: 10px;
	padding-bottom: 5px;
}

#header {
	background-image:url(../images/main.png);
	background-repeat:no-repeat;
	margin: 0px 0px;
	height: 128px;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}

#navbar ul li {
	float: left;
	display: block;
	list-style:none;
	padding-left: 0px;
	padding-right: 25px;
	font-size: 1.2em;
}

#navbar ul li a {
	text-decoration: none;
	font-weight: bold;
	color:#999999;
}

#navbar ul li:hover a {
	color:#FF0000;
}

#navbar ul li.current a {
	color:#333333;
}
.divider {
	background-image:url(../images/heartbeat.png);
	background-repeat:no-repeat;
	height: 80px;
}

#footer .left {
	font-size: .8em;
}

#footer .right {
	padding: 5px 0px;
}

#footer img {
	float: right;
	border:none;
}

.welcome {
	float: left;
	padding-top: 5px;
}

.seasonal {
	float:left;
	border: 1px solid #fff;
	width: 160px;
	height: 160px;
	margin-left: 9px;
}

.seasonal img {
	width: 160px;
	height: 160px;
}

.seasonal, .welcome {
	margin-top: 10px;
	margin-bottom: 10px;
}

.index-text {
	color:#666666;
	font-size: 1.2em;
	font-weight: 800;
}

p {
	padding-bottom: 15px;
}

.xml-feed {
	border: 1px solid #fff;
	width: 100%;
	min-height: 200px;
	background-color:#eee;
	}

.drive img {
	width: 80px;
	padding-left: 12px;
	
}

.doctor p {
	font-size: 1.1em;
	color: #666;
	font-weight:800;
	padding-bottom: 0px;
	margin-bottom: 1em;
}
.no-1 img + img {
	padding-top: 19px;
}

.rssincl-itemdesc a {
	display: none;
}

.rounded {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
} 

.red-box {
	background-color: #C62821;
	border: 2px solid #720906;
	
}

#storefront {
	background-image:url(../images/storefront-smaller.png);
	height: 260px;
	margin-left: 30px;
}

#about-us, #storefront {
	margin-top: 15px;
	margin-bottom: 15px;
}

#about-text {
	padding: 15px;
}

#about-us h1 {
	color: #fff;
}

#about img {
	padding-bottom: 10px;
}

.text {
	padding: 10px;
}

#location {
	padding-top: 15px;
	padding-bottom: 15px;
}

#location-text {
	padding: 15px;
	margin-top: -20px;
}

#location-text h3, #location-text a:link, #location-text a:hover, #location-text a:visited, #links h3 {
	color:#666666;
	text-align: center;
	font-weight: 700;
	font-size: 1.3em;
}

#map {
	border: 1px solid #333333;
}

.maroon-bg {
	background-color: #410E08;
	padding-top: 7px;
	padding-bottom: 1px;
	margin-bottom: 3px;
}

#links {
	padding-top: 15px;
}

#links h3 {
	line-height: 1.5;
}