/* 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://trecaustralia.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://trecaustralia.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://trecaustralia.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 */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	background-color: #C20000;
	margin: 0px;
	padding: 0px;
}
a {
	color: #CF0000;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; /* Firefox 4 */
	-webkit-transition-duration: 0.5s; /* Safari and Chrome */
	-o-transition-duration: 0.5s; /* Opera */
}
a:hover {
	color: #000000;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; /* Firefox 4 */
	-webkit-transition-duration: 0.5s; /* Safari and Chrome */
	-o-transition-duration: 0.5s; /* Opera */
}
img {
	border: 0px;
}
.dotted-line-horizontal {
	background-image: url(/uploads/images/dotted_line_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.dotted-line-vertical {
	background-image: url(/uploads/images/dotted_line_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #620000;
	line-height: 1.5em;
	display: block;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #620000;
	line-height: 1.5em;
	display: block;
margin:20px 0 5px 0;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	display: block;
	border-bottom: 1px dotted #CCC;
}
.image-border {
	border: 4px solid #E7E7E7;
}
.image-float-left {
	float: left;
	margin-right:20px;
	margin-bottom:14px;
}
.image-float-right {
	float: right;
	margin-left:20px;
	margin-bottom:14px;
}
#main-wrapper {
	width: 980px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px;
}
#header-wrapper {
	height: 207px;
	display: block;
	position: relative;
	margin: 0px auto;
	width: 100%;
	z-index: 1000;
	background-image: url(/uploads/images/header_bkg.png);
	background-position: 420px top;
	background-repeat: no-repeat;
}
#logo-block {
	position:absolute;
	z-index:1;
}
#menu-block {
	background-color: #C20000;
	height: 40px;
	left: 0px;
	padding: 0px;
	position: absolute;
	text-align: left;
	top: 165px;
	width: 100%;
	z-index: 1;
}
#number-block {
	position:absolute;
	right: 1px;
	width:220px;
	height:60px;
	z-index:1;
	text-align:left;
	margin-top: 30px;
	top: 60px;
	background-image: url(/uploads/images/phone_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
}
#number-block .phone-number {
	font-size: 16px;
	line-height: 28px;
}
#number-block .phone-number strong {display: block; font-size: 32px;}
#number-block .phone-number img {
	vertical-align: middle;
}
#main-content-wrapper {
	display: block;
}
#main-banner-wrapper {
	width: 100%;
	margin: 0px auto;
}
#content-wrapper {
	width: 95%;
	margin: 0px auto;
	min-height: 240px;
	overflow: hidden;
	padding-bottom: 30px;
}
#content-wrapper #left-col {
	width: 50%; float: left; 
	border-right: 1px dotted #CCC; 
	padding-right: 20px; 
	margin-right: 20px;
	min-height: 300px;
}
#content-wrapper #right-col {
	width: 44%; 
	float: right;
	min-height: 300px;
}
#content-wrapper ul {
	list-style-image: url(/uploads/images/bullet.png);
}
#footer-wrapper {
	height: 40px;
	background-color: #5C0000;
	width: 100%;
	margin: 0px auto;
	padding: 14px 0px 10px 0px;
	color: #999;
}
#footer-inner-wrapper {
	width:980px;
	margin:auto;
	display: block;
}
.footer-text a {
	color: #999;
	text-decoration: none;
}
.footer-text a:hover {
	color: #FFF;
	text-decoration: none;
}
a.footer-link:hover {
	color: #FFF;
	text-decoration: underline;
}
#social {
	width:300px;
	height:30px;
	z-index:1;
	text-align: right;
	float: right;
	margin-right: 14px;
	margin-top: 4px;
}
#social img {
	vertical-align: middle;
	margin-left: 8px;
}
#copyright {
	left:1px;
	width:960px;
	height:30px;
	z-index:1;
	float: left;
	margin-left: 14px;
}
.search-input {
	background-image: url(/uploads/images/search-bkg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	width: 199px;
	border: none;
	float: right;
	background-color: transparent;
	padding-left: 10px;
	margin: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.search-button {
	background-image: url(/uploads/images/search-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 30px;
	border: none;
	background-color: transparent;
	float: right;
	text-indent: -10000px;
	margin: 0px !important;
}


/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 0px;
}
fieldset div div {
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	clear: both;
	display: block;
	border-bottom: 1px dotted #CCC;
	width: 95%;
}
fieldset div div + div {
	margin-top: 2px;
}
.contactform fieldset div div label {
	padding-top: 0px;
	font-weight: normal;
	font-size: 12px;
}
fieldset {
	margin-bottom: 1em;
	border: 0px solid #F60;
	padding: 0px;
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC;
	display: none;
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 300px;
	text-align: left;
}
.captcha imput {
	float: left;
}
.captcha img {
	border: 1px solid #CCC;
	margin-bottom: 0.5em;
	margin-right: 10px;
	float: left;
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #CCC;
	width: 90%;
	padding: 6px 10px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;	
	transition:         all 0.15s ease-in 0s;
}

.contactform input:focus {
	background-color: #EEE; 
	border: 1px solid #CCC;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;	
	transition:         all 0.15s ease-in 0s;
}

input.cms_submit{
	border: 1px solid #CCC;
	background-color: #5C0000;
	color: #FFF;
	width: 100px;
	padding: 6px 10px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;	
	transition:         all 0.15s ease-in 0s;
	cursor: pointer;
}

input.cms_submit:hover {
	border: 1px solid #CCC;
	background-color: #CCC;
	background-color: #F5F5F6;
	color: #FFF;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;	
	transition:         all 0.15s ease-in 0s;
}

.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 6px;
	font-size: 14px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 90%;
	padding: 6px 10px;
	font-size: 14px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;	
	transition:         all 0.15s ease-in 0s;
}
.contactform textarea:focus {
	background-color: #EEE; 
	border: 1px solid #CCC;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;	
	transition:         all 0.15s ease-in 0s;
}
.contactform .cms_dropdown {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 98%;
	padding: 6px 10px;
	font-size: 14px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;	
	transition:         all 0.15s ease-in 0s;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.contactform input.cms_checkbox {
	width: 20px;
	float: left;
}
.error_message {
	background-color: #EEE; 
	padding: 10px; color: #F00; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 90%;
	border: 1px solid #DDD;
}

.error_message ul {
	margin: 0px;
}

.home_tabs {padding: 0px; margin: 0px; list-style-image: none !important; list-style: none;}

.home_tabs li {float: left; width: 464px;}

.home_tabs li a {display: block; font-size: 24px; font-weight: bold; text-decoration: none; margin: 16px; padding: 20px;
	background-image: url(/uploads/images/tab_bkg.png);
	background-repeat: repeat-x;
	background-position: center center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
text-align: center;
color: #FFF;
background-color:#C20000;
}

.home_tabs li a:hover {background-image: none;}

.main {padding: 0px; margin: 0px; list-style-image: none !important; list-style: none; width: 980px; margin-left:-2px;}

.main li {float: left; padding-top: 15px; width: 478px;}

/* Stylesheet: theme Modified On 2013-03-05 16:19:28 */
#menu_vert {
	margin-left: 1px;
	margin-right: 1px;
}
dfn {
	display:none;
}
.clearb {
	clear: both;
}
#menuwrapper {
	width: 100%;
	padding-left: 1px;
}
#primary-nav li li {
	width: 200px;
}
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: 0px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: -1px;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
}
#primary-nav a {
	display: block;
	text-decoration: none;
	padding: 11px 17px;
	font-size: 13px;
	font-weight: normal;
	border: 0px solid #2D4493;
	
	text-align: center;
}
#primary-nav li a {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#primary-nav li li a {
	border: 0px solid #FFF;
}
#primary-nav li, #primary-nav li.menuparent {
}
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	color:#FFF;
}
#primary-nav li a:hover, #primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
}
#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;
	background-color: #FFFFFF;
	color: #000000;
}
#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;
	background-color: #28a3e1;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
#primary-nav ul {
	z-index:1000000;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	background-image:none;
}
#primary-nav ul li a:hover, #primary-nav ul li.menuactive a.menuactive:hover { /* sub links hover ' */
	color:#FFFFFF !important;
	background-image:none !important;
	background-color:#999!important;
}
#primary-nav ul li, #primary-nav li.menuactive ul li.menuactive { /* sub links border ' */
	background-color:#000;
	text-align:left;
	border:1px solid #fff;
	background-image:none;
	width:200px;
	vertical-align:middle !important;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
#primary-nav ul {
	z-index:1000000;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	background-image:none;
}
#menuwrapper ul li a {
	color: #FFF;
}
#primary-nav ul li a {
	color: #FFF;
}
#primary-nav li a:hover {
	color:#FFF;
	background-color: #5C0000;
}
#primary-nav ul li a {
	display: block;
	margin: 0px;
	padding: 3px 12px;
	text-decoration: none;
	color: #000;
	font-weight:normal;
	background-image:none;
	font-size:12px;
	text-align:left;
	background-color:#E0E0E0;
	background-image:none;
	border:0px;
}
#primary-nav li a.menuactive, #primary-nav li.menuactive {
	color:#FFF;
	background-color: #5C0000;
}
#primary-nav ul li a:hover, #primary-nav ul li.menuactive a.menuactive:hover {
	color:#FFFFFF !important;
	background-image:none !important;
	background-color:#999!important;
}
#primary-nav ul li, #primary-nav li.menuactive ul li.menuactive {
	background-color:#000;
	text-align:left;
	border:1px solid #fff;
	background-image:none;
	width:200px;
	vertical-align:middle !important;
}
/* Footer */
* html div#menu_horiz {
	height: 1%;
}
div#menu_horiz {
	width: 100%;
	margin: 0;
	height: 24px;
}
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	float: left;
}
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
}
div#menu_horiz a, .sectionheader span {
	text-decoration: none;
	color: #999;
	display: block;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	line-height: 12px;
}
div#menu_horiz li a:hover {
	color: #FFF;
	text-decoration: underline;
}
div#menu_horiz a.menuactive:hover {
	color: #FFF;
}
div#menu_horiz li.menuactive a {
	text-decoration: none;
	color: #FFF;
	display: block;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
}
div#menu_horiz h3 {
	text-decoration: none;
	color: #FFF;
	display: block;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	font-weight: normal;
}
/* Footer */
/* Stylesheet: menu Modified On 2013-03-04 16:57:40 */
