﻿/******************************************************************************************************\
                             HIGH-LEVEL LAYOUT AND CONTAINERS, BASE STYLES
\******************************************************************************************************/

html
{
    background-color: #fff;
    color: #404b55;
    margin: 0;
    padding: 0;
}

body
{
    position: relative;
    background-color: Transparent;
    color: inherit;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 950px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6
{
    color: #1c80b1;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-weight: normal;
    line-height: normal;
}

h1
{
    font-size: 20px;
    margin: 30px 0;
}

h2
{
    font-size: 16px;
    margin: 30px 0;
}

h3
{
}

h4
{
    font-size: 13px;
    margin: 0;
}

h5
{
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
    color: #1c80b1;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active
{
    text-decoration: underline;
}

p
{
    line-height: 1.5;
    margin: 20px 0;
}

a:link, a:visited
{
    color: #1c80b1;
    text-decoration: underline;
}

a:hover, a:active
{
    text-decoration: underline;
}

a.email-anchor
{
    background-image: url(/media/images/content/email.png);
}

a.pdf-download
{
    background-image: url(/media/images/content/pdf.png);
}

a.word-download
{
    background-image: url(/media/images/content/doc.png);
}

a.email-anchor:link, a.email-anchor:visited, a.pdf-download:link, a.pdf-download:visited, a.word-download:link, a.word-download:visited
{
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 23px;
    display: inline-block;
    min-height: 16px;
    text-decoration: none;
    color: #404b55;
}

a.email-anchor:hover, a.email-anchor:active, a.pdf-download:hover, a.pdf-download:active, a.word-download:hover, a.word-download:active
{
    color: #1c80b1;
    text-decoration: underline;
}

q, cite
{
    font-style: italic;
}

/******************************************************************************************************\
                                       LAYOUT CONTAINERS
\******************************************************************************************************/

#wrapper
{
    position: relative;
    _height: 1%;
}

#wrapper:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#header
{
    position: relative;
    float: left;
    width: 950px;
}

#header:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#content
{
    position: relative;
    float: left;
    clear: both;
    width: 535px;
    padding-left: 30px;
    _height: 1%;
}

#sidebar
{
    position: relative;
    float: left;
    width: 230px;
    padding-left: 70px;
    margin: 30px 0 30px 0;
    _height: 1%;
}

#sidebar:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#footer
{
    position: relative;
    width: 950px;
    float: left;
    clear: both;
    background-image: url(../images/layout/footer.png);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: 30px;
    height: 47px;
}

#footer:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

/******************************************************************************************************\
                                          FOOTER CONTENT
\******************************************************************************************************/

#footer p
{
    position: absolute;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 0;
    left: 10px;
    bottom: 10px;
}

/******************************************************************************************************\
                                          HEADER CONTENT
\******************************************************************************************************/

#header #logo
{
    margin: 20px 0 0 30px;
}

#header #primary-nav
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding-left: 30px;
    margin-top: 4px;
    height: 29px;
}

#header #primary-nav:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#header #primary-nav .button
{
    float: left;
    height: 29px;
    margin-right: 10px;
}

#header #primary-nav .button a
{
    color: #404b55;
    display: block;
    background-image: url(../images/navigation/nav-button.jpg);
    background-repeat: no-repeat;
    width: 89px;
    height: 18px;
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 3px;
}

#header #primary-nav .button.active a
{
    background-image: url(../images/navigation/nav-active.jpg) !important;
    color: #1c80b1 !important;
}

#header #primary-nav .button a:hover
{
    background-image: url(../images/navigation/nav-button-hover.jpg);
    color: #fff;
}

#header #primary-nav .wide a
{
    background-image: url(../images/navigation/nav-button-wide.jpg);
    width: 155px;
}

#header #primary-nav .wide.active a
{
    background-image: url(../images/navigation/nav-active-wide.jpg) !important;
    color: #1c80b1 !important;
}

#header #primary-nav .wide a:hover
{
    background-image: url(../images/navigation/nav-button-wide-hover.jpg);
    color: #fff;
}

#header #banner
{
    float: left;
    clear: both;
    width: 950px;
    height: 219px;
}

/******************************************************************************************************\
                                          SIDEBAR CONTENT
\******************************************************************************************************/

#sidebar #search-panel
{
    position: relative;
    width: 282px;
    height: 44px;
    margin-left: 10px;
}

#sidebar #search-panel
{
    background-image: url(../images/layout/search-panel.gif);
    background-repeat: no-repeat;
}

#sidebar #search-panel #search-box
{
    position: absolute;
    top: 12px;
    left: 40px;
}

#sidebar #search-panel #search-box label
{
    position: absolute;
    top: 5px;
    left: 0;
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1;
}

#sidebar #search-panel #search-box input[type="text"]
{
    position: absolute;
    top: 1px;
    left: 40px;
}

#sidebar #search-panel #search-box input[type="submit"]
{
    position: absolute;
    top: 0;
    left: 180px;
    font-size: 12px;
    padding: 0 5px;
}

#sidebar #quick-links
{
    position: relative;
    width: 240px;
    margin: 30px 0;
    left: 32px;
    background-color: #f6f6f6;
    padding-bottom: 4px;
}

#sidebar #quick-links div.head
{
    background-image: url(../images/navigation/links-head.png);
    background-repeat: repeat-x;
    width: 240px;
    height: 55px;
}

#sidebar #quick-links div.head h1
{
    color: #fff;
    margin: 0;
    padding: 10px;
}

#sidebar #quick-links div.button
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin: 8px 0;
}

#sidebar #quick-links div.button a:link, #sidebar #quick-links div.button a:visited
{
    display: block;
    color: #333;
    background-image: url('../images/navigation/nav2-li.png');
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    width: 233px;
    height: 28px;
    margin-left: 5px;
}

#sidebar #quick-links div.button a:hover, #sidebar #quick-links div.button a:active
{
    color: #fff;
    background-image: url(../images/navigation/nav2-li-hover.png);
}

#sidebar #quick-links div.button a span
{
    display: block;
    padding-top: 5px;
    margin-left: 32px;
}

#sidebar #extra-links
{
    width: 240px;
    margin: 30px 0 0 30px;
}

#sidebar #extra-links a
{
    display: block;
    width: 215px;
    height: 165px;
    margin: 0;
}

#sidebar #extra-links #subscribe-feed-bubble a
{
	background-image:url(../images/Navigation/rss-subscribe-button-grey.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}

#sidebar #extra-links #subscribe-feed-bubble a:hover
{
	background-image:url(../images/Navigation/rss-subscribe-button-blue.jpg);
}

#sidebar #extra-links #news-archive-bubble a
{
	background-image:url(../images/Navigation/bubble-button.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:30px 25px 0 36px;
	overflow:hidden;
	text-decoration:none;
	color:#666;
	font-size:11px;
	width:150px;
}

#sidebar #extra-links #news-archive-bubble a em
{
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:16px;
    font-style:normal;
    line-height:1.5;
	color:#1c80b1;
}

#sidebar #extra-links #iip-bubble a
{
    background-image: url(../images/layout/investor-in-people-logo.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
}

/******************************************************************************************************\
                                           MAIN CONTENT
\******************************************************************************************************/

#content .section
{
    margin-bottom: 60px;
}

#content li
{
    color: #404b55;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 20px 0 0 20px;
}

#content .disclaimer
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 1.5;
    clear: both;
    color: #666;
}

/******************************************************************************************************\
                                    MAIN CONTENT - Home (Default.aspx)
\******************************************************************************************************/

#content #choice-buttons
{
    width: 100%;
    _height: 1%;
}

#content #choice-buttons:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#content #choice-buttons #existing-user a:link, #content #choice-buttons #existing-user a:visited, #content #choice-buttons #new-user a:link, #content #choice-buttons #new-user a:visited
{
    background-image: url(../images/navigation/speech-bubble.gif);
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 145px;
    height: 104px;
    padding: 16px 16px 0 22px;
    font-size: 10px;
    text-decoration: none;
    color: #404b55;
    margin: 0 30px;
}

#content #choice-buttons #existing-user a:hover, #content #choice-buttons #existing-user a:active, #content #choice-buttons #new-user a:hover, #content #choice-buttons #new-user a:active
{
    color: #1c80b1;
}

#content #choice-buttons em
{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

/******************************************************************************************************\
                                       MAIN CONTENT - Search
\******************************************************************************************************/
#content #search table td
{
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

/******************************************************************************************************\
                                       MAIN CONTENT - Vacancy
\******************************************************************************************************/

#content div.vacancy
{
    border-top: dotted 2px #ccc;
    padding-bottom: 16px;
}
