/* 

livingcaregroup.ca	global stylesheet
created by Patrick Kerby (4/14/07)
last edited by Patrick Kerby (4/14/07)

*/

a, p, div, ul, li, h1, h2, h3, h4 { margin: 0; padding: 0;}
p { 
	font-family: Tahoma, Verdana, Arial, sans;
	font-size: 12px;
	color: #66703d;
	line-height: 160%;
}
a.button:link, a.button:visited {
	font-family: Georgia, Times, 'Times New Roman', Serif;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	width: 20%;
	float: left;
	line-height: 180%;
	color: #66703d;
	display: block;
	border: solid 1px #c4c6ac;
	background: #d8dda5;
	padding: 11px;
	margin: 15px 18px;
	display: block;
}
a.button:hover {
	background: #c9d28b;
}

h4 {
	font-family: Tahoma, Verdana, Arial, sans;
	font-size: 12px;
	color: #762727;
	margin: 10px 0 10px 18px;
}
img {
	border: solid 6px #e3e6b8;
	margin: 1% 0 0 2%;
}


body {
	background: url('hdr_pattern1.jpg') right 6px repeat-x #e3e6b8;
	border-top: solid 6px #66703d;
	padding: 0;
	margin: 0;
}
div#header {
	background: url('hdr_bg1.jpg') top left no-repeat transparent;
	height: 250px;
}
	div#header h1 {
		height: 250px;
		width: 590px;
		float: right;
		display: block;
		margin: 0 0 0 271px;
		text-indent: -9999999px;
		background: url('headline.gif') no-repeat right 165px;
	}
	div#header a:link, div#header a:visited {
		display: block;
		text-decoration: none;
		width: 253px;
		height: 137px;
		position: absolute;
		margin-left: 10px;
	}
	div#content {
	background: url('contentbg-top.jpg') top left no-repeat transparent;
	width: 100%;
	margin: -13px 0 0 0;
	padding: 25px 0;
}
	div#sidebar {
		width: 22%;
		margin: 1% 1% 1% 2%;
		float: left;
	}
		div#sidebar h2 {
			font-family: Georgia, Times, 'Times New Roman', Serif;
			font-size: 14px;
			font-weight: normal;
			font-style: italic;
			line-height: 200%;
			color: #762727;
			padding: 25px;
			background: #f8f9e8;
			border-bottom: solid 1px #c4c6ac;
			text-align: center;
		}
		div#sidebar a:link, div#sidebar a:visited {
			font-family: Georgia, Times, 'Times New Roman', Serif;
			font-size: 13px;
			text-decoration: none;
			text-align: center;
			line-height: 180%;
			color: #66703d;
			display: block;
			border: solid 1px #c4c6ac;
			background: #d8dda5;
			padding: 11px;
			margin: 15px 0 0 0;
		}
		div#sidebar a:hover {
			background: #c9d28b;
		}
		div#sidebar ul#navigation  {
			list-style-type: none;
			background: #e8eac3;
			border-top: solid 1px #c4c6ac;
		}
		div#sidebar ul#navigation li {
			border-bottom: solid 1px #d8dbb4;
		}
		div#sidebar ul#navigation li a:link, div#sidebar ul#navigation li a:visited {
			border: none;
			margin: 0;
			background: none;
			color: #762727;
			height: 35px;
			padding: 0;
			line-height: 35px;
		}
		div#sidebar ul#navigation li a:hover {
			background: #e2e4be;
		}
	div#content div.info_box {
		width: 22%;
		margin: 1%;
		background: #f8f9e8;
		border-top: solid 1px #c4c6ac;
		border-bottom: solid 4px #9eab68;
		float: left;
		min-height: 275px;
	}
		div#content div.info_box h3 {
			font-family: Georgia, Times, 'Times New Roman', Serif;
			font-weight: normal;
			font-size: 19px;
			color: #40622b;
			margin: 18px 18px 0 18px;
			padding-bottom: 10px;
			border-bottom: solid 1px #dbdbc9;
		}
		div#content div.info_box p {
			margin: 10px 18px 18px 18px;
		}
		div#content div.info_box a:link, div#content div.info_box a:visited {
			font-family: Tahoma, Verdana, Arial, sans;
			font-size: 12px;
			color: #7f3534;
			text-decoration: none;
			margin: 18px;
			display: block;
		}
		div#content div.info_box a:hover {
			text-decoration: underline;
		}
/* content 'pane' */
	div#content div.info_pane {
		width: 72%;
		margin: 1% 2% 1% 1%;
		background: #f8f9e8;
		border-top: solid 1px #c4c6ac;
		border-bottom: solid 4px #9eab68;
		float: left;
		min-height: 300px;
	}
		div#content div.info_pane h3 {
			font-family: Georgia, Times, 'Times New Roman', Serif;
			font-weight: normal;
			font-size: 19px;
			color: #40622b;
			margin: 18px 18px 0 18px;
			padding-bottom: 10px;
			border-bottom: solid 1px #dbdbc9;
		}
		div#content div.info_pane p {
			margin: 10px 18px 18px 18px;
		}
		div#content div.info_pane a:link, div#content div.info_pane a:visited {
			font-family: Tahoma, Verdana, Arial, sans;
			font-size: 12px;
			color: #7f3534;
			text-decoration: none;
		}
		div#content div.info_pane a:hover {
			text-decoration: underline;
		}
/* Footer */
	div#footer {
		bottom: 0;
		float: left;
		clear: both;
		width: 100%;
		height: 50px;
		margin: 10px 0 0 0;
		background: url('footer_bg1.jpg') repeat-x bottom #e3e6b8;
}
	div#footer p {
		margin: 15px 18px 5px 2%;
		font-size: 10px;
		float: right;
	}
	div#footer a:link, div#footer a:visited {
		color: #7f3534;
	}