/* irr.css */

body { 
font-size: 62.5% Verdana, sans-serif;
margin: 0 auto; /*-- prevents gap above header --*/
padding: 0;
border: 0;
background-image: url('images/background.jpg');
background-repeat: repeat-x;
height: 960px;
}

.centeralign {text-align: center}
.rightalign {text-align: right}

h1 {color: rgb(236,28,36); font-size: 1.3em; font-family: Georgia, serif; font-weight: bold; margin-top: 0.6em; margin-bottom: 0.6em; }
h2 {color: rgb(0, 0, 0); font-size: 1.3em; font-family: Arial Black; margin-top: 0.8em; margin-bottom: 0em;}
h3 {color: MidnightBlue; font-size: 1em; font-family: Arial Black; margin-top: 1em; margin-bottom: 0em; }
h4 {color: rgb(51, 114, 147); font-size: 0.9em; font-family: Arial Black; margin-bottom: 0em }
h5 {color: rgb(236,28,36); font-size: 0.8em; font-family: Arial Black; margin-top: 1em; margin-bottom: 0.5em; }

li {
font-family: Verdana, sans-serif;
font-size: 0.8em;
line-height: 1.4em;
margin-bottom: 0.4em;
}

p {  /*-- phone number in header --*/
font-family: Arial;
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0.6em;
padding-left: 1.5em;
padding-right: 1.5em;
}

p1 {   /*-- paragraph containing graphic in subheader section --*/
font-family: Verdana, sans-serif;
font-size: 0.8em;
line-height: 1.4em;
height: 100px;
padding-left: 1.0em;
padding-right: 1.0em;
}

p2, p3 {   /*-- text in subheader section --*/
font-family: Verdana, sans-serif;
font-size: 0.8em;
line-height: 1.4em;
height: 100px;
border-left-style: solid;
border-left-width: thick;
border-left-color: rgb(76,206,255);
padding-left: 1.0em;
padding-right: 1.0em;
}

p4 {  /*-- text on home page --*/
font-family: Verdana, sans-serif;
font-size: 0.7em;
line-height: 1.4em;
display: block;
height: 80px;
margin-top: 15px;
padding-left: 1em;
padding-right: 1.6em;
background-color: ;
}

p5 {  /*-- text on home page --*/
font-family: Verdana, sans-serif;
font-size: 0.7em;
line-height: 1.4em;
display: inline;
margin-top: 5px;
padding-left: 1em;
padding-right: 0em;
background-color: ;
}

p6 {  /*-- text on home page--*/
font-family: Georgia;
font-weight: bold;
color: MidnightBlue;
font-size: 1.2em;
line-height: 1.2em;
display: block;
height: 40px;
margin-top: 15px;
padding-left: 3em;
padding-right: 0em;
background-color: ;
}

p7 {  /*-- Not currently used. Had problems with it for some strange reason --*/
font-family: Verdana, sans-serif;
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0.6em;
padding-left: 1.5em;
padding-right: 1.5em;
}

p8 {   /*-- highlighted text on the quality page --*/
font-family: Verdana, sans-serif;
font-size: 0.8em;
line-height: 1.4em;
display: block;
margin-top: 15px;
padding-top: 1em;
padding-right: 2em;
padding-bottom: 1em;
padding-left: 4em;
background-color: white;
border-left-style: solid;
border-left-width: thick;
border-left-color: rgb(76,206,255);
}

blockquote {
 font-family: Georgia;
 font-weight: bold;
 font-style: italic;
 font-size: 0.9em;
 border: 2px solid #1E90FF;
 width: 600px;
 float: right;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 padding: 0.5em;
 background-color: WhiteSmoke;
 quotes: "\201C" "\201D";
 }
 
 blockquote:before { content: open-quote; font-weight: bold; font-size: 1.2em; color: #1E90FF; }
 blockquote:after { content: close-quote; font-weight: bold; font-size: 1.2em; color: #1E90FF; }


ul {list-style: none; }


a {outline: none;}
a img {border: none;}

a:link {
 color: black;
 font-family: Verdana;
 font-size: 1em;
 text-decoration: none;
  }
  
a:visited {
 color: rgb(130,130,130);
 font-family: Verdana;
 font-size: 1em;
 text-decoration: none;
  }

a:hover {
 color: rgb(236,28,36);
  }

a:active {
 color: rgb(236,28,36);
  }

div#container {
overflow: hidden; 
margin: 0 auto; /*-- centers the entire site in the browser --*/
 }
 
.container_12 {
width: 960px;
 }
 
div#header {
background-image: url('images/header_bg.jpg');
background-repeat: repeat-y; 
height: 110px;
width: 960px;
 }

ul#headernav {
display:inline;
 }
 
 ul#headernav li {
   font-size: 0.8em;
   float: left;
   margin-top: 55px; 
    }
    
    /*-- headernav - Default and Hover States --*/
    ul#headernav a {
    font-family: Arial Black;
    color: white;
    float: left;
    display: block;
	height: 20px;
     }
     
    ul#headernav a:hover {
    color: rgb(236,28,36);
     } 
     
    ul#headernav li.home a {
	width: 100px;
    text-align: center;
     }
     
    ul#headernav li.about a {
	width: 80px;
    text-align: center;
     }
     
    ul#headernav li.contact a {
	width: 130px;
    text-align: center;
     }
     
   /*-- headernav - active state controlled by body id="#"--*/
   
   body#home ul#headernav li.home a,
   body#about ul#headernav li.about a,
   body#contact ul#headernav li.contact a {
   color: rgb(76,206,255);
    }

      /*-- subheader section --*/
div#subheader  {
height: 165px;
width: 960px;
background-color: rgb(240,240,240);
background-repeat:repeat-x; 
border-top-width:thick;
border-top-color: rgb(51,114,147);
border-top-style:solid; 
 }
 
  div#subheader h1 {
  text-align: center;
   }
 
  div#subheader p1 {
  margin-left: 0em;
   }
   
  div#subheader p2 {
  margin-left: 2em;
   }
   
  div#subheader p3 {
  margin-left: 0em;
   }
 
 /*-- navigation tabs section --*/
 
div#navigation {
 }
 
 ul#nav {
 margin: 0;
 padding: 0;
 display:inline;
 float:left;
 width: 960px;
  }

   ul#nav li {
   float: left;
   margin: 0; 
   padding: 0;
    }


/*-- Navigation Sprites - Default State --*/
    ul#nav a {
	float: left;
	display: block;
	height: 39px; /*-- Specify height of Sprite section that will show --*/
	text-indent: -99999px; /*--Shoot the alt text off the page--*/
	background-position: bottom center;
}

/*-- Navigation Sprites - Hover State --*/
    ul#nav a:hover {
	background-position: center center;
}

/*-- Navigation Sprites - Assign an image and width to each link --*/
    ul#nav li.menu a {
	background-image: url(images/nav_menu.jpg);
	width: 224px;
}
    ul#nav li.define a {
	background-image: url(images/nav_define.jpg);
	width: 170px;
}
    ul#nav li.deliver a {
	background-image: url(images/nav_deliver.jpg);
	width: 171px;
}
    ul#nav li.prove a {
	background-image: url(images/nav_prove.jpg);
	width: 171px;
}
    ul#nav li.green a {
	background-image: url(images/nav_green.jpg);
	width: 224px;
}

/*-- Sprites - Active State controlled by body id="#"--*/

      body#menu ul#nav li.menu a,
      body#define ul#nav li.define a,
      body#deliver ul#nav li.deliver a,
      body#prove ul#nav li.prove a,
      body#green ul#nav li.green a {
      background-position: top center;
       }

/*-- Content background image is controlled by body id="#"--*/
div#content {
height: 620px;
width: 960px;
background-image: url('images/content_bg.jpg');
background-repeat: repeat-x;
 }
 
body#home div#content,
body#about div#content,
body#contact div#content {
height: 620px;
width: 960px;
background-image: url('images/content_bg_home.jpg');
background-repeat: repeat-x;
 }
 
div#content h2 {
text-align: center;
 }
 
div#content h3 {
text-align: center;
 } 
 
 ul#listall {
  display: block;
  overflow-y: scroll;
  height: 320px;
  margin-left: 2em; /*-- Controls space to the left and top of list --*/
  padding: 0; /*-- Removes space to the left of list --*/
  list-style-type: disc;
  list-style-position: inside;
  background-color: rgb(240,240,240);
  border-left-style: solid;
  border-left-width: thick;
  border-left-color: rgb(76,206,255);
   }
 
    ul#listall li {  /*-- Controls list items --*/
     font-family: Verdana, sans-serif;
     font-size: 0.7em;
     line-height: 1.4em;
     padding-left: 1.5em;
     padding-right: 1.5em;
     text-indent: -1em;
      }

  ul#col1 {
  display: block;
  overflow-y: scroll;
  height: 360px;
  margin-left: 1.5em; /*-- Controls space to the left and top of list --*/
  padding: 0; /*-- Removes space to the left of list --*/
  list-style-type: disc;
  list-style-position: inside;
   }
 
    ul#col1 li {  /*-- Controls list items --*/
     font-family: Verdana, sans-serif;
     font-size: 0.7em;
     line-height: 1.4em;
     text-indent: 0.3em;
     padding-left: 1.5em;
     text-indent: -1em;
      }
   
  ul#col2 {
  display: block;
  overflow-y: scroll;
  height: 360px;
  margin-left: 1.5em; /*-- Indents left side of list --*/
  padding: 0; /*-- Removes space to the left of list --*/
  list-style-type: disc;
  list-style-position: inside;
   }
 
    ul#col2 li {  /*-- Controls list items --*/
    font-family: Verdana, sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
    text-indent: 0.3em;
    padding-left: 1.5em;
    text-indent: -1em;
      }
   
   ul#col3 {
   display: block;
   overflow-y: scroll;
   height: 360px;
   margin-left: 1.5em; /*-- Indents left side of list --*/
   padding: 0; /*-- Removes space to the left of list --*/
   list-style-type: disc;
   list-style-position: inside;
    }
 
    ul#col3 li {  /*-- Controls list items --*/
    font-family: Verdana, sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
    text-indent: 0.3em;
    padding-left: 1.5em;
    text-indent: -1em;
     }
     
  ul#quality {
  display: block;
  height: 70px;
  margin-left: 1em; /*-- Indents left side of list --*/
  padding: 0; /*-- Removes space to the left of list --*/
  list-style-type: disc;
  list-style-position: inside;
   }
   
   ul#quality li {  /*-- Controls list items --*/
    text-indent: 0.3em;
    padding-left: 0em;
    text-indent: 1.5em;
     }

ul#green {
  display: block;
  height: 70px;
  margin-left: 1em; /*-- Indents left side of list --*/
  padding: 0; /*-- Removes space to the left of list --*/
  list-style-type: disc;
  list-style-position: inside;
   }
   
   ul#green li {  /*-- Controls list items --*/
    text-indent: 0.3em;
    padding-left: 0em;
    text-indent: 1.5em;
     }
     
div#links {
height: 130px;
width: 960px;
border-top-width:thick;
border-top-color: rgb(51,114,147);
border-top-style:solid; 
background-color: rgb(240,240,240);
 }
 
 div#links h4 {
  margin-top: 0.4em;
  margin-left: 1em;
  padding:0; /*-- Removes space to the left of list --*/
  }
 
 ul#linksnav {
 margin-top: 0em;
 margin-left: 1em;
 padding: 0;
 display: block;
  }
 
 ul#linksnav li {
   margin: 0;  
   padding: 0; 
   }
 
  /*-- linksnav - Default and Hover States --*/
    ul#linksnav a {
    display: block;
    color: black;
     }
     
    ul#linksnav a:hover {
    color: rgb(236,28,36);
     } 
 
 ul#morenav {
 margin-top: 0;
 margin-left: 1em;
 padding: 0;
 display:block;
  }
 
 ul#morenav li {
 margin: 0; 
 padding: 0; 
    }
 
 /*-- morenav - Default and Hover States --*/
    ul#morenav a {
	display:block;
    color: black;
     }
     
    ul#morenav a:hover {
    color: rgb(236,28,36);
     } 
 
   /*-- linksnav - Active State controlled by body id="#"--*/
   
   body#home ul#linksnav li.home a,
   body#about ul#linksnav li.about a,
   body#contact ul#linksnav li.contact a {
   color: rgb(76,206,255);
   font-weight:bold;
    }
    
   /*-- morenav - Active State controlled by body id="#"--*/
    
   body#menu ul#morenav li.menu a,
   body#define ul#morenav li.define a,
   body#deliver ul#morenav li.deliver a,
   body#prove ul#morenav li.prove a,
   body#green ul#morenav li.green a {
   color: rgb(76,206,255);
   font-weight:bold;
    }
 

div#footer {
height: 50px;
width: 960px;
border-top-width:thick;
border-top-color: rgb(51,114,147);
border-top-style:solid; 
background-image:url('images/footer.jpg');
background-repeat: no-repeat;
 }
 