/* REALTIME STYLE SHEET */

/* LAYOUT STYLES */
body                { margin:0px; text-align:center; background:#FFF; }
.image              { border:solid 1px #333; }
blockquote          { margin-top:3px; margin-bottom:3px; }

/* HEADER */
#header             { width:760px; height:120px; border-left:solid 1px #b5b5b5; border-right:solid 1px #b5b5b5; margin:0px auto 0px auto; text-align:left; }

/* LOGO */
#logo a             { background: url("../images/logo.gif") left top; float:left; width:160px; height:83px; margin-left:20px; margin-top:20px; margin-bottom:20px; }
#logo h1		    { display:none; }
#strapline          { clear:left; margin-left:20px; }
#contactdetails     { padding-right:20px; float:right; text-align:right; margin-top:49px; color:#a81828; }

/* NAVIGATION */
#navcontainer       { width:100%; height:108px; background:url("../images/bg_navigation.gif") repeat-x; }
#navbanner          { width:760px; height:78px; border-left:solid 1px #FFF; border-right:solid 1px #FFF; margin:0px auto 0px auto; text-align:left; background:url("../images/top_banner.jpg") no-repeat; }
#navigation         { width:760px; height:30px; border-left:solid 1px #FFF; border-right:solid 1px #FFF; margin:0px auto 0px auto; text-align:left; }
#navigation ul      { list-style-type:none; margin:0px; padding:0px; }
#navigation ul li   { display:inline; padding:0px; }
#navigation ul li a { display:block; float:left; line-height:28px; height:30px; color:#FFF; padding:0px 22px; text-align:center; border-right:solid 1px #876500; font-weight:bold; text-decoration:none; font-size:11px }
#navigation ul li a:hover, #navigation ul li a.selected, #navigation ul li a.noborder_selected { background-color:#852910 }
#navigation ul li a.noborder, #navigation ul li a.noborder_selected { border-right:solid 0px }

/* CONTENT AREA */
#container          { margin:0px auto 0px auto; text-align:left; width:760px; background:url("../images/bg_content.gif") repeat-y; overflow:auto; }
#contentarea        { width:552px; float:left; text-align:center; }
#subnavigation      { width:208px; float:left; text-align:center; }
#subbody            { margin:20px auto 20px auto; text-align:left; width:168px; }
#body               { margin:20px auto 20px auto; text-align:left; width:512px; }

/* SUBNAVIGATION */
#subnavigation ul   { list-style-type:none; margin:0px; margin-top:20px; padding:0px; text-align:left; }
#subnavigation ul li a, #subnavigation ul li.highlight  { display:block; text-indent:20px; line-height:28px; height:30px; width:207px; color:#101886; padding:0px; text-decoration:none; border-bottom:solid 1px #D3DFF3; }
#subnavigation ul li a:hover, #subnavigation ul li a.selected { background-color:#D5D5E9; }
#subnavigation ul li.highlight { color:#FFF; background-color:#9095D3; }

/* FOOTER */
#footercontainer    { width:100%; height:32px; background:url("../images/bg_footer.gif") repeat-x; clear:both; }
#footer             { width:760px; line-height:22px; height:24px; padding-top:8px; margin:0px auto 0px auto; text-align:right; }

/* FONT STYLES */
body                { font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size:70%; line-height:140%; color:#000; }
input, textarea, select { font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size:100%; color:#000; }
h1                  { font-size:160%; line-height:160%; }
h2                  { display:inline; font-size:100%; }
h3                  { font-size:100%; }
#footer             { color:#FFF; }
#footer a           { color:#FFF; text-decoration:none; }
#footer a:hover     { color:#f0c9c9; }
hr                  { color:#313963; height:1px; }
.caption            { color:#999; text-align:center }
#body a             { color:#a91829; }
#body a:hover       { color:#000; }
.nodisplay          { display:none; }

