@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}



#container {
position: relative;
width: 650px;
height: auto;
left: 80px;
z-index: 50;
}

#bg {
position: fixed;
width: 650px;
height: 185px;
background-image: url(blackbar.gif);
background-repeat: repeat-x;
background-color: #FFFFFF;
top: 0px;
left: 80px;
z-index: 50;
}

#logo {
position: fixed;
width: 650px;
height: 143px;
background-image: url(logo.gif);
background-repeat: no-repeat;
background-color: #FFFFFF;
top: 30px;
left: 80px;
z-index: 50;
}

#nav {
position: fixed;
width: 650px;
height: 9px;
top: 87px;
left: 80px;
z-index: 50;
}

#subnav {
position: fixed;
width: 650px;
height: 25px;
top: 120px;
left: 80px;
z-index: 50;
}

#footer {
position: fixed;
width: 650px;
height: 5px;
bottom: 0px;
left: 80px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
z-index: 50;
}

.opacity {
filter: alpha(opacity=20);
-moz-opacity: .20;
opacity: .20;
}

#nav a:visited img, #nav a img, #motionnav a:visited img, #motionnav a img,#subnav a:visited img, #subnav a img {
border: 0;
opacity: 0.20;
filter: alpha(opacity=20);
}

#nav a img, #motionnav a img, #subnav a img {
border: 0;
opacity: 0.20;
filter: alpha(opacity=20);
}
	
#nav a:hover img, #motionnav a:hover img, #subnav a:hover img {
border: 0;
opacity: 1;
filter: alpha(opacity=100);
}

#content {
position: relative;
top: 185px;
padding-bottom: 50px;
z-index: 10;
text-align: right;
}

#contactinfo {
position: relative;
top: 145px;
padding-bottom: 50px;
z-index: 10;
text-align: right;
}

#phone {
position: absolute;
padding-bottom: 30px;
left: 0px;
z-index: 101;
text-align: left;
font-size: 11px;
line-height: 18px;
}

#email {
position: absolute;
left: 217px;
padding-bottom: 30px;
z-index: 10;
text-align: left;
font-size: 11px;
line-height: 18px;
}

#pdf {
position: absolute;
left: 434px;
padding-bottom: 30px;
z-index: 10;
text-align: left;
font-size: 11px;
line-height: 18px;
}

#pdf link, a:link, a:visited {
text-decoration: none;
color: #000000;
}

#pdf a:hover {
border-bottom: #000000 dotted 1px;
}

.strong {
margin: 0px;
font-size: 12px;
font-weight: bold;
}