/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(https://murrayglenvillage.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(https://murrayglenvillage.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(https://murrayglenvillage.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* global style */
body {
	padding:20px 0;
	border-bottom: 2px solid #000;
	background:#000;
	font:13px/1.5em 'Open Sans', sans-serif;
	color:#000;
}
em {
	font-style:italic;
}
a, a img, input, textarea, li, #homeLinks div {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#holder {
	margin:0 auto;
	width:100%;
}
#header {
	margin:0 auto;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background:#FFF url('../../images/bg_hdr01.jpg') 100% 0 no-repeat;	
	width:980px;
	height:205px;
	position:relative;
	z-index:15;
}
#logo {
	width:522px;
	height:147px;
	position:absolute;
	top:10px;
	left:25px;
}
#logo a {
	background:url('../../images/logo01.png') no-repeat;
	width:522px;
	height:147px;
	display:block;
	text-indent:-9999px;
}
#headerTxt {
	font:38px/normal 'Open Sans', sans-serif;
	color:#000;
	position:absolute;
	top:60px;
	right:0;
	text-transform:uppercase;
}
#headerTxt a, #headerTxt a:visited {
  color: #FFF;
  text-decoration:none;
}
#mainNav {
	background:#FD1 url('../../images/bg_nav01.png') repeat-x;
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	right:0;
}
#bannerWrapper {
	margin:0 auto;
	border-bottom: 10px solid #38B;
	width:980px;
	max-height:500px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#bannerWrapper img, #bannerWrapper iframe {
	background: #FFF url("../../images/loading.gif") 50% 50% no-repeat;
}
#content {
	margin:0 auto;
	background:#FFF url('../../images/bg_ftr01.png') 0 100% no-repeat;
	width:980px;
	display:table;
}
#content h1, #content h2, #content h3, #content h4 {
	margin:10px 0;
	font:normal 1em/normal 'Open Sans', sans-serif;
    color: #000;
}
#content h1 {
	margin-bottom:15px; 
	background:url('../../images/bg_hs01.png') 0 100% no-repeat;
	font-size: 34px;
	padding: 0 0 5px;
	color:#38B;
}
#content h2 {
	padding-left: 25px;
	background:url('../../images/bl01.png') 0 8px no-repeat;
	font-size:20px;
}
#content h3 {
	font-size:15px;
	color:#38B;
}
#content h4 {
	padding:5px 20px;
	border: 2px solid #FD1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#F8F8F8;
	font-size:13px;
	color:#472;
}
#content p {
	padding:10px 0;
}
#content a:link, #content a:active, #content a:visited {
	color:#38B;
	text-decoration:underline;
}
#content a:hover {
	color:#000;
	text-decoration:none;
}
#col-1 ul, #col-1 ol {
	list-style: none;
	padding: 10px 0;
}
#content li {
	margin:0 0 5px 10px;
	padding-left: 25px;
	background: url("../../images/bl02.png") no-repeat;
	line-height: 20px;
}
#homeLinks {
	margin: 15px auto 0;
	padding:20px 0 50px;
	background:#472 url('../../images/bg_ftr01.png') 0 100% no-repeat;
	width:100%;
	clear: both;
	display: table;
	color:#FFF;
}
#homeLinks > div {
	margin-left: 20px;
	position: relative;
	float: left;
	overflow:hidden;
	width:220px;
}
#homeLinks div + div {
}
#homeLinks h2 {
	margin: 0;
	padding: 0;
	background:none;
	width: 100%;
	font-size: 17px;
	font-weight:normal;
	line-height: 40px;
	color: #FD1;
	text-align: center;
	text-transform:uppercase;
	display: block;
	z-index: 10;
}
#homeLinks h2 a:link, #homeLinks h2 a:active, #homeLinks h2 a:visited {
	padding:0 20px;
	color: #FD1;
	text-decoration: none;
	text-shadow: 1px 1px 1px #361;
	display: block;
}
#homeLinks div:hover h2 a {
	color: #FFF;
}
#homeLinks img {
	padding:4px;
	border:1px solid #5A2;
	background:#472;
	position: relative;
	z-index: 9;
}
#homeLinks > div:hover img {
	border-color: #FFF;
	background:#FFF;
}
#homeLinks p {
	padding: 10px 0 0;
}
#homeLinks p a:link, #homeLinks p a:active, #homeLinks p a:visited {
	color: #FD1;
	text-decoration: none;
}
#homeLinks p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#col-1 {
	border-radius:3px;
	clear: both;
	display: table;
	margin: 0 auto;
	padding: 25px 25px 50px;
	width: 900px;
}
#homeLinks + #col-1 {
	padding: 25px 0;
	width: 980px;
}
#col-1 blockquote {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
blockquote p:before, blockquote p:after, q p:before, q p:after {
	content:'\"';
}
#col-2, #col-3 {
	display:block;
	position:relative;
}
#col-2 {
	width:535px;
	float:left;
}
#col-3 {
	margin-left:25px;
	padding-left:25px;
	width:300px;
	float:right;
}
#footerHolder {
	margin:0 auto;
	background:#000;
	width:980px;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:20px 0;
	width:980px;
	font-size:11px;
	color:#777;
	clear:both;
	display:table;
	position:relative;
}
#footerTxt {
	margin-top:10px;
	width:650px;
	line-height:normal;
	display:block;
	float:left;
	clear:left;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#777;
	text-decoration:none;
}
#footer a:hover {
	color:#FD1;
}
.social {
	list-style: none;
	position: absolute;
	right: 0;
}
#footerHolder .social {
	top: 25px;
}
.social ul {
	padding: 0;
}
.social li {
	margin:0;
	width: 32px;
	height: 32px;
	display: block;
	float: left;
}
.social li + li {
	margin-left:7px;
}
.social li a {
	background: url("../../images/social01.png");
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}
.social li a:hover {
	opacity:0.5;
}
li.s02 a {
	background-position: -32px 0 !important;
}
li.s03 a {
	background-position: -64px 0 !important;
}

/* forms */

.cms_form {
	margin:15px 0;
	width:300px;
}
.cms_form span {
	padding:0 0 5px;
	font-size:11px;
	font-style:italic;
	color:#999;
	display:block;
}
.cms_form fieldset > div {

}
.cms_form fieldset > div label, .cms_form fieldset > label {
	padding:3px 0;
	font-weight:bold;
}
.cms_form fieldset div div label {
	font-size:11px;
	font-weight:normal;
}
.cms_form input[type=text], .cms_form input[type=email], .cms_form textarea, .cms_form select {
	margin:5px 0;
	border:1px solid #999;
	background:#FAFAFA;
	width:300px;
	text-indent:10px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#000;
	display:block;
}
.cms_form input[type=text]:focus , .cms_form input[type=email]:focus , .cms_form textarea:focus , .cms_form select:focus  {
	border:1px solid #666;
	background:#EEE;
}
.cms_form input[type=text], .cms_form input[type=email] {
	height:28px;
	line-height:28px;
}
.cms_form textarea {
	padding:10px 0 0;
	height:100px;
}
.cms_form select {
	width:302px;
	height:28px;
	line-height:28px;
	text-indent:0;
}
.cms_form input[type=checkbox] {
	margin:0 0 5px;
}
.cms_form label + div + div {
	margin:0 0 10px;
}
.cms_form input[type=file] {
	margin:5px 0;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	display: block;
	clear: both;
}
.cms_submit {
	margin:5px 0 0;
	padding:0 15px;
	border:0 none;
	background: #FD1;
	width:115px;
	height:40px !important;
	font:16px/40px 'Open Sans', sans-serif;
	color:#000;
	display:block;
	float:left;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cms_submit:hover {
	background:#000 !important;
	text-decoration:none !important;
	color:#FD1;
}
.error_message {
	padding: 5px 10px 5px 0;
	background: #F9F9F9;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #E00;
	display: table;
	font-size: 12px;
}
.error_message ul {
	padding: 5px 0 !important;
}
.error_message li {
	line-height: normal !important;
	margin-bottom: 0 !important;
	background: url("../../images/bl_err01.png") 0 0 no-repeat !important;
}
/* Stylesheet: theme Modified On 2014-01-30 11:51:11 */
.clearb {
	clear:both;
}
#primary-nav {
	margin:0 auto;
	display:table;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	margin:0 0 0 20px;
	padding:5px 0 !important;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-top:0 none;
	background:#ffe319;
	-webkit-box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	position:absolute;
	top:auto;
	display:none;
	z-index:1000;
}
#primary-nav ul ul {
	margin-left:-1px;
	left:100%;
	top:0px;
}
#primary-nav li {
	margin:0;
	text-align:center;
	float:left;
	line-height:39px;
}
#primary-nav li li {
	padding:0 20px;
	min-width:150px;
	float:none;
	position:relative;
	text-align:left;
	font-weight:normal !important;
	line-height:normal;
}
#primary-nav > li + li {
	padding-left:2px;
	background: url("../../images/bg_nav02.png") 0 50% no-repeat;
}
#primary-nav a:link, #primary-nav a:active, #primary-nav a:visited {
	padding:0 40px;
	display:block;
	font: 14px/39px 'Open Sans', sans-serif;
	color:#000;
	text-decoration:none;
	text-shadow: 1px 1px 1px #DC0;
}
#primary-nav > li:last-child a {
}
#primary-nav li li a:link, #primary-nav li li a:visited {
	padding:0;
	background:none;
	font-size:12px !important;
	font-weight:normal;
	color:#000;
	line-height:30px;
	white-space: nowrap;
}
#primary-nav ul li + li a {
	border-top:1px solid #DC0;
}	
#primary-nav li:hover a, #primary-nav li a:hover {
	color:#472;
}
#primary-nav li.menuactive a {
	color:#38B;
}
#primary-nav li li a:hover {
	color:#472;
}
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display:none;
}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display:block;
}
#primary-nav li li {
	float:left;
	clear:both;
}
#primary-nav li li a {
	height:1%;
}
/* footer */
* html #footerNav {
	/* hide ie/mac \*/
   height:1%;/* end hide */
}
#footerNav {
	float:left;
}
#footerNav ul {
	margin-top:5px;
}

#footerNav li {
	list-style:none;
	font-size:12px;
	color:#472;
	line-height:12px;
	float:left;
}
#footerNav li + li {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #472;
}
#footerNav a:link, #footerNav a:active, #footerNav a:visited {
	color:#472;
	text-decoration:none;
}
#footerNav li a:hover {
	color:#FD1;
}
#footerNav a.activeparent:hover {
	color:#FD1;
}
#footerNav li.activeparent a, #footerNav li a.menuactive span {
	color:#FD1;
}
/* Stylesheet: menu Modified On 2014-01-22 17:15:13 */
