 /*   
Name: St. Elizabeth Home
Description: Aged Care Facility 
Author URI: http://www.company.com.au
Version: 1.0
Tags: Catholic, Age Care Facility, Gospel Teaching, Justice, Human Dignity, Excellence, Care Services
Web Design: Pitstop101media.com
-------------------------------------------------------------- */


/* Base
-------------------------------------------------------------- */

body {
	background: #343434 url(i/mainbg.png) top repeat-x;
	margin: 0;
	font: 12px Arial, Tahoma, sans-serif;
	text-align: center;
	width:100%; min-width:960px; margin:0; clear:both;
}
	
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:21px;
font-weight:bold;
background:url(i/arrow.png) left no-repeat;
text-align:left;
padding-left: 22px;
color:#000000;
}

h2 {
font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;	
font-size: 23px;
color: #000;
font-weight:normal;
border-bottom:2px solid #838383;
padding: 0 0 5px 0;
}

	.wrapper {
		height: auto !important;
		text-align: center;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	.container {
		background: #FFF url(i/headerbg.png) top repeat-x;
		width: 960px;
		margin: 40px auto 40px auto;
		text-align:center;
		box-shadow: 0px 0px 10px 1px #000;
		-moz-border-radius: 12px;
		border-radius: 12px;
		overflow:auto;
	}

	.header_title {
		height: 160px;
		padding-top:30px;
		text-align:left;
	}

/* left sidebar - content
-------------------------------------------------------------*/	
	.leftsidebar {
	padding:20px;
	padding-top:3px;
	width: 190px;
	float:left;
	text-align:left;
	}
	
	.menu {
	}
	
	.leftsidebar ul {
	display: inline;
	list-style-type: none;
	text-decoration:none;
	text-align:left;
	}
	
	.leftsidebar li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	background: url(i/red.png) repeat-y left;
	border-bottom: 2px solid #e5e5e5;
	margin: 20px 0;
	padding: 12px 0 7px 13px;
	}

	.leftsidebar ul a {
	color:#000;
	text-decoration:none;
	}
	
	.leftsidebar ul a:hover {
	color: #999;
	}

	.news {
	font-family:Tahoma, Geneva, sans-serif;
	color: #a10003;
	}

	.news img{
		margin:12px 0 12px 0;
		height: auto;
		float:left;
		text-align:left;
		border: double 5px #FFF;
		outline: solid 1px #bababa;
	}

	.newstitle {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		text-decoration:underline;
		color: #a10003;
	}
	
	.newsdate {
		font-size:11px;
		font-style:italic;
	}



/* right sidebar - content
-------------------------------------------------------------*/

	.rightsidebar {
	padding:20px;
	padding-top:3px;
	width: 690px;
	float:left;
	background:url(i/rightsideshadow.png) left center no-repeat;
	}
	
	.welcome {
	text-align:left;
	}
	
	.contentimg {
		text-align:left;
		width:125px;
		padding-right:10px;
		float:left;
	}
	
	.contentimg img {
		margin-right:12px;
		height: auto;
		float:left;
		text-align:left;
		border: double 1px #FFF;
		outline: solid 1px #bababa;
		display:block;
	}
	
	.content {
		font-family: Tahoma, Geneva, sans-serif;
		width:80%;
		float:right;
		text-align:left;
		color: #474747;
		display:block;
		line-height: 18px;
	}
	
	.content ul {
	display: inline;
	list-style-type: disc;
	list-style:inside;
	text-align:left;
	color: #a10003;
	font-weight:bold;
	}
	
	.content strong {
		color:#000;
	}
	
	.content2 {
		font-family: Tahoma, Geneva, sans-serif;
		width:330px;
		float:left;
		text-align:left;
		color: #474747;
		line-height: 18px;
		padding:0 14px 0 0;
		border-right:1px solid #858585;
	}
	
	.content2 img {
		margin-right:12px;
		height: auto;
		float:left;
		text-align:left;
		border: double 1px #FFF;
		outline: solid 1px #bababa;
		display:block;
	}	

	.content3 {
		font-family: Tahoma, Geneva, sans-serif;
		width:330px;
		float:left;
		text-align:left;
		color: #474747;
		line-height: 18px;
		padding-left:14px;
	}
	
	.content3 img {
		margin-right:12px;
		height: auto;
		float:left;
		text-align:left;
		border: double 1px #FFF;
		outline: solid 1px #bababa;
		display:block;
	}
	
	.readmore{
	float:right;
	font-weight:bold;
	font-size:12px;
	}
	
	.readmore a{
	color:#C00;
	text-decoration:none;
	}
	
	.readmore a:hover{
	text-decoration: underline;
	}
	
	
	
/* footer
-------------------------------------------------------------*/

	.footer {
	padding: 20px;
	width:920px;
	background:url(i/footerbg.png) bottom repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #707070;
	-moz-border-radius: 12px;
	border-radius: 12px;
	float:left;
	}

	.footer a{
	color:#a10003;
	text-decoration:none;
	}

	.footer a:hover{
	color:#a10003;
	text-decoration: underline;
	}