/*-----------body & generic------------*/
* {	margin: 0px; padding: 0px; }
ul { list-style-type: disc; }
img { border: 0px; }
p { margin: 10px 0px; }
h3 { margin: 10px 0px; font-size: 1.3em; }
	
select
	{
	border: 1px solid #b0afb8;
	background-color: #fff;
	color: #444;
	font-size: 0.9em;
	padding: 0px;
	}
	
option
	{
	background-color: #fff;
	color: #444;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 3px 2px 3px;
	}
	
textarea
	{
	border: 1px solid #b0afb8;
	background-color: #fff;
	color: #444;
	/*font-size: 0.9em;*/
	padding: 2px 3px;
	}
	
.text_input
	{
	border: 1px solid #b0afb8;
	background-color: #fff;
	color: #444;
	font-size: 0.9em;
	padding: 2px 3px;
	}

#skipnav
	{
	position: absolute;
	top: 0px;
	left: 0px;
	}

strong
	{
	font-weight: bold;
	}

body
	{
	background-color: #eee;
	text-align: center;
	font: 76%/1.7em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666;
	}
	
#page_container
	{
	margin: 0px auto;
	width: 983px;/* KLUDGE: had to add 3 px to get it to work in IE6 without the header disappearing or col4 wrapping */
	background-color: #fff;
	text-align: left;
	position: relative;/* NOTE: This is here to make sure the header is absolute to the edge of the page NOT the window */
	top: 0px;
	left: 0px;
	}
	
.clear_float
	{
	clear: both;
	}
	
.img_float_left
	{
	float: left;
	display: inline;
	margin: 0px 15px 10px 0px;
	padding: 0px;
	}
	
.img_float_right
	{
	float: right;
	display: inline;
	margin: 0px 0px 10px 15px;
	padding: 0px;
	}


/*-----------links------------*/

a { text-decoration: none; } 
a:link { color: #00aeef; }
a:visited { color: #00aeef; }
a:hover { color: #444; text-decoration: underline; } /* NOTE: 'hover' must come after 'link' and 'visited' to be effective */


/* ----- registration ----- */

.main_form #register_as label
	{
	float: none;
	font-size: 1.3em;
	margin-left: 10px;
	}

.main_form
	{
	clear: both;
	vertical-align: top;
	margin: 15px 0px;
	}
	
.main_form .form_block
	{
	padding: 15px 15px 30px 15px;
	margin: 0px 0px 10px 0px;
	/*background-color: #eeede6;*/
	background: #eeede6 url('/images/link_box_underline.gif') repeat-x scroll left bottom;	
	}

.main_form fieldset
	{
	border: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #eeede6;/* KLUDGE: same colour as .form_block background to get Safari to respect margins between legend and p tags */
	}
	
.main_form legend
	{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px !important;/* KLUDGE: other browsers use this style - including IE7 unfortunately */
	margin: 0px 0px 10px -7px;/* KLUDGE: corrects indent on IE6 */
	color: #666;
	}
	
.main_form label
	{
	float: left;
	width: 150px;
	font-size: 1.1em;
	}
	
.main_form .faux_label
	{
	float: left;
	width: 150px;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0px;
	}
	
.main_form .text_input
	{
	width: 280px;/* other attributes set in generic at top of CSS */
	}
	
.main_form textarea
	{
	width: 95%;/* other attributes set in generic at top of CSS */
	}
	
.main_form select
	{
	width: 288px;/* other attributes set in generic at top of CSS */
	}
	
.main_form .form_field
	{
	clear: both;
	margin: 0px;
	padding: 6px 0px;
	/*border-top: 1px dotted #d8d8d8;*/
	background: transparent url('../images/form_dot_line.gif') top left repeat-x;
	}
	
.main_form p
	{
	padding: 0px;
	margin: 10px 0px;
	}
	
.main_form .hidden
	{
	color: #eeede6;/* to match background colour without hiding content from screen readers */
	}
	
.main_form .notes
	{
	/*clear: both;*/
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 15px 0px;
	}
	
.main_form .notes .mandatory
	{
	font-size: 1.2em;
	}
	
.mandatory
	{
	color: #ff6b09;
	}
	
.message
	{
	color: #ff6b09;
	}
	
.message strong
	{
	font-weight: bold;
	color: #ff6b09;/* MJS: re-colour to override default strong colour */
	}
	
.main_form .form_button
	{
	float: right;
	display: inline;
	padding: 3px 10px;
	border: none;
	background-color: #666;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	}
	
.main_form .browse_button
	{
	padding: 3px 10px;
	margin: 0px 5px 5px 0px;
	border: none;
	background-color: #666;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	}
	
.main_form .inline_item
	{
	display: inline;
	}
	
.main_form .inline_item label
	{
	float: none;
	margin: 0px 20px 0px 10px;
	}
	
.main_form .checkboxgroup
	{
	float: left;
	margin-bottom: 10px;
	}
	
.main_form .checkboxgroup div
	{
	padding: 3px 0px;
	}

.main_form .other_field
	{
	clear: both;
	padding: 0px;
	}

.main_form .other_field label
	{
	float: left;
	display: inline;
	width: 150px;
	margin: 0px;
	}
	
.main_form #worktype label
	{
	float: none;
	display: inline;
	margin: 0px 30px 0px 10px;
	}
	
.main_form #coursetype label
	{
	float: none;
	display: inline;
	margin: 0px 20px 0px 10px;
	}

.main_form #coursetype .other_field input
	{
	display: inline;
	width: 230px;
	margin-left: 10px;
	}

.main_form #coursetype .other_field p
	{
	display: inline;
	}

/*-----------header------------*/
#header
	{
	width: 536px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9000000;/* NOTE: needs to stay on top of everything hence hugely high number */
	}
	
#header .png_wrapper
	{
	background: transparent url('/images/header.png') no-repeat left top !important;
	background: transparent url('/images/header.gif') no-repeat left top;/* included as a last resort */
	}
	
#admin
	{
	width: 420px;
	margin: -4px 0px 0px 10px;
	color: #00aeef;
	}

#admin .text_input
	{
	border: 1px solid #00aeef;
	width: 130px;
	}
	
#admin span
	{
	color: #444;
	}

/*----------- main image ------------*/

#main_img
	{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 330px;
	height: 220px;
	margin: 17px 0px 0px 0px;
	}
	
#main_img .mask
	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	}


/*-----------col1 [navigation] ------------*/
#col1
	{
	float: left;
	display: inline;
	width: 165px;
	margin: 162px 0px 30px 10px;
	}
	
	
#col1 a:link { color: #666; }
#col1 a:visited { color: #666; }
#col1 a:hover { color: #444; }
	
#col1 #main_nav
	{
	list-style-type: none;
	}
	
#col1 #main_nav li
	{
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 7px 0px;
	background: transparent url('/images/nav_underline.gif') no-repeat scroll left bottom;
	}
	
#col1 #main_nav li a
	{
	/*padding: 7px 0px;*/
	/*background: transparent url('/images/nav_underline.gif') no-repeat scroll left bottom;*/
	}
	
#col1 .selected
	{
	font-weight: bold;
	color: #444;
	/*background: transparent url('/images/nav_underline.gif') no-repeat scroll left bottom;*/
	}
	
#col1 .selected,#col1 #sub_nav .selected
	{
	font-weight: bold;
	color: #444;
	/*background: transparent url('/images/nav_underline.gif') no-repeat scroll left bottom;*/
}
	
#col1 #sub_nav li
	{
	font-size: 0.9em;
	font-weight: normal;
	background: none;
	margin-left: 15px;
	padding:4px 0px;
	list-style-type: square;
	color: #c3c3c3;
	}
	
#col1 #sub_nav li a { background: none;	}
#col1 #sub_nav li a:link { color: #00aeef; }
#col1 #sub_nav li a:visited { color: #00aeef; }
#col1 #sub_nav li a:hover { color: #444; }

/*-----------col2------------*/
#col2
	{
	float: left;
	display: inline;
	width: 220px; 
	margin: 190px 0px 30px 0px;
	}
	
#col2 p
	{
	color: #444;
	line-height: 1.6em;
	/*margin: 10px 0px 15px;*/
	}
	

/*-----------col3------------*/
#col3
	{
	float: left;
	display: inline;
	width: 330px;
	margin: 0px 0px 20px 20px;
	}
	
#col3 .home_content
	{
	margin: 247px 12px 0px 0px;
	border-top: 1px solid white; /* KLUDGE: temp fix for IE6 to do with floats and the initial para moving too far down the page */
	}

#col3 .home_content ul li
    {
    margin: 4px 0 4px 15px;
    }
	
#col3 .initial_para
	{
	clear: both;
	font-size: 1.3em;
	}


/*-----------col4------------*/

#col4
	{
	float: left;
	display: inline;
	width: 220px;
	margin-bottom: 50px;
	min-height: 600px;/* for standards-compliant browsers to stop column collapsing below bg shadow height */
	height: 100% !important;/* for standards-compliant browsers to stop column collapsing below bg shadow height */
	height: 600px;/* for IE6 to stop column collapsing below bg shadow height */
	background: transparent url('/images/page_edge_shadow.gif') no-repeat top left;
	}
	
/*
#col4 blockquote
	{
	margin: 0px 25px 20px 30px;
	line-height: 1.6em;
	font-style: normal;
	}
*/
	
#col4 .divider_bar 
	{
	margin: 15px 0px 0px 14px;
	}
	
#col4 .top_divider_bar 
	{
	margin: 0px 0px 0px 14px;
	}
	
#col4 div.quote_block
	{
	margin: 0px 25px 20px 30px;
	line-height: 1.6em;
	font-style: normal;
	}
	
#col4 div.quote
	{
	margin: 10px 0px;
	}
	
#col4 div.quote strong
	{
	font-weight: bold;
	color: #444;
	}
	
#col4 .credit_1
	{
	color: #716aad;
	}
	
#col4 .credit_2
	{
	color: #8dc73e;
	}
	
#col4 .credit_3
	{
	color: #ff8449;
	}

/*-----------main_content------------*/
#main_content
	{
	float: left;
	display: inline;
	width: 570px;
	position: relative;/* NOTE: to give a ref point for absolute positioning */
	margin: 0px 0px 50px 15px;
	}
	
#centre_col ul
	{
	list-style-type: disc;
	}
	
#centre_col li
	{
	margin: 4px 0px 4px 15px;
	}
	
#centre_col blockquote
	{
	margin: 0px;
	padding: 0px;
	}
	
#centre_col
	{
	float: left;
	display: inline;
	width: 558px;
	margin-right: 12px;
	}
	
#centre_col h2
	{
	color: #00aeef;
	margin-top: 183px;
	line-height: 1.2em;
	}
	
#centre_col h3
	{
	color: #00aeef;
	}
	
#centre_col strong
	{
	font-weight: bold;
	color: #444;
	}
	
#centre_col div.autocomplete
	{
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
    }
    
#centre_col div.autocomplete ul
	{
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height: 1.4em;
	}

#centre_col div.autocomplete ul li.selected
	{
	background-color: #b0afb8;
	color: #fff;
	}
	
#centre_col div.autocomplete ul li
	{
	list-style-type:none;
	display:block;
	margin:0;
	padding:4px;
	cursor:pointer;
	border-bottom: 1px dotted #ccc;
	}
	
.cs_submit_textarea
	{
	clear: both;
	padding: 2px 0px;
	}
	
#body_content p {padding-right: 100px;}
#body_content ul {padding-right: 100px;}
#body_content ol {padding-right: 100px;}
#body_content blockquote {padding-right: 100px;}
	
/*----------- link box ------------*/
	
#link_box
	{
	float: right;
	display: inline;
	width: 318px;
	margin: 247px 0px 10px 10px;
	}
	
#link_box ul
	{
	list-style-type: none;
	margin: 3px 0px 10px 22px;
	padding: 0px;
	}
	
#link_box li
	{
	margin: 0px 0px 3px;
	line-height: 1.4em;
	padding: 1px 12px;
	background: #eeede6 url('/images/link_box_underline.gif') repeat-x scroll left bottom;
	}
	
#link_box a
	{
	display: block;
	}
	
#link_box a:link
	{
	color: #666;
	}
	
#link_box a:visited
	{
	color: #666;
	}
	
#link_box a:hover
	{
	color: #444;
	}
	
#link_box strong
	{
	font-weight: normal;
	color: #0596cc;
	}
	
#link_box p
	{
	margin: 5px 0px;
	padding: 0px;
	}
	
	
/*----------- homelinks ------------*/
	
#homelinks
	{
	float: left;
	display: inline;
	line-height: 1.4em;
	margin-bottom: 12px;
	}
	
#homelinks div.odd
	{
	float: left;
	display: inline;
	width: 318px;
	margin: 0px 0px 3px;
	background: #eeede6 url('/images/homelinks_b_edge_1.gif') no-repeat bottom right;
	}
	
#homelinks div.even
	{
	float: left;
	display: inline;
	margin: 0px 0px 3px;
	background: #eeede6 url('/images/homelinks_b_edge_2.gif') no-repeat left bottom;
	}
	
#homelinks div.even div
	{
	float: left;
	display: inline;
	width: 318px;
	background: transparent url('/images/homelinks_tr_corner.gif') no-repeat top right;
	}
	
#homelinks div.odd img
	{
	float: left;
	}
	
#homelinks div.even img
	{
	float: left;
	}
	
#homelinks a
	{
	display: block;
	margin: 3px 12px 3px 62px;
	}
	
#homelinks a:link
	{
	color: #666;
	}
	
#homelinks a:visited
	{
	color: #666;
	}
	
#homelinks a:hover
	{
	color: #444;
	}
	
#homelinks span
	{
	color: #0596cc;
	}

	
/*----------- case studies ------------*/

#quicklinks
	{
	clear: both;
	color: #0596cc;
	margin: 30px 0px 20px 0px;
	}

#quicklinks li
	{
	list-style-type: none;
	display: inline;
	margin: 0px;
	}
	
#cs_links
	{
	list-style-type: none;
	margin: 15px 10px 15px 30px;
	padding: 0px;
	}
	
#cs_links li
	{
	padding: 2px 0px;
	background: transparent url('/images/full_dot_underline.gif') repeat-x left bottom;
	}
	
.cs_sup_img
	{
	clear: both;
	float: right;
	margin: 0px 0px 5px 20px;
	}
	
#cs_summary
	{
	width: 380px;
	margin-bottom: 25px;
	}
	
.listing_item
	{
	margin: 0px;
	padding: 10px 0px 15px 0px;
	background: transparent url('/images/full_dot_underline.gif') repeat-x left bottom;
	}
	
.listing_item h3
	{
	font-size: 1.4em;
	}
	
.listing_item p
	{
	margin: 6px 0px;
	padding: 0px;
	}
	
#ps_box
	{
	float: left;
	display: inline;
	margin-bottom: 15px;
	/*background-color: #ebf1f9;*/
	}
	
#ps_box #provider
	{
	width: 240px;
	float: left;
	display: inline;
	background-color: #ebf1f9;
	}
	
#ps_box #setting
	{
	width: 315px;
	float: right;
	display: inline;
	background-color: #e7f8fe;
	/*border-left: 3px solid #fff;*/
	}
	
#ps_box .ps_container
	{
	padding: 10px 10px 20px;
	}

	
/*----------- find a partner ------------*/
	
#fap_links
	{
	clear: both;
	margin: 0px 0px 15px 0px;
	background: #e7f8fe url('/images/full_dot_underline.gif') repeat-x left bottom;
	}

#fap_links p
	{
	margin: 12px 0px 0px 0px;
	padding: 0px;
	}

#fap_links div
	{
	margin: 0px;
	padding: 0px 10px 15px 20px;
	border-top: 3px solid #fff;
	/*font-size: 1.2em;*/
	}
	
/*----------- search pages ------------*/

#search_box
	{
	position: relative;
	float: right;
	display: inline;
	width: 218px;
	margin: 247px 0px 0px 0px;
	line-height: 1.4em;
	}
	
#search_box .line_spacer
	{
	margin-bottom: 5px;
	}
	
#search_box img.header
	{
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#search_box fieldset
	{
	float: right;
	display: inline;
	width: 218px;
	margin: 0px;
	padding: 10px 0px 14px 0px;
	border: none;
	background: #eeede6 url('/images/searchbox_divider.gif') repeat-x left bottom;
	}
	
#search_box fieldset.first
	{
	margin-top: 25px;
	}
	
#search_box fieldset.last
	{
	margin-bottom: 3px;
	background-image: none;
	/*background: #eeede6 url('/images/link_box_underline.gif') repeat-x left bottom;*/
	}
	
#search_box .spacing
	{
	/*clear: both;*/
	margin: 0px 12px 8px 12px;
	}
	
#search_box .hidden_label/* for accessible forms where label is not needed visually */
	{
	display: none;
	}
	
#search_box label
	{
	float: left;
	display: inline;
	margin-bottom: 6px;
	}
	
#search_box .chkbx
	{
	width: 70px;
	float: left;
	}
	
#search_box label.chklb
	{
	float: none;
	display: inline;
	}
	
#search_box select
	{
	width: 190px;/* other attributes set in generic at top of CSS */
	}
	
#search_box .text_input
	{
	width: 150px;/* other attributes set in generic at top of CSS */
	}
	
#search_box #go
	{
	padding: 0px 5px;
	vertical-align: middle;
	}
	
/*----------- results list ------------*/

#results
	{
	float: left;
	display: inline;
	width: 328px;
	}

#results_list
	{
	width: 328px;
	margin: 0px;
	padding: 0px;
	}
	
#results_list li
	{
	list-style-type: none;
	margin: 0px;
	padding: 6px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	background: transparent url('/images/results_divider.gif') repeat-x left bottom;
	}
	
#results_list li.nav
	{
	padding: 0px;
	font-size: 1em;
	line-height: 1.7em;
	background: transparent url('/images/results_divider.gif') repeat-x left top;
	}
	
.underline
	{
	padding: 4px 0px;
	background: transparent url('/images/results_divider.gif') repeat-x left bottom;
	}
	
#results_list li.nav div.underline
	{
	padding: 4px 0px;
	background: transparent url('/images/results_divider.gif') repeat-x left bottom;
	}
	
#results_list li.nav p
	{
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#results_list li.even
	{
	background-color: #fff;
	}

#results_list li.odd
	{
	background-color: #e7f8fe;
	}

#results_list .department
	{
	font-size: 0.8em;
	}
	
/*----------- detail pages ------------*/

#support_box
	{
	float: right;
	display: inline;
	width: 218px;
	margin: 247px 0px 10px 0px;
	padding: 0px;
	line-height: 1.4em;
	}
	
#support_box strong
	{
	font-weight: bold;
	color: #666;
	}
	
#support_box p
	{
	margin: 0px;
	padding: 0px;
	}

#contact_box
	{
	float: right;
	display: inline;
	width: 218px;
	position: relative;
	}

#contact_box p
	{
	margin: 5px 0px;
	}

#contact_box .nomargin
	{
	margin: 0px;
	}
	
#contact_box img.header
	{
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#contact_box div.first
	{
	margin-top: 25px;
	background: #eeede6 url('/images/searchbox_divider.gif') repeat-x left bottom;
	}
	
#contact_box div.mid
	{
	background: #eeede6 url('/images/searchbox_divider.gif') repeat-x left bottom;
	}
	
#contact_box div.last
	{
	background: #eeede6 url('/images/link_box_underline.gif') repeat-x left bottom;
	}
	
#contact_box div.spacing
	{
	padding: 12px 12px 15px 12px;
	}
	
#contact_box a:link
	{
	color: #0596cc;
	}
	
#contact_box a:visited
	{
	color: #0596cc;
	}
	
#contact_box a:hover
	{
	color: #444;
	}
	
#cs_box
	{
	float: right;
	display: inline;
	width: 218px;
	margin-top: 14px;
	}

#cs_box div.first
	{
	margin-bottom: 4px;
	background-color: #e2f77e;
	}

#cs_box div.mid
	{
	margin-bottom: 4px;
	background-color: #e2f77e;
	}

#cs_box div.last
	{
	background: #e2f77e url('/images/link_box_underline.gif') repeat-x left bottom;
	}

#cs_box div.spacing
	{
	padding: 12px 12px 15px 12px;
	}
	
	
#opps_box
	{
	float: right;
	display: inline;
	width: 218px;
	margin-top: 14px;
	}

#opps_box div.first
	{
	margin-bottom: 4px;
	background-color: #eeede6;
	}

#opps_box div.mid
	{
	margin-bottom: 4px;
	background-color: #eeede6;
	}

#opps_box div.last
	{
	background: #eeede6 url('/images/link_box_underline.gif') repeat-x left bottom;
	}

#opps_box div.spacing
	{
	padding: 12px 12px 15px 12px;
	}
	
#details_text
	{
	float: left;
	display: inline;
	width: 328px;
	margin-top: 30px;/* KLUDGE: temp measure until graphic page titling works */
	}
	
#info_box .heading
	{
	padding: 5px 10px;
	background: transparent url('/images/results_divider.gif') repeat-x left top;
	}
	
#info_box .body
	{
	font-size: 1.1em;
	padding: 1px 10px;
	background: #e7f8fe url('/images/results_divider.gif') repeat-x left bottom;
	}
	
#info_box h3
	{
	color: #666;
	padding: 0px;
	margin:0px;
	}
	
/*----------- download list ------------*/

#downloadlist ul
	{
	list-style: none;
	margin: 15px 0px;
	padding: 0px;
	border-bottom: 1px dotted #444;
	}
	
#downloadlist li
	{
	margin: 0px;
	padding: 5px 10px;
	vertical-align: middle;
	border-top: 1px dotted #d1d7de;
	}
	
#downloadlist li.first
	{
	border-top: 1px dotted #444;
	background-color: #e7f8fe;
	}
	
#downloadlist li.odd
	{
	background-color: #e7f8fe;
	}
	
#downloadlist li.dl_heading
	{
	border: none;
	}

	
#downloadlist input.dl_checkbox
	{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
#downloadlist label
	{
	display: block;
	}
	
#downloadlist strong
	{
	font-weight: bold;
	color: #444;
	}
	
#downloadlist div.dl_docdetails
	{
	float: left;
	display: inline;
	padding-left: 10px;
	line-height: 1.4em;
	}
	
#downloadlist img.dl_button
	{
	float: right;
	display: inline;
	margin-top: 6px;
	}
	
#downloadlist h3
	{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
#downloadlist h3.h3_larger
	{
	display: inline;
	font-size: 1.6em;
	}
	
#downloadlist #download_all h3.h3_larger
	{
	color: #716aad;
	}
	
#downloadlist .dl_block
	{
	margin: 0px 10px 0px 3px;
	}
	
#downloadlist #download_all
	{
	margin: 20px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #444;
	}
	
#dl_step_1
	{
	margin: 20px 0px 0px 0px;
	}
	
#downloadlist #dl_selected_button
	{
	margin: 15px 0px 40px 0px;
	}
	
#downloadlist #dl_steps
	{
	margin: 15px 0px 10px 24px;
	}
	
#downloadlist #dl_steps li
	{
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
/*--video--*/

.video-wrapper
	{
	height: 225px;
	width: 303px;
	}

#bloom-wrapper
	{
	background: white url(../swf/stills/bloom.jpg) top left no-repeat;
	}






/*----------- footer ------------*/
#sponsors
	{
	clear: both;
	margin: 0px 10px;
	border-top: 1px solid #d8d8d8;
	}
	
#sponsors img
	{
	margin: 2px 36px 10px 4px;
	vertical-align: middle;
	}