* { margin: 0; padding: 0; }

/* Typesetting */
body { font-size: 75%; }
* html body { font-size: 90%; } /* IE6 font size fix */

html>body {
  font-size: 14px;
  line-height: 1.5em;
}

strong { font-weight: bold; }
em { font-style: italic; }

a img {
  border: none;
  vertical-align: bottom;
}

h1 {
  font-size: 3em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

h2 {
  font-size: 1.4em;
  line-height: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

h3, h4 {
  font-size: 1.1667em;
  line-height: 1.286em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

h1, h2 {
  color: #0191ca;
}

p {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

ul, ol, dl {
  font-size: 1em;
  margin: 1em 1.5em 1em 3em;
}

li {
  padding: 0 0 0 1em;
}

.clear {
  clear: both;
}

/* horizontally-centered lists of links, such as those used in the footer */

ul.links {
  display: block;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

ul.links li {
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* CFS Styling */

body {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif;
  background: #fff;
  color: #252525;
  text-align: center;
}

/* wrapper used rather than centering the body for legacy support */
div#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 942px;
}

/* currently only holds simple fixed-size (468x60) banners in the top middle */
div#adverts {
  margin: 10px 0;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
div#adverts, div#adverts * { vertical-align: bottom; }

/* header: logo/block */

div#header {
  position: relative;
  z-index: 10;
  height: 140px;
  background: url("../site_images/cfs_header_plain.png") no-repeat;
  margin: 10px 0;
}

div#header h1 {
  text-indent: -999px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 140px;
  width: 203px;
  background: url("../site_images/cfs_logo.gif") no-repeat;
  cursor: pointer;
}

div#header h1 a {
  float: none;
  margin: 0;
  height: 140px;
  display: block;
}

/* header: contact details */

div#header a {
  float: right;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 22px;
  margin: 15px 8px 0 0;
  height: 25px;
  overflow: hidden;
}

div#header a img {
  vertical-align: baseline;
  display: inline;
}

div#header a.phone {
  background: url("../site_images/header_phone.gif") no-repeat left 50%;
  padding: 0 0 0 38px;
  margin-right: 12px;
  font-weight: bold;
}

div#header a.phone, div#header a.contact {
  margin-top: 26px;
}

div#header a.contact, div#header a.invest {
  margin-right: 16px;
}

/* ie-related float clearing bug for >1 element wide float stacks */
div#header br {
  clear: right;
  height: 0px;
  line-height: 0px;
}

/* header: menu */

div#header ul#menu {
  height: 31px;
  position: absolute;
  right: 10px;
  bottom: 0px;
  display: block;
  background: url("../site_images/menu_bg.png") repeat-x top left;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

div#header ul#menu li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div#header ul#menu li:hover,
div#header ul#menu li.hover {
  overflow: visible;
  background: url("../site_images/menu_bg.png") repeat-x bottom left;
}

div#header ul#menu li a {
  display: block;
  float: none;
  padding: 0 18px;
  margin: 0;
  font-size: 11px;
  line-height: 31px;
  height: 31px;
  color: #252525;
  border-left: 1px solid #d7eaef;
  border-right: 1px solid #70acbe;
  text-transform: uppercase;
  font-variant: small-caps;
  font-weight: 100;
  font-weight: bold;
}

div#header ul#menu li a span {
  text-transform: lowercase;
}

/*
div#header ul#menu li:first-child a { border-left: none; }
div#header ul#menu li:last-child a { border-right: none; }
*/

div#header ul#menu li ul {
  list-style-type: none;
  position: absolute;
  right: -9999px;
  z-index: 11;
  top: 31px;
  width: 160px;
  background: #4f9eb6;
  border-top: 3px solid #69b1c6;
  border-bottom: 4px solid #69b1c6;
  margin: 0;
  padding: 0;
}

div#header ul#menu li:hover ul,
div#header ul#menu li.hover ul {
  right: 0px;
}

div#header ul#menu li ul li {
  float: none;
  margin: 0;
  padding: 0;
}

div#header ul#menu li ul li:hover {
  background: none;
}

div#header ul#menu li ul li a {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  text-align: center;
  color: #fff;
  font-variant: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
}

div#header ul#menu li ul li a:hover {
  background: #60a7bd;
}

/* text size accessibility divider */

div#accessibility {
  height: 14px;
  margin: 10px 0;
  color: #0191ca;
  font-size: 11px;
  font-weight: 100;
  line-height: 12px;
}

div#accessibility span {
  margin: 0 10px 0 17px;
}

div#accessibility a {
  text-decoration: none;
  color: #0191ca;
}

#a_small { font-size: 9px; }
#a_med { font-size: 12px; }
#a_large { font-size: 14px; }

/* homepage welcome block */

div#welcome {
  position: relative;
  z-index: 5;
  margin: 10px 0;
  background: #0290c9 url("../site_images/welcome.jpg") no-repeat top left;
  height: 209px;
  padding: 1px;
  color: #fff;
}

div#welcome h2 {
  font-size: 24px;
  line-height: 1.2em;
  width: 284px;
  margin: 15px 0 27px 18px;
  color: #fff;
}

div#welcome p {
  line-height: 1.3em;
  font-size: 12px;
  width: 284px;
  margin: 27px 0 0 18px;
}

div#welcome div#viewpoint {
  position: absolute;
  top: 0;
  right: 0;
  width: 258px;
  height: 209px;
  padding: 1px 0;
  background: #cbd3d6 url("../site_images/viewpoint_gradient.png") no-repeat top left;
}

div#welcome div#viewpoint a#mag {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

div#welcome div#viewpoint h2 {
  color: #0191ca;
  width: 150px;
}

div#welcome div#viewpoint h2 a {
  color: #0191ca;
  text-decoration: none;
}

div#welcome div#viewpoint p {
  width: 120px;
}

div#welcome div#viewpoint p a {
  text-decoration: none;
  color: #fff;
}

/* content area */
div#content {
  position: relative;
  margin: 10px 0;
  min-height: 409px;
  overflow: hidden;
  background: #fff;
}

div#content a {
  color: #0191ca;
  text-decoration: none;
  border-bottom: 1px dotted #0191ca;
  padding: 0 0 1px;
}

div#content a:hover {
  border-bottom: 1px solid #0191ca;
}

div#content div#sidebar {
  float: left;
  width: 201px;
}

div#content div#sidebar h2 {
  font-size: 18px;
}

/* latest news feed */

div#content div#sidebar div#latest {
  background: url("../site_images/intrepid_bg.png") no-repeat 0 62px;
  min-height: 299px;
}

div#content div#sidebar div#latest h2 {
  display: block;
  color: #fff;
  line-height: 52px;
  padding: 0 0 0 12px;
  margin: 0 0 10px;
  background: #3da8d4 url("../site_images/block_bg.png") no-repeat top right; 
}

div#content div#sidebar div#latest h2 a {
  color: #fff;
  border: none;
}

div#content div#sidebar div#latest h2 a:hover {
  border: none;
}

div#content div#sidebar div#latest div.article {
  padding: 0 0 1em;
  margin: 0 10px 1em;
  border-bottom: 1px solid #cce9f4;
  overflow: hidden;
  width: 181px;
}

div#content div#sidebar div#latest div.article h3 {
  font-weight: bold;
  margin: 0 0 3px;
  font-size: 1em;
  line-height: 1.5em;
  overflow: hidden;
}

div#content div#sidebar div#latest div.article h3 a {
  display: inline;
  border: none;
  color: #252525;
}

div#content div#sidebar div#latest div.article p {
  margin: 0 0 3px;
  overflow: hidden;
}

/* Intrepid Investor news restyle */

div#content div#sidebar div#latest h2.intrepid {
  background: #fff;
  padding: 10px 0 2px;
  border-top: 2px solid #040707;
  text-align: center;
}

div#content div#sidebar div#latest h2.intrepid img {
  vertical-align: bottom;
}

div#content div#sidebar div#latest div#investor {
  height: 36em;
  overflow: hidden;
  margin: 0 -10px;
}

div#content div#sidebar div#latest div#investor div.article {
  height: 17.5em;
  width: 199px;
  margin: 0 11px 1em; 
  border-bottom: none;
  padding-bottom: 0;
}

div#content div#sidebar div#latest div#investor div.article h3 {
  height: 4.5em;
  background: #cce9f4;
  padding: 0.25em 10px;
  width: 181px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

div#content div#sidebar div#latest div#investor div.article h3 a {
  color: #0191CA;
  display: block;
}

div#content div#sidebar div#latest div#investor div.article p {
  margin: 0.5em 8px 0;
}

div#content div#sidebar div#latest div#investor div.linked {
  cursor: pointer;
  background-image: url("../site_images/intrepid_item_bg.png");
  background-repeat: no-repeat;
  background-position: 0 -200px;
}

div#content div#sidebar div#latest div#investor div.linked:hover {
  background-position: 0 0;
}

/* "email news" newsletter signup box */

div#content div#sidebar div#signup {
  height: 105px;
  padding: 1px;
  margin: 10px 0 0;
  color: #fff;
  background: #3da8d4 url("../site_images/block_bg.png") no-repeat bottom right;
}

div#content div#sidebar div#signup:first-child {
  margin-top: 0;
}

div#content div#sidebar div#signup h2 {
  margin: 0 0 0 12px;
  line-height: 50px;
  color: #fff;
}

div#content div#sidebar div#signup form {
  display: block;
  position: relative;
  margin: -2px 0 0 12px;
  line-height: 1em;
}

div#content div#sidebar div#signup form fieldset {
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}

div#content div#sidebar div#signup form input.go {
  position: absolute;
  top: -1px;
  right: 9px;
}

div#content div#sidebar div#signup form input#email {
  border: 1px solid #b2b2b2;
  padding: 0 3px 1px;
  height: 18px;
  line-height: 18px;
  margin: 0 5px 0 0;
  font-size: 11px;
  width: 120px;
}

div#content div#sidebar div#signup form input#email:active,
div#content div#sidebar div#signup form input#email:focus {
  border: 1px solid #babd1c;
}

input.inactive {
  color: #ccc !important;
}

div#content div#sidebar div#signup a {
  display: block;
  margin: 12px 0 0 12px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  line-height: 1em;
  border: none;
}

/* float scope; avoids content running under the sidebar */
div#content div#scope {
  width: 731px;
  float: right;
  position: relative;
}

div#content div#wide-scope {
  padding: 0 10px;
  width: auto;
  float: none;
  position: relative;
  border-top: 2px solid #0191ca;
}

div#content div#scope h2 {
  border-top: 1px solid #fff;
}

div#content div#scope h2,
div#content div#scope h3,
div#content div#scope h4,
div#content div#scope p,
div#content div#scope a.continue,
div#content div#scope table,
div#content div#scope #flashcontent {
  margin-left: 10px;
}

div#content div#scope p img {
  margin: 0 auto;
  display: block;
}

div#content div#scope p img.left,
div#content div#scope p img.right {
  margin: 0 10px 10px;
}

div#content div#scope p img.left {
  float: left;
  clear: left;
}

div#content div#scope p img.right {
  float: right;
  margin-right: 0;
  clear: right;
}

div#content div#scope div.box {
  position: relative;
  min-height: 550px;
  padding: 0px 9px;
}

div#content div#scope div.box h2 {
  border: none;
}

div#content div#scope div.box h2,
div#content div#scope div.box h3,
div#content div#scope div.box h4,
div#content div#scope div.box p,
div#content div#scope div.box a.continue,
div#content div#scope div.box table,
div#content div#scope div.box #flashcontent {
  margin-left: 0;
}

div#content div#scope div.bluebox {
  background: #e1f6ff;
  border: 1px solid #e1f6ff;
  color: #fff;
}

div#content div#scope div.formbox {
  background: #7ac0de url("../site_images/form_block.jpg") no-repeat bottom right;
  border: 1px solid #7ac0de;
  color: #fff;
}

div#content div#scope div.formbox fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

div#content div#scope div.formbox h2,
div#content div#scope div.formbox h3,
div#content div#scope div.formbox p,
div#content div#scope div.formbox a {
  color: #fff;
  clear: left;
}

div#content div#scope div.formbox a { border-bottom: 1px dotted #fff; }
div#content div#scope div.formbox a:hover { border-bottom: 1px solid #fff; }

div#content div#scope div.formbox form {
  margin: 1.5em 0 1.5em 10px;
}

div#content div#scope div.formbox form * {
  margin-left: 0;
}

div#content div#scope div.formbox label {
  width: 160px;
  margin: 0 10px;
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: -2px;
}

div#content div#scope div.formbox .submit {
  display: block;
  float: left;
  clear: left;
  
  padding: 3px 10px 4px;
  margin: 10px 0 10px 184px;
  
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif;
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  
  background-color: #e4e645;
  background-image: url("../site_images/pill_bg.png");
  background-repeat: repeat-x;
  background-position: 2px right;
  border: 1px solid #000;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}

div#content div#scope div.formbox .submit:hover {
  background-position: -15px right;
}

div#content div#scope div.formbox a.submit:hover {
  border-bottom: 1px solid #000;
}

div#content div#scope div.formbox input.submit {
  height: 23px;
}

div#content div#scope div.formbox input {
  border: 1px solid #b2b2b2;
  padding: 1px 3px;
  height: 18px;
  line-height: 18px;
  background: #fff;
  color: #000;
  font-size: 12px;
}

div#content div#scope div.formbox input[type="checkbox"],
div#content div#scope div.formbox input[type="radio"] {
  height: auto;
  line-height: auto;
}

div#content div#scope div.formbox input:active,
div#content div#scope div.formbox input:focus {
  border: 1px solid #babd1c;
}

div#content table.ctf {
  margin: 1em 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

div#content table.ctf tr.head {
  background: #fff;
}

div#content table.ctf tr.head td img {
  vertical-align: bottom;
}

div#content table.ctf tr.head td {
  background: #fff;
  border-top: 1px solid #6cb8df;
  border-bottom: 1px solid #6cb8df;
  vertical-align: middle;
  font-weight: bold;
}

div#content table.ctf tr {
  background: #e3f2f2;
}

div#content table.ctf td {
  padding: 10px;
}

div#content table.ctf tr.highlight td {
  background: #5ebae0;
  color: #fff;
}

div#content table#investing-ctf {
  background: url("../site_images/ctf-table.png") repeat-y 180px 0;
}

div#content table#structured {
  font-size: 0.9em;
  line-height: 1.5em;
}

div#content table#structured tr.head td {
  text-align: center;
  vertical-align: middle;
}

div#content table#structured td {
  vertical-align: top;
}

div#content table#product {

}

div#content table#vcts a {
  display: block;
  height: 23px;
  max-height: 23px;
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: none;
  background-color: none;
  background-image: url("../site_images/vctstable_button.png");
  background-position: 0 -23px;
  cursor: pointer;
  border: none;
}

div#content table#vcts tr.highlight a {
  background-position: 0 0;
}

div#content img.logo {
  position: absolute;
  top: 0;
  right: 10px;
}

div#content ul#toplinks {
  height: 42px;
  margin: 10px 0;
}

div#content ul#toplinks li {
  padding: 0 30px;
  margin: 2px 0 0;
  border-left: 1px solid #0191ca;
}

div#content ul#toplinks li:first-child {
  border: none;
}

div#content ul#toplinks li a {
  border: none;
  font-size: 1.4em;
  line-height: 28px;
}

/* homepage blocks */
div#content div#scope div.homebox {
  position: relative;
  background-color: #e1f6ff;
  background-position: bottom right;
  background-repeat: no-repeat;
}

div#content div#scope div.homebox h2 {
  color: #0191ca;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1em;
  margin: 20px 0 10px 23px;
  border: none;
}

div#content div#scope div.homebox p {
  margin: 10px 0 10px 23px;
  font-size: 13px;
  line-height: 1.5em;
  width: 193px;
}

div#content div#scope div.homebox p.sub {
  color: #0191ca;
  font-size: 11px;
}

div#content div#scope div.homebox p.important {
  color: #f24922;
  font-size: 11px;
  text-shadow: 1px 1px 10px #E2F6FF, 1px 1px 15px #E2F6FF, 1px 1px 20px #E2F6FF;
}

div#content div#scope div.homebox a {
  color: #2d2d2d;
  border: none;
  display: block;
}

div#content div#scope div.homebox a:hover {
  border: none;
}

div#content div#scope div.homebox h2 a {
  color: #0191ca;
}

div#content div#scope div.homebox a.button {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
}

div#content div#scope div#discounts {
  float: left;
  width: 341px;
  height: 259px;
  background-image: url("../site_images/homepage/discounts.jpg");
  overflow: hidden;
}

div#content div#scope div#isas {
  float: right;
  width: 380px;
  height: 259px;
  background-image: url("../site_images/homepage/isas.jpg");
  overflow: hidden;
}

div#content div#scope div#research {
  float: left;
  clear: both;
  width: 341px;
  height: 270px;
  margin: 10px 0 0;
  background-image: url("../site_images/homepage/research.jpg");
  overflow: hidden;
}

div#content div#scope div#usefullinks {
  float: right;
  width: 380px;
  margin: 10px 0 0;
  background: none;
}

div#content div#scope div#usefullinks *:last-child { margin-bottom: 0; }

div#content div#scope div#usefullinks a {
  color: #0191ca;
  border-bottom: 1px dotted #0191ca;
  display: inline-block;
}
div#content div#scope div#usefullinks a:hover { border-bottom: 1px solid #0191ca; }

div#content div#scope div#usefullinks ul {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
}

div#content div#scope div#usefullinks ul li {
  margin: 0 0 5px;
  padding: 0;
}

div#content div#scope div#usefullinks ul li p {
  margin: 3px 0 0;
  width: auto;
}

div#content div#scope div#usefullinks h2 {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  padding: 20px 0 20px 23px;
  line-height: 1em;
  background: #3da8d4 url("../site_images/block_bg.png") no-repeat top right;  
}

div#content div#scope div.signature {
  margin: 1em 0;
}

div#content div#scope div.signature p {
  font-size: 1.1667em;
  margin-top: 0;
  margin-bottom: 0;
  color: #0191ca;
  line-height: 1.286em;
}

div#content div#scope div.signature p + p {
  font-size: 1em;
  color: #000;
}

div#content div#scope a.continue {
  display: block;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  border: none;
}

div#content #cfassoc-wrap {
  position: relative;
}

div#content img#cfassoc {
  top: -3px;
}

div#content #cfassoc-wrap img#cfassoc {
  top: -0.85em;
}

/* contact page styling */
div#content ul.contact {
  font-size: 1.9em;
  color: #2d2d2d;
  list-style-type: none;
  line-height: 1.5em;
  font-weight: bold;
  margin: auto 10px;
  position: relative;
}

div#content ul.contact li {
  padding-left: 66px;
  background-repeat: no-repeat;
  background-position: -6px 4px;
  margin-bottom: 10px;
  width: 352px;
  max-width: 352px;
}

div#content ul.contact li.email { background-image: url("../site_images/contact_icon_mail.png"); }
div#content ul.contact li.post  { background-image: url("../site_images/contact_icon_post.png"); }
div#content ul.contact li.phone {
  background-image: url("../site_images/contact_icon_phone.png");
  background-position: 18px 0px;
}

div#content ul.contact li.visit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
  font-size: 1.4em;
}

div#content ul.contact li.visit a {
  display: block;
  margin: 10px auto;
  border: none;
}

/* footer links */
div#footer {
  margin: 10px 0;
  font-size: 11px;
  padding: 5px 0;
  color: #fff;
  background: #0191ca;
  text-align: center;
  clear: both;
}

div#footer a {
  color: #fff;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}

div#footer ul, div#footer ul li {
  height: 14px;
  line-height: 14px;
}

div#footer ul li {
  padding: 0 10px;
  border-left: 1px solid #fff;
}

div#footer ul li:first-child { border: none; }

/* legal text */
div#legal {
  text-align: center;
  font-size: 10px;
  line-height: 1.75em;
  color: #8d8d8d;
}

div#legal a {
  color: #ff0000;
  text-decoration: none;
}

div#legal a:hover {
  text-decoration: underline;
}
