﻿/*------------------------------------------------------------------------------------------------*/
/*-                                            STLYES.CSS                                        -*/
/*-                     THIS IS USED TO DECLARE TEXT STYLES AND CONTENT STYLES ONLY              -*/
/*-                                   IT DOES NOT DECLARE LAYOUT.                                -*/
/*------------------------------------------------------------------------------------------------*/

/*set overall body text colour, set a base font size of 62.5% which is 10px and a 
  base line height for the whole document, the percentage of 62.5% which is a 10px 
  line-height is aleady set in the reset style sheet*/
body {
 color: #000;
 font: 62.5%/1.6em Verdana, Arial, Sans-Serif
}
/*################################################### COPY STYLES ####################*/

/*Set website wide styles for everything swirl can out put*/
/*anything that is outside of the base styles can be redeclared after to override the 
  base style, quoteboxes for example*/
#ctl00_maincontainer {
 font-size: 1.3em;
 line-height: 1.6em
}

#ctl00_maincontainer h1 {
 border-bottom:double 3px #d6d6d6;
 font-weight: normal;
 color: #252a87;
 font-size: 1.6em;
 line-height: 1.2em;
 margin: 0px 0px 20px 0px;
 padding: 0px 0px 8px 2px;
 font-family: Georgia;
}

#ctl00_mainarea_content3.copy h1 {
 border-bottom:double 3px #d6d6d6;
 font-weight: normal;
 color: #252a87;
 font-size: 1.6em;
 line-height: 1.1em;
 margin: 0px 40px 20px 0px;
 padding: 0px 0px 8px 2px;
 font-family: Georgia;
}

#ctl00_maincontainer h2 {
color: #252a87;
font-family: Georgia, Times, Times New Roman;
font-weight: bold;
padding:0px 0px 6px 0px;
margin:0px;
font-size:1.1em;
}

#ctl00_maincontainer h3 {
color: #252a87;
font-family: Georgia, Times, Times New Roman;
font-weight: normal;
padding:0px 0px 6px 0px;
margin:0px;
font-size:1.1em;
}

#topics h3,
#archive h3 {
color:#2b2b2b;
font-size:1.2em;
}

#ctl00_maincontainer h4 {
 color: #003579;
 font-size: 1.0em;
 font-weight: bold;
 margin: 0px 0px 0px 0px
}

#ctl00_maincontainer p {
 margin: 0px 0px 20px 0px
}

#ctl00_maincontainer a {
 color: #d16200;
 text-decoration: none;
}

#ctl00_maincontainer a:hover {
 text-decoration: underline
}

#ctl00_maincontainer strong {
 font-weight: bold
}

#ctl00_maincontainer em {
 font-style: italic
}

#ctl00_maincontainer ul {
 list-style: none none;
 margin: 0px 0px 10px 5px;
 padding: 0px 0px 0px 0px
}

#ctl00_maincontainer ul li {
 list-style: none none;
 margin: 2px 0px 2px 0px;
 padding: 0px 0px 0px 22px;
 background:url(../images/arrow_bullet_copy.jpg) no-repeat left top ;
}

#ctl00_maincontainer ol {
 list-style: decimal;
 margin: 0px 0px 10px 20px;
 padding: 0px 0px 0px 0px
}

#ctl00_maincontainer ol li {
 list-style: decimal;
 padding: 0px 0px 10px 10px
}

/* start to declare more specific stylings if required if they are slightly different to the base styles*/
/* a linked h2 needs to redeclared as the browser will use defaults for example*/
#ctl00_maincontainer h2 a {
 color: #252a87;
}

#ctl00_maincontainer.copy ul.SiteMap {
 list-style: none none;
}

#ctl00_maincontainer.copy ul.SiteMap li {
 list-style: none none;
 background: none;
}

#ctl00_maincontainer.copy ul.SiteMap li a {
font-weight:normal;
}

#strapline p {
color:#34398f;
font-family: Georgia, Times New Roman, Times;
font-size:1.9em;
padding:0px 0px 20px 0px;
}

#strapline p a,
#strapline p a:visited {
color:#34398f;
font-family: Georgia, Times New Roman, Times;
text-decoration: none;
}

#strapline p a:hover {
text-decoration: underline;
}


#strapline p span.number {
font-size: 1.5em;
line-height:0;
padding:0px;
margin: 0px;
}

/* ############################################# HOMEPAGE LINED PAPER ITEMS ###################################*/


#ctl00_mainarea_content1 ul {
margin:0px 0px 10px 0px;
padding:0px;
}

#ctl00_mainarea_content1 ul li {
margin:0px;
padding:0px 0px 0px 20px;
list-style: none none;
background: url(../images/arrow_bullet.jpg) no-repeat center left;
font-size:0.9em;
line-height:1.35em;
}

#ctl00_mainarea_content1 ul li a {
color:#d16200;
font-weight:normal;
}




/* ############################################# QUOTE BOXES ###################################*/

/*styling for the quoteboxes and contents if that looks different to the base styling of swirl output*/
/*for example lists maybe different in the quote boxes than the main document*/
.quotes {
 color: #323232;
 font-size: 1em;
 line-height: 1.4em
}

.quotestop {
 font-weight: normal;
 color: #252a87;
 font-size: 1.2em;
 font-family: Georgia;
 }

.quotes p {
 margin: 0px 0px 10px 0px
}

#ctl00_maincontainer .quotes h4 {
 color: #7b7b7b;
 font-size: 0.9em;
 font-weight: normal;
 margin: 0px 0px 10px 0px
}

/*############################################## .NET PAGER STYLING ###############################*/

/*used for gridviews if used*/
#ctl00_maincontainer tr.pager a {
 color: #696969;
 height: 35px;
 padding: 0px 0px 0px 3px;
 text-decoration: underline;
 width: 11px
}

#ctl00_maincontainer tr.pager span {
 color: #005983
}
/* ################################### BREADCRUMB STYLES  #################################*/

#ctl00_mainarea_breadcrumb {
 color: #bcbdd4;
 font-size: 0.85em;
 font-weight:normal;
 line-height:0px;
}

#ctl00_mainarea_breadcrumb a {
 color: #bcbdd4;
 text-decoration: none
}

#ctl00_mainarea_breadcrumb a:hover {
 text-decoration: underline
}
/*######################################FOOTER STYLES###############################*/

/* base footer styles, different footer elements maybe require extra declaration if different*/

#footercontainer p {
padding:4px 0 0px 0;
margin:0px;
color:#2a2a2a;
font-size: 1.1em;
line-height: 1.4em;
text-align: center
}

#footer {
text-align: center;
padding-bottom:10px;
}

#footer p {
padding:10px 0px 0px 30px;
float: left;
text-align:left
}

#footer a,
#copyright a {
 color: #2a2a2a;
 text-decoration: none
}

img.rms {
float: left;
margin-left:30px;
}

img.iso, img.twitter {
float:right;
margin-right:30px;
}

img.twitter {
float:right;
margin-right:20px;
margin-top:-10px;
}

#footer a:hover,
#copyright a:hover {
 text-decoration: underline
}


/*################################################################################################
########################### FORM ELEMENTS STYLING ###############################################*/

/*creat a paragrapgh to conatin the label and textbox*/
#ctl00_maincontainer p.form_element{
 clear: left;
 margin: 0;
 padding: 0px 0px 0px 0px;
 padding-left: 10px;/*width of left column containing the label elements*/
 width: 550px;
}
/*float a label of a certain width with the text aligned right to align the textbox perfectly next to 
the label, this will create a column effect*/
.form_element label{
 color: #323232;
 float: left;
 font-size: 12px;
 line-height: 15px;
 margin: 0px;
 margin-left: 0px;/*width of left column*/
 padding: 0px 20px 0px 0px;
 text-align: right;
 width: 210px;/*width of labels. Should be smaller than left column (155px) to create some right margin*/
 text-align: left;
}

.form_element span label{
 float: none;
 font-weight: normal
}

/*textboxes are styled by using a class as ie 6 will not style them any other way.*/
.textboxes {
 background: #ffffff;
 border: solid 1px #8e8e8e;
 color: #5e5e5e;
 font-size: 1em;
 height: 17px;
 margin: 0px 0px 0px 0px;
 padding: 2px 2px 2px 2px;
 vertical-align: top;
 width: 250px
}

.textarea {
 font-family: Arial;
 border: solid 1px #8e8e8e;
 color: #5e5e5e;
 font-size: 1em;
}

.dropmenu {
 font-family: Arial;
 border: solid 1px #8e8e8e;
 color: #5e5e5e;
 font-size: 1em;
 padding: 1px 1px 1px 1px;
}

/*Required field asterix*/
.asterix {
 color: #FF0000
}
/*used on a label if you need to display an error with a form, login for example*/
.error {
 color: #FF0000;
 font-weight: bold
}
/* ############################################### EXPANDABLE BOXES ###############################*/

/*Styling for the things you click on*/
#ctl00_maincontainer a.MenuTop {
 background: url(../images/expand.gif) no-repeat center left;
 border-bottom: dotted 1px #8c8c8c;
 color: #d16200;
 cursor: pointer;
 display: block;
 padding: 3px 0px 3px 18px;
 width: 630px;
 margin-bottom:10px;
}

/*by default a link underlines on hover, turn it off*/
#ctl00_maincontainer a.MenuTop:hover {
 text-decoration: none
}
/*class to change too when clicked*/
#ctl00_maincontainer a.MenuTopon {
 background: url('../images/collapse.gif') no-repeat center left;
}
/*container for the expandable content*/
.expandable_box {
 border: solid 0px #000;
 padding: 0px 10px 0px 18px;
 width: 630px
}


