/***************************
Colours:
o	Orange Text: R237, G113, B35 (#f07122)
o	70% Orange Text: R244, G152, B92 (#f4985c)
o	Background Grey: R248, G247, B250 (#f8f7fa)
o	Normal text (black 85%): R77 G77 B79 (#4d4d4f)
o	Grey Text (black 60%): R129, G130, B133 (#818285)
o	Pale Grey Text (Essence Tag): R195, G195, B195 (#c3c3c3)
***************************/
*
{
	outline-width: 0px;
}
form
{
margin: 0px;
padding: 0px;
}
body
{
    margin: 0px;
    background-color: #f8f7fa;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 100.01%; /* .01 to fix opera bug */
    color: #4d4d4f;
}

a 
{
    color: black;
    text-decoration: underline;
}

a:hover 
{
    color: #f07122;
    text-decoration: underline;
}

div#bread_crumb
{
	display: none;
}

div#main_outer
{
    width: 984px;
    margin: 0px auto 0px auto;
}

div#main_outer_margins
{
    padding: 10px 13px 0px 13px;
}

div#main_background
{
    background-color: #f8f7fa;
    background-image: url(/images/background_sides.gif);
    background-position: center top;
    background-repeat: repeat-y;
}

div#main_background_bottom
{
    background-color: #f8f7fa;
    background-image: url(/images/background_bottom.gif);
    height: 21px;
    background-position: center top;
    background-repeat: no-repeat;
}

div#header
{
    position: relative;
    margin-bottom: 6px;
    text-align: right;
    width: 100%;
}

img#header_logo
{
}

div#header_quote
{
    position: absolute;
    left: 0px;
    bottom: 3px;
    color: #f07122;
    font-size: 1em;
}

div#header_quote sup
{
    font-size: 0.6em;
}

div#header_menu_items
{
    position: absolute;
    left: 0px;
    font-size: 0.6em;
}

div#header_menu_items ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div#header_menu_items ul li
{
    display: block;
    float: left;
    margin-right: 20px;
}

div#header_menu_items a
{
    color: #4d4d4f;
    text-decoration: none;
}

div#header_menu_items a:hover
{
    color: #f07122;
    text-decoration: underline;
}

div#banner_outer
{
    /*background-image: url(/images/banner_default.jpg);*/
    width: 958px;
    height: 170px;
    margin-bottom: 21px;
    position: relative;
}
.newsletter div#banner_outer
{
    height: auto;
    overflow: hidden;
}
.newsletter div#banner_outer #banner
{
    position: relative;
    top: auto;
    left: auto;
    border-bottom: solid 2px #f07122;
}
.newsletter div#banner_outer .timestamp
{
    float: right;
    margin: 5px 0px 0px 0px;
    color: #f07122;
    font-size: 0.95em;
}
div#banner_outer #banner
{
	position: absolute;
	top: 0px;
	left: 0px; 
	z-index: 0;
}

div#menu_main
{
    /*zbackground-color: White;*/
    background-image: url(/images/menu_main_background.png);
    background-repeat: repeat;
    width: 100%;
    border-top: solid 1px #f07122;
    border-bottom: solid 1px #f07122;
    position: relative;
    z-index: 100;
}

div#menu_main ul
{
    list-style-type: none;
    margin: 0px 0px 0px 1px;
    padding: 0px;
    width: 100%;
}

div#menu_main ul li
{
    display: block;
    float: left;
    font-size: 0.8em;
    margin-right: 0px;
}

div#menu_main ul li a
{
    display: block;
    color: #4d4d4f;
    text-decoration: none;
    padding: 3px 0px 3px 0px;
}

div#menu_main ul li a:hover span,
div#menu_main ul li.selected a span,
div#menu_main ul li.on a span
{
    color: #f07122;
}

div#menu_main ul li a span
{
    padding: 3px 10px 3px 10px;
}

div#menu_main ul li.on a span,
div#menu_main ul li.selected a span
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_main ul li a:hover span, div#menu_main ul li.hover a span
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: #f07122;
}
/*** POPUP MENU START ***/

div.popup_frame
{
    background-color: white; 
    padding: 3px;
    border: solid 1px white;
}

div.popup_menu
{
    position: absolute;
    width: 164px;
    width: 200px;
}

div.popup_menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
} 

div.popup_menu li
{
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 0.8em;
    border-bottom: solid 1px #cccccc;
    padding: 3px 0px 4px 0px;
    margin: 0px 6px 0px 6px;
    display: block;
    /*zbackground-color: #ffeedd;*/
}

div.popup_menu li.last
{
    border-bottom-style: none;
}

div.popup_menu a
{
    display: block;
    text-decoration: none;
    color: #4d4d4f;
    width: 100%;
} 

div.popup_menu a:hover div, div.popup_menu li.hover a div
{
    color: #f07122;
} 

div.popup_menu li.popup_menu_footer
{
    background-image: url(/images/three_boxes.gif);
    background-position: 1px center;
    background-repeat: no-repeat;
    /*zheight: 20px;*/
}
/*** POPUP MENU END ***/

/*** SUB MENU START ***/
div#menu_sub
{
    float: left;
    width: 212px;
    padding: 0px 0px 10px 0px;
    background-image: url(/images/sub_menu_border_left.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

div#menu_sub sup
{
    font-size: 0.7em;
}

div#menu_sub ul li a span
{
    display: block;
}

/*** level 1 ***/
div#menu_sub ul.l1
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

div#menu_sub ul.l1 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 0.9em;
    background-image: url(/images/sub_menu_underline.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}


div#menu_sub ul.l1 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 4px;
}

div#menu_sub ul.l1 li a:hover,
div#menu_sub ul.l1 li.selected a:hover,
div#menu_sub ul.l1 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 li a span
{
    color: #4d4d4f;
    padding: 2px 0px 2px 10px;
}

div#menu_sub ul.l1 li.on a span, div#menu_sub ul.l1 li.selected a span
{
    /*zpadding: 2px 0px 5px 10px;*/
    color: #f07122;
}

div#menu_sub ul.l1 li a:hover span
{
    color: #f07122;
}

/*** level 2 ***/
div#menu_sub ul.l1 ul.l2
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    border-left: solid 2px #f07122;
}

div#menu_sub ul.l1 ul.l2 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 0.85em;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 2px;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 li a:hover,
div#menu_sub ul.l1 ul.l2 li.selected a:hover,
div#menu_sub ul.l1 ul.l2 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 li a span
{
    width: 100%;
    padding: 2px 0px 2px 10px;
    font-weight: normal;
    color: #4D4D4F;
}

div#menu_sub ul.l1 ul.l2 li.selected a span
{
    font-weight: bold;
}

div#menu_sub ul.l1 ul.l2 li a:hover span
{
    color: #f07122;
}

/*** level 3 ***/
div#menu_sub ul.l1 ul.l2 ul.l3
{
    margin: 0px 0px 0px 3px;
    padding: 0px;
    list-style-type: none;
    border-left-style: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 1em;
    background-image: none;
}
div#menu_sub ul.l1 ul.l2 ul.l3 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 18px;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 li.selected a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li a span
{
    width: 100%;
    padding: 1px 0px 1px 10px;
    color: #4D4D4F;
    font-weight: normal;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li.selected a span
{
    font-weight: bold;
    color: #f07122;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li a:hover span
{
    color: #f07122;
}

/*** level 4 ***/
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4
{
    margin: 0px 0px 0px 3px;
    padding: 0px;
    list-style-type: none;
    border-left-style: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 1em;
    background-image: none;
}


div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 34px;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li.selected a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li a span
{
    width: 100%;
    padding: 1px 0px 1px 10px;
    color: #f4985c;
    font-weight: normal;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li.selected a span
{
    font-weight: bold;
    color: #f07122;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 li a:hover span
{
    color: #f07122;
}

/*** level 5 ***/
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5
{
    margin: 0px 0px 0px 3px;
    padding: 0px;
    list-style-type: none;
    border-left-style: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 1em;
    background-image: none;
}


div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 50px;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li.selected a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li a span
{
    width: 100%;
    padding: 1px 0px 1px 10px;
    color: #f4985c;
    font-weight: normal;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li.selected a span
{
    font-weight: bold;
    color: #f07122;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 li a:hover span
{
    color: #f07122;
}

/*** level 6 ***/
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6
{
    margin: 0px 0px 0px 3px;
    padding: 0px;
    list-style-type: none;
    border-left-style: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 1em;
    background-image: none;
}


div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 66px;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li.selected a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li a span
{
    width: 100%;
    padding: 1px 0px 1px 10px;
    color: #f4985c;
    font-weight: normal;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li.selected a span
{
    font-weight: bold;
    color: #f07122;
}

div#menu_sub ul.l1 ul.l2 ul.l3 ul.l4 ul.l5 ul.l6 li a:hover span
{
    color: #f07122;
}

/*** SUB MENU END ***/

/*** CONTENT MAIN START ***/
div#content_main
{
    margin-left: 243px;
    width: 475px;
}
div#content_main.video
{
    margin-left: 0px;
    width: 100%;
}
div#content_main.video #menu_sub
{
	display: none;
}
div#video-container
{
	width: 775px;
	margin: 0px auto;
}
div#content_main.content_main_wide
{
	width: 678px;
}
div#content_main_inner
{
	float: left;
	
}
div#content_main_inner ul ul
{
    font-size: 1em;
    margin-left: 20px;
}

div#content_main_inner ul ul ul
{
    font-size: 1em;
    margin-left: 40px;
}

/*** CONTENT MAIN END ***/

/*** FOOTER START ***/
div#footer_outer
{
    clear: both;
    padding-top: 30px;
    padding-bottom: 5px;
}

/*** left menu ***/
div#footer_menu_left
{
    float: left;
    width: 60%;
}

div#footer_menu_left ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div#footer_menu_left ul li
{
    float: left;
    padding-right: 25px;
}

div#footer_menu_left ul li a
{
    color: #4d4d4f;
    text-decoration: none;
}

div#footer_menu_left ul li a:hover
{
    color: #f07122;
}

div#footer_menu_left ul li a span
{
    font-size: 0.7em;
    color: #4d4d4f;
}

div#footer_menu_left ul li a:hover span
{
    color: #f07122;
    text-decoration: underline;
}

/*** right menu ***/
div#footer_menu_right
{
    float: right;
    width: 35%;
}

div#footer_menu_right ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div#footer_menu_right ul li
{
    float: right;
    padding-left: 25px;
}

div#footer_menu_right ul li a
{
    color: #f07122;
    text-decoration: none;
}

div#footer_menu_right ul li a:hover
{
    color: #4d4d4f;
}

div#footer_menu_right ul li a span
{
    font-size: 0.7em;
    color: #f07122;
}

div#footer_menu_right ul li a:hover span
{
    color: #4d4d4f;
    text-decoration: underline;
}

/*** footer content ***/
div#footer_content_main
{
    clear: both;
}

div#footer_content_main p
{
    text-align: right;
    font-size: 0.7em;
    color: #818285;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

/*** FOOTER END ***/

/*** ESSENCE TAG START ***/
div#essence_tag
{
    width: 984px;
    margin: 0px auto 10px auto;
    padding: 0px;
}

div#essence_tag div
{
    text-align: right;
    padding-right: 13px;
    color: #c3c3c3;
    font-size: 0.7em;
}

div#essence_tag a
{
    color: #c3c3c3;
    text-decoration: none;
}

div#essence_tag a:hover
{
    color: #f07122;
    text-decoration: underline;
}
/*** ESSENCE TAG END ***/

/*** PEOPLE TAG LIST START ***/
div#content_main_inner ul#people_tag_list
{
    margin: 0px 0px 0px 2px;
    padding: 0px;
    list-style-type: none;
}

div#content_main_inner ul#people_tag_list li
{
    margin: 3px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.1em;
}

div#content_main_inner ul#people_tag_list li a
{
    text-decoration: none;
}

div#content_main_inner ul#people_tag_list li a span
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

/*** PEOPLE TAG LIST END ***/

/*** PERSON RESULT LIST START ***/
div#content_main_inner ul#person_result_list
{
    margin: 0px 0px 0px 2px;
    padding: 0px;
    list-style-type: none;
}

div#content_main_inner ul#person_result_list li
{
    margin: 3px 0px 9px 0px;
    padding: 0px 0px 0px 10px;
    font-size: 1.1em;
    background-image: url(/images/main_menu_dot.gif);
    background-position: 0px 6px;
    background-repeat: no-repeat;
}

div#content_main_inner ul#person_result_list li p
{
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    line-height: 1em;
}

div#content_main_inner ul#person_result_list li p.name,
div#content_main_inner ul#person_result_list li a
{
    color: #f07122;
    text-decoration: none;
    font-size: 1em;
}

div#content_main_inner ul#person_result_list li p.description
{
    color: #818285;
}

div#content_main_inner ul#person_result_list li a
{
    text-decoration: none;
}

div#content_main_inner ul#person_result_list li a:hover
{
    text-decoration: underline;
}
/*** PERSON RESULT LIST END ***/

/*** PERSON PAGE START ***/
.top-content h1.person_name,
div#content_main_inner h1.person_name 
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.top-content p.person_roles,
div#content_main_inner p.person_roles
{
    margin: 0px;
    padding: 0px;
}
.top-content p.person_locations,
div#content_main_inner p.person_locations
{
    margin: 0px;
    padding: 0px;
}

div#content_main_inner div.person_description
{
    margin-top: 30px;
}

div#content_main_inner img.person_photo
{
    float: left;
    margin: 3px 15px 10px 0px;
}

/*** BUTTONS START ***/
input.button_search
{
    color: White;
    background-color: #f07122;
}
/*** BUTTONS END ***/

/*** TERMS AND CONDITIONS ACCEPTANCE - START ***/
div#t_and_c_acceptance
{
    
}

div#t_and_c_acceptance p.info_message
{
    border: solid 1px #f07122;
    padding: 10px;
    color:  #f07122;
    margin-bottom: 10px;
}

div#t_and_c_acceptance label
{
    font-size: 0.8em;
}
 
/*** TERMS AND CONDITIONS ACCEPTANCE - END ***/

/*** DOCUMENT LIST - START ***/
div.document_list_item img.thumbnail
{
    float: left;
}

div.document_list_item
{
    margin-bottom: 25px;
    overflow: hidden;
    clear: none;
}
div.document_list_item.follow_on
{
    clear: both;
}

div.document_list_item img.thumbnail
{
    float: left;
    margin-top: 3px;
    border-style: none;
}

div.document_list_item div.document_details
{
    margin-left: 120px;
}

div#content_main_inner div.document_list_item div.document_details h2
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

div#content_main_inner div.document_list_item div.document_details p
{
    margin: 0px 0px 5px 2px;
    padding: 0px;
}

div#content_main_inner div.document_list_item div.document_details a
{
    font-size: 0.8em;
    padding-left: 2px;
}

div#content_main_inner div.document_list_item div.document_details h2 a
{
	font-size: 1em;
	padding-left: 0px;
	text-decoration: none;
	color: #F07122;
}

/*** DOCUMENT LIST - END ***/

/*** EVENTS ***/
#event-banner
{
	margin: 0px 0px 12px 0px;
}

#event-banner a img
{
	border-width: 0px;
}

#items .item .information,
.date-location,
.author
{
	color: #818285;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;	
}

#items .item p
{
    margin-left: 10px;
}

.date-location
{
	padding-bottom: 10px !important;
}

h1.news
{
	padding-bottom: 10px !important;
}

.author
{
	padding-bottom: 20px !important;
}

#items .item
{
	
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

#items .image-left {
	float: left;
	margin: 0px 20px 30px 0px;
}

#items .ccctv-image-left {
	float: left;
	margin: 13px 10px 20px 0px;
}

#items .summary {
	margin: 10px 0px 0px 0px;
}

#items .publication-summary {
	float:left;
	margin: 0px;
	width: 320px;
}
#items .publication-summary td p {
	padding-bottom: 5px;
}
#items .ccctv-summary {
	float:left;
	margin: 0px;
	width: 350px;
}
#items .publication-summary p {
	margin-left: 0px;
}

#items .publication-summary td {
	font-size: 12px;
}

#items .publication-summary .summary-text {
	margin-top: 8px;
}
#items .item
{
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

#items .item .item-title
{
	position: relative;
}
#items .item .item-title h2
{
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

#items .item .item-title h2 a
{
    display: block;
	color: #F07122;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/images/main_menu_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}

#items .item .item-title h2 a:hover span
{
    text-decoration: underline;
	/*color: #f4985c;*/
}

#items .item .item-title h2 a span
{
    display: block;
}

/*#items .item .item-title img
{
	position: absolute;
	top: 8px;
	left: -10px;
}*/

#snippets_outer #calendar,
#snippets_outer .news-announcement
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#snippets_outer #calendar .head-date,
#snippets_outer .news-announcement .head-date
{
	background: url(/images/events_calendar_head_bg.gif) repeat-y top left;	
}
#snippets_outer #calendar .head-date .inner,
#snippets_outer .news-announcement .head-date .inner
{
	background: url(/images/events_calendar_head_inner_bg.gif) no-repeat top left;
	min-height: 26px;
	height: auto!important;
	height: 26px;
}
#snippets_outer #calendar .head-date .inner .date,
#snippets_outer .news-announcement .head-date .inner .title
{
	padding: 6px 15px;
	font-size: 0.8em;	
	color: #6d6763;
}
#snippets_outer .news-announcement .main-body,
#snippets_outer #calendar .main-body
{
	width: 209px;
	background: url(/images/events_calendar_body_bg.gif) repeat-y top left;
	overflow: hidden;
	position: relative;
}
#snippets_outer .news-announcement .main-body .outer,
#snippets_outer #calendar .main-body .inner
{
	background: url(/images/events_calendar_body_inner_bg.gif) no-repeat top left;

}
#snippets_outer #calendar .main-body .inner .img
{
	float: left;
	padding: 0px 10px 5px 0px;
}
#snippets_outer #calendar .main-body .inner .img a img
{
	border-width: 0px;
	width: 70px;
	height: 70px;
}
#snippets_outer .news-announcement .main-body .outer .summary,
#snippets_outer #calendar .main-body .inner .summary
{
	margin: 0px 10px 0px 0px;
}
#snippets_outer #calendar .main-body .inner .summary
{
padding: 10px 0px 15px 10px;
}

#snippets_outer #calendar .main-body .has-image .summary
{
	margin: 0px 10px 0px 80px !important;
}
#snippets_outer .news-announcement .main-body .outer .summary,
#snippets_outer #calendar .main-body .inner .summary a
{
	font-size: 0.8em;
	text-decoration: none;
	color: #818285;
}
#snippets_outer #calendar .main-body .inner .summary a:hover
{
	color: #f4985c; 
}
#snippets_outer #calendar .foot-date
{
	clear: both;
	background: url(/images/events_calendar_body_bg.gif) repeat-y top left;
}
#snippets_outer .news-announcement .main-body .outer .inner
{
	padding: 10px 0px 15px 10px;
	background: url(/images/events_calendar_foot_inner_bg.gif) no-repeat bottom left;
}
#snippets_outer .news-announcement .main-body .outer .inner .summary .read-more
{
	margin: 30px 0px 20px 0px;
}

#snippets_outer #calendar .foot-date .inner
{
	background: url(/images/events_calendar_foot_inner_bg.gif) no-repeat bottom left;
	min-height: 68px;
	height: auto!important;
	height: 68px;
	margin: 0px;
	padding: 0px;
}

#snippets_outer #calendar .foot-date .inner .date
{
	color: #4d4d4f;
	margin: 0px;
	padding: 10px 0px 0px 13px;
	font-size: 2.7em;
	font-weight: bold;
}

#snippets_outer .menu,
#snippets_outer .menu li ul
{
	list-style: none;
}

#snippets_outer #tags-list li,
#snippets_outer .menu li ul li
{
	background-image: url(/images/sub_menu_underline.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
}

#snippets_outer .menu li .year,
#snippets_outer .tags-title
{
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #F07122;
}

#snippets_outer .tags-title
{
	font-size: 1.2em;
}

#snippets_outer .menu li
{
	line-height: 1.6em;
	font-size: 1.2em;
	display: block;
	margin: 0px;
	padding: 0px 0px 1px 0px;
}

#snippets_outer #tags-list li
{
	font-size: 1.1em;
}

#snippets_outer .menu li a
{
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 2px 0px;
	text-decoration:none;
	width: 100%;
    color: #4d4d4f;
}

#snippets_outer #dates ul,
#snippets_outer #tags-list ul
{
    font-size: 0.7em;
}

#snippets_outer #dates span.year img
{
	margin: 0px 0px 2px 3px;
}


#snippets_outer #tags-list li.active a,
#snippets_outer #dates li ul li.active a,
#snippets_outer .menu li a:hover,
#snippets_outer .menu li ul.events li a:hover .dates
{
	color: #f4985c;
}

#snippets_outer .menu li ul.events
{
	background-image: url(/images/sub_menu_border_left_grey.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 10px;
}

#snippets_outer .menu li ul.events li
{	
	width: 199px;
	background: none !important;
	line-height: 0.95em;
	display: block;
	font-size: 1.3em;
}
#snippets_outer .menu li ul.events li a
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #4d4d4f !important;
}

#snippets_outer .menu li ul.events li a:hover
{
	color: #f4985c !important;
}

#snippets_outer .menu li ul.events li a .dates
{
    color: #818285;
}

#snippets_outer .menu li ul.events li.last a
{
	margin: 0px !important;
}

#snippets_outer .menu li ul.events li a
{

}
#snippets_outer .menu li ul.events li.active
{
	position: relative;
}
#snippets_outer .menu li ul.events li.active img
{
	position: absolute;
	top: 5px;
	left: -12px;
}

#snippets_outer .menu li ul.events li.active a
{
	color: #f4985c !important;
}
/*** EVENTS - END ***/

/*** HOME - START ***/
#home-grid
{
	width: 958px;
}
#home-grid .images,
#home-grid .menus
{
	width: 958px;
	clear: both;
	overflow: hidden;
}
#home-grid .images
{
	margin: 0px 0px 7px 0px;
}

#home-grid .three-col
{
	background-image: url(/images/home-grid-3-col.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#home-grid .two-col
{
	background-image: url(/images/home-grid-2-col.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#home-grid .one-col
{
	background-image: url(/images/home-grid-1-col.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#home-grid .images .column
{
	position: relative;
	font-size: 0.9em;
}
#home-grid .menus .column
{
	font-size: 0.75em;
}

#home-grid .images .column a
{
	display: block;
	width: 312px;
	height: 156px;
	text-decoration: none;
}

#home-grid .images .column a img
{
	border-width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#home-grid .images .column a .text
{
	position: absolute;
	display: block;
	height: 32px;
	line-height: 32px;
	left: 15px;
	bottom: 0px;
	font-size: 1.1em;
	color: #f07122;
	cursor: pointer;
}

#home-grid .images .column a:hover .text
{
	color: #f4985c;
}

#home-grid .column
{
	float: left;
	width: 312px;
	margin: 0px 11px 0px 0px;
}
#home-grid .last
{
	margin-right: 0px;
}
#home-grid .menus h2
{
	display: none;
}
#home-grid .menus dl,
#home-grid .menus ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#home-grid .menus ul li
{
	/*background-image:url(/images/sub_menu_underline.gif);
	background-position:left bottom;
	background-repeat:repeat-x;*/
	display: block;
	/*font-size:0.9em;*/
	margin: 0px;
	padding: 0px 0px 1px 1px;
	width: 311px;
}

#home-grid .menus ul li a
{
	cursor: pointer;
	display: block;
	margin-left: 4px;
	padding: 2px 0px;
	text-decoration: none;
}

#home-grid .menus ul li a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

#home-grid .menus ul li a span
{
    color: #4d4d4f;
    padding: 2px 0px 2px 10px;
}

#home-grid .news-events
{
	margin: 0px !important;
	padding: 0px;
}
#home-grid .news-events .item
{
	background-image:url(/images/sub_menu_underline.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin: 0px 0px 6px 14px;
	padding: 0px 0px 6px 0px;
	width: 298px;
	overflow: hidden;
}

#home-grid .news-events .last
{
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#home-grid .news-events .item .type
{
	float: left;
	width: 45px;
	color: #f07122;
	margin: 0px;
	padding: 0px;
}

#home-grid .news-events .item .type a
{
	color: #f07122;
	
	text-decoration: none;
}

#home-grid .news-events .item .type a:hover
{
	color: #f07122;
	text-decoration: underline;
}

#home-grid .news-events .item .details
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 242px;
	float: right;
}

#home-grid .news-events .item .details a
{
	text-decoration: none;
	display: block;color:#4d4d4f; 
}

#home-grid .news-events .item .details a:hover
{
	color:#F07122; 
}


#home-grid .news-events .item .details a span
{
	display: block;
}

#home-grid .news-events .item .details a span.news_source
{
	display: inline;
	font-style: italic;
	color: #818285;
}

#home-grid .news-events .item .details a .event-info
{
	color: #818285;
	font-size: 0.9em;
}

#home-grid .news-events .item .details a:hover .event-info
{
	color: #f07122;
}
/*** HOME - END ***/

/*** PEOPLE LISTS - START ***/
table.people_list
{
    font-size: 16px; /* apologies, but IE and FF use different sizes for tables */
}

table.people_list
{
    border-collapse: collapse;
    border-style: none;
}

table.people_list td
{
    font-size: 0.8em;
    padding: 2px;
    vertical-align: top;
}

table.people_list td.name
{
    width: 150px;
}

table.people_list td.role
{
}

/*** PEOPLE LISTS - END ***/

/*** SITE MAP - START ***/
#sitemap
{
	margin: 0px;
}
#sitemap li
{
	font-size: 1em !important;
	list-style-type: square;
	color: #f07122;
	margin-bottom: 5px;
}
#sitemap ul
{
	font-size: 1em !important;
	margin-top: 5px;
}
/*** SITE MAP - END ***/

/*** MAP - START ***/
#content-map
{
	position: relative;
	margin: 0px 0px 15px 0px;
}
#content-map img.map
{
}
#content-map .pin
{
	position: absolute;
	z-index: 50;
}
#content-map .pin img
{
	border-width: 0px;
}
/*** MAP - END ***/

/*** POPUP MEDIA - START ***/
.media_popup_outer
{
    text-align: left;
}

.media_popup
{
    cursor: pointer;
}

.media_popup_outer .media_popup_enlarge_message span
{
    cursor: pointer;
    font-size: 0.7em;
    color: #c3c3c3;
    padding-top: 2px;
}
/*** POPUP MEDIA - END ***/

/*** SECTIONED CONTENT - START ***/
#sectioned-content
{
    overflow: hidden;
}
#sectioned-content .section
{
    overflow: hidden;
    /* border-bottom: solid 2px #f07122; */
    margin-bottom: 5px;
    background-image:url(/images/underline_orange.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
    padding-bottom: 1px;
}
#sectioned-content .section .logo
{
	/* float: left; */
	/* margin-right: 20px; */
	padding: 0px 0px 0px 0px;
}

#sectioned-content .section .title
{
    cursor: pointer;
    background-position: right 3px;
    background-repeat: no-repeat;
    background-image: url(/images/inactive-arrow.gif);
    padding-bottom: 4px;
    /* height: 20px; */
}

#sectioned-content .section .title h3
{
	display: none;
}

#sectioned-content .open .title
{
    background-image: url(/images/active-arrow.gif);
}
#sectioned-content .section .content
{
    position: relative;
    clear: both;
}
#sectioned-content .section .title .summary
{
    background: none;
    padding: 0px 0px 5px 0px;
    font-size: 0.9em;
    font-weight: normal;
    float: right;
    margin-right: 20px;
    width: 260px;
}

#sectioned-content .section .title .summary .sector,
#sectioned-content .section .title .summary .country,
#sectioned-content .section .title .summary .description
{
	font-size: 0.8em;
}

#sectioned-content .section .title .summary .sector .heading,
#sectioned-content .section .title .summary .country .heading,
#sectioned-content .section .title .summary .description .heading
{
	font-weight: bolder;
}

#sectioned-content .section .title .summary .title
{
}

#sectioned-content .open .content .summary
{
    background: url(/images/sub_menu_underline.gif) repeat-x left bottom;
}
#sectioned-content .section .content .main .hide p,
#sectioned-content .section .content .summary p
{
    padding: 0px 0px 5px 0px;
}
#sectioned-content .section .content .summary,
#sectioned-content .section .content .main
{
    overflow: hidden;
    visibility: visible;
}
#sectioned-content .section .content .main .main-inner {
 margin-top: 15px;
}

#sectioned-content .section .content .hidden
{
    display: none;
}
#sectioned-content .section .content .main .hide
{
    text-align: right;
}
/*** SECTIONED CONTENT - END ***/

/*** BANNER IMAGE INFO - START ***/
#eye
{
	z-index: 1;
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 18px;
	height: 18px;
}
#eye a
{
	width: 18px;
	height: 18px;
	background: no-repeat bottom right;
	background-image: url(/images/icon-i-normal.png);
	display: block;
	text-decoration: none;
	outline-width: 0px;
	overflow: hidden;
	cursor: pointer;
}
#eye a:hover
{
	background-image: url(/images/icon-i-hover.png);
}

/*** BANNER IMAGE INFO - END ***/

/*** NEWSLETTER - START ***/
#newsletter
{
    overflow: hidden;
    background: url(/images/newsletter-divide.gif) repeat-y 734px 0px;
}
#newsletter h1
{
    color: #6E6F71;
    border-bottom: solid 1px #F07122;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
}
#newsletter-inner
{    
    float: left;    
    width: 718px;
}
#newsletter div.snippet h3
{
    color: #F07122;
    font-size: 1em;
    background-image: url(/images/snippet_title_underline_newsletter.gif);
}
#newsletter #columns
{
    border-bottom: solid 1px #F07122;
    margin: 0px 0px 14px 0px;
}
#newsletter #columns-inner
{
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    background: url(/images/newsletter-divide.gif) repeat-y 358px 0px;
}
#newsletter #columns #left-col,
#newsletter #columns #right-col
{
    width: 344px;
}
#newsletter #columns #left-col
{
    float: left;
}
#newsletter #columns #right-col
{
    float: right;
}
#newsletter #columns .item
{
    margin: 0px 0px 20px 0px;
}
#newsletter #columns .item .content
{
    border-top: solid 4px #6e6f71;
    padding-top: 5px;
}
#newsletter #columns .no-title .content
{
    border-top-width: 1px;
}
#newsletter #columns .item .title
{
    color: #f07122;
    font-size: 1.2em;
    line-height: 1.6em;
}
#newsletter #columns .item .content .date,
#newsletter #columns .item .content p,
#newsletter-inner p
{
    color: #4D4D4F;
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
#newsletter #columns .item .content .date
{
    color: #f07122;
}

#newsletter #columns .item .content ul,
#newsletter-inner ul
{
    list-style: square outside;
    margin: 0px;
    padding: 0px 0px 0px 17px;
    color: #4D4D4F;
    font-size: 0.8em;
    line-height: 1.6em;
}
#newsletter #columns .item .content ul li,
#newsletter-inner ul li
{   
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    background: url(/images/sub_menu_underline.gif) repeat-x left bottom;
}
#newsletter .back-button
{
    font-size: 0.8em;
}
/*** NEWSLETTER - END ***/

/*** SECURE CONTENT ***/
.secure_folder h3 
{
}

.file_list_item 
{
    border-collapse: collapse;
    border-style: none;
    margin: 5px 0 15px 0;
}

.file_list_item td
{
    vertical-align: top;
}

.file_list_item .file_icon img
{
    border-style: none;
}

.file_list_item .file_icon 
{
    padding-right: 10px;
}

.file_list_item .file_name a
{
    text-decoration: none;
}

.file_list_item .file_name a span
{
    text-decoration: none;
    color: #4D4D4F;
    font-size: 0.8em;
    font-weight: bold;
}

.file_list_item .file_name a:hover span
{
    text-decoration: underline;
}

.file_list_item .notes
{
    padding-bottom: 0px;
    zline-height: 1.1em;
    font-size: 0.7em;
    color: #4D4D4F;
}

.file_list_item .metrics
{
    color: #999;
    font-size: 0.6em;
}

/*** Sept 2010 Amends ***/

div#content_main_thin
{
    margin-left: 243px;
    width: 340px;
}
div#content_right_large 
{
	float:right;
	width:361px;
}
div#content_right_large div#sectors h3
{
	color:#4D4D4F;
	padding-bottom:3px;
	font-weight: bold;
	font-size: 1.05em;
}
div#content_right_large h4
{
	padding-bottom:10px;
	padding-top:46px;
}

div#content_right_large div#sectors ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#content_right_large div#sectors li
{
	/*background-color:#f2f2f2;*/
	/*border: 1px solid #f2f2f2;*/
	margin-bottom: 10px;
	font-size:0.8em;
	line-height:1.2em;
	height:auto;
}

div#content_right_large div#sectors li div
{
	min-height:65px;
	padding:7px;
}

div#content_right_large div#sectors li img
{
	padding-right:7px;
}
div#content_main_thin ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
div#content_main_thin div#content_main_inner ul li
{
background-image: url(/images/main_menu_dot.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 0 0 0 15px;
margin:0;
line-height:1.6em;
}
div#content_main_thin div#content_main_inner p
{
padding: 0 0 3px 0;

}
div#team-members-flowing
{
margin-left:242px;
width:730px;
clear:both;
}
div#team-members-flowing div.team-member
{
position:relative;
width: 150px;
float:left;
margin-right:30px;
margin-bottom: 10px;
}

div#team-members-flowing div.person-name
{
top:76px;
left:11px;
position:absolute;
background-image: url("/images/person-background.png");
height:25px;
width:140px;
}
/* PAI - Additions */
div#team-members-flowing div.person-image a{
	display: block;
}
/* PAI - Additions End */
div#team-members-flowing div.person-image img
{
padding:10px;
border: 1px solid #eee;
}

div#team-members-flowing div.person-arrow
{
top:-12px;
left:118px;
position:relative;
}
div#team-members-flowing div.person-name a
{
position:relative;
top:5px;
color: #fff;
text-decoration:none;
margin-left:10px;
font-size: 0.75em;
}
div.team-member div.active div.person-name a
{
color:#f8971d!important;
}
div.person-arrow
{
width:20px;
height:20px;
background-position: left top;
background-repeat: no-repeat;
}
div.team-member div.active div.person-name div.person-arrow
{
background-image: url(/images/person-arrow_on.png);
}

div.portfolio-item-arrow
{
width:20px;
height:20px;
background-image: url(/images/person-arrow.png);
background-position: left top;
background-repeat: no-repeat;
left:168px;
position:relative;
top:-14px;
}


/* News Ticker */
ul#snippet-news-articles
{
list-style-type: none;
padding: 0;
margin: 0;
}
ul#snippet-news-articles li
{
padding: 0!important;
margin: 0!important;
line-height:1.6em;
}
ul#snippet-news-articles li .item-date
{
font-weight:bold;
}
div.snippet-news-by-category
{
margin-bottom:0!important;
}

/* PAI - ADDITIONS */

#modal-wrapper{
	width: 700px;
	background-color: #e6e6e6;
	min-height: 400px;
	margin: 0 auto;
	border: 1px solid #a6a6a6;
	display: block;
}
#modal-nav{
	padding: 5px 10px;
	text-align: right;
	border-bottom: 1px solid #b3b3b3;
}
#modal-nav img{
	margin-left: 5px;
	cursor: pointer;
}
#modal-img {
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
#modal-content{
	display: block;
	background-color: #fff;
}
#modal-content-news{
	display: block;
	background-color: #fff;
	padding: 15px 0 15px 15px;
}
#modal-content-left{
	float: left;
	width: 185px;
	padding: 15px 0 15px 15px;
	background-color: #fff;
}
#modal-content-right{
	float: right;
	width: 470px;
	padding: 15px;
	background-color: #fff;
}
#modal-content-right #modal-button{
	text-align: right;
}
#modal-content-right #modal-button img{
	cursor: pointer;
}
#modal-wrapper h1{
	font-size: 18px;
	border-bottom: 1px solid #a6a6a6;
	padding-bottom: 15px;
	color: #e28b4f;
font-weight: normal;
}
#modal-wrapper p, #modal-wrapper li{
	font-size: 11px;
}
#modal-wrapper ul{
		margin: 0;
		padding-left: 15px;
}
#modal-wrapper hr {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#a6a6a6 none repeat scroll 0 0;
	border:1px none;
	clear:both;
	color:#a6a6a6;
	float:none;
	height:1px;
	margin:0 0 10px;
	width:100%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* IE7 */
*:first-child+html .group {
	min-height: 1px;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.partner-entry{
	 margin-bottom: 10px; 
}
.partner-title{
	background-color: #dedede;
	padding: 7px 10px;
	background-image: url(/images/partner-arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: pointer;
	font-size:0.9em;
}
.partner-title:hover{
	background-image: url(/images/partner-arrow-hover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #de7a36;
}
.partner-title-open{
	background-color: #de7a36;
	background-image: url(/images/partner-arrow-close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
}
.partner-title-open:hover{
	background-color: #de7a36;
	background-image: url(/images/partner-arrow-close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
}
.partner-content{
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background-color: #f2f2f2;
	font-size:0.85em;
margin: 0;
padding: 0;
}

.partner-content .main{
	/* padding: 15px; */
margin:0;
padding:0;
}

.partner-content .main div{
	padding: 15px;
margin: 0;

}
div#content_main_inner .partner-content .main div ul{
	/*margin: 0;
padding: 0; */
padding-left: 15px;
}

#partner-wrapper
{
    overflow: hidden;
margin: 0;
padding: 0;
width: 475px;
}
#partner-wrapper .partner-entry
{
    overflow: hidden;
width: 475px;
}

#partner-wrapper .partner-entry .partner-title
{
    cursor: pointer;
}

#partner-wrapper .partner-entry .partner-title h3
{
	display: none;
}

#partner-wrapper .open .partner-title
{
background-color: #de7a36;
	background-image: url(/images/partner-arrow-close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;}
#partner-wrapper .partner-entry .partner-content
{
    position: relative;
    clear: both;
	display: none;
width: 473px;
}
#partner-wrapper .partner-entry .partner-content .main
{
    overflow: hidden;
    visibility: visible;
width: 475px;
}

#partner-wrapper .partner-entry .partner-content .hidden
{
    display: none;
}
#partner-wrapper .partner-entry .partner-content .main .hide
{
    text-align: right;
}
/*** SECTIONED CONTENT - END ***/
/* PAI - ADDITIONS END */

/* PAI - ADDITIONS END */
#sectors-filter ul
{
list-style-type:none;
margin:0 0 0 0;
padding:0;
width:100%;
font-size:0.9em;
display: block;
}
#sectors-filter ul li
{
display:block;
float:left;
font-size:0.8em;
margin-right:0;
}
#sectors-filter ul li a
{
background-color: #e7e8e8;
color:#4D4D4F;
display:block;
padding:5px;
text-decoration:none;
}
#sectors-filter ul li a:hover
{
color:#F07122;
}
#sectors-filter ul li a.active
{
color:#F07122;
}
#sectors-filter ul li a span
{
padding:3px 10px;
background-image:url("/images/main_menu_dot.gif");
background-position:left center;
background-repeat:no-repeat;
}
#sectors-filter ul li.no-bullet span
{
background-color: #e7e8e8;
color:#4D4D4F;
display:block;
padding:5px 10px 5px 10px;
}

/* Portfolio/Investments */
#sectors-filter {
clear:right;
margin-left:242px;
margin-bottom: 5px;
width:678px;
background-color: #E7E8E8;
height: 25px;
}
div#portfolio-item-flowing
{
margin-left:242px;
width:716px;
clear:right;
overflow: hidden;
padding-top:20px;
}
div.portfolio-item-image
{
height: 90px;
}
div#portfolio-item-flowing div.portfolio-item-image a
{
width: 180px;
margin: 0px auto;
display: block;
}

div#portfolio-item-flowing div.portfolio-item
{
position:relative;
width: 197px;
float:left;
margin-right: 35px;
margin-bottom: 35px;
}


div#portfolio-item-flowing div.portfolio-item-name
{
}

div#portfolio-item-flowing div.portfolio-item-name a
{
display: block;
padding:3px 3px 3px 13px;
line-height: 19px;
color:#fff;
font-size: 0.8em;
text-decoration:none; 
background:#666665 url(/images/person-arrow.png) no-repeat 178px 5px;
}
div#portfolio-item-flowing div.portfolio-item-name a:hover
{
background-image: url(/images/person-arrow_on.png);
}
div#portfolio-item-flowing div.active div.portfolio-item-name a
{
background-image: url(/images/person-arrow_on.png);
color:#F8971D;
}
.portfolio-item
{
border:solid 1px #666665;
text-align: left;
}
.popup-content-team
{
text-decoration:none!important;
display: block;
}
.portfolio-item-image .popup-content-team img{
	
/*width: 200px;
	height: 100px;*/
margin: 0 auto;
border: none;
}
.imgsection #eye
{
z-index:100!important;
}


/* Ticker */
.imgsection #ticker 
{
bottom:6px;
height:18px;
position:absolute;
width:958px;
z-index:90;
}

a.popup-content-team
{
/*background-color: #fff;*/
}

.sectorimage
{
float:left;
position:relative;
width:55px;
}
.sectorimage img
{
position: absolute;
left: 0;
top: 0;
}
img.sectorimage-hover-faded
{
z-index: 10;
}
.sectoritem
{
border: 1px solid #f2f2f2;
}

div.portfolio-item div.active div.portfolio-item-name a.popup-content-team
{
color:#f8971d!important;
}
div.portfolio-item div.active div.portfolio-item-name div.portfolio-item-arrow
{
background-image: url(/images/person-arrow_on.png);
}
ul.squared
{
list-style-type: none;
padding: 0;
margin: 0;
}
ul.squared li
{
background-image: url(/images/main_menu_dot.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 0 0 0 15px !important;
margin:0;
line-height:1.6em;
}

.events-summary-by-category
{
font-size:1em!important;
}
.itemsnippet h2
{
font-size:0.8em;
padding:0; 
margin:0;
}
.itemsnippet p.information 
{
padding:0!important;
}
#footer-shareholder
{
	overflow: hidden;
	padding-bottom: 14px;
	margin-bottom: 7px;
	border-bottom: 2px inset #afafaf;
}
#footer-shareholder-title
{
	float: left;
	font-size: 0.7em;
	margin-right: 30px;
	padding-top: 8px;
}
#footer-shareholder-content p
{
    float: left;
    color: #818285;
    margin: 0px;
    padding: 0px;
}

#footer-shareholder-content a,
#footer-shareholder-content img
{
	margin-right: 30px;
	vertical-align: middle;
}

#footer-shareholder-content a img
{
	border: 0px none #fff;
	margin-right: 0px;
}

/* Event Signup */

.event-signup
{
	font-size:0.75em;
}
div#snippets_outer.event-signup p
{
font-size: 1em;
}
.event-signup-heading
{
 display:block;
font-weight:bold;
margin: 0px 0 3px 0;
}
.event-signup a
{
 display:block;
margin: 8px 0 3px 0;
}
/* JP - Additions - 1/4/2011 */
#document-list-wrapper
{
    overflow: hidden;
margin: 0;
padding: 0;
width: 475px;
}
#document-list-wrapper li.document-list-entry
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    overflow: hidden;
    width: 475px;
}
#document-list-wrapper .document-list-entry h2.document-list-title
{
margin: 0px;
padding: 0px;
font-size: 1em;
}
#document-list-wrapper .document-list-entry .document-list-title a
{
color: #4D4D4F;
    cursor: pointer;
background-color: #DEDEDE;
background-image: url("/images/partner-arrow.gif");
background-position: right bottom;
background-repeat: no-repeat;
font-size: 0.9em;
padding: 7px 15px;
display: block;
}

#document-list-wrapper .document-list-entry .document-list-title a:hover
{
text-decoration: none;
}
#document-list-wrapper .open .document-list-title a
{
background-color: #de7a36;
	background-image: url(/images/partner-arrow-close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;}
#document-list-wrapper .document-list-entry ul.document-list-content
{
    position: relative;
    clear: both;
width: 473px;
background-color: #F2F2F2;
border-bottom: 1px solid #B3B3B3;
border-left: 1px solid #B3B3B3;
border-right: 1px solid #B3B3B3;
margin: 0;
padding: 0;
list-style: none;
}
#document-list-wrapper .document-list-entry ul.document-list-content li
{
	margin: 0px;
	padding: 5px 15px;
	border-bottom: 1px solid #e4e4e4;
	background: url(/images/extranet-arrow-closed.png) no-repeat 446px 11px;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.document-list-file-group
{
	padding: 0px;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.document-list-file-group li
{
background: none;
}

#document-list-wrapper .document-list-entry ul.document-list-content li.document-list-file-group h3
{
	padding: 5px 15px;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.document-list-file-group h4 a
{
	padding: 0px;
	font-weight: normal;
	color: #58585a;
	display: block;
	padding: 5px 13px 5px 0px;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.document-list-file-group ul li a
{
	font-size: 0.9em;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.open
{
	background-image: url(/images/extranet-arrow-open.png);
	background-position: 449px 11px;
}
#document-list-wrapper .document-list-entry ul.document-list-content li h3
{
	font-size: 0.9em;
margin: 0px;
padding: 0px;
font-weight: bold;
}
#document-list-wrapper .document-list-entry ul.document-list-content li h3 a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #4d4d4f;
	padding: 5px 13px 5px 0px;
	display: block;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.last
{
	border-bottom: 0px none #F2F2F2;
}
#document-list-wrapper .document-list-entry ul.document-list-content .document-list-file-content p
{
font-size: 1em;
}
#document-list-wrapper .document-list-entry ul.document-list-content .document-list-file-content a
{
color: #F07122;
text-decoration: none;
padding-left: 24px;
line-height: 16px;
height: 16px;
display: block;
}
#document-list-wrapper .document-list-entry ul.document-list-content .document-list-file-content a:hover
{
text-decoration: underline;
}
#document-list-wrapper p.notes
{
padding-bottom: 5px;
}
#document-list-wrapper .file-link
{
background-repeat: no-repeat;
background-position: 0px 0px;
background-image: url(/images/icons/icon_default.png);
}
#document-list-wrapper p.file-link
{
padding-bottom: 5px;
}
#document-list-wrapper .doc,
#document-list-wrapper .docx
{
background-image: url(/images/icons/icon_word.png);
}
#document-list-wrapper .xls,
#document-list-wrapper .xlsx
{
background-image: url(/images/icons/icon_xls.png);
}
#document-list-wrapper .ppt,
#document-list-wrapper .pptx
{
background-image: url(/images/icons/icon_ppt.png);
}
#document-list-wrapper .pdf
{
background-image: url(/images/icons/icon_pdf.png);
}
.event-signup-button 
{
margin-top:10px;
width: 450px;
text-align: right;
}
#document-list-wrapper .document-list-entry ul.document-list-content .document-list-file-content ul
{
 background-color: #ffffff;
 margin: 0px;
padding: 0px;
list-style: none;
}

/* JP - Additions - 1/4/2011 */
ul#snippet-news-articles li a {
    line-height: 1.4em;
}
.smaller-list {
    font-size: 0.8em;
	line-height: 1.6em;
	padding-left: 10px;
}
.smaller-list li {
    padding: 0 0 10px 0!important;
}

.document-list-fileonly
{
background:none !important;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.document-list-fileonly h5
{
      margin:0;
     padding: 5px 13px 5px 0;
    font-size: 0.9em;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.document-list-fileonly h5 a {
    color: #58585A;
    display: block;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
    padding: 0 0 2px;
    text-decoration:none;
}
#document-list-wrapper .document-list-entry ul.document-list-content li.document-list-fileonly h5 a:hover {
    text-decoration:underline;
}

#snippets_outer a img {
	border: none !important;
}






























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

