@charset "utf-8";
/* formatting style
---------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link style
---------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: +1px;
}
/* basic layout
---------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles
---------------------------------------*/
#header {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 255px;
	/*border-top: 3px solid #FF6600;*/
	border-top: 3px solid #008000;
	position: relative;
}
#pharmacy #header,
#homecare #header,
#staff #header,
#profile #header,
#event #header,
#faq #header,
#sitemap #header,
#privacy #header,
#disclaimer #header,
#links #header {
	background-image: url(images/headsmall.jpg);
	height: 165px;
}

#header #logo {
	position: absolute;
	left: 5px;
	top: 15px;
}
#header  a#homecare_link {
	top: 15px;
	position: absolute;
	left: 320px;
	border: 1px double #CCCCCC;
	background-image: url(images/homecare_header.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 175px;
}
#home #header a#homecare_link {
	top: 110px;
	position: absolute;
	left: 320px;
	border: 1px double #CCCCCC;
	background-image: url(images/homecare_header.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 175px;
}
#header a#homecare_link:hover {
	background-image: url(images/homecare_header_hover.gif);
	border: 1px solid #FF6600;
}
#home #header a#homecare_link:hover {
	background-image: url(images/homecare_header_hover.gif);
	border: 1px solid #FF6600;
}
#header p {
	position: absolute;
	left: 5px;
	top: 125px;
/*	background-image: url(../images/catchcopy.jpg);*/
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#pharmacy #header ul,
#homecare #header ul,
#staff #header ul,
#profile #header ul,
#event #header ul,
#faq #header ul,
#sitemap #header ul,
#privacy #header ul,
#disclaimer #header ul,
#links #header  ul{
	top: 110px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 105px;
	/* border-top: 3px solid #FFFF66; */
	border-top: 3px solid #00DC00;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}
/*
#header ul li#nHome a {
	border-left-style: none;
}
*/
#home #header #nHome a,
#pharmacy #header #nPharmacy a,
#homecare #header #nHomecare a,
#staff #header #nStaff a,
#profile #header #nProfile a,
#event #header #nEvent a,
#faq #header #nFaq a,
#links #header #nLinks a {
	color: #FFFFFF;
	background-color: #828CA7;
}

/* main styles
---------------------------------------*/
#main h2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 3px solid #009900;
	border-bottom: 1px dotted #666666;
	clear: both;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main ol {
	padding-left: 20px;
	margin-bottom: 1em;
	font-size: 110%
}
#main ol.principles {
	font-weight: bolder;
}
#main ol.homecare {
	list-style-type: decimal;
	margin-left: 5px;
}


#main ul {
	margin-left: 10px;
	list-style: none;
}
#main #hello {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#main #news {
	padding-top: 10px;
	padding-left: 15px;
}

#main dl#news dt {
	font-weight: bold;
	background-image: url(images/capsuleB7.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 6px;
	clear: left;
	float: left;
	width: 10em;
	padding-left: 20px;
}
#main dl#news dd {
	margin: 0px 0px 6px 5em;
}
#main div.event {
	float: left;
	width: 270px;
}
#main  dl.event  dt {
	margin-bottom: 2px;
	float: left;
	margin-right: 2px;
}
#main  dl.event  dd {

}


#main img {
	padding-left: 10px;
}

/* sidebar styles
---------------------------------------*/
#sidebar h2 {
	padding-bottom: 15px;
	clear: left;
}
#sidebar h3 {
	border-bottom: thin dotted #333333;
}

#sidebar dl dt a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/capsuleB7.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 20px;
}
#sidebar ul li a:hover {
	background-image: url(images/capsuleB8.gif);
}
/* footer styles
---------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* profile
---------------------------------------*/

/* faq
---------------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* links
---------------------------------------*/
#main dl#linkList {
	padding-top: 5px;
}
#main dl#linkList dt {
	font-weight: bold;
	background-position: left center;
	clear: left;
	float: left;
	width: 8em;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main dl#linkList dd {
	margin: 0px 0px 10px 6em;
}
#main div.institution {
	clear: left;
	height: 225px;
	margin-bottom: 1px;
}
#main dl#photoList dt {
	float: left;
}






/* table
---------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	padding-top: 5px;
	width: 100%;
}
#main table th {
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: auto;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main tr.odd {
	background-color: #EFEFEF;
}
#main div.staff {
	float: left;
	width: 175px;
	height: 33em;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px dotted #009900;
	background-image: url(images/tile_27.gif);
	background-repeat: repeat;
}
#main div.staff h3 {
	font-size: small;
	color: #006600;
}
#main div.pharmacy {
	height: 220px;
	width: 140px;
	float: left;
}
#main div.pharmacy p {
	padding-left: 10px;
}





/*
#pharmacy #main table {
	width: 100%;
	position: relative;
}
*/
/*
#pharmacy #main th {
	width: 8em;
}
*/


/* form
---------------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
