@import "layout.css";

/*------------------------------------------------------*/
/* =HEADINGS						*/
h1 {
	height: 140px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

h1.about {
	background: url(../images/h1-about.jpg) no-repeat;
	margin-bottom: 30px;
}

h1.allergyInfo {
	background: url(../images/h1-allergy-info.jpg) no-repeat;
}

h1.foodAllergies {
	background: url(../images/h1-food-allergies.jpg) no-repeat;
}

h1.skinAllergies {
	background: url(../images/h1-skin-allergies.jpg) no-repeat;
}

h1.asthmaInfo {
	background: url(../images/h1-asthma-info.jpg) no-repeat;
}

h1.resources {
	background: url(../images/h1-resources.jpg) no-repeat;
}

h1.media {
	background: url(../images/h1-media.jpg) no-repeat;
}

h1.patientForms {
	background: url(../images/h1-forms.jpg) no-repeat;
}

h1.contactUs {
	background: url(../images/h1-contact.jpg) no-repeat;
}

h1.shothours {
	background: url(../images/h1-shot-hours.jpg) no-repeat;
}

h2 {
	color: #4a7fb5;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px; 
	padding-top: 5px;
}

h3 {
	color: #487db3;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}

h4 {
	color: #4a7fb5;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px; 
	padding-top: 5px;
}

/* DOCTORS */
img.drRobert {
	float: left;
	margin: -28px 25px 10px -25px;
	position: relative;
	z-index: 1;
}

img.drMarc {
	float: right;
	margin: -28px -25px 10px 25px;
	position: relative;
	z-index: 1;
}

p {
	line-height: 22px;
	margin-bottom: 12px;
}

p.note {	
	color: #6290bf;
	font-style: italic;
	margin-bottom: 0;
	padding-top: 5px;
	text-align: right;
}

ul {
	margin-bottom: 15px;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#contentTop {
	background: url(../images/content-top.png) no-repeat;
	height: 6px;
}

#content {
	background: url(../images/content.png) repeat-x;
	min-height: 450px;
	padding: 10px 18px 0 18px;
}

#inner {
	padding: 0 0 10px 15px;
}

#inner li {
	margin-bottom: 3px;
}

#inner li span {
	color: #4a7fb5;
}

#inner ol {
	padding-left: 30px;
}

#inner ol li {
	list-style-type: decimal;
	margin-bottom: 7px;
}

#inner.resources h2 {
	margin-bottom: 6px; 
	padding-top: 7px;
}

#inner.resources p {
	margin-bottom: 7px;
}

#inner.media h2 {
	padding-top: 7px;
}

#inner .video {
	padding-bottom: 25px;
}

/* BOXES */
.box {
	background: #fff url(../images/home-box.jpg) repeat-x bottom;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	margin: 0 auto 50px auto;
	min-height: 203px;
	padding: 20px 20px 0 20px;
	width: 854px;
	position: relative;
}

.box.nasal {
	margin-bottom: 20px;
}

.boxTop,
.boxBottom {
	height: 5px;
	width: 895px;
	position: absolute;
	left: 0;
	z-index: 0;
}

.boxTop {
	background: url(../images/inner-box-top.png) no-repeat;
	top: -5px;
}

.boxBottom {
	background: url(../images/inner-box-bottom.png) no-repeat;
	bottom: -5px;
}

.box span {
	color: #4a7fb5;
	font-weight: bold;
}

.box ol {
	padding: 0 0 10px 30px;
}

.box ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

/* DOWNLOAD BUTTON */
a.download {
	background: url(../images/button-download.png) no-repeat;
	display: inline-block;
	height: 37px;
	margin-bottom: 25px;
	width: 166px;
}

/* CONTACT BOX */
#contact .column {
	float: left;
	margin-top: 20px;
}

#contact h3 {
	margin-bottom: 10px;
}

/* CONTACT FORM */
#contact form {
	margin-right: 30px;
	width: 297px;
}

#contact form li {
	margin-bottom: 14px;
}

input[type="text"],
textarea {
	border: none;
	color: #606060;
	display: inline-block;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	padding: 0 10px;
	width: 277px;
}

input[type="text"]{
	background: url(../images/input.png) no-repeat;
	height: 27px;
	padding: 6px 10px;
}

textarea {
	background: url(../images/textarea.png) no-repeat;
	height: 73px;
	overflow: auto;
	padding: 10px;
	resize: none;
	overflow-y: hidden;
}

input[type="submit"] {
	border: none;
	display: inline-block;
}

input[type="submit"]:hover {
	cursor: pointer;
}

#contact input[type="submit"] {
	background: url(../images/contact-submit.png) no-repeat;
	float: right;
	height: 37px;
	width: 167px;
}

/* GOOGLE MAP */
#contact .googleMap {
	margin-right: 20px;
}

/* LOCATIONS */
#contact .locations {
	width: 250px;
}

#contact .locations ul {
	margin-bottom: 15px;
}

#contact .locations li {
	margin-bottom: 4px;
}

#contact .locations .follow li {
	float: left;
	margin-right: 10px;
}

/* SITEMAP */
#sitemap {
	color: #4A7FB5;
	font-size: 14px;
	margin-left: 40px;
}

#sitemap ul {
	margin: 5px 0 0 25px;
}

#sitemap li {
	list-style-type: disc;
	padding: 3px 0; 
}
