/* Procurement Excellence Stylesheet */

body { margin: 0px; padding: 0px; background: #6D6D6D url( /images/bg.png ) repeat-x top left; font-family: Verdana; font-size: 11px; }

a { color: #3B5998; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }

#container { width: 750px; background: #FFFFFF; margin: 30px auto 0px auto; border-top: 6px solid #0092E2; }

#header { height: 60px; width: 100%; aborder-bottom: 1px dashed #CACACA; position: relative; }
#header #logo { position: absolute; top: 25px; left: 20px; width: 218px; height: 49px; background: url( /images/logo.png ); }
#header ul { position: absolute; top: 47px; right: 20px; list-style: none; margin: 0px; padding: 0px; }
#header ul li { float: left; margin-left: 25px; font-size: 13px; }
#header ul li a.selected { text-decoration: underline; }

#content { width: 100%; background: #FFFFFF url( /images/content-bg.png ) repeat-x bottom left; line-height: 140%; }
#content .inner { padding: 10px; }
#content .inner p { margin: 0px; padding: 0px; margin-bottom: 10px; }

#footer { width: 100%; background: #D8D8D8; margin-top: 1px; }

#footer #col1 { float: left; width: 33%; }
#footer #col2 { float: left; width: 33%; }
#footer #col3 { float: left; width: 33%; }

#footer #col1 h3, #footer #col2 h3, #footer #col3 h3 { margin: 0; padding: 0; padding: 10px 0 10px 20px; }

#copyright { width: 750px; margin: auto; }
#copyright a { color: #FFFFFF; }
#copyright p { color: #FFFFFF; text-align: right; margin-right: 20px; }
#copyright p.small { font-size: 11px }

#welcome { border-top: 2px solid #0092e2; border-bottom: 2px solid #0092e2; }
#welcome .inner { padding: 0px 10px; }
#welcome h4 { margin: 0px; padding: 0px; padding: 5px 0px 5px 0px; }
#welcome p { font-size: 11px; }

.blog { width: 100%; margin-top: 10px; padding: 0px 10px; }
.blog h2 { margin: 0px; margin-bottom: 5px; }
.blog h2 a { color: #006ae2; }
.blog h3 { margin: 0px; margin-bottom: 20px; font-size: 11px; }

.mainbox { padding: 10px; }
.mainbox h3 { border-bottom: 1px dashed #CACACA; padding-bottom: 2px; }

/* added by callum richards*/
#submenu {
 position: absolute;
 top:80px;
 right:20px;
 display: block;
 width:360px;
 text-align:center;
}
#submenu a {
  color:#999;
  font-weight:normal;
}
#submenu a.selected {
  text-decoration:underline;
}