body
{
    margin: 0; padding: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    color: black;
}

body#home { font-size: 12px }

a:link
{
    /*color: #3593D3; modified 2007.JAN.17 - BHD*/
    color: #194E8E;
	text-decoration: none;
}

a:visited
{
    color: #666;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#container
{
    margin: 0 auto;
    padding: 0 25px;
    width: 850px;
    background-image: url( "/_images/page_background.gif" );
    background-position: top center;
    background-repeat: repeat-y;
}

#header
{
    position: relative;
    width: 850px;
    height: 63px;
    margin: 0px; padding: 0;
    background-color: white;
    /*border-bottom: 6px solid #194e8e;*/
    background-image: url( "/_images/hdr_bg_sub2.jpg" );
    background-position: top right;
    background-repeat: no-repeat;
}

#header #logo
{
    display: block;
    position: absolute;
    top: 12px; left: 19px;
    width: 181px; height: 42px;
    background-image: url( "/_images/hdr_logo_sub.gif" );
    background-repeat: no-repeat;
}

#header #logo #logolink
{
    display: block;
    width: 181px; height: 42px;
    background-image: url( "/_images/hdr_logo_sub.gif" );
    background-repeat: no-repeat;
}

#headerlink a:link
{
    color:white;
	text-decoration:none;
	font-weight: bold;
    font-size: 10px;
	font-family: verdana, arial, helvetica, serif;
}

#headerlink a:visited
{
    color:white;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#employeename {
	font-size: 14px;
	font-weight: bold;
}

#headerlink 
{
    color:white;
}

#timesserifheader 
{
	color: #FFFFFF;
	margin-top: 8px;
	font-family: times, serif;
}
#timesserifheader a:link, #timesserifheader a:visited
{
    color: white;
    text-decoration: none;
}
body#home #header
{
    height: 94px;
    background-color: white;
    
    background-image: none;
}

body#home #header #logo
{
    top: 16px; left: 21px;
    width: 300px; height: 60px;
    background-image: url( "/_images/hdr_logo_home.gif" );
}

body#home #header #logolink
{
    width: 287px; height: 60px;
    background-image: url( "/_images/hdr_logo_home.gif" );
}

#main
{
    width: 850px;
    background-color: white;
    margin: 0; padding:0;
}

/* Navigation */

#main #nav
{
    width: 209px;
    height: 1069px;
    background-color: #899DC0;
    vertical-align: top;
    background-image: url( "/_images/nasdaq_nvca.png" );
    background-repeat: no-repeat;
    background-position: center 95%;
    border-right: 1px solid white;
}

/* Navigation - Base styles*/

#main #nav a:link, #main #nav a:visited
{
    display: block;
    font-family: "trebuchet MS", verdana, arial, helvetica, serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding: 6px 0 6px 26px;
    background-color: #899DC0;
}

#main #nav a:hover
{
    background-color: #194e8e;
}

/* Navigation - Sub menus */

#main #nav .submenu
{
    background-color: #9AAAC1;
    border-bottom: 1px solid white;
}

#main #nav .submenu a:link, #main #nav .submenu a:visited
{
    font-family: verdana, arial, helvetica, serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 4px 0 4px 48px;
    border-bottom: none;
    background-image: url( "/_images/submenu_dash.gif" );
    background-repeat: no-repeat;
    background-position: bottom 48px;
    background-color: transparent;
}

#main #nav .submenu a:hover { background-color: #194e8e }

#main #nav .submenu a#about_choose { background-image: none }
#main #nav .submenu a#folio_former { background-image: none }
#main #nav .submenu a#team_bod { background-image: none }
#main #nav .submenu a#invest_transfer { background-image: none }
#main #nav .submenu a#news_press { background-image: none }
#main #nav .submenu a#employment_dev { background-image: none }

/* Hide submenus - at first */

#main #nav #about_menu { display: none }
#main #nav #folio_menu { display: none }
#main #nav #team_menu { display: none }
#main #nav #invest_menu { display: none }
#main #nav #news_menu { display: none }
#main #nav #employment_menu { display: none }

/* Navigation - Selected Styles */

body#about #main #nav #about_menu { display: block }
body#folio #main #nav #folio_menu { display: block }
body#team #main #nav #team_menu { display: block }
body#invest #main #nav #invest_menu { display: block }
body#news #main #nav #news_menu { display: block }
body#employment #main #nav #employment_menu { display: block }

body#about #main #nav a#about { border: none }
body#folio #main #nav a#folio { border: none }
body#team #main #nav a#team { border: none }
body#invest #main #nav a#invest { border: none }
body#news #main #nav a#news { border: none }
body#employment #main #nav a#employment { border: none }

/* Team Navigation */
#sidebar #teamnav h1
{
    font-size: 11px;
    line-height: 18px;
    margin: 0; padding: 0;
}
#sidebar #teamnav a:link, #sidebar #teamnav a:visited
{
    display: block;
    line-height: 18px;
    padding-left: 12px;
    /*color: #3593D3; modified 2007.JAN.17 - BHD*/
    color: #194E8E;
    text-decoration: none;
}

#sidebar #teamnav a:hover { text-decoration: underline }

/* Content Area */
#main #center
{
    vertical-align: top;
    padding-bottom: 24px;
}

/* Home Page */
body#home #main #center
{
    background-image: url( "/_images/home_bkg.gif" );
    background-repeat: repeat-y;
    background-position: top right;
}

body#home #main #center #banner
{
    width: 642px;
    height: 212px;
    background-color: white;
    background-image: url( "/_images/hm_bnr_bkg.jpg" );
    background-repeat: no-repeat;
    background-position: top left;
}

body#home #main #center #content
{
    width: 343px;
    float: left;
    padding: 0 20px 0 20px;
    background-image: url( "/_images/hdr_blu_bkg.gif" );
    background-repeat: repeat-x;
    background-position: top left;
    border-right: 1px solid white;
    text-align: justify;
    line-height: 22px;
}

body#home #main #center #news
{
    width: 218px;
    float: left;
    padding: 0 20px 0 20px;
    background-image: url( "/_images/hdr_blu_bkg.gif" );
    background-repeat: repeat-x;
    background-position: top left;
}

body#home #main #center #news h1
{
    font-family: times, serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: white;
    padding: 0; margin: 0;
    margin-top: 2px;
    margin-bottom: 18px;
}

body#home #main #center #news a:link,
body#home #main #center #news a:visited
{
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: #48515E;
    text-decoration: none;
    margin-bottom: 12px;
}

body#home #main #center #news a:hover
{
    text-decoration: underline;
    color: #333;
}

/* Secondary Pages */
#main.secondary #center #content
{
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
    text-align: justify;
		/*width: 372px; - 2007.JAN.17 BHD - Correct Banner Width*/
		width: 606px;
    padding: 150px 8px 0 26px;
    margin-bottom: 24px;	
}

/* Our topic images */
body#about #main.secondary #center #content
{ background-image: url( "/_images/topicimg_about.jpg" ) }

body#team #main.secondary #center #content
{ background-image: url( "/_images/topicimg_team.jpg" ) }

body#folio #main.secondary #center #content
{ background-image: url( "/_images/topicimg_folio.jpg" ) }

body#invest #main.secondary #center #content
{ background-image: url( "/_images/topicimg_invest.jpg" ) }

body#contact #main.secondary #center #content
{ background-image: url( "/_images/topicimg_contact.jpg" ) }

body#employment #main.secondary #center #content
{ background-image: url( "/_images/topicimg_contact.jpg" ) }

body#news #main.secondary #center #content
{ background-image: url( "/_images/topicimg_news.jpg" ) }

/* Tertiary Pages */
#main.tertiary #center #content
{
    float: left;
    text-align: justify;
    width: 356px;
    margin-top: 26px;
    margin-bottom: 24px;
    padding: 10px 24px 0 26px;
    border-right: 1px solid #194e8e;
}

#invest #main.tertiary #center #content
{
    width: auto;
    border: none;
}

#team #main.tertiary #center #content { border: none }

#main.tertiary #center #content h1
{
    margin: 10 0 0px; padding: 0 0 0 21px;
    font-family: times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #194e8e;
    background-image: url( "/_images/hdr01bg.gif" );
    background-position: 4px left;
    background-repeat: no-repeat;
    text-align: left;
}
#main.secondary #center #content h1
{
    margin: 10 0 0px; padding: 0 0 0 21px;
    font-family: times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #194e8e;
    background-image: url( "/_images/hdr01bg.gif" );
    background-position: 4px left;
    background-repeat: no-repeat;
    text-align: left;
}
#main #center #sidebar
{
    width: 180px;
    float: left;
    padding: 0 24px 0 24px;
    margin-top: 15px;
}

#team #main.secondary #center #sidebar { border: none }
#team #main.tertiary #center #sidebar { border-left: 1px solid #194e8e }

#sidebar #quote
{
    font-size: 10px;
    line-height: 18px;
    font-style: italic;
    color: #999;
}

#sidebar #quote img
{
    float: left;
    padding-right: 8px;
}

#sidebar #quote #byline
{
    font-style: normal;
    color: #333;
}

#invest #main.tertiary #center #sidebar { display: none }

/* Portfolio stylings */
body#folio #main.tertiary #center #content
{
    float: none;
    text-align: left;
    width: auto;
    border: none;
}

body#folio #main.tertiary #center #content #col1,
body#folio #main.tertiary #center #content #col2,
body#folio #main.tertiary #center #content #col3
{
    float: left;
    width: 160px;
    line-height: 16px;
    margin-right: 24px;
}

body#folio #main.tertiary #center #content a { display: block }

/* Footer */

#footer
{
    width: 850px;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
    color: white;
    padding-bottom: 12px;
}

#footer p
{
    margin: 0; padding: 0;
}

#footer p#nav
{
    margin-top: 8px;
}

#footer a:link, #footer a:visited
{
    color: white;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footershdw
{
    width: 900px; height: 21px;
    margin: 0 auto;
    background-image: url( "/_images/footer_shdw.gif" );
    background-repeat: no-repeat;
}

/* standard styling used throughout site */
h2
{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: left;
}

.category, .location
{
    line-height: 16px;
    margin-bottom: 12px;
}

.category p
{
    margin: 0; padding: 0;
    margin-left: 24px;
    text-align: left;
}

.category table
{
    margin: 0; padding: 0;
    margin-left: 24px;
}

.category table th, .category table td
{
    margin: 0; padding: 2px 8px 0 0;
    text-align: left;
    vertical-align: top;
    font-size: 10px;
    line-height: 12px;
}

.category table th
{
    vertical-align: bottom;
    font-weight: normal;
    border-bottom: 1px solid #194e8e;
}

table.table01
{
    margin: 0; padding: 0;
}

table.table01 th, table.table01 td
{
    margin: 0; padding: 2px 8px 0 0;
    text-align: left;
    vertical-align: top;
    font-size: 10px;
    line-height: 12px;
}

table.table01 th
{
    vertical-align: bottom;
    font-weight: normal;
    border-bottom: 1px solid #194e8e;
}

.category h1, .location h1
{
    font-size: 13px;
    margin: 0; padding: 0;
}

.location p
{
    margin: 0; padding: 0
}

.location p#citytozip { margin-bottom: 8px }
.location p#email { margin-top: 8px }
.location p#phone, .location p#email { margin-left: 18px }

#sidebar .location
{
    font-size: 10px;
    line-height: 14px;
}

#sidebar .location h1
{
    font-size: 10px;
    line-height: 14px;
}

#sidebar .location p#citytozip { margin: 0 }
#sidebar .location p#email { margin: 0 }
#sidebar .location p#phone, #sidebar .location p#email { margin-left: 0 }

#sidebar h1
{
    font-size: 13px;
    line-height: 16px;
}

#articlelist a
{
    display: block;
    line-height: 16px;
    margin-top: 12px;
}

body#news #main.tertiary #content h1
{
    padding: 0;
    background-image: none;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}

body#news #main.tertiary #content ul
{
    margin: 0; padding: 0;
    padding-left: 18px;
}

body#news #main.tertiary #content .contact
{
    float: left;
    width: 150px;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
}

body#news #main.tertiary #content .contact p
{
    margin: 0;
}

body#news #main.tertiary #content .contact p#name
{
    font-weight: bold;
}

body#home #main #center #news #stock
{
    margin: 0; padding: 0;
    margin-top: 24px;
    padding-bottom: 1px;
    background-image: url( "/_images/stktkr_btm.gif" );
    background-position: bottom left;
    background-repeat: no-repeat;
}

body#home #main #center #news #stock h1
{
    margin: 0; padding: 0;
    padding-top: 4px;
    padding-left: 8px;
    background-image: url( "/_images/stktkr_top.gif" );
    background-position: top left;
    background-repeat: no-repeat;
    font-family: times, serif;
    font-size: 13px;
    line-height: 17px;
    color: #194e8e;
}

body#home #main #center #news #stock p
{
    margin: 0; padding: 0;
    padding-left: 8px;
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 4px;
    text-align: left;
}

/* miscellaneous styles */

.first { margin-top: 0 }
.last { margin-top: 0 }
.smallcopy { font-size: 10px; line-height: 14px }
.tinycopy {font-size: 9px; line-height: 12px }
.imgRt { float: right; margin: 0 0 4px 12px }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ol li { margin-top: 8px; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#invest #container #main #center #content .style5  {
	color: #194E8E;/*#0000FF;- 2007.JAN.17 BHD*/
}

