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

/*Body and Containers*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
.twoColFixLtHdr #container {
	width: 947px;
	background: #FFFFFF;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;
	padding-top: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
} 
.twoColFixLtHdr #container #mainContent .contentChunk h3 {
}

/*Header*/
.twoColFixLtHdr #header {
	height: 181px;
	width: 947px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixLtHdr #container #header, .twoColFixLtHdr #container #header a {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}
.twoColFixLtHdr #container #header #nav {
	width: 390px;
	text-align: center;
	padding-top: 76px;
	margin-left: 557px;
	font-family: "Arial Rounded Bold", Arial, sans-serif;
  	font-style: normal;
	font-weight: bold;
}
.twoColFixLtHdr #container #header h1 {
	font-family: "Arial Rounded Bold", Arial, sans-serif;
  	font-style: normal;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	width: 230px;
	position: absolute;
	left: 250px;
	top: 50px;
}

/*Footer*/
.twoColFixLtHdr #footerContainer {
	background-color: #FFF;	
}
.twoColFixLtHdr #footerContainer #footer {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 30px;
	background-color: #E2DDCA;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
} 
.twoColFixLtHdr #footerContainer #footer p {
	font-size: 20px;
	font-weight: bold;
	color: #00a4ba;
	padding-top: 40px;
	text-align:left;
}
.twoColFixLtHdr #footerContainer #footer #logo {
	float: right;
	margin-top:15px;
}
#footerContainer, .push {
	height: 100px; /* .push must be the same height as .footer */
	clear: both;
}


/*Sidebar*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #container #sidebar1 #findClinic {
	background-color: #00a5bb;
	width: 190px;
	margin-bottom: 20px;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 #findClinic #clinic label {
	font-size: 10px;
	vertical-align: middle;
}
.twoColFixLtHdr #container #sidebar1 #findClinic h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Arial Rounded Bold", Arial, sans-serif;
  	font-style: normal;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 #findClinic #clinic {
	color: #FFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 #findClinic #clinic #zip {
	width: 5em;
}
.twoColFixLtHdr #container #sidebar1 #fluFacts {
	background-color: #e3ddc9;
	width: 190px;
}
.twoColFixLtHdr #container #sidebar1 #fluFacts h2 {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	background-color: #7A4A80;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Arial Rounded Bold", Arial, sans-serif;
  	font-style: normal;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 #fluFacts #moreFluFactsBtn {
	margin-left: 80px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #sidebar1 #fluFacts p {
	margin: 10px;
	font-size: 11px;
	line-height: 16px;
}
.twoColFixLtHdr #container #sidebar1 #fluFacts p span {
	font-weight: bold;
	color: #65366C;
}

/*Main Content*/
.twoColFixLtHdr #container #mainContent h2, .twoColFixLtHdr #clinicContent h2 {
	font-size: 18px;
	font-weight: bold;
	color: #64366B;
}
.twoColFixLtHdr #container #mainContent a, .twoColFixLtHdr #clinicContent a {
	color: #00a5bb;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h1, .twoColFixLtHdr #clinicContent h1 {
	font-family: "Arial Rounded Bold", Arial, sans-serif;
  	font-style: normal;
	font-weight: bold;
	color: #00a5bb;
	font-size: 37px;
	font-weight: bold;
	margin-bottom:35px;
}
.twoColFixLtHdr #mainContent {
	width: 525px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 20px;
} 
.twoColFixLtHdr #clinicContent {
	width: 655px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 20px;
}


.twoColFixLtHdr #container #mainContent #fluFactsContent h3 {
	margin-top: 35px;
}
.twoColFixLtHdr #container #mainContent .contentChunk {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #65366C;
}
.twoColFixLtHdr #container #mainContent .contentChunk h3 {
	margin-bottom: -10px;
	padding: 0px;
	color: #794A7F;
	font-size: 14px;
}
.twoColFixLtHdr #container #header #homeBtn {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*Text Styles*/
p, h1, h2, h3, h4, h5 {
	margin-top:15px;
	margin-bottom:10px;
}
.twoColFixLtHdr #container #header a:hover, .twoColFixLtHdr #container #mainContent a:hover {
	color:#FAB040;
}
.emText3 {
	color: #fbb040;
}
.emText1 {
	font-weight: bold;
	color: #00a5bb;
	font-size: 14px;
}
.emText2 {
	font-size: 14px;
	font-weight: bold;
	color: #64366B;
}
.emText4 {
	color: #64366B;
}

/*Floats*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/*Images*/
img {
	border:none;
	
}
.twoColFixLtHdr #container #header #nav .selected {
	color: #FBB040;
}

/*Maps*/
#map_canvas  {
	float:right;
	height: 400px;
	width: 350px;
}
#map_canvas_finder  {
	height: 450px;
	width: 650px;
}
.twoColFixLtHdr #container #clinicContent #schedule {
	height: 400px;
	width: 300px;
	overflow: auto;
	margin-top: -20px;
}
.twoColFixLtHdr #container #clinicContent #map #map_canvas, .twoColFixLtHdr #container #clinicContent #map #map_canvas_finder {
	line-height: normal;
}
