﻿/* CSS Document */

body {
background-color:#FFFFFF;
font-family:Times New Roman, Serif, Helvetica, Courier;
color:#000000;
font-size:1em;
}

#container {
}

#pageheader {
display:none;
}

#linkhome {
display:none;
}


/* Search Function */
#pageheader #search {
display:none;
}

/* End Search Function */


/* Primary Navigation */
/* Primary Navigation WILL ALL NEED REVIEWING AND CHANGING WHEN WE ADD THE EKTRON DHTML MENUS */
#primarynav {
display:none;
}


/* End Primary Navigation */


/* Print Page Button */
#printpage {
display:none;

}

/* End Print Page Button */


/* Main Content Column */
#maincontent {
width:auto;
}


/*breadcrumb*/
#maincontent #breadcrumb {
font-size:0.6em;
padding:5px 10px 5px 10px;
color:#14287c;
}

#maincontent #breadcrumb a
{
font-size:100%;
color:#14287c;
}

/*end breadcrumb*/

/* HOMEPAGE ELEMENTS */
/* subcontainer allows the lead in header for the home page */
#subcontainer {
width:auto;
}

#subcontainer h1.homepage {
font-size:150%;
font-weight:400;
color:#14287c;
}

#subcontainer p.homepage {
font-size:.9em;
font-weight:bold;
font-style:italic;
color:#fb872c;
}
/* end subcontainer */

/* this is because IE 6 can't count when you float auto aligned elements! */
#maincontent #IE_Error_PaddingColumn {
display:none;
}
/* end the IE fix */

/* the home page emergency and features column*/
#maincontent #hpcolumn1 {
width:420px;
float:left;
border-top:1px solid #c8cde0;
}

/* emergency announcement */
#maincontent #hpcolumn1 #emergency {
background-color:#fee5c6;
font-size:.7em;
padding:2px 2px 10px 2px;
margin:4px 0px 0px 0px;
}
#maincontent #hpcolumn1 #emergency p{
line-height:140%;
margin:0px 0px 0px 0px;
}
#maincontent #hpcolumn1 #emergency h1{
color:#14287c;
font-size:150%;
font-weight:normal;
text-transform:uppercase;
margin:10px 0px 5px 0px;
}
#maincontent #hpcolumn1 #emergency h2{
color:#14287c;
font-size:100%;
font-weight:bold;
margin:0px 0px 0px 0px;
}
#maincontent #hpcolumn1 #emergency .date{
color:#ff6600;
font-size:90%;
font-weight:normal;
margin:0px 0px 5px 0px;
}
#maincontent #hpcolumn1 #emergency img{
border:1px solid #14287c;
margin:0px 5px 5px 3px;
/* max-width:124px; this is a wireframe cludge to save me resizing the temp images */
/* overflow:hidden; obviously so is this. Perhaps we should leave it as it will stop it from being broken */
}
#maincontent #hpcolumn1 #emergency a{
color:#14287c;
}
#maincontent #hpcolumn1 #emergency a:hover{
color:#14287c;
text-decoration:none;
cursor:crosshair;
}
/* end emergency announcement */

/* feature block seperator line */
#maincontent #hpcolumn1 .seperator {
border-top:1px solid #c8cde0;
margin:4px 20px 0px 20px;
clear:both;
}
/* end feature block seperator line */

/* feature announcements */
#maincontent #hpcolumn1 .features {
background-color:#f3f4f8;
font-size:.7em;
padding:2px 2px 10px 2px;
margin:4px 0px 0px 0px;
display:block;
}

#maincontent #hpcolumn1 .features p{
line-height:140%;
margin:0px 0px 0px 0px;
}
#maincontent #hpcolumn1 .features h1{
color:#14287c;
font-size:100%;
font-weight:bold;
margin:10px 0px 5px 0px;
}
#maincontent #hpcolumn1 .features h2{
color:#14287c;
font-size:100%;
font-weight:bold;
margin:0px 0px 0px 0px;
}
#maincontent #hpcolumn1 .features .date{
color:#ff6600;
font-size:90%;
font-weight:normal;
margin:0px 0px 5px 0px;
}
#maincontent #hpcolumn1 .features img{
border:1px solid #14287c;
margin:0px 5px 5px 3px;
/* max-width:124px;  this is a wireframe cludge to save me resizing the temp images */
/* overflow:hidden;  obviously so is this. Perhaps we should leave it as it will stop it from being broken */
}
#maincontent #hpcolumn1 .features a{
color:#14287c;
}
#maincontent #hpcolumn1 .features a:hover{
color:#14287c;
text-decoration:none;
}
/* end feature announcements */

/*home page quick links column*/
#maincontent #hpcolumn2 {
width:166px;
margin-left:10px;
border-top:1px solid #c8cde0;
float:left;
}

#maincontent #hpcolumn2 h1 {
margin:2px 0px 5px 0px;
}

#maincontent #hpcolumn2 ul {
list-style:none;
margin:0px;
padding:0px;
}

#maincontent #hpcolumn2 ul li {
list-style:none;
margin:2px 0px 5px 0px;
padding:0px;
}

#maincontent #hpcolumn2 ul li ul {
list-style:none;
color:#14287c;
font-size:80%;
font-weight:bold;
margin:0px;
padding:0px;
}


#maincontent #hpcolumn2 ul li ul li{
list-style:none;
color:#14287c;
font-size:.9em;
font-weight:bold;
margin:3px 0px 3px 0px;
padding:18px 4px 0px 26px; /* the padding-left value indents the text to align with the bg image bullet point */
height:34px; /* DONT FORGET - the height and the padding-top element MUST add up to 52px (the height of the bg image) */ 
background-image:url(images/qlbg.gif);
background-repeat:no-repeat;
}

#maincontent #hpcolumn2 a {
color:#14287c;
text-decoration:none;
}

#maincontent #hpcolumn2 a:hover {
color:#14287c;
text-decoration:none;
}
/*end home page quick links column*/

/* home page banners column*/
#maincontent #hpcolumn3 {
width:154px;
margin-left:10px;
float:left;
}

#maincontent #hpcolumn3 p{
margin:0px 0px 20px 0px;
}

#maincontent #hpcolumn3 a img{
border:none;
}
/*end home page banners column*/

/* END HOMEPAGE ELEMENTS */

/* SUB PAGE ELEMENTS */
#maincontent #subcolumn1 {
display:none;
}


/*OLD SUB MENU STYLES WENT HERE*/

/*sub page main column*/
#maincontent #subcolumn2 
{
width:auto;
}
#maincontent #subcolumn2 h1{
font-size:1.4em;
font-weight:normal;
color:#14287c;
}
#maincontent #subcolumn2 h2{
font-size:1.2em;
font-weight:normal;
color:#14287c;
}
#maincontent #subcolumn2 h3{
font-size:1.0em;
font-weight:normal;
color:#14287c;
}
#maincontent #subcolumn2 p{
font-weight:normal;
color:#000000;
}
#maincontent #subcolumn2 ul
{
}
#maincontent #subcolumn2 li
{
font-weight:normal;
color:#666666;
}

#maincontent #subcolumn2 ol
{
}


#maincontent #subcolumn2 img{
border:1px solid #000000;
margin:2px;
}
#maincontent #subcolumn2 a{
color:#14287c;
}
#maincontent #subcolumn2 a:hover{
color:#14287c;
text-decoration:none;
}

/*end sub page main column*/

/*sub page quick links column*/
#maincontent #subcolumn3 {
display:none;
}


/*end sub page quick links column*/

/*END SUB PAGE ELEMENTS */

/* End Main Content Column */

#footer {
width:100%;
background-color:#000099;
height:2px;
line-height:2px;
display:block;
}

#postfooter {
clear:both;
width:auto;
margin:auto;
}

#postfooter p{
padding-top:20px;
font-size:.6em;
text-align:center;
}

#postfooter a{
display:none;
}
#postfooter a:hover{
display:none;
}

.roothighText 
{
    display:none;
}
