 /*   
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: url(i/bg.jpg) repeat center top;
	margin: 0;
	font: 12px Arial, Tahoma, sans-serif;
	text-align: center;
	width:100%; min-width:960px; margin:0; clear:both;
}
	
h1 {
font-size:25px;
font-weight:normal;
}
	

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

	.container {
		background:#FFFFFF;
		width: 1100px;
		margin: 23px auto 0 auto;
		text-align:center;
		box-shadow: 0px 0px 10px 3px #a7a7a7;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.header_title {
		height: 111px;
	}

	.logo {
		background:url(i/logo.jpg) left no-repeat;
		width: 388px;
		height: 111px;
		margin-left: 25px;
		float:left;
		display:block;	
	}
	
	.flag {
	background:url(i/flag.jpg) right no-repeat;
	width: 52px;
	height: 111px;
	margin-right: 25px;
	float: right;
	}
	
	.top_menu {
	background:url(i/topmenubg.png) repeat-x top;
	height: 46px;
	line-height: 46px;
	font-family: Tahoma;
	font-size: 16px;
	color: #bcbcbc;
	text-decoration:none;
	list-style: none;
	text-align:center;
	padding-left:40px;
	}
		
	.top_menu ul{
	display: inline;
	list-style-type: none;
	text-decoration:none;
	}
	
	.top_menu li{
	float:left;
	}
	
	
	.top_menu ul a{
	background:url(i/top_menu_divider.png) no-repeat right;
	color: #bcbcbc;
	text-decoration:none;
	padding: 0 50px 0 50px;
	display:block;
	}
	.top_menu a:hover {
	color: #fff;
	text-decoration:none;
	}
	
	.order_today {
	background:url(i/order_today.png);
	width: 245px;
	height: 39px;
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top: 7px;
	}
	
	.order_today:hover {
	background-position: 0 39px;
	}

/* content
-------------------------------------------------------------*/	
	.content {
		background: #53b2e8 url(i/contentbg.jpg) top no-repeat;
		width: 490px;
		height: 336px;
		text-align: right;
		padding: 50px 50px 0 560px;
		font: 14px Tahoma, Geneva, sans-serif;
		color: #273069;
		}

	.bar {
		background:url(i/bar.png) repeat-x;
		height: 42px;
	}
	
	.content2 {
		background: #E5E5E5 url(i/content2bg.png) top repeat-x;
		width: 1100px;
		min-height: 444px;
		font: 16px Tahoma, Geneva, sans-serif;
		color:#273069;
		}

	.trimage {
		width:300px;
		margin: 20px 33px 0 33px;
		float:left;
		text-align:left;
		font: 16px Georgia, "Times New Roman", Times, serif;
		color:#FFF;
	}
	
	.trimage p {
		color: #666;
		font: 13px Tahoma, Geneva, sans-serif;
	}
	
	.trimage img {
		box-shadow: 0px -3px 0px rgba(0,0,0,0.3);
		background:url(i/imgshadow.png) bottom center no-repeat;
		padding-bottom:10px;
	}
	
	
/* footer
-------------------------------------------------------------*/

	.footer {
	padding: 20px;
	width:1060px;
	}

	.footerbar {
		background:url(i/footerbar.png) repeat-x;
		height: 11px;
	}

	.footerbox {
	background: #e5e5e5 url(i/homefooter.jpg) left no-repeat;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:92px;
	}
	
	.elizabetloc {
		float:left;
		text-align:left;
		padding: 20px 0 0 110px;
		width: 700px;
		height: 62px;
		font: 13px Tahoma, Geneva, sans-serif;
	}
	
	.elizabeth {
	font: 25px Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color: #273566;
	}

	.handbook {
		background: #445743;
		float:right;
		text-align:left;
		color: #FFF;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width:175px;
		height:50px;
		margin: 20px 20px 0 0;
		padding: 8px 0 0 20px;
		font: 13px Tahoma, Geneva, sans-serif;
		
	}

	.copyright {
		width: 1100px;
		margin: 15px auto;
		text-align:center;
		color: #666;
		font: 12px Tahoma, Geneva, sans-serif;
		text-decoration: none;
		
	}
	
	.crtext {
		float:left;
		padding-left:20px;
	}
	
	.crdesign {
		float:right;
		padding-right:20px;
	}
	
	}
	
	.crdesign a{
		text-decoration:none;
		color: #666;
	}
	
	.crdesign a:hover{
		text-decoration:none;
		color: #fff;
	}
	
	.crdesign a:active{
		text-decoration:none;
		color: #666;
	}
	.copyright a:visited{
		text-decoration:none;
		color: #666;
	}