/* 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(http://bozcorp.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(http://bozcorp.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(http://bozcorp.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;}
.hr {width:100%; border-bottom:dotted 1px #e7b5da; padding:0 0 20px 0;}
table, th, td {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
body {font:14px/1.6em 'Open Sans', sans-serif; background: #fff; font-weight:300;}
em {font-style:italic;}

p {padding:5px 0;}
h1, h2, h3, h4, h5 {color:#000; line-height:1.5em; }
h1 {margin:10px 0; padding:0; font-size:32px;}
h2 {margin:10px 0 5px 0; padding:0; font-size:24px;}
h3 {margin:10px 0 5px 0; padding:0; font-size:20px; color:#116e7f;}
h4 {margin:10px 0 5px 0; padding:0; font-size:16px;}

a:hover, i:hover {
    filter:alpha(opacity=70); /* For IE8 and earlier */
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s; /* Firefox 4 */
    -webkit-transition-duration: 0.3s; /* Safari and Chrome */
    -o-transition-duration: 0.3s; /* Opera */ 
}
a:link, a:active, a:visited {text-decoration:underline; color:#666;}
a:hover {text-decoration:none; color:#000;}
a:hover {
    filter:alpha(opacity=70); /* For IE8 and earlier */
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s; /* Firefox 4 */
    -webkit-transition-duration: 0.3s; /* Safari and Chrome */
    -o-transition-duration: 0.3s; /* Opera */ 
}

#pagewrapper {width:100%;}
.container {width:940px; margin:0 auto; padding:0; position:relative;}

header {width:100%; height:240px; position:relative; background: #338fa8;}
header #logo {position:absolute; top:20px; left:0px;}
header #headerTxt {position:absolute; top:90px; right:0px; line-height:1.5em; color:#fff; text-align:right; font-size:20px;}
header #headerTxt h2 {color:#ffd100; font-size:40px; font-weight:bold;}
header #headerTxt a {color:#ffd100; text-decoration:none;}
header h1 {margin:0;}

#mainNav {width:100%; background:#116e7f;}

#banner-wrapper {width:100%; background:#178093;}
#banner {width:100%; margin:0 auto; overflow:hidden; position:relative; 
-webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);}
#banner img {display:block;}
#bannerTxt {
  position: absolute;
  bottom: 70px;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding: 13px 0 13px 60px;
  background: url('../../images/bg_bannerTxt.png') repeat-y left top;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1em;}

/*** Content Area *****/
#content {width:820px; margin:0 auto; padding: 20px 0 40px; display:table; color:#333; min-height:250px; font-weight:400;}
#content ul, #content ol {
    padding:3px 0 3px 20px; 
    list-style:outside;
}
#content ul {
    list-style: inside;
    padding:0;
    margin:0;
}
#content ul li {
    padding-left: 1em;
    position:relative;
}


/*** Home Content *****/
a.readmore {
  background: #178093;
  color: #fff;
  border: 1px solid #178093;
  padding: 3px 25px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  line-height: 2em;
  margin-top: 7px;
  display: table;
  text-transform: uppercase;
}
a.readmore:hover {
    background: #fff; 
    color: #178093;
}



/*** Footer *****/
footer {width:100%; margin:0 auto; background:#178093; color:#73d1e2; clear:both; display:table; min-height:60px; padding:15px 0 15px 0; font-size:12px;}
footer a, 
footer a:link, 
footer a:active, 
footer a:visited {color:#73d1e2; text-decoration:none; font-size:12px;}
footer a:hover {color:#fff;}
#footerTxt {
    font-size:12px;
    font-weight:normal;
    line-height:normal;
    display:block;
    float:left;
    clear:left;
    width:700px;}
#social {display:block; float:right; padding:10px 0 0 0;}
#social img {margin-left:15px;}
#social a img:hover {opacity:0.7;}
/* Stylesheet: theme Modified On 2015-07-16 21:06:56 */
/*Contact form Css */
#contact-form {float: right; width: 350px;}
.submit {
	margin-top: 0.5em
}
.contactform input[type="text"] {
	border: 1px solid #CCC;
	width: 94%;
	padding: 4px 3%;
        margin-bottom:5px;
	-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;
	font-family: 'Roboto', sans-serif;
}
.contactform input[type="text"]:focus {
	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 #116e7f;
	background-color: #116e7f;
	color: #fff;
	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;
	font-family: 'Roboto', sans-serif;
}
input.cms_submit:hover {
	background-color: #fff;
	color: #116e7f;	
	-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;
	padding: 6px 0 3px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 94%;
	padding: 4px 3%;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	-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: #fff;
	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 {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-family: 'Open Sans', sans-serif, Arial;
	width: 25%;
	padding: 6px 3%;
	-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: auto !important;
	float: left;
}
.error_message {
	background-color: #EEE;
	padding: 10px 3%;
	color: #F00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 94%;
	border: 1px solid #DDD;
	margin-bottom:20px;
}
.error_message ul {
	margin: 0px;
}
.captcha {margin-top:5px;}
.captcha img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 10px;
}
/* Stylesheet: FormBuilder Default Style Modified On 2015-07-16 21:18:26 */
