/* TAGS */
@media screen,print
{
* {
font-family: Arial, Helvetica, sans-serif;
color: #002b81;
font-size: 10pt
}
}
@media screen,mobile,print
{
body {
color: #000000;
background-color: #FFFFFF;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
background-image: URL("/images/bg.gif");
background-repeat: repeat;
z-index: 1
}
body A:link, A:visited {
color: #5E6C7C;
text-decoration: underline
}
body A:hover, A:active {
color: #42474D;
text-decoration: underline
}
}

/* IDS */
@media screen,print
{
#about_us {
left: 95px;
top: 89px;
height: 70px;
width: 103px
}
#banner_main {
left: 0;
height: 89px;
width: 740px
}
#banner_main_2 {
left: 546px;
top: 89px;
height: 34px;
width: 194px
}
#body {
height: 160px
}
#button_shadow {
position: absolute;
left: 0;
top: 159px;
width: 740px;
height: 2px;
z-index: 4
}
#button_spacer {
left: 546px;
top: 123px;
height: 36px;
width: 194px
}
#custom_jobs {
left: 427px;
top: 89px;
height: 70px;
width: 119px
}
#employees {
visibility: hidden;
left: 615px;
top: 123px;
height: 36px;
width: 125px
}
#index {
left: 18px;
top: 89px;
height: 70px;
width: 77px
}
#main {
border-style: solid;
border-color: #002b81;
border-top: none;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
background-color: #FFFFFF;
text-align: left;
width: 740px
}
#nav {
position: relative;
width: 740px;
height: 159px
}
#nav img {
position: absolute;
z-index: 3
}
#products {
left: 316px;
top: 89px;
height: 70px;
width: 111px
}
#sales {
left: 198px;
top: 89px;
height: 70px;
width: 118px
}
#spacer_left {
left: 0;
top: 89px;
width: 18px
}
#spacer_right {
left: 546px;
top: 89px;
height: 70px;
width: 194px
}
#wrapper {
width: 100%
}
}
@media print
{
#main {
border-style: solid;
border-color: #002b81;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
background-color: #FFFFFF;
text-align: left;
width: 740px
}
#about_us {
visibility: hidden
}
#button_shadow {
visibility: hidden
}
#custom_jobs {
visibility: hidden
}
#employees {
visibility: hidden
}
#index {
visibility: hidden
}
#products {
visibility: hidden
}
#sales {
visibility: hidden
}
/*#button_spacer {
left: 546px;
top: 123px;
height: 36px;
width: 194px
}*/
#button_spacer {
left: 18px;
top: 123px;
height: 36px;
width: 194px
}
}

/* CLASSES */
@media screen,mobile,print
{
.body_button {
position: absolute;
height: 150px;
min-width: 112px
}
.body_button img {
position: relative;
left: 0;
top: 0;
height: 110px;
width: 110px;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
z-index: 3
}
.body_button_text {
position: relative;
left: 0;
top: 120px;
font-size: 12px;
color: #002b81;
text-decoration: underline
}
.body_text {
position: absolute;
top: 40px;
left: 10px;
text-align: left;
width: 350px;
font-size: 12px;
color: #002b81
}
.bold {
font-weight: bold
}
}