/*This is the basic style sheet for Lakeside Hospice.*/

body {
     	   font-family: Trebuchet, Arial, Helvetica, sans-serif;
     	   font-size: 76%;
    	    background-color: #7284c2;
    	    padding: 0;
									margin: 0;
									color: #142b3b; }

#wrapper {
      	  background-color: #7284c2;
      	  min-width: 750px;
         background-image: url(images/bkg2.jpg);
									background-repeat: repeat-x;
									top: 0em;
									left: 0em;
									padding-top: 1px;
 }

#header {
								background-color: #7284c2;
								height: 40px;
								margin-top: 151px;
 								z-index: -10;
}

#logo {
								background-image: url(images/Butterfly15.gif);
								width: 322px;
								height: 187px;
								background-repeat: no-repeat;
								position: absolute;
								top: 4px;
								left: 20px;
								z-index: 10;
 }

#topinfo {
								position: absolute;
								top: 155px;
								right: 1.5em;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 12px;
								font-weight: bold;
								color: #000000;
								text-align: right;
								line-height: 1.5em;
								border: none;
 }

h1 {font-size: 1.6em; margin: 0; color: #7284c2; }
h2, h3 {font-size: 1.3em; color: #7284c2;
 }

h1.topheading {
     color: #7284c2;
     text-align: left;
     font-style: normal; }

h1, p.announcements {
     color: #BB5CA3;
     font-style: italic;
     text-align: center; }

#maincontent h2, #maincontent h3 {margin: 1.5em 0 .5em 0;}
#maincontent h3 {font-size: 1.2em;}

#maincontent img{
	border: 0;
	float: right;
	margin: 0 0 5px 10px;
}

#maincontent ul, #maincontent li {
	color: #000000;
	font-weight: lighter;
	line-height: 1.5em;
}

h2.topheading, #maincontent h2.topheading, #sidebar h2.topheading {margin: 0 0 .5em 0;}

#sidebar1 {
								float: left;
        width: 160px;
								font-weight: bold;
								line-height: 2em;
								padding-top: 60px;
								padding-right: 12px;
								padding-bottom: 12px;
								padding-left: 12px;
								border: none;
 }

#maincontent {
        background-color: #ffffff;
								font-size: 1em;
        margin: 0em 186px 0em 184px;
								zoom: 100%;
        padding: 24px;
								padding-top: 3em;
 }

#sidebar2 {
        float: right;
        width: 160px;
								color: #26767a;
								font-size: 1em;
								font-weight: bold;
								line-height: 2em;
								padding-top: 12px;
								padding-right: 12px;
								padding-bottom: 12px;
								padding-left: 12px;
						 	border: none;
 }

p {margin: 0 0 12px 0;}

#anchor {
color: #7284c2;
font-style: italic;
font-weight: bold;
text-align: center;
 }

.clearer {
	clear: both;
	height: 0;
	line-height: 0;
}

#footer {
  clear: both;
		text-align: center;
		font-size: smaller;
  padding: 3px 12px;
  color: #ffffff;
}

a {padding: 3px;}
a:link, a:visited {
								color: #7284c2;	}
a:hover, a:active, a:focus {
        color: #7284c2;
        text-decoration: none;
        background-color: #333333;
								border: none; }

a.footer {
color: #ffffff;}



