@charset "UTF-8";
body  {
	font: 14px Arial, Helvetica, sans-serif;
	background: url(../images/spacer.gif) repeat fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColHybLtHdr #container {
	width: 750px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColHybLtHdr #header {
	height: 100px;
} 

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 168px; /* top and bottom padding create visual space within this div  */
}


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdrhome #mainContent {
	margin-left: 168px;
} 
.twoColHybLtHdr #mainContent {
	margin-left: 188px;
	margin-top: 72px;
	margin-right: 20px;
} 
.twoColHybLtHdr #mainContent p{
	margin-left: 20px;
/
	margin-right: 20px;
	margin-right: 20px;
	text-align: left;
} 
.twoColHybLtHdr #footer {
	padding: 0 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #71D8C5;
} 
.twoColHybLtHdr #footer td {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #71D8C5;
	font-weight: bold;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.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;
}
.twoColHybLtHdr #container #mainContent .subhead {
	font-size: 18px;
	color: #A066AB;
	font-weight: bold;
}

.foot {
	font-size: 11px;
	font-weight: bold;
	color: #71D8C5;
	text-decoration: none;
}
a.foot:link {
	color: #71D8C5;
	text-decoration: none;
}
a.foot:visited {
	color: #71D8C5;
	text-decoration: none;
}
a.foot:hover {
	color: #A066AB;
}
a.foot:active {
	color: #71D8C5;
}	
.bodylink {
	color: #A066AB;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a.bodylink {
	color: #A066AB;
	text-decoration: none;
}
a.bodylink:visited {
	color: #A066AB;
	text-decoration: none;
}
a.bodylink:hover {
	color: #71D8C5;
}
a.bodylink:active {
	color: #A066AB;
}
.search-div {
	height: 67px;
	width: 168px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #B6F2E7;
}
.page-head {
	background-image: url(../images/head-grad.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 75px;
	width: 582px;
	left: 168px;
	top: 100px;
}
.bullet-indent {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
}
.indent-div {
	margin-left: 10px;
}
.triangle-bullet {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
}
.homephoto {
	position: absolute;
	height: 287px;
	width: 582px;
	left: 168px;
	top: 100px;
	background-image: url(../slideshow/pharmacist.jpg);
	background-repeat: no-repeat;
}
