/* ######################################################################## */
/* #################### BLUEPRINT RESET, FONTS ANG GRID  ################## */
/* ######################################################################## */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: none; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* -------------------------------------------------------------- 
  
  BLUEPRINT CSS
   * Filename:        grid.css
   * Version:         0.6 (2007-09-21) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
  
  Generated by:
   * Blueprint CSS Grid Generator (2007-12-04) [http://kematzy.com/blueprint-generator/]
  
  Based on work by:
   * Olav Bjorkoy      [bjorkoy.com]
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Khoi Vinh         [subtraction.com]
  
  == STRUCTURE: ========================
   * Page width:            950 px
   * Number of columns:     32
   * Column width:          20 px
   * Margin width:          10 px
  ======================================
   
  By default, the grid is 950px wide, with 32 columns 
  spanning 20px, and a 10px margin between columns.
  
  If you need fewer or more columns, use this formula to calculate
  the new total width: 
  
  Total width = (number_of_columns * column_width) - margin_width
  
  Read more about using a grid here:
  * subtraction.com/archives/2007/0318_oh_yeeaahh.php
  
  
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
.column {
  float: left;
  margin-right: 10px;
}


/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 20px;}
.span-2  { width: 50px;}
.span-3  { width: 80px;}
.span-4  { width: 110px;}
.span-5  { width: 140px;}
.span-6  { width: 170px;}
.span-7  { width: 200px;}
.span-8  { width: 230px;}
.span-9  { width: 260px;}
.span-10 { width: 290px;}
.span-11 { width: 320px;}
.span-12 { width: 350px;}
.span-13 { width: 380px;}
.span-14 { width: 410px;}
.span-15 { width: 440px;}
.span-16 { width: 470px;}
.span-17 { width: 500px;}
.span-18 { width: 530px;}
.span-19 { width: 560px;}
.span-20 { width: 590px;}
.span-21 { width: 620px;}
.span-22 { width: 650px;}
.span-23 { width: 680px;}
.span-24 { width: 710px;}
.span-25 { width: 740px;}
.span-26 { width: 770px;}
.span-27 { width: 800px;}
.span-28 { width: 830px;}
.span-29 { width: 860px;}
.span-30 { width: 890px;}
.span-31 { width: 920px;}
.span-32 { width: 950px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 30px;}
.append-2  { padding-right: 60px;}
.append-3  { padding-right: 90px;}
.append-4  { padding-right: 120px;}
.append-5  { padding-right: 150px;}
.append-6  { padding-right: 180px;}
.append-7  { padding-right: 210px;}
.append-8  { padding-right: 240px;}
.append-9  { padding-right: 270px;}
.append-10 { padding-right: 300px;}
.append-11 { padding-right: 330px;}
.append-12 { padding-right: 360px;}
.append-13 { padding-right: 390px;}
.append-14 { padding-right: 420px;}
.append-15 { padding-right: 450px;}
.append-16 { padding-right: 480px;}
.append-17 { padding-right: 510px;}
.append-18 { padding-right: 540px;}
.append-19 { padding-right: 570px;}
.append-20 { padding-right: 600px;}
.append-21 { padding-right: 630px;}
.append-22 { padding-right: 660px;}
.append-23 { padding-right: 690px;}
.append-24 { padding-right: 720px;}
.append-25 { padding-right: 750px;}
.append-26 { padding-right: 780px;}
.append-27 { padding-right: 810px;}
.append-28 { padding-right: 840px;}
.append-29 { padding-right: 870px;}
.append-30 { padding-right: 900px;}
.append-31 { padding-right: 930px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 30px;}
.prepend-2  { padding-left: 60px;}
.prepend-3  { padding-left: 90px;}
.prepend-4  { padding-left: 120px;}
.prepend-5  { padding-left: 150px;}
.prepend-6  { padding-left: 180px;}
.prepend-7  { padding-left: 210px;}
.prepend-8  { padding-left: 240px;}
.prepend-9  { padding-left: 270px;}
.prepend-10 { padding-left: 300px;}
.prepend-11 { padding-left: 330px;}
.prepend-12 { padding-left: 360px;}
.prepend-13 { padding-left: 390px;}
.prepend-14 { padding-left: 420px;}
.prepend-15 { padding-left: 450px;}
.prepend-16 { padding-left: 480px;}
.prepend-17 { padding-left: 510px;}
.prepend-18 { padding-left: 540px;}
.prepend-19 { padding-left: 570px;}
.prepend-20 { padding-left: 600px;}
.prepend-21 { padding-left: 630px;}
.prepend-22 { padding-left: 660px;}
.prepend-23 { padding-left: 690px;}
.prepend-24 { padding-left: 720px;}
.prepend-25 { padding-left: 750px;}
.prepend-26 { padding-left: 780px;}
.prepend-27 { padding-left: 810px;}
.prepend-28 { padding-left: 840px;}
.prepend-29 { padding-left: 870px;}
.prepend-30 { padding-left: 900px;}
.prepend-31 { padding-left: 930px;}



/* Border on right hand side of a column. */
.border{
  padding-right:4px;
  margin-right:5px;
  border-right:1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right:16px;
  margin-right:15px;
  border-right:1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column. */
.pull-1 { margin-left: -30px;}
.pull-2 { margin-left: -60px;}
.pull-3 { margin-left: -90px;}
.pull-4 { margin-left: -120px;}


.push-0  { margin: 0 0 0 18px; float: right; } /* Right aligns the image. */
.push-1 { margin: 0 -30px 0 18px; float: right;}
.push-2 { margin: 0 -60px 0 18px; float: right;}
.push-3 { margin: 0 -90px 0 18px; float: right;}
.push-4 { margin: 0 -120px 0 18px; float: right;}

.push-0, .push-1, .push-2, .push-3, .push-4 { float: right; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.4em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }



/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label { font-weight: bold; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }










/* ################################################################################ */
/* #################### SHORE CAPITAL-SPECIFIC STYLE STARTS HERE ################## */
/* ################################################################################ */


   
html,body { 
  color: #000; 
  background-color: #fff;
  font-family: Arial,  Helvetica, sans-serif; 
  font-size: 12px;
  margin-top: 0;
  padding-top: 0;
}

h1,h2,h3,h4,h5,h6 { 
  color: #0a214f;
  font-family: Arial, Helvetica, sans-serif; 
}

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
}

h2 {
	font-size: 16px;
}

input, textarea, select,button { 
  font-family: Arial,  Helvetica, sans-serif;
  font-size: 12px;
}

input, textarea, 
select, select:active, select:hover, select:focus,
textarea, textarea:active, textarea:hover, textarea:focus
{
	background-color: #fff !important;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
}

label { font-weight: normal; }

input.button {
	border: 0;
	background: transparent !important; 
}

select option {
	background-color: #fff;
	color: #000;
}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.hidden {
	display: none;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	border: 0;
}

img {
	margin: 0;
	border: 0;
}

a:link, a:visited {
	color: #0a214f;
	text-decoration: underline;
}

a:active, a:hover {
	color: #000;
	text-decoration: underline;
}

a.pdf:link,
a.pdf:visited {
	background-image: url('../images/pdf-icon.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	color: #9da6b9;
	text-decoration: none;
}

a.pdf:active,
a.pdf:hover {
	color: #0a214f;
	text-decoration: underline;
}

a.inline-back:link,
a.inline-back:visited {
	padding-left: 12px;
	font-weight: normal;
	text-decoration: underline;
	background: url('../images/arrow-left-color.gif') no-repeat left center;
	text-decoration: none;
	
}

a.inline-back:hover,
a.inline-back:active {
	/* background: url('../images/arrow-left-green.gif') no-repeat left center; */
	text-decoration: underline;
}

/* #################### Generic Forms   ################## */

form.generic {
	padding:0;
	margin: 0;
}

form.generic fieldset {
	width: 400px;
	padding: 0;
	margin: 0 0 1em 0;
	border: 0;
	display: block;
	line-height: 22px;
}

form.generic label {
	float: left;
	width: 150px;
	padding-right: 10px;
	text-align: right;
	display: block;
}

form.generic input, 
form.generic select, 
form.generic textarea {
	float: left;
	width: 220px;
	display: block;
	margin: 2px 0;
}

form.generic textarea {
	width: 210px;
	height: 200px;
	overflow: auto;
}
/* safari hack */
body:last-child:not(:root:root) form.generic textarea {
	width: 220px;
}

form.generic #salutation {
	width: 60px;
	margin-right: 120px;
}


/* Pager element */

.pager {
	text-align: right !important;
	padding-top: 14px;
}

.pager a:link,
.pager a:visited,
.pager a:hover,
.pager a:active {
	text-decoration: none !important;
	padding: 0 1px;
}

.pager a.current {
	color: #000;
}

.pager .back:link, 
.pager .back:visited {
	background: url(../images/arrow-left-gray.gif) no-repeat left center;
	padding: 0 3px;
}

.pager .back:hover, 
.pager .back:active {
	background: url(../images/arrow-left-color.gif) no-repeat left center;
}

.pager .next:link, 
.pager .next:visited {
	background: url(../images/arrow-right-gray.gif) no-repeat right center;
	padding: 0 3px;
}

.pager .next:hover, 
.pager .next:active {
	background: url(../images/arrow-right-color.gif) no-repeat right center;
}


/* Expander element */

dl.expander dt {
	font-size: 12px;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}

dl.expander dt img {
	padding-left: 3px;
}

dl.expander dt a:link,
dl.expander dt a:visited {
	color: #666; 
	text-decoration: underline;
}

dl.expander dt a:active,
dl.expander dt a:hover
{
	color: #cc1923;
	text-decoration: underline;
}

dl.expander dt.expanded {
	 font-weight: normal; 
}

dl.expander dt.expanded a:link,
dl.expander dt.expanded a:visited {
	color: #cc1923;
	text-decoration: underline;
}

dl.expander dd {
	color: #000;
	margin-left: 0;
	display: none;
}



/* #################### OUTER LAYOUT ################## */
/* #################################################### */

#container { 
	background: url('../images/menu-bg.gif') repeat-x 0 0;
}

/* #########    Header   ########## */ 

#header { 
	background-color: #0a214f;
	color: #fff;
	height: 112px;
}

#header #logo img {
	width: 188px;
	height: 80px;
	margin-top: 18px;
	margin-left: 36px;
}	 

#header #head-banner {
	text-align: right;
	font-size: 0;
	line-height: 0;
}

/* #########    Main Nav   ########## */

/*** ESSENTIAL STYLES ***/
.main-nav, .main-nav * {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:99;
}
.main-nav {
	line-height:1.0;
}
.main-nav ul {
	position:absolute;
	top:-999em;
	width:12.45em;
}
.main-nav ul li,
.main-nav a {
	width: 100%;
}
.main-nav li {
	float:left;
	position:relative;
	z-index:99;
}
.main-nav a {
	display:block;
}
.main-nav li:hover ul,
ul.main-nav li.sfHover ul {
	left:-1px;
	top:2.5em;
}
.main-nav li:hover li ul,
.main-nav li.sfHover li ul {
	top:-999em;
}
.main-nav li li:hover ul,
ul.main-nav li li.sfHover ul {
	left:12.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.main-nav {
	float:right;
	margin-bottom:0;
	background:#ced3dc;
}
.main-nav li {
	background:#ced3dc;
	border-left:0;
	border-top:0;
	width: auto;
}

.main-nav li.level-1 {
	padding-right: 10px;
}

.main-nav a {
	padding: .75em 0;
	text-decoration:none;
	text-indent: 1em;
	width: auto;
}

.main-nav ul li a {
	text-indent: 0em;
}
.main-nav ul li a span {
	padding-left: 1em;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -0.2em;
	margin-bottom: -0.2em;
	display: block;
	width: 90%;
	height: 100%;
	line-height: 1.2em;
	cursor: pointer;
	cursor: hand;
}
.main-nav li:hover, .main-nav li.sfHover,
.main-nav a:focus, .main-nav a:hover, .main-nav a:active {
	background:#ced3dc;
	color: #000;
}
.main-nav li li,
.main-nav li li a {
	background:#0A214F;
	color: #fff;
}

.main-nav li li {
	border-top: 1px solid #ced3dc;
}

/* for ie6 */
.main-nav a:link,
.main-nav a:visited,
.main-nav a:active,
.main-nav a:hover {
	text-decoration: none;
}

.main-nav li ul a:link,
.main-nav li ul a:visited {
	color: #fff;
}

.main-nav li ul a:focus, .main-nav li ul a:hover, .main-nav li ul a:active {
	color: #000;
}

/*

.main-nav > li.sfHover.level-1,
.main-nav > li.sfHover a:active,
.main-nav > li.sfHover a:hover,
.main-nav li.level-1 a:active,
.main-nav li.level-1 a:hover
{
	color: #CED3DC;
	background: #0A214F;
}

.main-nav > li.sfHover a:link,
.main-nav > li.sfHover a:visited
{
	color: #fff;
}

*/

/* #########    Search Box   ########## */ 

#undernav-bar {
	height: 32px;
}

#main-searchbox {
	float: right;
	margin-top: 5px;;
}
#main-searchbox #SearchForm_SearchForm #Search {
	margin-top: 0px;
	margin-left: 0px;
	width: 155px;
	float: left;
}
* html #main-searchbox #SearchForm_SearchForm #Search {    /* ie6 hack */
	margin-left: 10px;
}


#main-searchbox #SearchForm_SearchForm fieldset {
	border: 0;
}

#main-searchbox #SearchForm_SearchForm .middleColumn {
 	display: block;
 	margin: 0;
	padding: 0;
	width: 155px;
	clear: left;
}
#main-searchbox #SearchForm_SearchForm input.text {
	padding: 2px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	width: 145px;
	margin: 0;
	/* 
	border-top: 1px solid #cccaca;
	border-left: 1px solid #cccaca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	*/
	border: 1px solid #9DA6B9;
}

#main-searchbox #SearchForm_SearchForm input.action {
	padding: 1px 3px;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0 0 0 3px;
	background: #fff !important;
	color: #0A214F;
	border: 1px solid #9DA6B9;
}

#main-searchbox #SearchForm_SearchForm input.action:hover,
#main-searchbox #SearchForm_SearchForm input.action:focus {
	cursor: pointer;
	color: #000;
}

#main-searchbox #SearchForm_SearchForm .hidden {
	display: none;
	float: left;
}


/* #########    Sidebar   ########## */ 

#sidebar { 
	min-height: 350px;
	_he\ight: 350px;
}

.sidebar-box {
	border-top: 3px solid #0a214f;
	border-bottom: 3px solid #0a214f;
	padding: 3px 0;
} 

.sidebar-box h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#sidebar a:link,
#sidebar a:visited {
	 text-decoration: none;
}

#sidebar a:active,
#sidebar a:hover {
	 text-decoration: underline;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	font-size: 11px;
}
#sidebar ul li {
	background-image: url('../images/treenode-collapsed.gif');
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 22px;
}

#sidebar ul li.section {
	background-image: url('../images/treenode-expanded.gif');
}

#sidebar ul li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 99%;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar li.current a:link,
#sidebar li.current a:visited
{
	font-weight: bold;
}

#sidebar li.current ul li a:link,
#sidebar li.current ul li a:visited
{
	font-weight: normal;
}

#sidebar ul li ul li {
	padding-left: 0px;
	background: none;
}


#sidebar ul li ul li a:link,
#sidebar ul li ul li a:visited,
#sidebar ul li ul li a:hover,
#sidebar ul li ul li a:active {
	color: black;
}

#sidebar ul li ul li ul {
	padding-left: 15px;
	background: none;
}

/* This is 3rd level current section */
#sidebar ul li ul li.section {
	background: none;
}


#sidebar-pusher {
	height: 100px;
}

#sidebar #contact-addresses p {
	font-size: 11px;
}

/* #########    Content   ########## */ 

#content-banner {
	text-align: right;
	height: 74px;
}

.content {
	/* this is for when there's no banner */
	/* padding-top: 20px; */
	padding-top: 20px; 
	padding-bottom: 10px;
	min-height: 220px;
	_he\ight: 220px;
	position: relative;
}

/* ie6 fix */
* html .content {
	width: 740px !important;	
}

.content ul {
	list-style-type: disc;
	padding-left: 1.5em;
	margin-left: 0;
}

.content ul li ul,
.content ul li ul li {
    margin:       0;
    padding:      0;
    list-style:   none;
}

.content ul li ul li {
    margin-left:  10px;
    padding-left: 13px;
    background:   url(../images/dash.gif) left 0.6em no-repeat transparent;
}

.content p,
.content ul,
.content dl {
	width: 550px;
	text-align: justify;
}

.content h2,
.content h3,
.content h4,
.content h5 {
	width: 550px;
	
}

.content ul {
	width: 535px;
}

.content ul li p {
	margin-bottom: 0;
}

.content h3 {
	font-size: 16px;
	line-height: 1.2em;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
}

.content .black { color: #000 !important; }
.content .blue { color: #0A214F !important; }
.content .grey { color: #888 !important; }

/* #########    Footer   ########## */ 

#footer { 
	height: 28px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9da6b9;
	border-top: 1px solid #0a214f;
}

#footer a:link,
#footer a:visited {
	 color: #9da6b9;
	 text-decoration: none;
}

#footer a:active,
#footer a:hover {
	 color: #000;
	 text-decoration: none;
}

#footer-left { 
	text-align: left;
	position: relative;
}

#footer-left #call-us {
	color: #0a214f;
	font-size: 10px;
	width: 200px;
	height: 50px;
	position: absolute;
	left: 30px;
	bottom: 70px;
	display: block;
}
#footer-left #call-us span {
	font-size: 21px;
}

#footer-right { 
	text-align: right;
}


/* #################### PAGE SPECIFIC STYLE ################## */
/* ########################################################### */


/* #################### Home page ################## */

#home {
	
}

#home h1 {
	font-size: 26px;
	font-weight: bold;
	color: #0a214f;
}

/*
#home h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
*/

/*
#home p {
	font-size: 12px;
	color: #0a214f;
}
*/

/* #################### News index ################## */


#news-index {
}

/* #################### News index ################## */


#news-detail {
}

/* #################### News list ################## */

table.news-list {
	width: 550px;
}

table.news-list th {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 14px;
	padding-top: 4px;
}

table.news-list {
	border-top: 3px solid #0a214f;
	border-bottom: 3px solid #0a214f;
	font-size: 11px;
}

table.news-list td.last {
	height:18px;
	font-size: 18px;
}

table.news-list .download-pdf,
table.news-list .date {
	color: #9da6b9;
}

table.news-list td.title {
	width: 45%;
}

table.news-list td.title a:link,
table.news-list td.title a:visited {
	color: #000;
	text-decoration: none;
}

table.news-list td.title a:hover,
table.news-list td.title a:active {
	color: #000;
	text-decoration: underline;
}

table.news-list td.actions,
table.news-list td.date {
	text-align: right;
}

table.news-list .download-pdf {
	text-align: center;
}


table.news-list .research-description {
	padding-bottom: 15px;
}


/* #################### Corporate finance  ################## */


/* 
.deal-thumb {
	margin-right: 30px;
	width: 184px;
	background-color: #0a214f;
	color: #fff;
	float: left;
}

.deal-thumb .deal-logo {
	height: 68px;
	text-align: center;
}

.deal-thumb .top-desc,
.deal-thumb .bottom-desc {
	height: 44px;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;	
	width: 170px;
	font-size: 14px;
	text-align: center;
}

.last-thumb {
	margin-right: 0px;
}

.deal-thumb .read-more {
	height: 26px;
	background-color: #fff;
	line-height: 26px;
}

.deal-thumb .read-more a:link,
.deal-thumb .read-more a:visited {
	background-image: url('../images/treenode-collapsed.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
}

.deal-thumb .read-more a:hover,
.deal-thumb .read-more a:active {
	color: #000;
	text-decoration: underline;
}
*/

#deal-table {
	width: 100%;	
}

#deal-table td {
	border: 0px;
	padding: 0;
	margin: 0;
	border-right: 33px solid #fff;
	_border-right: 43px solid  #fff;
	width: 180px;
	vertical-align: middle;
}

#deal-table td.logo {
	font-size: 0;
	line-height: 0;	
}

#deal-table td.logo img {
	padding: 0;
	margin: 0;
	border: 2px solid #0a214f;
}

#deal-table td.bottom-text,
#deal-table td.top-text {
	font-size: 13px;
	text-align: center;
	background-color: #0a214f;
	color: #fff;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;	
	height: 44px;
}

#deal-table td.bottom-text {
	border-bottom: 23px solid #fff;
}


#MemberLoginForm_LoginForm input.text {
	width: 250px;
}

#MemberLoginForm_LoginForm .Actions input {
	margin-right: 20px;
}


/* Generic table, can be used anywhere*/

table.generic {
	border-collapse: collapse;
}

table.generic td {
	border: 1px solid #DDDDDD;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 10px;
	/* width: 20%; */
	text-align: center;
}

table.generic td p {
	width: auto;
	text-align: center;	
	margin-bottom: 0;
}

table.generic caption {
	font-weight: bold;
	padding-bottom: 7px;
	color: #cc1923;
	background: none;
	text-align: left;
	font-size: 11px;
}

table.generic .Table_Header {
	background-color: #0A214F;
	color: #fff;
	font-weight: bold;
}

table.generic .Table_Subheader {
	background-color: #CED3DC;
	color: #0A214F;
	font-weight: bold;
}

/************************
         SITEMAP
************************/
#sitemap {
	margin-bottom: 30px;
}
#sitemap a:link,
#sitemap a:visited {
	
	font-weight: normal;
	text-decoration: none;
}

#sitemap a:active,
#sitemap a:hover {
	
	font-weight: normal;
	text-decoration: underline;
}

#sitemap ul {
	list-style-type: none;
	margin: 0;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 3px;
}

#sitemap ul ul {
	margin-left: 0px;
}

#sitemap ul li {
	background-image: url('../images/treenode-collapsed.gif');
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 22px;
	
	font-weight: bold;
}

#sitemap ul li ul li {
	background-image: none;
	font-weight: normal;
}

#sitemap ul li ul li ul li {
	background-image: none;
}

#sitemap ul li ul li {
	border-bottom: 0;	
}

a.result-title:link,
a.result-title:visited {
	font-weight: bold;
	text-decoration: none;
}

a.result-title:active,
a.result-title:hover {
	text-decoration: underline;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
	height: 80%;
    
    background-color: #fff;
    color: #000;
    border: 1px solid black;
    padding: 12px;
}

.jqmWindow #disclaimer-body {
	height: 93%;
	/* border: 1px solid orange; */
	overflow: auto;
}

.jqmWindow #disclaimer-buttons {
	height: 22px;
	/* border: 1px solid green; */ 
	text-align: center;
	border-top: 1px solid #0A214F;
	padding-top: 12px;
}

.jqmWindow #disclaimer-buttons input {
	font-weight: bold;
}

.jqmWindow #disclaimer-yes {
	border: 1px solid #0A214F;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(13 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.mouse-busy {
	cursor: progress;
}

.mouse-normal {
	cursor: default;
}

.overflow-disabled {
	overflow: hidden !important;
} 

#MemberLoginForm_LoginForm_error {
	color: red;
}

/* Client registration form */

#Form_RegisterForm fieldset {
	background: inherit;
}

#Form_RegisterForm ul {
	list-style-type: none;
	margin-left: -3px;
	padding-left: 0;
	margin-bottom: 0;
}

/*#Form_RegisterForm div.field {
	width: 100%;
	clear: both;
}*/

#Form_RegisterForm div.text input.text,
#Form_RegisterForm div.date input.text,
#Form_RegisterForm div.dropdown select {
	width: 200px;
}

#Form_RegisterForm label {
	display: block;
	clear: both;
	float: left;
	width: 140px;
	line-height: 22px;
	background: inherit;
	text-align: right;
	padding-right: 10px;
}

#Form_RegisterForm #Name label.left, 
#Form_RegisterForm #MaritalStatus label.left,
#Form_RegisterForm #DateOfBirth label.left,
#Form_RegisterForm #Occupation label.left,
#Form_RegisterForm #Telephone label.left,
#Form_RegisterForm #Nationality label.left
{
	width: 80px;
	text-align: left;
}

#Form_RegisterForm #Form_RegisterForm_Nationality {
	margin-bottom: 10px;	
}

#Form_RegisterForm ul label {
	float: none;
	clear: none;
	display: inline;
}

#Form_RegisterForm #InvestmentSize {
	clear: both;
}

#Form_RegisterForm div.field .middleColumn {
	display: block;
	float: left;
	clear: none;
	width: 300px;
	background: inherit;
}

#Form_RegisterForm div.optionset,
#Form_RegisterForm div.checkboxset {
	float: left;
	width: 230px;
}

#Form_RegisterForm div.optionset label,
#Form_RegisterForm div.checkboxset label {
		float: none;	
		text-align: left;
}

#Form_RegisterForm div.optionset .middleColumn,
#Form_RegisterForm div.checkboxset .middleColumn {
	clear: both;	
	float: none;
	width: auto;
}

#Form_RegisterForm div.optionset ul,
#Form_RegisterForm div.checkboxset ul {
	width: auto;
}

#Form_RegisterForm #Q-AnotherBroker {
	float: none;
	clear: both;
	padding-left: 0;
	font-weight: bold;
}

#Form_RegisterForm #AnotherBroker label {
	text-align: left;
}

#Form_RegisterForm div#PEP-ISA {
	width: auto;
	float: none;
	clear: both;
}

#Form_RegisterForm div#PEP-ISA label {
	float: left;
}

#Form_RegisterForm div#PEP-ISA .middleColumn {
	float: left;
	clear: none;
}

#Form_RegisterForm div#PEP-ISA .middleColumn label {
	display: inline;
	float: none;
}

#Form_RegisterForm div#PEP-ISA .middleColumn li {
	float: left;
	width: 70px;
}

#Form_RegisterForm div#AdditionalInterests {
	clear: both;
}

#Form_RegisterForm div#AdditionalInterests label.left {
	float: none;
	width: auto;
}

#Form_RegisterForm div#AdditionalInterests {
	float: none;
	width: auto;
}

#Form_RegisterForm #InvestmentSize label.left,
#Form_RegisterForm #InvestmentInterests label.left,
#Form_RegisterForm #InvestmentObjectives label.left,  
#Form_RegisterForm #AdditionalInterests label.left,
#Form_RegisterForm #PEP-ISA label.left  {
	font-weight: bold;	
} 

#Form_RegisterForm div.optionset input,
#Form_RegisterForm div.checkboxset input {
	border: none !important;
}

#Form_RegisterForm div.checkboxset ul label {
	width: auto !important;
}

#Form_RegisterForm .Actions {
	margin-top: -5px;
	margin-bottom: 50px;
}

#Form_NeedOurMoneyForm input.text,
#Form_NeedOurMoneyForm textarea {
	width: 350px;
}

#Form_NeedOurMoneyForm textarea {
	height: 120px;	
}

#Form_NeedOurMoneyForm {
	margin-bottom: 100px;
}

p img.leftAlone {
	float: none;
	display: block;
	margin: 0 1em 0 0;
	padding:0pt;
}

p img.left {
	float: left;
	margin: 0 1em 0 0;
	padding:0pt;
}

p img.right {
	float: right;
	margin: 0 0 0 1em;
	padding:0pt;
}

p img.people {
	margin-top: 3px;
}

#MemberLoginForm_LoginForm {
	margin-bottom: 2em;
}

.clearfix {
	clear: both;
}


#Form_ResearchSearchForm_SearchBy_Head {
	font-weight: bold;
	font-size: 14px;
}

#Form_ResearchSearchForm_SearchBy {
	list-style-type: none;
	margin-left: -3px;
	padding-left: 0;
	margin-bottom: 10px;
}

/* #########    Research Search Box   ########## */ 

 #Form_ResearchSearchForm #Search {
	margin-top: 0px;
	margin-left: 0px;
	width: 155px;
	float: left;
}
* html  #Form_ResearchSearchForm #Search {    /* ie6 hack */
	margin-left: 10px;
}


 #Form_ResearchSearchForm fieldset {
	border: 0;
	/* display: inline; */
}

 #Form_ResearchSearchForm .middleColumn {
 	display: block;
 	margin: 0;
	padding: 0;
	width: 155px;
	clear: left;
}
 #Form_ResearchSearchForm input.text {
	padding: 2px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	width: 145px;
	margin: 0;
	/* 
	border-top: 1px solid #cccaca;
	border-left: 1px solid #cccaca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	*/
	border: 1px solid #9DA6B9;
}

 #Form_ResearchSearchForm input.action {
	padding: 1px 3px;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0 0 0 3px;
	background: #fff !important;
	color: #0A214F;
	border: 1px solid #9DA6B9;
	position: absolute;
	top: -39px;
	left: 155px;
}

 #Form_ResearchSearchForm input.action:hover,
 #Form_ResearchSearchForm input.action:focus {
	cursor: pointer;
	color: #000;
}

 #Form_ResearchSearchForm .hidden {
	display: none;
	float: left;
}

 #Form_ResearchSearchForm .Actions {
 	position: relative;
 }
 
 #member-info {
 	float: right;
 	text-align: right;
 	margin-top: 6px;
 	margin-right: 20px;
 }
