/* 
CSS style sheet for Lakeland Long Term Care, by Maddie Hewson 
Edited by:   Steven Campeau
Date:    	 28/06/10
*/
/*************************************************************************** MAIN */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	background: #fcfcfc;
}


#shadow {
	margin: 0px auto;
	margin-top: 10px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	width: 780px;
	position: relative;
}

#top {
	margin: 0 auto;
	width: 765px;
	height: auto;
}

#header p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;
	right: 0px;
	color: #e0e0e0;
	position: absolute;
	font-weight: bold;
	}

#header p a, #header p a.btn-slide {
	text-decoration: none;
 	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;
	right: 0px;
	color: #e0e0e0;
	font-weight: bold;
	}
	
#header p a:hover {
	text-decoration: none;
	border-bottom: 2px solid #fe0000;
	}

#header img {
	width: 765px;
	height: 175px;
	margin-left: 7px;
	padding-bottom: 0px;
	border-style: none;
}


a {
	text-decoration: none;
}

ul {
	list-style: none;
}

#panel {
	background-color : #eee;
	border : 2px solid #dedede;
	height: 65px;
	display: none;
	margin-top: 10px;
}

.slide {
	margin: 0;
	padding: 0;
}

.active {
	background-position: right 12px;
}

#form {
float: right;
text-transform: uppercase;
margin: 20px;
}

#form p{
	vertical-align: middle;
	font-weight: bold;
	color: #111a84;
}

#form input {
color: #202020;
margin-right: 15px;
}

#form input.submit {
margin-right: 15px;
}


/*////////////////////////////// HORIZONTAL DROPDOWN STARTS HERE //////////////////////////////*/
/* LEVEL ONE */
ul.dropdown {
	position: relative;
	float: left;
	width: 765px;
	background: #111a84;
	/*font-weight: bold;*/
	margin-left: 7px;
}

ul.dropdown li {
	float: left;
	zoom: 1; /* NEED FOR IE*/
	background: #111a84;
}

ul.dropdown a:hover {
	color: #fff;
}

ul.dropdown a:active {
	color: #fff;
}

ul.dropdown li a{
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	color: #fff;
}

ul.dropdown li p {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}

ul.dropdown li a.red, ul.dropdown li p.red {
	border-right: none;
	background: #fe0000;
	text-decoration: none;
}


ul.dropdown li.hover, ul.dropdown li:hover {
	background: #fe0000;
	color: #fff;
	position: relative;
}

ul.dropdown li.hover a, ul.dropdown li.hover p {
	color: #fff;
}

/* LEVEL TWO */
ul.dropdown ul {
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border : 2px solid #d1d1d1;
}

ul.dropdown ul li {
	font-weight: normal;
	background: #111a84;
	color: #000;
	border-bottom: 1px solid #fff;
	float: none;
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a, ul.dropdown ul li p {
	border-right: none;
	width: 100%;
	display: inline-block;
}

ul.dropdown ul li.pdf a, ul.dropdown ul li.pdf p {
	background-image: url(../images/document-pdf.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
	display: inline-block;
}

ul.dropdown ul li.word a, ul.dropdown ul li.word p {
	background-image: url(../images/document-word.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
	display: inline-block;
}

/* LEVEL THREE */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

/*************************************************************************** DROPDOWN BEGINS HERE*/

#topnav {
color: #111a84;
margin-top: 30px;
margin-left: 6px;
margin-right: 6px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-align: center;
padding: 2px;
line-height: 130%;
background: #eee;
}

#topnav a {
color: #111a84;
font-size: 10px;
text-transform: uppercase;
padding-left: 5px;
padding-right: 5px;
}

#topnav a:hover {
text-decoration: underline;
}

#topmain {
	float: right;
	text-align: right;
	width: 530px;
	padding-bottom: 5px;
	padding-top: 15px;
	border-bottom: 1px solid #eee;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#topmain ul {
	list-style-type: none;
}

#topmain li {
	display: inline;
	padding-left: 10px;
}

#topmain a{
}

#topmain img {
border-style: none;
}


.tooltip a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

a.tooltip span {display:none; padding:2px 3px;}

a.tooltip:hover span{display:inline; position:absolute; margin-left: 10px; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c; text-decoration: none;}


#main {
	width: 535px;
	margin: 0;
	float: left;
	background: #fff;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 10px;
}


.floatright {
	float: right;
	padding: 10px;
	margin: 10px 20px 10px 20px;
	background-color:#eee;
    border:2px solid #dedede;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	clear: both;
}

.floatright p, .floatleft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #202020;
	margin-top: 10px;
	max-width: 150px;
	text-align: center;
}

div.floatright img {
    border:2px solid #dedede;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.floatleft {
	float: left;
	padding: 10px;
	margin: 10px 20px 10px 10px;
	background-color:#eee;
    border:2px solid #dedede;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

div.floatleft img {
    border:2px solid #dedede;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

#main h2 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #fe0000;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main h3 {
	text-align:center
}

#main a {
	color: #000;
}

#main p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 5px 15px 10px 15px;
	color: #202020;
	margin-left: 10px;
}

#main blockquote {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 5px 15px 10px 15px;
	color: #202020;
	margin-left: 10px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 25px;
}

#main blockquote.last {
	border: none;
	margin-bottom: 0px;
}

#main a:link {
text-decoration: none;
color: #111a84;
font-style: italic;
}

#main a:visited {
text-decoration: none;
color: #111a84;
font-style: italic;
}

#main a:hover {
text-decoration: underline;
color: #fe0000;
}

#main ul.job {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 45px;
	font-weight: bold;
	font-style: italic;
}

#main ul.job li a{
	line-height: 25px;
	}

#main ul.job a:hover {
	text-decoration: underline;
	color: #fe0000;
	}
	
#main ul.job a:active {
	text-decoration: underline;
	color: #fe0000;
	}


#main p.header {
	font-size: 14px;
	color: #111a84;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-left: 0px;
}

#main p.gap {
	line-height: 50px;
}

#main ul.list {
	list-style: circle;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-left: 45px;
	color: #202020;
	list-style-position: inside;
}

#main ul.list a:hover {
	text-decoration: underline;
	color: #fe0000;
	}
	
#main ul.list li {
	padding-bottom: 10px;
	}

#main ol.list {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-left: 45px;
	color: #202020;
	list-style-position: inside;
	font-weight: bold;
}

#main ol.list a:hover {
	text-decoration: none;
	}
	
#main ol.list li {
	padding-bottom: 10px;
	}
	
#main ol.faqlist {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 45px;
	font-weight: bold;
}

#main ol.faqlist li a{
	line-height: 25px;
	}

#main ol.faqlist a:hover {
	text-decoration: none;
	color: #fe0000;
	}
	
#main ol.faqlist a:active {
	text-decoration: none;
	color: #fe0000;
	}
	
#main ol.faqlist li {

	}

/******************************************************** DOCUMENTS ***************************/
	
.pdf a {
	background-image: url(../images/document-pdf.png);
	background-repeat: no-repeat;
	background-position: 1em;
	padding-left: 25px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

.word a {
	background-image: url(../images/document-word.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
	padding-left: 25px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

.arrowup a {
	background-image: url(../images/arrowup.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
	padding-left: 25px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

.film a {
	background-image: url(../images/film.png);
	background-repeat: no-repeat;
	background-position: 1em;
	padding-left: 25px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

.logo a {
	background-image: url(../images/favicon.gif);
	background-repeat: no-repeat;
	background-position: 1em;
	padding-left: 25px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mail {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
	padding-left: 25px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topnav2 {
color: #111a84;
margin-top: 30px;
margin-left: 6px;
margin-right: 6px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-align: center;
padding: 2px;
line-height: 130%;
background: #eee;
}

#topnav2 a {
color: #111a84;
font-size: 10px;
text-transform: uppercase;
padding-left: 5px;
padding-right: 5px;
}

#topnav2 a:hover {
text-decoration: underline;
}


#botmain {
	float: right;
	text-align: right;
	width: 530px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 1px solid #eee;
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#botmain ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}


/********************************************************PHOTO GALLERY***************************/
#photo_strip {
width: 540px; 
margin: 0 auto 20px auto;
}

#photocontainer {
margin: 0; 
padding: 0; 
height: 450px; 
overflow: auto; 
color: #222; 
background: #fff;
}

#photocontainer ul {
margin: 0; 
padding: 0; 
list-style: none; 
white-space: nowrap; 
display: table-row;
}

#photocontainer ul li {
display: table-cell; 
padding: 0 15px; 
background: #fff; 
border-bottom: 1px solid #888; 
vertical-align: top;
}

#photocontainer ul li img {
border: 1px solid #555; 
margin: 30px 0 10px 0;
}

#photo_strip h1 {
text-align: center; 
padding: 0; 
margin: 0;
width: 540px; 
height: 38px; 
line-height: 35px; 
color: #555; 
font-weight: normal; 
font-size: 20px; 
border-bottom: 1px solid #888;
}

#photocontainer p {
margin: 0; 
padding: 5px 0; 
font-size: 11px;
}

/*****************************************************************CONTACT FORM****************/

#contact-area {
	width: 540px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #fe0000;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background: #ddd;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}

/*************************************************************************** SIDEBAR BEGINS HERE*/

#sidebar  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-right: 22px;
	border-left: 3px solid #eee;
	width: 185px;
	float: right;
}

/*Google*/
#google {
width: 150px;
height: 100px;
overflow: hidden;
float: right;
margin-top: 5px;
background-color: #eee;
border: 2px solid #dedede;
text-decoration: none;
color: #202020;
cursor: pointer;
padding : 5px 10px 5px 10px;
}

/*Lakeland Spirit logo*/
.sidebar1 a {
float : right;
width : 150px;
margin-top : 5px;
background-color : #eee;
border : 2px solid #dedede;
text-decoration : none;
color : #202020;
cursor : pointer;
padding : 5px 10px 5px 10px;
}
.sidebar1 a:hover {
background-color : #e0e0e0;
border : 2px solid #d1d1d1;
color : #111a84;
}
.sidebar1 a:active {
background-color : #e0e0e0;
border : 2px solid #d1d1d1;
color : #111a84;
}
.sidebar1 a img {
border : none;
}

/*video tour + West Parry Sound Health Centre*/
.sidebar2 ul a, .sidebar4 ul a {
float : right;
width : 120px;
margin-top : 5px;
background-color : #eee;
border : 2px solid #dedede;
font-size : 11px;
line-height : 130%;
text-decoration : none;
color : #565656;
cursor : pointer;
padding : 5px 10px 5px 40px;
font-weight: bold;
}

/*video tour*/
.sidebar2 a:hover {
background-color : #e0e0e0;
border : 2px solid #d1d1d1;
color : #111a84;
font-weight : bold;
}
.sidebar2 a:active {
background-color : #e0e0e0;
border : 2px solid #d1d1d1;
color : #111a84;
font-weight : bold;
}
.sidebar2 a img {
margin : 0 3px -3px 0 !important ;
padding : 0;
border : none;
width : 16px;
height : 16px;
}

/*West Parry Sound Health Centre*/
.sidebar4 p {
background-image : url(../images/favicon.gif);
background-repeat : no-repeat;
background-position : 0.5em;
padding-left : 2.5em;
font-weight : bold;
}
.sidebar4 a:hover {
		background-color : #e0e0e0;
		border : 2px solid #d1d1d1;
		color : #111a84;
		font-weight : bold;
}
.sidebar4 a:active {
		background-color : #e0e0e0;
		border : 2px solid #d1d1d1;
		color : #111a84;
		font-weight : bold;
}
.sidebar4 a img {
		margin : 0 3px -3px 0 !important ;
		padding : 0;
		border : none;
		width : 16px;
		height : 16px;
}


/*Java New Slider*/
#slider { 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/
		width: 150px;
		height: 250px;
		overflow: hidden;
		float: right;
		margin-top: 5px;
		background-color: #eee;
		border: 2px solid #dedede;
		text-decoration: none;
		color: #202020;
		cursor: pointer;
		padding : 5px 10px 5px 10px;
		}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
				
	#slider li{ 
		background:#f1f1f1;
		width: 150px;
		height: 250px;
		}	
			
	#slider li h2{
		font-size: 14px;
		font-weight: bold;
		padding-top: 5px;
		color: #111a84;
		}	
		
	#slider li p{ 
		padding-top: 10px;
		color: #565656;
		}

	#next {
		float: left;
		padding-left: 5px;
		margin-bottom: 15px;
		padding-top: 5px;
	}

	#prev {
		float: left;
		padding-left: 5px;
		margin-bottom: 15px;
		padding-top: 5px;
		}




/****************************************************************************** SIDEBAR ENDS HERE*/	

#footer {
	margin: 0 auto;
	width: 765px;
	margin-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #111a84;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	clear: both;
	border-bottom: 1px solid #202020;
}

#footer p {
text-transform: uppercase;
}

#navlist li {
display: inline;
margin: 0px auto;
color: #fff;
font-weight: normal;
}

#navlist a:link {
text-decoration: none;
color: #fff;
}

#navlist a:visited {
text-decoration: none;
color: #fff;
}

#navlist a:hover {
text-decoration: none;
color: #fff;
border-bottom: 2px solid #fe0000;
}

* html #footer {
	height:1px;
}

/*////////////////////////////// FOOTER ENDS HERE //////////////////////////////*/

#bot {
	margin: 0 auto;
	width: 765px;
	height: 10px;
}