/*================================================== LAYOUT STYLES */
/*
    CSS Document for Macfarlanes
    Build: Pete Robelou on behalf of SAS - 22/09/2009
*/

html, body
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
}

body
{  
    background-repeat: repeat-x;
    background-position: 0px 0px; 
}

/*--------------------------------------------------=> HEADERS */
/* H1 */
h1
{   
    display: inline;
    padding-bottom: 13px;
    border-bottom-width: 2px;
    border-bottom-style: solid; 
}

.js h1
{
    padding-bottom: 0px;
    border-width: 0px;   
}

#homepage h1
{
    border:none;
}

#homepage #section_title_container
{
    margin-bottom:30px;
    display:none;
}
/*
.js #homepage #section_title_container
{
    display:none;
}*/

/* H2 */
h2
{
    padding-bottom: 16px;
}

h2.with_rss
{
    float:left;
}

#page_banner_wide h2
{
    padding-bottom:0;    
}

/* H3 */
h3
{
    padding-bottom: 12px;
}

/* H4 */
h4
{
    padding-bottom: 12px;
}

/*--------------------------------------------------=> CONTENT ELEMENTS */
/*-------------> Global */
.content_holder
{
    padding: 10px 10px 20px 10px; /* ie.css */
}

.pageheader_holder
{
    padding: 8px 0px 0px 0px; /* ie.css */
}

.padding_bottom
{
    padding-bottom: 10px;
}

.padding_left
{
    padding-left: 12px;
}

.minus_margin_left
{
    margin-left:-8px;
}

/*-------------> Paragraph */
p
{
    padding-top:0;
    padding-bottom: 12px;
}

p.intro
{
    padding: 3px 0px 3px;
    margin-bottom: 28px;    
}

p.underline
{
    margin: 0 0 5px 0;
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;    
}

#homepage p.intro
{
    padding: 0;
    margin:165px auto 0 auto;
    border:none;
    text-align:center;
    width:415px;
}

.js #homepage p.intro
{    
    margin-top:0;    
}

p#copyright
{
    float: left;
    padding-left: 10px;
    padding-bottom: 6px;
}

p .date
{
    display:block;
    padding-bottom:3px;
}

/*-------------> Links */
a
{
}

a:hover
{
}

a.arrow_link span
{    
    background-repeat: no-repeat;
    background-position: right -25px;
    padding-left:18px;
}

a.arrow_link:hover span
{    
    background-position: right 5px;    
}

a.backarrow_link
{    
    background-repeat: no-repeat;
    background-position: left -5px;
    padding-left:18px;
}

a.backarrow_link:hover
{    
    background-position: left 5px;    
}

a.toparrow_link
{    
    background-repeat: no-repeat;
    background-position: left -10px;
    padding-left:18px;
}

a.toparrow_link:hover
{    
    background-position: left 3px;    
}

#homepage .homepage_module a.arrow_link:hover span
{    
    background-position: right -25px;
}

a.download_link
{
    display:inline-block;
    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: right -29px;
}

a.download_link:hover
{
    background-position: right 5px;
}

a.border_link
{    
    float:left;
    display:block;
    border-style:solid;
    border-width:1px;
    padding:1px 5px 2px 5px;
    margin-top:1px;
    width:198px;
    background-repeat: no-repeat;
    background-position: 97% -23px;    
}

a.border_link span
{
    display:none;
}

span.file_size
{
    padding-left:8px;
}

.standard_module span.file_size,
.floating_module span.file_size
{
    display:block;
    padding-left:0;
}

a.link_rss
{
    float:right;
    display:block;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    background-position: 0 -16px;
}

a.link_rss:hover
{
    background-position: 0 0;
}

/*-------------> Images */
.inline_image
{
    padding-top:5px;
    margin-bottom:10px;
}

.inline_image_left
{
    float:left;
    padding-right:10px;
}

.inline_image_right
{
    float:right;
    padding-left:10px;
}

.logo_award
{
    border-width:3px;
    border-style:solid;
}

/*-------------> Lists */
/* Ordered list */
.richTextFormat ol
{
	list-style:decimal;
	padding-bottom: 12px;
}

.richTextFormat ol li
{
	margin-left:23px;
}

/* Simple list */
ul.simple_list
{
    padding-bottom: 12px;
}

ul.simple_list li
{
}

ul.simple_list li.highlight
{   
    margin: 2px 0px;
    padding: 2px 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

ul.simple_list li a
{
}

/* Link list */
ul.link_list
{
    padding-bottom: 12px;
}

ul.link_list li
{
    padding-bottom:12px;
}

.shadow_module ul.link_list li
{
    padding-bottom:6px;
}

ul.link_list li ul
{
    padding-top:5px;
    padding-left:15px;
}

.shadow_module ul.link_list li li
{
    padding-bottom:2px;
}

.shadow_module_medium ul.link_list
{   
    
}

/* Bullet list */
ul.bullet_list,
.richTextFormat ul
{    
    padding:3px 0 0;
    margin-bottom:20px;
}

ul.bullet_list li,
.richTextFormat ul li
{
    padding-left: 12px;
    padding-bottom: 6px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

ul.bullet_list li a
{
}

/* Horizontal list */
ul.hz_list
{    
    padding-bottom: 0px;
}

.highlight_listing ul.hz_list
{    
    padding-bottom: 12px;
}

ul.hz_list li
{
    display:inline;
    padding-right:10%;
}

/* Sitemap */
#sitemap ul
{
    margin-top:3px;
    margin-bottom:15px;
}

#sitemap li
{
    margin-bottom:15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;    
}

#sitemap li.no_children
{
    padding-bottom:15px;
}

#sitemap li a span
{    
    background-repeat: no-repeat;
    background-position: right -25px;
    padding-left:18px;
}

#sitemap li a:hover span
{    
    background-position: right 5px;    
}

#sitemap li li
{
    padding-left:15px;    
    margin-bottom:0px;
    border-bottom-width: 0px;    
}

#sitemap li li.no_children
{
    padding-bottom:0;
}

#sitemap li li a span
{
    display:none;
}

#sitemap li li ul
{
    margin-bottom:10px;
}

/*-------------> Table */
.richTextFormat table
{
    margin:10px 0 25px 0;
}

.richTextFormat td
{
    padding:3px 5px 3px 0;
}

.richTextFormat thead td
{
    padding-bottom:10px;
}

/*-------------> Misc */
/* Blockquote */
blockquote
{
}

/* Horizontal lines */
.hr, 
.hr_top
{
    height: 0px;
    margin-bottom: 8px;
    border-bottom-width: 2px;
    border-bottom-style: solid;    
}

.hr_top
{
    margin-top: 12px;
}

.hr_light
{
    height: 0px;
    margin: 0 0 5px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;    
}

/* Global search result */
.search_result_item
{
    padding-bottom:20px;
}

.search_result_item p
{
    padding-bottom:0;
}

/*--------------------------------------------------=> FORMS */
.input_submit_holder
{
    float:left;
    padding:2px 3px 3px 3px;
    margin-bottom:11px;
    border-width:1px;
    border-style:solid;
}

#header_navigation_container .input_submit_holder
{    
    position:relative;
    margin-bottom:0;
    width:130px;   
    border-top:0; 
    border-left:0;
    border-right:0;
    padding-left:0;
    padding-right:0;
}

.input_submit_holder .input_text
{
    float:left;
    border:none;
    background:none;
}

#header_navigation_container .input_text
{    
    width:100px;
    padding-right:5px;        
}

.input_submit_holder button
{
    float:right;
    height: 15px;
    width: 20px;
    margin: 0px;
    padding: 0px;
    background-position: 8px -24px;
    background-repeat: no-repeat;
    border-width: 0px;
    cursor:pointer;
}

#header_navigation_container .input_submit_holder button
{    
    position:absolute;
    top:3px;
    right:0px;
    background-position: 0px 2px;
}

.searchbox
{
    float: right;    
}

.searchbox label
{
    display: none;
}

.searchterms
{    
    height: 15px;
    width: 125px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;    
}

select
{
    width:100%;
    margin-bottom:10px;
}

#filter_letter
{
    float:left;
    background-color:#F3F3F3;
    padding:2px 3px;
}

#filter_letter li
{
    float:left;
    text-align:center;
}

#filter_letter li a
{
    display:block;
    padding:5px 0;
    width:25px;    
}

/* Buttons */
.searchbutton
{    
    height: 15px;
    width: 20px;
    margin: 0px;
    padding: 0px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-width: 0px;
    cursor:pointer;
}

/* Fields validation */
#form_validation_container
{
    /*display:none;*/
}

#form_validation_container span
{
    display:block;
    padding-bottom:5px;
}

/* Specific forms */
#form_select_expertise_container
{
    height:40px;
}

.form_lh_search
{
    margin-top:9px;
}

.homepage_module #form_peoplesearch
{
    /*margin-top:9px;    */
}

.homepage_module #form_peoplesearch .input_text
{
    width:170px;
}

.homepage_module .input_submit_holder
{
    width:202px;
}

#left_content_container .form_lh_search .input_submit_holder
{
    width:177px;
}

.homepage_module #form_select_expertise
{
    
}

/* Event registration */
.event_registration_container .expand_link_holder
{
    height:15px;
}

.event_registration_container .expand_link_holder h3
{
    padding-bottom:0px;
}


.event_registration_container label
{
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.event_registration_container input
{
    float: left; 
    width: 340px;
    height: 18px;
    padding: 0px;
    margin: 0px;
}

.event_registration_container .expand_module label
{
    margin-bottom: 6px;
}

.event_registration_container span.checkbox,
.event_registration_container input.checkbox
{
    float:left;
}

.event_registration_container span.checkbox input,
.event_registration_container input.checkbox
{
    width: 20px;
}

.event_registration_container span.checkbox label
{
    float:left;
    display:block;
    width:350px;
}

.checkbox_indented
{
    padding-left:18px;
}

.event_registration_container button
{
    padding-right: 18px;
    background-position: right -25px;
    background-repeat: no-repeat;
    float: right;
    border-width: 0px;
    cursor: pointer;
}


/*--------------------------------------------------=> CONTENT LAYOUT */
#logo_container
{
    padding-top: 36px;
    padding-bottom: 23px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;    
}

#section_title_container
{    
    padding-top: 23px; /* ie.css */
    text-align: center;
}

.js #section_title_container
{    
    margin: 0px auto;
    padding-top: 18px; /* ie.css */
}

.js #section_title_underline
{       
    height: 14px;
    /*margin-left: 5px;*/
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: bottom left; 
}

#subsection_title_container
{    
    padding-top: 23px; /* ie.css */
    text-align: center;
    margin-bottom:25px;
}

.js #subsection_title_container
{    
    margin: 0px auto 25px auto;
    padding-top: 18px; /* ie.css */
}

.js #subsection_title_underline
{       
    height: 14px;
    /*margin-left: 5px;*/
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: bottom left; 
}

#page_banner
{
    padding-bottom: 12px;    
}

#page_banner_wide
{
    position:relative;    
    width:690px;
    height:235px;
    padding-bottom: 12px;    
    text-align:center;
}

#page_banner_wide .content_holder,
#page_banner_wide img
{    
    position:absolute;
    top:0;
    left:0;
}

#page_banner_wide .content_holder
{    
    width:670px;
    height:215px;
}

#page_banner_wide p.intro
{
    padding: 0;
    margin:0 auto 100px auto;
    border:none;
    text-align:center;
    width:425px;
}

#left_content_container
{
    float: left;
    width: 205px;
    margin-right: 35px;
}

#content_container_wide
{
    float: left;
    width: 710px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#footer_container
{
    width: 950px;
    margin: 0px auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*-------------> Columns */
.column_one_third
{
    float: left;
    width: 220px;
    padding-right: 10px;
}

#homepage .column_one_third
{
    width:230px;
}

.column_two_thirds
{
    float: left;
    width: 460px;
}

.column_three_thirds
{
    float: left;
    width: 690px;
}

#homepage .column_three_thirds
{
    position:absolute;
    width:750px;
    /*padding-left:120px;*/
    left:120px;
    bottom:0px;
}

#homepage .homepage_centered
{
    width:500px;
    left:240px;
}

.column_three_thirds .column_one_third
{
    padding-right: 15px;
}

#homepage .column_three_thirds .column_one_third
{
    padding-right: 10px;
}

.column_third
{
    float: left;
    width: 220px;
    padding-right: 15px;
}

.shadow_module_large .column_third
{
    width: 200px;
}

.column_two
{
    float: left;
    width: 225px;
    padding-right: 10px;
}

.column_copy_left
{
    float:left;
    width:325px;
    padding-right:15px;
}

.column_copy_right
{
    float:left;
    width:325px;
}

.shadow_module_small .column_copy_right
{
    width: 205px;
}

.column_image_left
{
    float: left;
    width: 100px;
    text-align: left;
    padding-right:15px;
    padding-top:4px;
}

.column_image_right
{
    float:left;
    width:100px;
    text-align:right;
    padding-top:4px;
}

.column_first
{
    padding-left: 0px !important;
}

.column_half_left
{
    float:left;
    width:49%;
}

.shadow_module_medium .column_half_left
{   
    width:47%;
}

.arrow_module_container_wide .column_half_left
{
    width: 323px;    
}

.column_half_right
{
    float:right;
    width:49%;
}

.shadow_module_medium .column_half_right
{   
    width:51%;
}

.arrow_module_container_wide .column_half_right
{
    width: 323px;    
}

.column_last
{
    padding-right: 0px !important;
}

/* Specific columns */
#copy_column
{
    float: left;
    width: 460px;
}

#rhm_inner_column,
#rhm_outer_column
{
    float: left;
    width: 220px;
    padding-left:10px;
}

/*-------------> Sections */
.image_text_section
{
    padding-bottom: 14px;
}

.image_text_section .image_container
{
    float: left;
    width: 225px;
}

.image_text_section .text_container
{
    float: left;
    width: 235px;
}

.highlight_section
{
    float: left; /* floated to fix background color issue with ie6, remember to add clearer */
    padding: 10px 10px 0px 10px;
}

.highlight_section .info_container_one_third
{
    float: left;
    width: 146px;
    text-align: center; 
}

.highlight_listing
{       
    margin-bottom:25px;
}

.highlight_listing .content_holder
{
    padding:10px;
}

.highlight_listing .hr_light
{
    margin-bottom:10px
}

/* misc */
span.spacer_phone
{
    padding-left:36px;
}

/*-------------> Modules */
.standard_module
{
    padding: 10px;
    margin-bottom: 10px;
    width: 200px;
}

#left_content_container .standard_module
{
    width: auto;
}

#shadow_module_medium_container .standard_module
{
    padding:0;
}

.border_module
{
    padding: 10px;
    margin-bottom: 15px;
    width: 198px;
    border-width: 1px;
    border-style: solid;
}

.border_module h3 span
{
    margin-right: 3px; 
}

.international_module_container .border_module
{
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

#landing_casestudies .border_module
{
    height:230px;
}

#landing_clients .border_module
{
    min-height:45px;
    text-align:center;
}

.standard_module .image_container
{
    float: left;
    width: 70px;
    padding-top:4px;
}

.standard_module .text_container
{
    float: left;
    width: 130px;
}

.homepage_module
{    
    padding: 10px;
    margin: 0 10px 10px 0;
    width: 210px;
    /*height:196px;*/
    height:90px;
    background-repeat:repeat;
    background-position:top left;
}

.homepage_module .column_copy_left
{
    width:133px;
    padding-right:10px;
}

.homepage_module .column_image_right
{
    width:66px;
}

.homepage_module h2 a
{   
    display:block;
    width:100%;
    background-repeat:no-repeat;
    background-position:100% 3px;
}

.client_logo_container
{
    width:100%;
    text-align:center;
    padding:5px 0;
}

a.client_logo
{
    display:block;
    text-align:center;
    width:66px;
    height:60px;
    /*padding:10px 0;*/
}

img.client_logo
{
    display:block;    
    padding:7px 5px;
}

.client_logo_container .client_logo
{
    display:inline;
}

#module_landing_holder
{
    margin-bottom:15px;
}

.landing_module
{
    height:160px;
    margin: 0 0 10px 0;
}

.column_two .landing_module
{
    height:172px;
}

.column_two .landing_module_with_image
{
    height:240px;
}

.landing_module .content_holder
{
    padding-bottom:5px;
    padding-bottom:10px;
}

.module_title_container
{
    position:relative;
    padding:2px;    
}

.module_title_container h3
{
    padding:0;
}

.module_title_container h3 a span
{
    position:absolute;
    top:8px;
    left:10px;
}

.floating_module
{
    float:left;
    width: 200px;
    padding: 10px;
    margin:4px 10px 10px 0;        
}

/* expanding modules */
.js .expand_module
{
    display:none;
}

.js .expand_link_holder
{
    cursor:pointer;
}

.expand_link_holder
{   
    height:30px;
}

.expand_link
{
    float:right;   
    /*display:block;
    width:150px;
    height:12px; */
    background-repeat:no-repeat;
    background-position:100% -10px;
    padding-right:10px;  
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;  
}

.expand_link.opened
{
    background-position:100% 4px;
}

.expand_link .link_close
{
    display:none;
}

.js .reveal_expand_item
{
    display:none;
}

/* shadow module */
.shadow_module
{
    width:100%;
    background-repeat:repeat-y;
    background-position:left top;
    margin-left:-5px;
    position:relative;
    margin-right:-5px;
}

.shadow_module .shadow_top
{
    width:100%;    
    height:10px;
    background-repeat:no-repeat;
    background-position:left top;
}

.shadow_module .shadow_bottom
{
    width:100%;    
    height:10px;
    background-repeat:no-repeat;
    background-position:left bottom;
}

.shadow_module .content_holder
{
    padding:5px 15px 5px 15px;    
}

/* shadow module large */
.shadow_module_large
{
    width:700px;
}

.shadow_module_large .column_copy_right
{    
    width:555px;
}

.shadow_module_large h3
{
    float:left;
}

.shadow_module_large p.module_intro
{
    padding:0;
}

.shadow_module_large .expand_module
{
    width:670px;
    margin-top:10px;
    border-top-width:1px;
    border-top-style:solid;
    border-bottom-width:3px;
    border-bottom-style:solid;
}

.shadow_module_large .expand_module .content_holder
{
    padding:10px 15px 5px 15px;    
}

/* shadow module medium */
.shadow_module_medium
{    
    width:470px;    
}

.shadow_module_medium .expand_module
{
    width:440px;
    margin-top:10px;
    border-top-width:1px;
    border-top-style:solid;
    border-bottom-width:3px;
    border-bottom-style:solid;
}

.shadow_module_medium .expand_module .content_holder
{
    padding:10px 15px 5px 15px;    
}

/* shadow module small */
.shadow_module_small
{    
    float:left;
    width:350px;  
      
}

/* two thirds modules */
.two_thirds_module
{
    /*float:left;*/
    width:460px;
    margin-right:0px;
}

/* Specific modules styles */
#module_expertise
{
    background-repeat:no-repeat;
    background-position:top left;
}

#module_expertise h2
{
    padding-bottom:43px;
}

#module_private_clients
{
    background-repeat:no-repeat;
    background-position:top left;
}

#module_private_clients h2
{
    padding-bottom:64px;
}

.module_last
{
    margin-left:5px !important;
    margin-right:-5px !important;
}

.arrow_module_container_wide
{    
    padding-bottom: 40px;
    margin-bottom: 10px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.arrow_module_container_wide .content_holder
{
    padding-bottom: 0px;
    border-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
}

.arrow_module_container
{
    width: 343px;
    margin: 0px auto;
    border-width: 1px;
    border-style: solid;
}

.arrow_module_container .content_holder
{
    padding-bottom: 0px;
}

.arrow_module
{
    width: 323px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.arrow_module_container .arrow_module
{
    min-height: 115px;
    height: auto !important;
    height: 115px;
}

.column_half_left .arrow_module
{
    min-height: 227px;
    height: auto !important;
    height: 227px;
}

.arrow_module .content_holder
{
    padding-bottom: 10px;
}

.arrow_module h3 span
{
    width: 5px;
    height: 9px;
    margin-right: 6px;
    display: inline-block;
    background-position: 0px -15px;
    background-repeat: no-repeat;
}

/*--------------------------------------------------=> MASTER LAYOUT */
#master_container
{
    width: 950px;
    margin: 0px auto;  
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;      
}

#master_container form#aspnetForm
{
    /*padding-bottom: 85px;*/
}

#homepage #master_container
{
    min-height: 675px !important;
    height: 675px !important;
}

#header
{
    position:relative;
    width: 950px;
    height: 173px;
}

#homepage #header
{
    height:115px;
}

#content
{
    padding-bottom:75px;
}

#homepage #content
{
    position:relative;    
    height:559px; 
}

#flash_container_home
{
    position:absolute;
    width:950px;
    height:560px;    
}

#content_container_home
{
    position:absolute;
    width:950px;
    height:560px;    
}

.js #content_container_home
{
    height:395px;
    margin-top:165px;    
}

#footer
{
    position: relative;
    left: 0px;
    bottom: 0px;
    height: 25px;   
    margin-top: -71px; 
    padding: 23px 0px;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    z-index:100;
}

#homepage #footer
{    
    margin-top: 0px;
}


/*--------------------------------------------------=> NAVIGATION */
/* Top navigation */
#top_navigation_container
{
    position:absolute;
    top:39px;
    right:0;
}

#top_navigation 
{
    float: right;    
    padding-right: 6px;
}

#top_navigation li
{
    float: left;
    margin-left: 16px;
}

/* Header navigation */
#header_navigation_container
{
    padding-top: 8px;
}

#header_navigation
{
    float: left;
    position: relative;   
}

#header_navigation li
{
    float: left;  
    /*margin-left: 10px;     
    margin-right: 15px;*/
/*    padding-bottom: 6px;    */
}

#header_navigation li.backLava
{
    position: absolute;  
    margin: 0px 0 0 0;
}

#header_navigation li.backLava .bottomLava
{        
    margin-left: 15px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#header_navigation li a
{
    display:inline-block;
    position: relative;
    z-index: 10;
    padding: 2px 10px 6px 6px;
    height:20px;
}

/* Breadcrumb */
#breadcrumb_navigation_container
{
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 16px; /* ie.css */
}

#breadcrumb_navigation
{
    float: left;
}

#breadcrumb_navigation li
{
    float: left;
    margin-right: 16px;
}

#breadcrumb_navigation li a
{
    padding-left: 8px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

/* Left navigation */
#left_navigation_container
{    
    width: 100%;    
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom:10px;
}

#left_navigation_container .content_holder
{
    padding-bottom:2px;
}

#left_navigation li
{
    padding-bottom: 10px;
}

#left_navigation li ul
{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

#left_navigation li ul li
{
    padding-bottom: 5px;
}

/* Content navigation */
#content_navigation_container
{
    background-repeat: repeat-x;
    background-position: bottom left;
    min-height: 52px;
    height: auto !important;
    height: 52px;
}

#content_navigation
{
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

#content_navigation li
{
    float: left;
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-right: 16px;
    margin-right: 16px;
}

#content_navigation li a span
{
    display: none;
}

#content_navigation li.current a span /* ie6.css */
{
    display: block;
    height: 6px;
    width: 1px;
    background-repeat: no-repeat;
    background-position: right bottom;   
    margin-left: 8px;
}

/* Search results navigation */
.search_results_nav
{
    /*margin-bottom: 12px;*/
}

#paging_info
{
    float:left;
    margin-bottom: 12px;
}

#paging_info li
{
    display:inline;
    padding:0 8px;
}

#paging_info li.first
{
    padding-left:0;
}

#paging_info li.pipe
{
    background-repeat:no-repeat;
    background-position:100% 4px;
    background-image:url(/images/pipe.gif);
}

#paging_info strong
{
    font-weight:bold;
    text-transform:uppercase;
}

.paging_list
{
    float:right;
    margin-bottom: 7px;
}

.paging_list li
{
    float:left;
    background-repeat:no-repeat;
    background-position:100% 5px;
    background-image:url(/images/pipe.gif);
}

.paging_list li span
{
    display:none;
}

.paging_list li.nolink
{
    padding:0 8px;
}

.paging_list li.nolink a
{
    display:none;
}

.paging_list li.nolink span
{
    display:inline;
}

.paging_list li a
{
    display:block;
    /*width:9px;*/
    padding:0 8px;
}

.paging_list li.prev,
.paging_list li.next,
.paging_list li.nopipe
{
    background-image:none;
}

.paging_list li.prev,
.paging_list li.next
{    
    width:9px;
}

.paging_list li.prev a,
.paging_list li.next a
{
    padding:0;
    background-repeat:no-repeat;
    background-position:0 -25px;
    margin-top:1px;
    line-height:normal;
}

.paging_list li.prev a
{
    background-image:url(/images/icon_red_arrow_back_small.gif);    
    background-position:0 -5px;
}

.paging_list li.next a
{
    background-image:url(/images/icon_red_arrow_small.gif);
}

.paging_list li.prev a:hover,
.paging_list li.next a:hover
{
    background-position:0 5px;
}


/* Footer navigation */
#footer_navigation 
{
    float: right;
    padding-top: 1px;
    padding-right: 6px;
}

#footer_navigation li
{
    float: left;
    margin-left: 16px;
}


/*--------------------------------------------------=> UTILITY CLASSES */
.floatLeft
{
    float: left;
}

.floatRight
{
    float: right !important;
}

.alignLeft
{
    text-align: left;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}

.nodisplay
{
    display: none;
}

.nopadding
{
    padding: 0px !important;
}

.nopadding_top
{
    padding-top: 0px !important;
}

.nopadding_bottom
{
    padding-bottom: 0px !important;
}

.nopadding_vertical
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nomargin
{
    margin: 0px !important;
}

.nomargin_top
{
    margin-top: 0px !important;
}

.nomargin_bottom
{
    margin-bottom: 0px !important;
}

.nomargin_vertical
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.clearmargin
{
    margin: 0;
    padding: 0;
}

.clearer
{
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
}

.spacer
{
    clear: both;
    height: 10px;
    padding: 0;
    margin: 0;
}

.clearfix:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */