h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

ol,ul,li {
	list-style:none;
	margin:0;
	padding:0;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}


	
/* remember to define focus styles! */
:focus {
	outline:0;
}


	
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	margin:0px;
	padding:0px;
	height: 100%;
	min-height:100%;
	font-family:Lucida Sans, tahoma, arial, sans-serif;
	font-size: 14px;
	background:url(../img/background-img.png) repeat-x center top #e0ebb4;
	z-index: 0;
}

a { color: #8abe5a; }
a:hover { text-decoration: none; }

#wrapper {
	width:938px;
	height:auto;
	margin: auto;
	background: transparent;
	padding: 0;
}

#header {
	width: 868px;
	height: 85px;
	background: url(../img/header-background.png) no-repeat center top;
	margin: 10px 0 0 0;
	padding: 5px 35px 0 35px;
}

#header .logo {
	margin: 32px 0 0 0;
	display: block;
	width: 499px;
	height: 45px;
	font-weight: bold;
	color: #8abe5a;
	float: left;
	line-height: 28px;
	background: url(../img/brookfield-nursing-home-logo.png) no-repeat top left;
	text-indent: -99999px;
}


#header .logo a {
	color: #8abe5a;
	text-decoration: none;
}

#header .logo a:hover {
	text-decoration: underline;
}

#header h5 {
	font-size: 24px;
	color: #7a7a7a;
	float: right;
	font-weight: 600;
	clear: right;
	margin: 40px 0 0 0;
	width: 225px;
	text-align: right;
	background: url(../img/phone-vector.png) no-repeat left top;
}

#header_images {
	width: 868px;
	height: 190px;
	padding: 10px 35px 5px 35px;
	background: url(../img/images-background.png) repeat-y center top;
}

#header_images img {
	padding:0;
	margin:0;
	border: 1px solid #595959;
    display:inline;
}

#header_images .center {
	border-left: none !important;
	border-right: none !important;
}


#content_wrapper {
	width: 868px;
	height: 100%;
	min-height: 100%;
	padding: 0 35px 0 35px;
	background: url(../img/content-background.png) repeat-y center top;
}

#navigation {
	background: url(../img/navigation-background.png) repeat-x left top;
	border: 1px solid #4f4f4f;
	width:866px;
	height: 38px;
	overflow: hidden;
}

#navigation li {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	height: 38px !important;
	display: block;
	float: left;
}

#navigation li a {
	font-weight: 100;
	padding: 12px 24px 12px 24px;
	display: block;
	font-size: 13px;
	font-weight: 100;
	text-decoration: none;
	/* text-shadow: #666666 1px 1px 1px; */
	background: url(../img/spacer.png) no-repeat;
	background-position: -1000px -1000px;
}

#navigation li a {
	color: #000;
	text-decoration: none;
}

#navigation .nav_home { width:48px; }
#navigation .nav_about { width:64px; }
#navigation .nav_contact { width:82px; }

#navigation .nav_home_active { background: url(../img/nav-home-hover.png) no-repeat; background-position: 6px 9px; width:48px; color:#FFF; }
#navigation .nav_about_active { background: url(../img/nav-about-hover.png) no-repeat; background-position: 8px 9px; width:64px; color:#FFF; }
#navigation .nav_contact_active { background: url(../img/nav-contact-hover.png) no-repeat; background-position: 8px 9px; width:82px; color:#FFF; }

#navigation .nav_home:hover {
	background: url(../img/nav-home-hover.png) no-repeat;
	background-position: 6px 9px;
	color:#FFF;
}

#navigation .nav_about:hover {
	background: url(../img/nav-about-hover.png) no-repeat;
	background-position: 8px 9px;
	color:#FFF;
}


#navigation .nav_contact:hover {
	background: url(../img/nav-contact-hover.png) no-repeat;
	background-position: 8px 9px;
	color:#FFF;
}

.content {
	float:left;
	width:546px;
	padding: 15px 36px 15px 0;
}

.content h2 {
	color: #8abe5a;
	font-size: 14px;
	line-height: 22px;
}

.content h3 {
	margin: 15px 0 5px 0;
}

.content p {
	color: #333333;
	font-size: 13px;
	font-weight: 100;
	line-height: 22px;
	padding: 15px 0 0 0;
}

.content .bold { font-weight: bold; }
.content .underline { text-decoration: underline; }

.content ul {
	margin: 10px 0;
}

.content li {
	line-height: 26px;
	list-style: square;
	margin: 0 0 0 17px;
	color: #8abe5a;
	font-weight: 100;
	font-size: 13px;
}

.content .contact_details_content {
	color: #000;
	font-size: 13px;
	line-height: 18px;
	padding: 15px 0 0 0;
	font-weight: bold;
}

.content .contact_details_content em {
	color: #8abe5a;
	font-style: normal;
}

.content .enquiry_form {
	background: #d5e4c7;
	width: 100%;
	padding: 3px 0 10px 0;
	margin: 10px 0 0 0;
}

.content .enquiry_form label {
	display: block;
	padding: 10px;
	color: #353535;
}

.content .enquiry_form input, textarea {
	float:right;
	clear: right;
	font-size: 14px;
	padding: 3px;
	width: 230px;
	border: 1px solid #b7b7b7;
	margin-top: -3px;
	margin-right: 150px;
}

.content .enquiry_form textarea {
	height: 100px;
	margin-right: 0 !important;
	width: 380px;
}

.content .enquiry_form .submit {
	width:150px;
	margin:10px 10px 0 0;
	background: white;
}

.content .enquiry_form .submit:hover {
	background: #99bd78;
	cursor: pointer;
}

.sidebar {
	height: auto;
	float: right;
	width:250px;
	padding: 15px 0 15px 30px;
}

.sidebar h3 {
	color: #8abe5a;
	font-size: 14px;
	font-weight: 100;
	line-height: 22px;
	float: left;
}

.sidebar p {
	color: #959595;
	font-size: 13px;
	line-height: 18px;
	float: left;
	clear: left;
	width: 220px;
}

.sidebar .contact_details {
	color: #959595;
	font-size: 13px;
	line-height: 18px;
	padding: 15px 0 0 0;
	float: left;
}

.sidebar .contact_details em {
	color: #8abe5a;
	font-style: normal;
}

.sidebar .contact_email {
	float: left;
	font-size: 11px;
}

.sidebar img {
	margin: 20px 0 0 0;
	float: left;
	clear: left;
	border: 1px solid #191b1c;
}

#footer {
	width: 938px;
	height: 77px;
	background: url(../img/footer-background.png) no-repeat center top;
	margin-bottom: 10px;
}

.footer_border {
	border-top: 1px solid #595959;
	width: 920px;
	margin: 0 0 25px 9px;
	height: 1px;
}

#footer p {
	font-size: 12px;
	color: #c5c5c5;
	padding: 0 0 0 35px;
	float: left;
}

#footer em {
	font-size: 12px;
	color: #c5c5c5;
	padding: 0 35px 0 0;
	float: right;
	font-style: normal;
}

.clear {
	clear: both;
}












