@charset "utf-8";
/* CSS Document */
@import url('overlay.css');
@import url('header.css');
@import url('staticnav.css');
@import url('footer.css');

html, body {
	background-color:#EEE;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	display: block;
	background-color:#FFF;
	width: 800px;
	padding: 0 15px 10px 15px;
	margin: 0 auto 0 auto;
}

#header img {
	background-color: #888;
}

/*  HOMEPAGE CONTENT STYLES  */

#content {
	display: block;
	width: 800px;
}

#flashHeader {
	display: block;
	width: 798px;
	border: 1px solid #888;
	border-right: 2px solid #888;
	margin-bottom: 20px;
}

#flashHeader object {
	z-index: 1;
}

#Blurbs	{
	display: block;
	width: 800px;
	height: 150px;
	border: none;
	padding: 0;
	margin: 0;
	
}

a.physiciansBlurb,
a.physiciansBlurb:hover,
a.physiciansBlurb:visited {
	display: block; 
	float: left;
	height: 150px; 
	width: 155px;
	padding: 13px 8px 13px 13px;
	margin-right: 10px;
	border: 1px solid #888;
	background-image: url(../../images/physicians.jpg);
	color: #555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
}

a.physiciansBlurb span {
	width: auto;
	float: right;
}

a.physiciansBlurb strong {
	color: #000;
}


a.patientsBlurb,
a.patientsBlurb:hover,
a.patientsBlurb:visited {
	display: block; 
	float: left;
	height: 150px; 
	width: 150px;
	padding: 13px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #888;
	background-image: url(../../images/patients.jpg);
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

.textBlurb {
	color: #555;
	display: block; 
	float: left;
	height: 166px; 
	width: 216px;
	padding: 0 5px 5px 5px;
	margin: 0;
}

.textBlurb h2 {
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}

.textBlurb p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

a.shopBlurb,
a.shopBlurb:hover,
a.shopBlurb:visited {
	display: block; 
	float: left;
	height: 150px; 
	width: 150px;
	padding: 13px;
	margin-left: 10px;
	border: 1px solid #888;
	background-image: url(../../images/shop.jpg);
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
