/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/test/images/bg.jpg) repeat-x left top;
	font-family: 'Lucida Sans', arial, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #0093DD;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.0em;
	text-transform:uppercase;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0093DD;
}

a:hover {
	text-decoration: underline;
	color: #1C658A;
}

.btn {
	float: left;
	background: url(/test/images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}

.btn a{
	float: left;
	height: 25px;
	background: url(/test/images/btn_stretch.png) repeat-x left top;
	line-height: 24px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

.btn span {
	background: url(/test/images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 25px;
}

.btn a:hover {
	color:#222222;
}

img.homepage-feature {
	float: left;
	border-bottom: 3px solid #333333;
}



/* Header */

#container {
	background:url(/test/images/bg.png) repeat-x;
}

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

/* Logo */

#logo a {
	float: left;
	background: url(/test/images/logo.png) no-repeat scroll 0 0 transparent;
	display:block;
	height: 75px;
	width: 230px;
	margin: 20px;
}

/* Tagline */

#tagline {
	float:left;
	padding-left: 10px;
	padding-top: 52px;
	font-style: oblique;
}


/* Utilities */

#utilities {
	background: url(/test/images/top-menu-bg.png) no-repeat;
	float: right;
	display: block;
	width: 187px;
	height: 40px;
	text-align: center;
	padding: 10px 0 0 0;
}

#utilities a {
	margin-right: 6px;
	margin-left: 6px;
}


/* Menu */

#menu {
	padding: 0px;
	margin: 0 auto;
	width: 960px;
	height: 40px;
}

#menu ul {
	list-style-type: none;
    list-style-position:outside;
	position:relative;
    margin: 0;
    padding: 0;
}

#menu li {
	float: left;
	cursor: pointer;
}

#menu li a {
	display: block;
	height: 29px;
	text-align: center;
	padding: 11px 0px 0px 0px;
	text-shadow: #005A88 0px -1px 1px;
	font-size: 1.25em;
	color: #FFFFFF;
	border: none;
	background-image: url(/test/images/primary_nav.png);
	background-repeat: no-repeat;
}

#menu a:hover {
	text-decoration: none;
}

#industrial a,
#-industrial-construction a {
	width: 237px;
	background-position: 0px 0px;
}

#fire a,
#-fire-protection a {
	width: 179px;
	background-position: -237px 0px;
}

#safety a,
#-safety a {
	width: 119px;
	background-position: -416px 0px;
}

#quality a,
#-quality a {
	width: 125px;
	background-position: -535px 0px;
}

#employment a,
#-employment a {
	width: 163px;
	background-position: -660px 0px;
}

#about a,
#-about-us a {
	width: 137px;
	background-position: -823px 0px;
}

#industrial a:hover,
#-industrial-construction a:hover {
	background-position: 0px -40px;
}

#fire a:hover,
#-fire-protection a:hover {
	background-position: -237px -40px;
}

#safety a:hover,
#-safety a:hover {
	background-position: -416px -40px;
}

#quality a:hover,
#-quality a:hover {
	background-position: -535px -40px;
}

#employment a:hover,
#-employment a:hover {
	background-position: -660px -40px;
}

#about a:hover,
#-about-us a:hover {
	background-position: -823px -40px;
}

#industrial a.active,
#-industrial-construction.active a {
	background-position: 0px -80px;
}

#fire a.active,
#-fire-protection.active a {
	background-position: -237px -80px;
}

#safety a.active,
#-safety.active a {
	background-position: -416px -80px;
}

#quality a.active,
#-quality.active a {
	background-position: -535px -80px;
}

#employment a.active,
#-employment.active a {
	background-position: -660px -80px;
}

#about a.active,
#-about-us.active a {
	background-position: -823px -80px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	margin-bottom: 30px;
}

#page-bgbtm {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

/* Content Left */

.content-left {
	float: left;
	width: 270px;
	padding: 0px 20px 0px 0px;
}


/* Content Right */

.content-right {
	float: left;
	width: 270px;
	padding: 0px 20px 0px 0px;
}

.feature h4{
	color:#FFFFFF;
	background:url(/test/images/feature_bg.png) no-repeat;;
	text-transform: uppercase;
	height: 24px;
	padding-top: 8px;
	padding-left: 10px;
}

.feature h4 a{
	color:#FFFFFF;
}

.feature h4 a:hover{
	color:#CCC;
	text-decoration: none;
}


.feature-description {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display:block;
}

.feature-description h2{
	padding-top: 180px;
}

.feature-description p{
	padding-top: 5px;
}

.feature-description p{
	padding-top: 5px;
}

.gisborne-description {
	border-top: double #BFDCEA;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
}

/* Sidebar Left + Right */

.sidebar-left {
	float: left;
	width: 180px;
	padding: 0px 20px 0px 0px;
}

.sidebar-right {
	float: right;
	width: 180px;
	padding: 0px 0px 0px 0px;
}

.homepage-section {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	background-color: #F8F9FB;
	border: double #BFDCEA;
}

.homepage-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 10px 10px 10px;
}


.homepage-section li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	background: url(/test/images/bullet.png) no-repeat left 10px;
}

.homepage-section h3 {
	height: 25px;
	padding: 10px 0px 0px 10px;
}

.homepage-section p {
	margin: 0 0px;
	padding: 0px 0px 10px 10px;
}


/* Footer */

#footer {
	width: 960px;
	height: 5px;
	margin: 0px auto 50px;
	background: #0093DD;
}

#footer p {
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
	float:left;
	line-height: normal;
	text-align: center;
	color: #333333;
}

#footer a {
	margin: 0;
	padding-top: 15px;
	padding-right: 15px;
	text-transform:none;
	line-height: normal;
	float: right;
}

/* Landing page top */

.landing-left {
	float: left;
	padding-right: 20px;
}

.feature-image {
	position: relative;
}

.feature-bg{
	position:absolute;
	bottom: 3px;
	left: 0px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
	width: 200px;
	height: 240px;
}

.feature-bg h2{
	margin: 15px;
	color:#FFFFFF;
}

.feature-bg h4{
	margin: 15px;
	color:#FFFFFF;
}

.feature-bg p{
	margin: 15px;
	color:#FFFFFF;
}

.feature-bg .btn{
	margin: 15px;
}

.feature-highlight {
	margin-bottom: 20px;
	padding: 0;
	height: 236px;
	list-style: none;
	background-color: #F8F9FB;
	border: double #BFDCEA;
}

.feature-highlight ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 10px 10px 10px;
}


.feature-highlight li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(/test/images/bullet.jpg) no-repeat left 10px;
	border-bottom: 1px solid #EFF4F5;
}

.feature-highlight h3 {
	height: 25px;
	padding: 10px 0px 0px 10px;
}

.feature-highlight h4 {
	padding: 10px 0px 0px 10px;
}

.feature-highlight p {
	margin: 0 0px;
	padding: 0px 0px 10px 10px;
}

.landing-right {
	float: right;
	width: 200px;
	height: 240px;
	padding: 0px 0px 0px 0px;
}

.landing-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 10px 10px 10px;
}


.landing-right li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom:none;
	background: url(/test/images/bullet.png) no-repeat left 10px;
}


.section-left {
	border-top: double #BFDCEA;
	width: 280px;
	padding: 10px 10px 10px 10px;
	margin-right: 30px;
	float:left;
}

.section-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 0px 10px 0px;
}


.section-left li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom:none;
	background: url(/test/images/bullet.png) no-repeat left 10px;
}

.section-middle {
	border-top: double #BFDCEA;
	width: 280px;
	padding: 10px 10px 10px 10px;
	margin-right: 30px;
	float:left;
}

.section-middle ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 10px 10px 10px;
}


.section-middle li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom:none;
	background: url(/test/images/bullet.png) no-repeat left 10px;
}

.section-right {
	border-top: double #BFDCEA;
	padding: 10px 10px 10px 10px;
	width: 280px;
	float:left;
}

.section-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 10px 10px 10px;
}


.section-right li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom:none;
	background: url(/test/images/bullet.png) no-repeat left 10px;
}


.section-description h2 {
	height: 30px;
}

#secondary-nav{
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	padding-bottom: 10px;
	background-color: #f7f8f9;
	border-bottom: 2px solid #5cbae9; 
	color:#333;
	background:#f7f8f9;
}

#secondary-nav h3 {
	margin: 0 0px;
	padding: 12px 10px 10px 10px;
	background: url(/test/images/secondary_nav_.png) no-repeat top left;
	color: #FFF;
	text-decoration:none;
	height: 30px;
}


#secondary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 10px 10px 10px;
}

#secondary-nav ul li ul {
	margin-top: 10px;
	padding-bottom: 0;
}

#secondary-nav ul li ul li.last {
	padding-bottom: 0;
}

#level-1,
.sub-level-0 {
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 5px;
}

#level-2,
.sub-level-1 {
	font-size: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#secondary-nav p {
	margin: 0 0px;
	padding: 0px 10px 10px 10px;
}

#secondary-nav a {
	margin: 0 0px;
	padding: 0px;
}

#main-content{
	float: left;
	width: 530px;
	border-top: double #BFDCEA;
	margin: 0 0 0px 20px;
}

#content-area{
	padding: 10px 12px;
}

#content-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 10px 10px 10px;
}


#content-area li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: url(/test/images/bullet.png) no-repeat left 10px;
}

#content-area h1 {
	height: 25px;
	padding: 5px 0px 10px 0px;
}

#content-area h4 {
	height: 25px;
	padding: 10px 0px 0px 0px;
}

#feature-content{
	float: left;
	margin: 0 0 20px 20px;
	width: 180px;
	list-style: none;
	background-color: #F8F9FB;
	border: double #BFDCEA;
}

#feature-content h3 {
	height: 25px;
	padding: 10px 0px 0px 10px;
}

#feature-content h4 {
	height: 20px;
	padding: 10px 0px 0px 10px;
}

#feature-content img {
	margin: 5px;
}

#feature-content p {
	margin: 0;
	padding: 0px 10px 10px 10px;
}

#feature-content a {
	margin: 0;
	padding: 10px 10px 10px 0;
}

#feature-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 10px 10px 10px;
}


#feature-content li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom:none;
	background: url(/test/images/bullet.png) no-repeat left 10px;
}

.section-primary {
	border-top: double #BFDCEA;
	width: 720px;
	padding: 10px 10px 10px 10px;
	margin-right: 20px;
	float:left;
}

.section-secondary {
	border-top: double #BFDCEA;
	width: 180px;
	padding: 10px 10px 10px 10px;
	float:left;
}

.section-secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 0px 10px 0px;
}


.section-secondary li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom:none;
	background: url(/test/images/bullet.png) no-repeat left 10px;
}


#wide-content{
	float: left;
	width: 754px;
	border-top: double #BFDCEA;
	margin: 0 0 0px 0px;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}
