/* CSS Document */

body
{
background-image: url(images/bg.jpg);

}
.header
{
height: 100px;
background-image: url(images/ductlogo.jpg);
background-position: center left;
background-repeat: no-repeat;
background-color: #ffffff;

}
.headeright
{
height: 100px;
background-image: url(images/rigid.jpg);
background-position: center right;
background-repeat: no-repeat;
background-color: #ffffff;
}
.navbox
{
vertical-align: top;
height: 10px;
background-color: #23adee;

}
.navbar
{
height: 20px;
background-color: #ffffff;
}
.navbar2
{
height: 10px;
/*background-image: url(images/chromebg.jpg);
background-repeat: repeat-x;*/
background-color: #d2d2d2;
}
.mlhover
{
height: 15px;
width: 155px;
background-color: #eeeeee;
font-family: "Trebuchet MS",Tahoma, Verdana, Arial;
color: #000000;
font-size: 12px;
background-image: url(images/small-next2.gif);
background-repeat: no-repeat;
}
.mainleft
{
height: 15px;
width: 155px;
background-color: #eeeeee;
font-family: "Trebuchet MS",Tahoma, Verdana, Arial;
color: #888888;
font-size: 12px;
background-image: url(images/small-nextblue.gif);
background-repeat: no-repeat;
}
.mainleft p
{
margin-left: 15px;
}
.mainleft p a
{

text-decoration: none;
color: #888888;
}
.maintext
{
font-family: "Trebuchet MS",Tahoma, Verdana, Arial;
color: #888888;
font-size: 12px;
text-align: justify;
}
.maintext a
{
text-decoration: underline;
color: #888888;
}
.maintext a:hover
{
color: #23adee;
}
.mainright
{
width: 650px;
background-color: #ffffff;
}
.footer
{
height: 10px;
background-color: #d2d2d2;
/*background-image: url(images/chromebg.jpg);
background-repeat: repeat-x;*/
}
.credit
{
text-align: center;
font-family: "Trebuchet MS",Tahoma, Verdana, Arial;
color: #000000;
font-size: 9px;
}
.credit a
{
text-decoration: none;
color: #000000;
}
.credit a:hover
{
text-decoration: none;
color: #23adee;
}
.picbox
{
height: 100px;
width: 100px;
text-indent 25px;
}
.highlight
{
color: #23adee;
font-weight: bold;
}
li
{
list-style-position: inside;
vertical-align: middle;
color: #23adee;
font-weight: bold;
height: 25px;
}
.mapcell
{
background-image: url(images/ukmapS.jpg);
height: 350px;
}
.eform
{
color: #888888;
font-size: 11px;
}
.eforminput
{
border: solid 1px #23adee;
background-color: #ffffff;
width: 180px;
height: 20px;
}
.eformtextarea
{
border: solid 1px #23adee;
background-color: #ffffff;
width: 180px;
height: 80px;
overflow: hidden;
}
.eformsubmit
{
border: solid 1px #23adee;
background-color: #ffffff;
width: 80px;
height: 20px;
color: #23adee;
}