@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}

a img {border:0}


body{
	background:#FFFFFF url(images/background.jpg) no-repeat fixed top center;
	*background:#FFFFFF url(images/background_ie.jpg) no-repeat fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}

p {
	padding:0px 15px;
	font:12px/24px Verdana;
	color:#000000;
}

table {
	font:12px/24px Verdana;
	color:#000000;
}

a {
	color:#04799a;
	text-decoration:underline;
}

a:hover {
	color:#3399cc;
	text-decoration:none;
}



/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}

/* HEADER */

#logo {
	width:328px;
	float:left;
	padding:0px 0px 10px 15px;
}

#call {
	width:507px;
	float:right;
	text-align:right;
	padding:0px 15px 0px 0px;
}

#navigation {
	margin-bottom:3px;
}

#content_wrapper_left {
	width:300px;
	float:left;
}

#content_wrapper_right {
	width:685px;
	float:right;
}

#allergist_logo {
	display:inline;
	float:left;
	margin-left:-300px;
}
#social{
	float:left;
	margin-left:-220px;
margin-top:120px;
}

/* CONTENT */

#content_wrapper {
	background:url(images/side_img.jpg) no-repeat bottom left;
	padding-left:330px;
	min-height:500px;
}

#content_wrapper_int {
	background:url(images/side_img.jpg) no-repeat bottom left;
	min-height:980px;
}

#learn_btn {
	margin:3px 15px;
}

.pat_form_btn {
	margin:-15px 0px 10px 5px;
}

#map_btn {
	margin-left:10px;
}

.txt_image {
	margin:5px 0px 0px 7px;
}

/* FOOTER */

#footer_wrapper {
	width:990px;
	background:url(images/footer_bg.jpg) no-repeat top center;
	height:42px;
	padding-top:20px;
	font:11px/16px Verdana;
	color:#000;
	text-align: center;
}

#footer_wrapper a {
	color:#000;
	text-decoration: none;
}

#footer_wrapper a:hover {
	color:#666;
	text-decoration: none;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:normal 20px Verdana;
	color:#04799a;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#04799a;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#04799a;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ul.services_list {
	padding:0px;
	margin:0px;
}

#serv_spacer {
	height:500px;
}

.services_list li {
	width:293px;
	height:38px;
	background:url(images/list_bg.jpg) no-repeat top left;
	padding:13px 13px 0px;
	list-style-type:none;
	margin:0px;
}

.services_list li a {
	color:#04799a;
	text-decoration:underline;
	font:bold 13px Verdana;
}

.services_list li a:hover {
	text-decoration:none;
}

p.services_header {
	color:#04799a;
	font:bold 13px Verdana;
	margin-bottom:0px;
}

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:12px/24px Verdana;
	color:#000;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 244px;
	font:11px Verdana;
	padding:4px 3px; 
	color:#525252;
}
select.contactinput {
	width: 250px;
	color:#525252;
	padding:4px 3px;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
}

#captcha {
	margin-bottom:5px;
}

.captcha_info {
	margin-left:45px;
}

#table_form {
	font:11px/24px Verdana;
	color:#000000;
}

.disclaimer {
	color:#ff0000;
}

.cpTodayText {
	display:none;
}