/* CSS Document */
body {
margin:0px;
background-color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
background-color:black;
position:relative;
}

#header {
background:url(../images/banner_top.jpg) no-repeat top left;
width:1035px;
height:158px;
overflow:hidden;
}

.hiddenpic {
display:none;
}

div#menu {
height:38px;
width:1035px;
white-space:nowrap;
}

div#menu a, span {
display:block;
float:left;
}

div#menu a#home {
background:url(../images/home.jpg) no-repeat top left;
width:151px;
height:38px;
}

div#menu a#home:hover {
background:url(../images/home-over.jpg) no-repeat top left;
}

div#menu a#contact {
background:url(../images/contactus.jpg) no-repeat top left;
width:196px;
height:38px;
}

div#menu a#contact:hover {
background:url(../images/contactus-over.jpg) no-repeat top left;
}

div#menu a#about {
background:url(../images/aboutus.jpg) no-repeat top left;
width:212px;
height:38px;
}

div#menu a#about:hover {
background:url(../images/aboutus-over.jpg) no-repeat top left;
}

div#menu a#links {
background:url(../images/industrylinks.jpg) no-repeat top left;
width:210px;
height:38px;
}

div#menu a#links:hover {
background:url(../images/industrylinks-over.jpg) no-repeat top left;
}

div#menu span#leftover {
background:url(../images/menu_leftover.jpg) no-repeat top left;
width:266px;
height:38px;
}

div#outer_body {
background:url(../images/extend.jpg) repeat-y top left;
position:relative;
width:1035px;
height:auto;
padding:1px;
min-height:477px;
}

div#inner_body {
position:absolute;
top:0px;
left:0px;
background:url(../images/body.jpg) no-repeat top left;
width:1035px;
height:477px;
z-index:1;
}

img.page_title {
border:none;
position:absolute;
top:10px;
left:20px;
}

div#content {
position:relative;
margin-top:120px;
margin-left:120px;
width:650px;
font-size:1em;
line-height:1.3em;
z-index:3;
}

span.emphasis {
font-size:1.2em;
line-height:.9em;
margin:0em .2em 0em 0em;
}

div#content ul{
line-height:1em;
}

div#content li {
margin-bottom:1em;
}

div#footer_bar {
position:relative;
background:url(../images/footer_bar.jpg) no-repeat top left;
width:1035px;
height:17px;
}

div#footer_text {
background:url(../images/footer_text.jpg) no-repeat top left;
position:relative;
width:1035px;
height:36px;
font-size:.7em;
}

div#foot_wrap {
position:absolute;
top:5px;
left:490px;
text-align:center;
width:290px;
}

#foot_wrap p {
margin:0px;
}

a#email {
position:absolute;
top:-15px;
left:555px;
color:blue;
text-decoration:none;
font-style:italic;
}
