/* pbic website stylesheet for top level */
* {
 margin: 0;
 padding: 0;
}
html, body {
 height: 100%;
 width: 100%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}
img {
 border: none;
}
table {

}
#mainColumn {
 position: relative;
 height: 100%;
 width: 602px;
 top: 150px;
 left: 200px;
 bottom: 50px;
 padding: 10px 0 0 30px;
 min-height: 600px;
}
#header {
 position: absolute;
 top: 0px;
 height:150px;
 width: 100%;
 background: url(images/2009_banner_all_bg.jpg) repeat-x;
}
#leftColumn {
 position: absolute;
 top: 150px;
 left: 0px;
 height: 100%;
 width: 198px;
}
#rightColumn {
 position: absolute;
 height: 100%;
 width:100px;
 left: 850px;
 top: 160px;
 padding: 50px 20px;
}
#footer {
 position: relative;
 bottom: -150px;
 height: 100px;
 width: 90%;
 margin: 2em 5% 2em;
}
#menuDiv {
 font-family: "Zero Threes", Verdana, sans-serif;
 font-size: 14px;
 padding: 15px 0 0 0;
 color: #005195;
 background: url(images/2009_side_bg.png) repeat-y;
 margin: 0;
}
#menuBottom {
 height:40px;
 background: url(images/2009_side_bg_fade.png);
}
#gallery {
 text-align: center;
}
.gallerynav {
 font-weight: bold;
}
.menuOn {
 color: white;
 font-size: 16px;
 padding: 8px 0 8px 42px;
 background: url(images/menu_onalpha.png) no-repeat;
}
.menuOff {
 padding: 6px 0 6px 28px;
}
/* .menuOff a:hover {
 background: url(images/menu_onalpha.png);
} */
a.menu {
 display: block;
 cursor: pointer;
 text-decoration: none;
 color: inherit;
}
.nav {
 display: block;
 cursor: pointer;
 text-decoration: none;
 color: inherit;
}
p {
 padding-bottom: 1em;
}
ul li {
 list-style-type: none;
 list-style-position: outside;
 padding-left: 0em;
 padding-top: .1em;
 padding-bottom: .1em;
 text-align: left;
}
.titletext {
 margin: .25em 0 .1em 0;
 font-size: 140%;
 font-weight: bold;
}
.headingtext {
 margin-top: 1em;
 font-size: 100%;
 font-weight: bold;
}
.indextext {
 font-size: 80%;
}
.indextext ul {
 margin-left: 5px;
 padding-left: 5px;
}
.datetext {
 color: #005195;
 background: url(images/2009_side_bg.png) repeat-y;
 padding: 0 28px;
 font-size: 60%;
 margin: 0px;
}
.urgenttext {
 font-size: 180%;
 font-style: italic;
}
.newstext {
 border-bottom: 1px solid #dcdcdc;
 margin-bottom: 1.50em;
}
.feedtext {
 padding: 2em;
 color:white;
 background: url(images/2009_side_bg.png) repeat-y;
}
#footer ul {
 clear: left;
 font-size: 70%;
 background: #fff;
 border-right:1px solid #005195;
 border-left:1px solid #005195;
 padding: .1em 2em .1em;
 text-align: center;
}
#footer li {
 display: inline;
 list-style-type: disc;
 list-style-position: inside;
 padding-left: .5em;
}
dt, dd {
 margin-left: 1em;
}
dd {
 padding: 0.5em 3em 0.5em 1em;
}
/* round edge box stuff */
/* small version first */
.b1f, .b2f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#e0eff1; margin:0 2px;}
.b2f {height:1px; background:#e0eff1; margin:0 1px;}
.contentf {background: #e0eff1; padding: 5px;}
.contentf div {margin-left: 12px;}

/* large version next */
.c1f, .c2f, .c3f, .c4f{font-size:1px; overflow:hidden; display:block;}
.c1f {height:1px; background:#e0eff1; margin:0 5px;}
.c2f {height:1px; background:#e0eff1; margin:0 3px;}
.c3f {height:1px; background:#e0eff1; margin:0 2px;}
.c4f {height:2px; background:#e0eff1; margin:0 1px;}

/* page footer version which has different colours */
.f1f, .f2f, .f3f, .f4f { font-size: 1px; overflow: hidden; display: block;}
.f1f { height: 1px; background:#005195; margin:0 5px;}
.f2f { height: 1px; background:#fff; border-left: 2px solid #005195; border-right: 2px solid #005195; margin:0 3px;}
.f3f { height: 1px; background:#fff; border-left: 1px solid #005195; border-right: 1px solid #005195; margin:0 2px;}
.f4f { height: 2px; background:#fff; border-left: 1px solid #005195; border-right: 1px solid #005195; margin:0 1px;}
