
/* CSS Document */

/* For use on 'home' index page */


* {
	margin: 0; /* zero out margin */
	padding: 0; /* zero out padding */
}
html {
	height: 100%; /* gives layout 100% height */
	position: relative; /* gives 100% height to Opera 9.5 */
}
body {
	height: 100%; /* gives layout 100% height */
	background: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left; 
	color: #000000;
	text-decoration: none;}


* html #wrapper { 
	height: 100%; /* IE6 treats height as min-height */
	
}
#wrapper {
	min-height: 100%; /* gives layout 100% height */
	margin: 0 auto; /* centers #wrapper */
	width: 978px; /* centered div must be given a width */
	background: #FFFFFF; /*** Background colour of navigation column now ***/
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	
}
#footer {
	height: 40px;
	width: 978px; /* centered div must be given a width */
	margin: -40px auto 0 auto; /* -40px sucks it back in & auto centers it */
background: #ffffff; 
		border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	
	border-bottom: 1px solid #9F9F9F;
	clear: both;


}
#menu {
	margin: 40px 0px 0px 0px; /* top, right, left, bottom.  */
}

#title {

	margin: 220px 0px 0px 290px; /* top, right, left, bottom.  */

}

#header { 
 float: left;
	margin: 0px 0px 0px 0px; /* top, right, left, bottom.  */
	width: 978px; 
	height: 180px;
	/*background: url(../images/banner2.jpg) no-repeat;*/}
	
	
#header #banner-img{ 
	border: 0;
	position: absolute;
	
	width: 978px; 
	height: 180px;
	/*background: url(../images/banner2.jpg) no-repeat;*/	
	  
}
	
/********************************** sidebar *************************************/
#sidebar1
{
float: left; 
width: 259px; 
margin-right: 5px;
background: #F2F3E7;
}	


#searchbar1 {
	float: left; 
	width: 259px; 
	height: 30px;
	background: #EAE6D2; 
	padding: 0px 0; 
	margin-bottom:20px;	
	}
	
#searchbarfield {
	float: left; 
	width: 230px; 
	height: 20px;
	margin: 0 0px 0 18px; 
	padding: 4px 0; 
	}
	
	
/**********************************  *************************************/

#content
{
  float: left; 
  width: 600px; 
  margin-left: 35px;
  margin-top: 5px;
  

}


/********************************** PARAGRAPH SPACING IS TOTALLY CONTROLLED *************************************/

/* first set the overall default paragraph space to ZERO */

p { /* remove all text margins */
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size:12px;
	color:#666666;
	line-height:18px;
	padding:5px 0px 5px 0px;
}
	
	/*p.team_link{		
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}*/


select {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
value {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
select {  }
input {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

a:link {
	text-decoration: none;
	color: #CFA859;}
	
	a:visited { text-decoration: none;
color: #CFA859;
}
	
form{display:inline;} /* removes the horrible spacing after forms - makes them sit inline! */


/********************************** PARAGRAPH SPACING IS TOTALLY CONTROLLED *************************************/

	

h1 {  /* main headings */
	font-size: 110%;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	padding:25px 0px 10px 0px;
}

h6 {  /* sub headings */
	font-size: 90%;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
}


h2 {   /* main body text */
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	color: #CFA859;
	margin-top: 15px;
	margin-bottom:5px;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 250%;
	color: #666666;
	text-decoration: none;
	font-weight: bold; 
}

.newsletter{  /* headings */
	font-size: 90%;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
}


h3 {   /* main body text with uderline */
	font-size: 70%;
	line-height: 160%;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

h4 {  /* main body text credits */
	font-size: 65%;
	line-height: 100%;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

h5 {   /* international links descriptors */
	font-size: 70%;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;

}


.intro { 
 font-size:13px;
 font-weight: normal;
 color: #336699;
 line-height: 1.5;
 text-decoration: none;
}

.intro_bold { 
 font-size:13px;
 font-weight: bold;
 color: #336699;
 line-height: 1.5;
 text-decoration: none;
}

.latest_news_heading { 
 font-size:13px;
 font-weight: bold;
 color: #880099;
 line-height: 1.5;
 text-decoration: none;
}

.news { 
 font-size:11px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 line-height: 1.5;
}

.news_bold { 
 font-size:11px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 line-height: 1.5;
}

.news_bold_link { 
 font-size:11px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 line-height: 1.5;
 
}
 .news_bold_link:hover{
 text-decoration: underline;
 color:#FFCC00; /* and back to the old yellow!!! 231104 */
}
.news_date { 
 font-size:11px;
 font-weight: normal;
 color: #666666;
 text-decoration: none;
}


.sidebar_title {
	font-size: 80%;
	line-height: 100%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	
		border-bottom-width: 1px;
	    border-bottom-style: solid; 
		border-bottom-color: #C3C3C3; 
		margin: 0px 20px 0px 20px;
		padding: 40px 0px 5px 0px;

}
.sidebar_text {
	font-size: 65%;
	line-height: 120%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.sidebar_newsdate {
	font-size: 65%;
	line-height: 160%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.sidebar_newstext {
	font-size: 65%;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.sidebar_newsheading {
	font-size: 11px;
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: left;

}
.sidebar_featureheading {
	font-size: 11px;
	line-height: 140%;
	color: #CFA859;
	text-decoration: none;
		font-weight: normal;
	text-align: left;

}
.sidebar_link {
	font-size: 10px;
	line-height: 140%;
	color: #CFA859;
	text-decoration: none;
		font-weight: normal;
	text-align: left;

}

.sidebar_featuretext {
	font-size: 11px;
	line-height: 130%;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: left;

}



/* bulletted list styles **********************************************************/

/*ul, li {
 list-style-type: none;
 /*list-style-image:url(../../Media/common/blue_arrow1.gif);
}*/

ul { /* menu */
 margin-top: 5px;
 margin-left: 8px;
 padding-left: 8px;
 color:#666666;
}

ul li {
 margin-bottom: 5px;
 font-size:12px;
}

/* main horizontal navigation  */

#navcontainer ul { list-style-type: none; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a { 
text-decoration: none; 
padding: .2em 1em;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 11px;
letter-spacing: 0.08em; 

text-align: center;
text-transform: uppercase;   
 
margin-left: 16px;
padding: 5px 0em; /* top right bottom left */
overflow: hidden;
float: left;}

#navcontainer ul li a:hover
{
color: #CFA859;
text-decoration: underline;
}

a.nav, a.nav:link, a.nav:visited {  /* main navigation */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666; /* grey */
	font-size: 11px;
	letter-spacing: 0.08em; 
	font-weight: bold;
	text-align: left; 
	text-decoration: none; 
	display: inline; 
	margin-left: 16px;
	padding: 5px 0em; /* top right bottom left */
	overflow: hidden;
	float: left;}
	
a.footer_nav:hover {
	text-decoration: underline;
}

a.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2; /* grey */
	font-size: 60%;
 
	font-weight: normal;
	text-align: left; 
	text-decoration: none; }

	
	/*-----------------Submenu-------------------*/
	
	
	
ul.vertical_list {
    margin: 10px 0px 5px 0px;
	list-style: none;
	margin-left:20px;
	line-height: 75%;

}

ul.vertical_list li {
    text-align: left;
	font-size:11px;
    padding: 3px 10px 0px 10px; 

    border: 0px;}
	
ul.vertical_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
     
    font-weight: normal;
	text-decoration: none;
	}
	
ul.vertical_list li a:hover{
color: #CFA859;
text-decoration: underline;
}


/*..........................................Related Links...................*/

      
	
ul.relatedL_list {
    margin: 10px auto;
	list-style: none;
	margin-left:20px;
	line-height: 12px;

}

ul.relatedL_list li {
    text-align: left;
    padding: 2px 10px 0px 10px;
    border: 0px;}
	
ul.relatedL_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px; 
    font-weight: normal;
	text-decoration: none;
}
	
ul.relatedL_list li a:hover{
	color: #CFA859;
	text-decoration: underline;
}

.relatedlinks_title {
	font-size: 12px;
	line-height: 100%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #C3C3C3; 
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 5px 0px;
}
		
		
.relatedlinks_text {
	font-size: 11px;
	line-height: 100%;
	color: #909090;
	text-decoration: none;
	font-weight: normal;
}
	
/*---------------------international links titles-----------------*/	

.intlinks_titles {
	font-size: 12px;;
	line-height: 18px;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	
	}
	
.intlinks_text {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;}
	
a.intlinks_titles:hover {
	text-decoration: underline;
}
        
		
		/*--------------------- reputation text -----------------*/	

.reputation_titles {
	font-size: 11px;
	line-height: 120%;
	color: #CFA859;
	text-decoration: none;
	font-weight: bold;
	border: none;
	}
	
.reputation_quotes {
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}
	
/*---------------------Services Table list-----------------*/	
ul.table_list {
    margin: 0px auto;
	margin-left:0px;
	list-style: none;
}

ul.table_list li {
    text-align: left;
	padding: 0px 10px 3px 10px; /* top right bottom left */
	color:#CCCCCC;
    border: 0px;}
	
ul.table_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
 
    font-weight: normal;
	text-decoration: none;}
	
ul.table_list li a:hover{
	color: #CFA859;
	text-decoration: underline;
}

/*---------------------Non hyperlinked Table list-----------------*/	
ul.tableh_list {
    margin: 0px auto;
	margin-left:0px;
}

ul.tableh_list li {
    text-align: left;
	padding: 0px 10px 3px 10px; /* top right bottom left */
	color:#CCCCCC;
    border: 0px;}
	
ul.tableh_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 70%;

    font-weight: normal;
	text-decoration: none;}	

/*---------------------Links Table list-----------------*/
	


/* main text variables ------------------------------------------------ */	

#textsub_headings {
	font-size: 80%;
	line-height: 100%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}
	
#text_quotes {
	font-size: 70%;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}
	
#text_credits {
	font-size: 60%;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}

/* Breadcrumb------------------------------------------------ */

.B_crumbBox {
       /*Span that surrounds all crumb output*/

	font-size: 11px;
	line-height: 120%;
	color: #999999;
	text-decoration: none;
	text-align: left;}

.B_hideCrumb  {     /*Span surrounding the "..." if there are more crumbs than will be shown*/
}
.B_currentCrumb  {  /*Span or A tag surrounding the current crumb*/
}
.B_firstCrumb  {    /*Span that always surrounds the first crumb, whether it is "home" or not*/

}
.B_lastCrumb  {     /*Span surrounding last crumb, whether it is the current page or not*/

}
.B_crumb   {        /*Class given to each A tag surrounding the intermediate crumbs (not home, or hide)*/
text-decoration: none;
color: #CFA859;
}
.B_homeCrumb  {     /*Class given to the home crumb*/
	text-decoration: none;
	color: #CFA859;
}

/* -------------------------------------------sidebar login*/

#sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#sidebarlogin label {
color: #444444;
}

#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	display: block;
	font-size: 70% !important;
}
	
.logindetails {
	font-size: 70%;
	padding: 10px 0em; /* top right bottom left */
	color: #CFA859;
	text-decoration: none;
	text-align: left;
 
}


	
.logindetails2 {
	font-size: 70%;
	padding: 10px 0em; /* top right bottom left */
	color: #999999;
	text-decoration: none;
	text-align: left;
}
	
	#WebLoginLayer0 {
	
	}
	

/* ------------------sitemap-------------------  */

ul.sitemap_list {
    margin: 0px auto;
	list-style: none;
		margin-left:20px;
	
}

ul.sitemap_list li {
    text-align: left;
    
    list-style-type: disc;
	color: #999999; 
    padding: 0px 10px 0px 10px; /* top right bottom left */
    border: 0px;}
	
ul.sitemap_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px; 
    font-weight: normal;
	text-decoration: none;}
	
ul.sitemap_list li a:hover{
color: #CFA859;
text-decoration: underline;
}


/* ------------------search-------------------  */

#ajaxSearch_form { /* #ajaxSearch_form - id of the search form*/
           color: #444;
           width: auto;
       }
       #ajaxSearch_input { /*#ajaxSearch_input - id of the input box on the form*/
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff url(images/input-bg.gif) repeat-x top left;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
       }
       #ajaxSearch_submit { /*#ajaxSearch_submit - id of the submit button*/
           display: inline;
           height: 22px;
           line-height: 22px;
       }
       #ajaxSearch_output {  /*#ajaxSearch_output - id of the div that the ajax results are returned in*/
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
	   
	    .ajaxSearch_resultLink { /*class for result link*/
			font-size: 11px;
			line-height: 110%;
			color: #CFA859;
			text-decoration: underline;}
			a.ajaxSearch_resultLink:hover {
	
}
			
			
			
			.ajaxSearch_extract {/*class for content extract div (for highlighting)*/
				font-size: 11px;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
				margin-bottom: 10px;
		}
		
		.ajaxSearch_resultsInfo {/*resultsIntro*/
			font-size: 11px;
			line-height: 110%;
			color: #CC0000;
			margin-top: 10px;
			margin-bottom: 10px;
	   }
	   /*The following items are used to style the reults when the user does not have javascript or they have clicked the more results link*/
	   
       .ajaxSearch_paging { /*.ajaxSearch_paging - class for span of result pages listing*/
   	font-size: 11px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
       }
	   
	 .ajaxSearch_resultDescription {/*class for result description span*/  
	   				font-size: 11px;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
				margin-bottom: 8px;
	  } 
	   .ajaxSearch_resultExtract {/*class for result description span*/  
	   			font-size: 11px;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
				margin-bottom: 8px;
	  } 
	  
	  .ajaxSearch_resultsIntroFailure{ /*class for no results paragraph*/
	  	   		font-size: 11px;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
	  }
	   
	  /*The following items are used to style the results returned by the ajax request. */
	  
       .AS_ajax_result {  /*.AS_ajax_result - class for the result container div*/
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink { /*.AS_ajax_resultLink - class for the result link*/

           	text-decoration: underline;
       }
       .AS_ajax_resultDescription{ /*.AS_ajax_resultDescription - class for the result description span*/
           color: #555;
       }
       .AS_ajax_more { /*.AS_ajax_more - class for more search results div*/
           color: #555;
       }
	   
/* -------------------------------------------fd download*/
fd_output{border: 1px solid #ccc;

    padding: 10px;

}


.fd_output tr.fd-alt {

    background-color: #eee;

}

.fd_output tr.fd-directory {

    background-color: #336699;

    color: #fff;

}


.fd-path{
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 70%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;
		border-bottom-width: 1px;
	border-bottom-style: dotted;}
	
	
	
.table_text {
	font-size: 70%;
	line-height: 100%;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-align: left;}
	
	
	/* Miscellaneous classes for reuse------------------------------------------------ */
.latestnews_date {
	font-size: 10px;
	line-height: 130%;
	color: #B2B2B2;
	text-decoration: none;
	margin-top: 7px;

}
.latestnews_description {
	font-size: 12px;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;

	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #666666; */
	
}

.latestevents_date {
	font-size: 11px;
	line-height: 130%;
	color: #B2B2B2;
	text-decoration: none;
		margin-top: 7px;

}
.latestevents_description {
	font-size: 12px;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;}
	
	a.latestevents_description:hover {
	text-decoration: underline;
}
	
.moscovitch {
	font-size:10px;
	font-weight: normal;
	color: #CFA859;
	text-decoration: none;
	font-style: normal;}
	
.moscovitch:visited {
	font-size:10px;
	font-weight: normal;
	color: #CFA859;
	text-decoration: none;
	font-style: normal;
}	
	.moscovitch:link {
	font-size:10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style: normal;

}.legalstrip {
	font-size:10px;
	font-weight: normal;
	color: #B2B2B2;
	text-decoration: none;
	font-style: normal;
}

.team_name {
	font-size: 11px;
	line-height: 120%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
		margin: 6px 0px 0px 0px; /* top, right, bottom, left.  */
}

.team_discipline {
	font-size: 11px;
	line-height: 100%;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin: 3px 0px 0px 0px; /* top, right, bottom, left.  */

}

.team_link {
	font-size: 11px;
	line-height: 130%;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-align: left;

	
}
 .team_link:hover{
 text-decoration: none;
 color:#CFA859; 
}


.profile_name {
	font-size: 12px;
	line-height: 120%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
}


.bullet_titles {
	/*font-size:12px;*/
	line-height: 160%;
	color: #CFA859;
	text-decoration: none;
	font-weight: bold;
		margin-top: 8px;
}
.image_borders {

	border: 0px;

}
.filter-holder {
float:left;
position:relative;
display:block;
width:214px;
margin-right:3px;
}
.clearall {
position:absolute;
right:3px;
font-weight:normal;
cursor:pointer;
}
.filter-title {
line-height:20px;
font-size:11px;
text-align:left;
font-weight:bold;
height:20px;
width:214px;
color:#7b6666;
text-indent:5px;
background: url(../../../images/cat_top.gif);
border-top: 1px solid #f0e4cd;
border-left:1px solid #f0e4cd;
border-right:1px solid #868680;
border-bottom:1px solid #868680;
}
.filter-dropdown {
width:204px;
line-height:20px;
height:100px;
overflow:auto;
color: #999999;
top:20px;
left:-1px;
font-size:11px;
background-color: #f2f3e7;
padding:5px;
font-weight:normal;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
cursor:pointer;
}
