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

body{
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
background-color:#555555;
margin:0px;
}

#pagecontainer{
width:1006px;
min-height:670px;
margin:0 auto;

}
#pageleft{
width:28px;
min-height:543px;
background-image:url(images/page_left.jpg);
background-repeat:repeat-y;
float:left;
}

#pageright{
width:28px;
min-height:543px;
background-image:url(images/page_right.jpg);
background-repeat:no-repeat;
float:right;
}


#pagetop{
width:948px;
height:57px;
background-repeat:no-repeat;
background-image:url(images/page_top.jpg);
float:left;
border-left:#000000 1px solid;
border-right:#000000 1px solid;

}



#pagedisplay{
width:948px;
padding:0px;
height:170px;
background-image:url(images/dislaytest.png);
background-repeat:no-repeat;
float:left;
border-left:#000000 1px solid;
border-right:#000000 1px solid;
}

#pagemenu{
width:948px;
padding:0px;
height:30px;
background-color:#ff0000;
float:left;
border-left:#000000 1px solid;
border-right:#000000 1px solid;

}

#pagesub{
width:950px;
min-height:543px;
float:left;
background:none;
}

#pagecontent{
width:928px;
min-height:323px;
padding:10px;
float:left;
border-left:#000000 1px solid;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
margin-bottom:50px;
}

.imgholder{
height:125px;
min-width:30px;
border:none;
overflow:hidden;
width:210px;
float:left;
margin:10px;
text-align:center;

}

.onepxblackborder{
border:1px solid #000000
}


/* ---------------------------------------------------- MENU --------------------------------------------*/

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
height:30px;
border: 1px solid #000000;
border-width: 1px 0;
background: black url(images/menu_normal.png);
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
width:112px;
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
border-right: 1px solid black;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
background: transparent url(images/menu_hover.png);
color:#000000;
font-weight:normal;
background-repeat:repeat-x;
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->



html {overflow-y: scroll;}
