/* CSS Document */

/*-------------Custom Global Tags-----------------*/

body {
background: #ececec url(images/body_bg.jpg) top left repeat-x;
margin: 0px;
font-family: Calibri, Arial, Helvetica, sans-serif;
padding: 0 0 30px 0;
}

h2 {
padding: 0;
margin: 0 0 20px 0;
font-size: 20px;
font-family: Calibri, Arial, Helvetica, sans-serif;
color: #777;
}

p {
margin: 0px;
padding: 0px;
margin-bottom: 20px;
}

a img,:link img,:visited img { border: none; }

a {
outline: none;
}

a:link {
font-size: 14px;
color: #3382e6;
text-decoration: none;
}

a:visited {
font-size: 14px;
color: #3382e6;
text-decoration: none;
}

a:hover {
color: #000;
}


form {
padding: 0;
margin: 0;
}

input {
width: 320px;
height: 17px;
background-attachment: fixed;
color: #555;
border: 1px solid #ccc;
margin: 0px;
padding: 5px;
background: #fff;
font-family: Calibri, Arial, Helvetica, sans-serif;
}

input:focus {
background: #FFF;
border: 1px solid #444;
}

textarea {
width: 320px;
margin: 0px;
padding: 5px;
border: 1px solid #ccc;
background: #fff;
overflow: auto;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #555;
}

textarea:focus {
background: #FFF;
border: 1px solid #444;
}

/*--------------Navigation---------------*/

#link1 a {
float: left;
background: url(images/nav_home.gif) top right no-repeat;
display: block;
width: 70px;
height: 64px;
padding: 0;
outline: none;
}

#link1 a:hover {
background-position: right -64px;
}

#link1 a.active {
background-position: right -64px;
}

#link2 a {
float: left;
background: url(images/nav_about.gif) top right no-repeat;
display: block;
width: 90px;
height: 64px;
padding: 0;
outline: none;
}

#link2 a:hover {
background-position: right -64px;
}

#link2 a.active {
background-position: right -64px;
}

#link3 a {
float: left;
background: url(images/nav_cleaning.gif) top right no-repeat;
display: block;
width: 116px;
height: 64px;
padding: 0;
outline: none;
}

#link3 a:hover {
background-position: right -64px;
}

#link3 a.active {
background-position: right -64px;
}

#link4 a {
float: left;
background: url(images/nav_environmental.gif) top right no-repeat;
display: block;
width: 144px;
height: 64px;
padding: 0;
outline: none;
}

#link4 a:hover {
background-position: right -64px;
}

#link4 a.active {
background-position: right -64px;
}

#link5 a {
float: left;
background: url(images/nav_facilities.gif) top right no-repeat;
display: block;
width: 131px;
height: 64px;
padding: 0;
outline: none;
}

#link5 a:hover {
background-position: right -64px;
}

#link5 a.active {
background-position: right -64px;
}

#link6 a {
float: left;
background: url(images/nav_contact.gif) top right no-repeat;
display: block;
width: 105px;
height: 64px;
padding: 0;
outline: none;
}

#link6 a:hover {
background-position: right -64px;
}

#link6 a.active {
background-position: right -64px;
}

#link7 a {
float: left;
background: url(images/nav_news.gif) top right no-repeat;
display: block;
width: 90px;
height: 64px;
padding: 0;
outline: none;
}

#link7 a:hover {
background-position: right -64px;
}

#link7 a.active {
background-position: right -64px;
}

/*-------------Layout Divs--------------*/

#wrapper {
width: 800px;
position: relative;
margin: 0 auto;
background: #fff;
}

#header {
width: 773px;
height: 110px;
padding: 20px 0 0 27px;
}

#nav {
width: 746px;
height: 64px;
margin: 0 0 0 27px;
}

#nav a img{
text-decoration: none;
filter:alpha(opacity=60);   
opacity: 0.60;
}

#nav a:hover img{
filter:alpha(opacity=100);   
opacity: 1.00;
}

#flash {
width: 746px;
height: 309px;
margin: 20px 0 0 27px;
}

#hr {
width: 746px;
height: 9px;
margin: 20px 0 18px 27px;
background: url(images/hr.gif) top left no-repeat;
}

#content {
width: 726px;
padding: 0 10px 0 10px;
text-align: justify;
color: #555;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 0 27px 27px;
}

#contentBig {
width: 746px;
padding: 10px 27px 25px 26px;
}

#rightQuote {
float: right;
width: 746px;
height: 179px;
margin: 20px 27px 0 0
}

#contentRight {
float: right;
width: 524px;
padding: 20px 0 0 0;
text-align: justify;
color: #555;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0 27px 27px 0;
}

#contentLeft {
float: left;
width: 180px;
min-height: 316px;
padding: 23px 20px 0 0;
color: #555;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 0 27px 27px;
background: url(images/content_left_bg.gif) top right no-repeat;
}

* html #contentLeft {height: 316px;}  /* IE min-height hack */

#contentLeft a {
font-size: 15px;
color: #555;
text-decoration: none;
line-height: 12px;
}

#contentLeft a:hover {
font-size: 15px;
color: #64a1f0;
text-decoration: none;
}

#contentRight a {
font-size: 12px !important;
color: #64a1f0 !important;
text-decoration: none;
line-height: 12px;
}

#contentRight a:hover {
font-size: 12px;
color: #444;
text-decoration: none;
}

#clear {
clear: both;
height: 1px;
font-size: 1px;
}

#footer {
width: 740px;
height: 35px;
position: relative;
margin: 0 auto;
text-align: right;
font-size: 11px;
color: #b3bfd0;
padding: 30px 60px 0 0;
background: url(images/footer_bg.gif) top right no-repeat;
}

#contentRight a {
font-size: 15px;
color: #555;
text-decoration: none;
line-height: 15px;
}

#contentRight a:hover {
font-size: 15px;
color: #64a1f0;
text-decoration: none;
}

#coda-nav-1 {
width: 725px;
height: 45px;
background: url(images/codanav_bg.gif) top left no-repeat;
padding: 20px 0 0 20px;
margin: 0 0 15px 0;
}

#coda-nav-1 a {
display: block;
float: left;
font-size: 14px;
color: #fff;
background: #849ab5;
margin: 0 7px 0 0;
height: 30px;
padding: 15px 13px 0 13px;
text-decoration: none;
}

#coda-nav-1 ul {
display: inline;
padding: 0;
margin: 0;
}

#coda-nav-1 li a:hover {
background: #92a4bb;
color: #fff;
}

#coda-nav-1 li a.current, li a.current:hover {
background: #fff;
color: #000;
}
