
*
{
  font-family: Arial, sans-serif;
}

body
{
  text-align: center;
  background: #598BE1 url(images/menu-base.gif) repeat-y;
  background-position: 40px;
  color: #000000;
  margin: 0;
  padding: 0;  
}

a
{
  color: #0066CC;
  text-decoration: none;
}

a:hover 
{
  border-bottom: 1px dotted #122842;
}

#news-ticker
{
  margin: 10px 10px 0px 240px;
}

#container
{
  text-align: left;
  padding-top: 15px;
  padding-bottom: 50px;
  margin-bottom: 0;
  min-width: 852px;
  /* IE specific code to set the width */
  width: expression(document.body.clientWidth < 852 ? "852px" : "100%" ); 
}

#top-header
{
  text-align: right;
  padding: 4px 20px 5px 0px;
}

a.rss
{
  background: transparent url(images/rss3.png) no-repeat scroll 0 2px;
  color: #585858;
  font-size: 15px;
  font-weight: bold;
  padding-left: 18px;
}

a.rss:hover 
{
  border-bottom: none;
}

#header
{  
  background: #000000;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  height: 120px;
}

#header h1
{
  margin-top: 11px;
  margin-left: 23px;
  position: absolute;
}

#header h1 img
{
  display: block;
  border: 0;
}

#slogan
{
  margin-top: 80px;
  position: absolute;
  left: 280px;
}

#target
{ 
  margin-top: 20px;
  position: absolute;
  left: 630px;
}

#ifa-logo-header
{
  margin-top: 0px;
  position: absolute;
  left: 750px;
  border-top: 21px solid black;
  border-bottom: 19px solid black;
  border-right: 5px solid black;
}

#fsa-logo-header a
{
  margin-top: 0px;
  position: absolute;
  left: 835px;
  border-top: 2px solid black;
  border-bottom: 9px solid black;
}

#fsa-logo-header img
{
  border: none;
}

h2
{
  margin-top: 0;
  margin-bottom: 5px;
  color: #000000;
  font-weight: normal;
  font-size: 20pt;
}

#content
{
  /* IE7 ignores top margin following a 
     position: absolute block so use padding instead */
  padding-top: 10px;
  margin: 0px 30px 10px 240px;
  min-height: 950px;   
}  

/* IE min-height workaround */
* html #content 
{
  height: 960px;
  padding-top: 20px;
}

.text-box
{
  background-color: #FFFFFF;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

.text-area
{
  margin: -10px 20px;
  position: relative;  /* Fix IE Guillotine Bug */
}

#menu
{
  font-family: Arial, sans-serif;
  font-size: 0.8125em;
  font-weight: bold;
  position: absolute;
  left: 45px;
  width: 168px;
}

#menu ul
{
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  text-align: left;
}

#menu li
{
  display: inline;
}

#menu a, #menu span.current
{
  display: block;
  text-decoration: none;
  background: #FFFF00;
  color: #000000;
  padding: 4px 0 4px 2px;
  border: 2px solid #FEE902;
  border-top: 2px solid #FFF7B7;  
  margin: 1px;
  width: 164px;  /* IE quirks mode width */
}

#container > #menu a, #container > #menu span.current
{
  width: 158px;  /* Correct width */
}

#menu span.current
{
  background: #FFDD00;
  border: 2px solid #FECC02;
  border-top: 2px solid #FFCCB7;   
}

#menu a:hover, #callback .button:hover, #enquiry_form .button:hover
{
  color: #000000;
  background: #FFFFAA;  
}

#ifa-logo
{
  padding-top: 15px;
  text-align: center;
}


#search
{
  top: 145px;
  right: 35px;
  position: absolute;
  font-size: 11px;
  font-family: arial, sans-serif; 
  display: none;
}

.query
{ 
  padding-left: 2px;
  padding-right: 2px;
  color: #555555;
  width: 120px;
}

.submit
{
  border: 1px solid #000000;
  padding-left: 2px;
  padding-right: 2px;  
}

#footer
{
  clear: both;
  background: #000000;
  color: #FFFFFF;
  padding: 5px 10px;
  text-align: center;
}

.contact
{
  clear: both;
  text-align: center;
  margin-bottom: 3px;
}

.contact a:link, .contact a:visited, .contact a:active
{
  color: #FFFFFF;
  text-decoration: none;
}

.contact a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

.address
{
  clear: both;
  text-align: center;
  border-left: none;
}

.copyright
{
  clear:both;
  text-align: right;
  font-size: 80%;
}

#links
{
  margin: 0;
  font-size: 10pt;
}  

#links a:link, #links a:visited, #links a:hover, #links a:active
{
  color: #CCCCCC;
}

#links ul
{
  margin: 0 0 0 230px;
  padding: 0px;
  list-style-type: none;
  display: inline;
  float: left;
}

#links li
{
  display: inline;
  float: left;
  padding: 0 .2em;
}

#links ul li:before 
{
  content: "\00BB \0020";
}

.site
{
  display: block;
  width: 48%;
  float: left;
  border: 1px solid black;
}

fieldset
{
  border-color: rgb(255, 247, 183) rgb(254, 233, 2) rgb(254, 233, 2) rgb(255, 247, 183);
  border-style: solid;
  border-width: 2px;
  padding: 10px;
  margin: 15px 0px 5px 0px;
  background: #FFFF00;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

input.radio, input.checkbox 
{ 
  background-color: #FFFF00; 
  color: #000000; 
}

#callback fieldset
{
  width: 490px;    /* IE quirks mode width */
}

div > #callback fieldset
{
  width: 465px;    /* Correct width */
}

#enquiry_form fieldset, #enquiry_form .wizard-buttons
{
  width: 540px;    /* IE quirks mode width */  
}

div > #enquiry_form fieldset, div > #enquiry_form .wizard-buttons
{
  width: 515px;    /* Correct width */
}

.wizard-buttons
{
  padding-top: 10px;
}

.next-span
{
  margin-left: 285px;
}
.next-span-first
{
  margin-left: 395px;
}

.previous-span
{
  margin-left: 15px;
}

/* Nested fieldsets */
#enquiry_form fieldset fieldset
{
  border-width: 1px;
  border-color: #DDDD00;
  -moz-border-radius: 0px;
  border-radius: 0px;  
  width: 527px;   /* IE quirks mode width */  
}

div > #enquiry_form fieldset fieldset
{
  width: 492px;   /* Correct width */
}

#enquiry_form .sub-field label
{
  font-weight: normal;
}

#callback p
{
  padding-top: 7px;
  padding-bottom: 0px;
  margin: 0;
}

#callback label, #enquiry_form label, .boiler-plate
{
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;  
}

#callback label
{
  width: 13em;
}

#enquiry_form label
{
  width: 17em;
}

#enquiry_form #terms-div label
{
  width: 35em;
  text-align: left;
  margin-left: 0.5em;
}

#enquiry_form #when_immediatley-div label
{
  width: 24em;
}

#enquiry_form #when_date-div label
{
  width: 24em;
}

#callback .legend, #enquiry_form .legend
{
  border: none;
  font-size: 13pt;
  font-weight: bold;  
  padding-bottom: 15px;
  text-align: center;
}

textarea, select, input
{
  width: 200px;  
  text-align: left;
  margin-left: 5px;
  background-color: white;
  font-size: 10pt;
  border-width: 1px;  
  padding: 2px;
}

input.button
{
  padding: 0px;
}

input.name
{
  width: 200px;  
}

input.phone
{
  width: 120px;  
}

select.time
{
  width: 150px;  
}

input.email-address
{
  width: 250px;  
}

input.date
{
  width: 80px;
}

input.nin
{
  width: 100px;
}

input.postal-address
{
  width: 200px;
}

input.county
{
  width: 120px;
}

input.postcode
{
  width: 80px;
}

input.job
{
  width: 150px;
}

input.value
{
  width: 70px;
}

input.details
{
  width: 240px;
}

input.percent
{
  width: 35px;
}

select.percent
{
  width: 60px;
}

input.fund-percent
{
  width: 70px;
}

input.loans-term
{
  width: 130px;
}

input.no-properties
{
  width: 35px;
}

select.advance-arrears
{
  width: 100px;
}

select.reason
{
  width: 150px;
}

select.continuation
{
  width: 130px;
}

select.payment-frequency
{
  width: 80px;
}

input.height, input.weight
{
  width: 80px;
}

input.smoke-details
{
  width: 100px;
}

input.alcohol
{
  width: 35px;
}

#callback textarea
{
  margin-right: 0;
  width: 235px;    /* IE quirks mode width */
}

div > #callback textarea
{
  width: 250px;   /* Correct width */
}

#callback .button, #enquiry_form .button
{
  width: 120px;  
  text-align: center;
  font-size: 11pt;   
  background-color: #FFFF00;
  border-color: rgb(255, 247, 183) rgb(254, 233, 2) rgb(254, 233, 2) rgb(255, 247, 183);
  border-style: solid;
  border-width: 2px;
  font-size: 10pt;
  font-weight: bold;    
  -moz-border-radius: 10px;
  border-radius: 10px;  
  
}

#enquiry_form .button
{
  width: 100px;   
}

#enquiry_form .add, #enquiry_form .remove
{
  width: 150px;   
}

#enquiry_form .remove-div
{
  clear: both;
  margin-left: 360px;
}

#enquiry_form .remove
{
  border-color: rgb(254, 233, 2) rgb(255, 247, 183) rgb(255, 247, 183) rgb(254, 233, 2) ;
}

#callback p.buttons
{
  text-align: center;
  width: 465px;  
}

#enquiry_form .field-error
{
  color: red;
  font-style: italic;
  padding-left: 18em;
}

#enquiry_form .hint
{
  font-style: italic;
  padding-left: 0.5em;
}

#enquiry_form td .field-error
{
  padding-left: 0.5em;
}

#enquiry_form p
{
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 9px;
}

#enquiry_form p.intro
{
  padding-bottom: 10px;
  padding-top: 0px;  
}

#enquiry_form .radio, #enquiry_form .checkbox
{
  width: 15px;
}

#enquiry_form div
{
  clear: both;
}

#enquiry_form div.field, #enquiry_form div.boiler-plate
{
  padding: 6px 0px;
}

#enquiry_form div.radio-button-div
{
  clear: none;
  display: inline;
}

#enquiry_form div#income_future-div
{
  padding-bottom: 30px;
}

#enquiry_form #spouse_commencement-div div.radio-button-div,
#enquiry_form #pcls_amount-div div.radio-button-div
{
  display: block;
  padding: 0px;  
}

#pcls_amount-SpecifiedUpto25-div
{
  margin-left: 17.5em;
}

#funds
{
  margin-left: 6em;
}

#funds th
{
  text-align: center;
}

#enquiry_form div.fund-pct-calc, #enquiry_form div.pcls-calc
{
  font-size: 10pt;
  font-weight: bold;  
  padding-left: 19.5em;
}

#enquiry_form div.pcls-calc
{
  padding-left: 10em;
}

.radio-label-spouse_commencement
{
  padding-left: 5px;
}

.button-links
{
  position: relative;
  top: 5px;
}

.big-button
{
  float: left;
  margin: 10px;
}

.big-button img
{
  border: none;
}

.big-button a
{
  border: none;
}

/* Rounded Corners */
.top-corner div 
{
   background: url(images/rctl.png) no-repeat top left;
}

.top-corner 
{
   background: url(images/rctr.png) no-repeat top right;
}

.bottom-corner div 
{
   background: url(images/rcbl.png) no-repeat bottom left;
}

.bottom-corner
{
   background: url(images/rcbr.png) no-repeat bottom right;
}

.top-corner div, .top-corner, .bottom-corner div, .bottom-corner 
{
  width: 100%;
  height: 20px;
  font-size: 1px;
}

.news-article
{
  margin: 20px 0 20px 0;
}

.item-title
{
  font-weight: bold;
}

.item-date
{
  color: #339966;
}
  
#design 
{
  clear: both;
  float: right;
  font-size: 80%;
  font-style: italic;
  margin: 10px 0;
  padding: 2px 10px 0 0;
  text-align: right;
}

#design a 
{
  color: #000000;
}
  