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

.small { font-variant: small-caps; font-size: 10px; }

#navContainer {
	background-color: #f9f8f0;
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #331D0A;
	padding-right: 25px;
}
#navContainer #topNavItem {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #dbc570;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/nav/left_nav_home.jpg);
	background-repeat: no-repeat;
	background-position: 7px 8px;
}
#navContainer #topNavItem a {
	color: #331D0A;
	text-decoration: none;
}
#navContainer #topNavItem:hover {

}


#navContainer #ourPhysicians {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #dbc570;
	display: none;
}
#navContainer #ourPhysicians ul {
	list-style-image: url(images/nav/left_nav_sub_arrow.jpg);
	line-height: 20px;
}
#navContainer #ourPhysicians a {
	color: #df570d;
	text-decoration: none;
}
#navContainer #ourPhysicians a:hover {
	color: #7f2e0a;
}



#navContainer #aboutAllergies {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #dbc570;
	display: none;
}
#navContainer #aboutAllergies ul {
	list-style-image: url(images/nav/left_nav_sub_arrow.jpg);
	line-height: 20px;
}
#navContainer #aboutAllergies a {
	color: #df570d;
	text-decoration: none;
}
#navContainer #aboutAllergies a:hover {
	color: #7f2e0a;
}

#navContainer #aboutAsthma {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #dbc570;
	display: none;
}
#navContainer #aboutAsthma ul {
	list-style-image: url(images/nav/left_nav_sub_arrow.jpg);
	line-height: 20px;
}
#navContainer #aboutAsthma a {
	color: #df570d;
	text-decoration: none;
}
#navContainer #aboutAsthma a:hover {
	color: #7f2e0a;
}

#navContainer #allergyShots {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #dbc570;
	display: none;
}
#navContainer #allergyShots ul {
	list-style-image: url(images/nav/left_nav_sub_arrow.jpg);
	line-height: 20px;
}
#navContainer #allergyShots a {
	color: #df570d;
	text-decoration: none;
}
#navContainer #allergyShots a:hover {
	color: #7f2e0a;
}



#navContainer #navItem {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #dbc570;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#navContainer #navItem a {
	color: #331D0A;
	text-decoration: none;
}
#navContainer #navItem:hover {
	background-image: url(images/nav/nav_mouseover_bg.jpg);
	background-repeat: no-repeat;
	background-position: 40px;
}
#navContainer #navItem.Active {
	background-image: url(images/nav/nav_mouseover_bg.jpg);
	background-repeat: no-repeat;
	background-position: 40px;
}

body {
	background-color: #F47B2A;
	background-image: url(images/body_bg_gradient.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #361C0B;
	margin: 0px;
}
h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #361C0B;
	display:inline;
	line-height:24px;
}
h2 {
	font-size: 15px;
	color:#533320;
	font-weight:normal;
	line-height:24px;
	display:inline;
}
h3 {
	font-size: 13px;
	color:#361C0B;
	font-weight:bold;
	display:inline;
}
hr {
	border: none 0;
	border-top: 1px dashed;
	color: #9d8c82;
	height: 1px;
	margin-bottom: 20px;
}
.alignRight {
	text-align: right;
	font-size: 11px;
}
.clearFloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a {
	color: #df570d;
	text-decoration:none;
}
a:hover {
	color: #7f2E0A;
	text-decoration:underline;
}
#dropShadow {
	background-repeat: repeat-y;
	width: 918px;
	background-image: url(images/dropshadow_bg.png);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
/* CSS Document */

#container {
	width: 880px;
	background-image: url(images/container_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px auto;
	background-color: #FFF;
}
#container #left {
	width: 221px;
	float: left;
	padding-left: 34px;
	padding-top: 40px;
	padding-bottom: 20px;

	
}
#container #pollenCount {
	width: 230px;
	padding-left: 50px;
	clear: left;
	float: left;
	padding-bottom: 40px;
}



#container #main {
	width: 530px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 35px;
	float: right;
	padding-top: 35px;
	line-height: 18px;
}
#container #main #index_mainLeft {
	float: left;
	width: 35%;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#533320;
}
#container #main #index_mainCenter {
	float: left;
 	width: 26%;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#533320;
}
#container #main #index_mainRight {
	float: right;
	width: 34%;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#533320;
}
#container #main #warren_allergy_asthma_new_patient_mainLeft {
	float: left;
	width: 38%;
}
#container #main #warren_allergy_asthma_new_patient_mainCenter {
	float: left;
	width: 30%;
}
#container #main #warren_allergy_asthma_new_patient_mainRight {
	float: right;
	width: 30%;
}
#container #main #warren_allergies_info_mainLeft {
	width: 50%;
	float: left;
}
#container #main #warren_allergies_info_mainRight {
	width: 50%;
	float: right;
}
#container #main #warren_allergy_location_31730_hoover_mainLeft {
	float: left;
	width: 30%;
	line-height:25px;
}
#container #main #warren_allergy_location_31730_hoover_mainCenter {
	float: left;
	width: 33%;
	line-height:25px;
}
#container #main #warren_allergy_location_31730_hoover_mainRight {
	float: right;
	width: 33%;
	line-height:25px;
}
#container #top {
	background-repeat: no-repeat;
	height: 83px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-image: url(images/banner_logo.jpg);
}
#container #header {
	height: 200px;
}
#footer {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 20px;
}
#footer #footerLeft {
	width: 100%;
	padding-left: 15px;
	float: left;
}
#footer #footerRight {
	text-align: right;
	float: right;
	width: 30%;
	padding-right: 15px;
	padding-left: 15px;
}
