/* Common layers for category pages */
#text {
/* container for minsise and visibletext */
float:left;
width:567px;
vertical-align:top;
text-align:right;
margin:0;
padding:0;
border:none;
background-color:#fff;
color:#000;
overflow:hidden;
display:inline;
/* a hack to fix IE float... ignored by real browsers */
}

#minsize {
/* a 1 pixel wide border box to force min text layer height to same level as left nav bar */
float:left;
width:0;
margin:0;
padding:0;
border:none;
display:inline;
/* a hack to fix IE float... ignored by real browsers */
}

#visibletext {
/* the actual text container */
float:left;
width:558px;
vertical-align:top;
text-align:left;
margin:0;
padding:5px 0 5px 7px;
border:none;
display:inline;
/* a hack to fix IE float... ignored by real browsers */
}

/*-------------------------------------------*/
#leftband {
/* container for the left navigation bar and the pavilion view picture */
float:left;
width:93px;
margin:0;
padding:0;
border:none;
background-color:#339;
color:#fff;
}

#navbox ul {
float:left;
width:91px;
margin:0;
padding:0;
border-width:0 1px;
border-style:solid;
border-color:#009;
}

#navbox li {
float:left;
width:91px;
margin:0;
padding:1px 0 2px;
border-width:0 0 1px;
border-style:solid;
border-color:#009;
text-transform:uppercase;
text-align:left;
list-style:none;
}

#navbox a {
margin:0;
padding:0 0 0 13px;
border:none;
font-size:11px;
display:block;
}

.navOff {
background:#fff url(/img/triangle.gif) no-repeat left center;
color:#009;
}

.navOn {
background:#090 url(/img/nav_triangle_on.gif) no-repeat left center;
color:#fff;
}

#leftimage {
/* container for left nav bar vertical image - image is background */
float:left;
width:93px;
height:290px;
background:url(/img/nsc.jpg) no-repeat top right;
background-color:#339;
color:#fff;
margin:0;
padding:0;
border:none;
}

#rightband {
/* container for the left navigation bar and the pavillon view picture */
display:none;
}

@media print {
#text {
width:100%;
}

#leftband {
display:none;
}

#search {
display:none;
}

#navbox {
display:none;
}
}

/* end media print */

