/* 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; 

	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 0 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 good *************************************/
#sidebar1
{
float: left; 
width: 259px; 
margin-right: 5px;

background: #F2F3E7;
}	


#searchbar1 {
	float: left; 
	width: 259px; 
	height: 30px;
	background: #EAE6D2; 
	padding: 0px 0; 
	
	}
	
#searchbarfield {
	float: left; 
	width: 230px; 
	height: 20px;
	margin: 0 0px 0 18px; 
	padding: 4px 0; 
	}
	
	
/********************************** content good *************************************/

#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;}
	
 


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 *************************************/

	

h1 {  /* main headings */
	font-size: 110%;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	
}

h2 {   /* main body text */
	font-size: 75%;
	line-height: 160%;
	font-weight: normal;
	color: #666666;
		margin-top: 8px;
	
}


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;

}


.sidebar_title {
	font-size: 85%;
	line-height: 100%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
		margin-left: 15px;

		}

.sidebar_newsheading {
	font-size: 65%;
	line-height: 130%;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 15px;
	margin-right: 10px;

	

}
.sidebar_featureheading {
	font-size: 70%;
	line-height: 140%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin-left: 15px;
			margin-right: 10px;
						margin-top: 5px;
}

a.sidebar_featureheading:hover {
	text-decoration: underline;
}

.sidebar_featuretext {
	font-size: 65%;
	line-height: 155%;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 15px;
	margin-right: 10px;

}

.sidebar_link {
	font-size: 60%;
	line-height: 140%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin-left: 15px;

}

a.sidebar_newsheading:hover {
	text-decoration: underline;
}

.sidebar_newsdate {
	font-size: 65%;
	line-height: 120%;
	color: #666666;
	text-decoration: none;

	font-weight: normal;
	padding: 5px 0;
	margin-left: 15px;
		margin-top: 5px;
	}
	

/* 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: 70%;
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: 70%;
	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; }   
	
.moscovitch {
	font-size:10px;
	font-weight: normal;
	color: #CFA859;
	text-decoration: none;
	font-style: normal;

}

a.moscovitch:hover {
	text-decoration: underline;
}

.legalstrip {
	font-size:10px;
	font-weight: normal;
	color: #B2B2B2;
	text-decoration: none;
	font-style: normal;
}


/* ------------------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: 80%;
			line-height: 110%;
			color: #CFA859;
			
			
			}
			.ajaxSearch_extract {/*class for content extract div (for highlighting)*/
				font-size: 70%;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
		}
		
		.ajaxSearch_resultsInfo {/*resultsIntro*/
			font-size: 80%;
			line-height: 110%;
			color: #CC0000;
	   }
	   /*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: 70%;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
       }
	   
	 .ajaxSearch_resultDescription {/*class for result description span*/  
	   				font-size: 70%;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
	  } 
	  
	  .ajaxSearch_resultsIntroFailure{ /*class for no results paragraph*/
	  	   				font-size: 70%;
				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;
       }
	   
	   	/*-----------------Submenu-------------------*/
	
	
	
ul.vertical_list {
    margin: 0px auto;
	list-style: none;
	margin-left:20px;
	line-height: 100%;

}

ul.vertical_list li {
    text-align: left;
	
    

    padding: 0px 10px 3px 10px; /* top right bottom left */

    border: 0px;}
	
ul.vertical_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 65%;
     
    font-weight: normal;
	text-decoration: none;
	}
	
ul.vertical_list li a:hover{
color: #CFA859;
text-decoration: underline;
}


/*..........................................Related Links...................*/

      
	
ul.relatedL_list {
    margin: 0px auto;
	list-style: none;
	margin-left:20px;
	line-height: 100%;

}

ul.relatedL_list li {
    text-align: left;
		
    

    padding: 0px 10px 3px 10px; /* top right bottom left */

    border: 0px;}
	
ul.relatedL_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #CFA859;
    font-size: 65%;
    
    font-weight: normal;
	text-decoration: none;
	}
	
ul.relatedL_list li a:hover{
color: #CFA859;
text-decoration: underline;
}

.relatedlinks_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 0 20px;
		padding: 10px 0 5px 0px;}
		
		
.relatedlinks_text {
	font-size: 70%;
	line-height: 100%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;}
	
/*---------------------international links titles-----------------*/	

.intlinks_titles {
	font-size: 70%;
	line-height: 120%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;}
	
.intlinks_text {
	font-size: 70%;
	line-height: 120%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;}
        
		
		/*--------------------- reputation text -----------------*/	

.reputation_titles {
	font-size: 70%;
	line-height: 120%;
	color: #CFA859;
	text-decoration: none;
	font-weight: bold;}
	
.reputation_quotes {
	font-size: 70%;
	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: 70%;
    letter-spacing: 0.08em; 
    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%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;}	

/*---------------------Links Table list-----------------*/

* 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;
}

ul li {
 margin-bottom: 5px;
}




.moscovitch {
	font-size:10px;
	font-weight: normal;
	color: #CFA859;
	text-decoration: none;
	font-style: bold;}
	
.moscovitch:visited {
	font-size:10px;
	font-weight: normal;
	color: #CFA859;
	text-decoration: none;
	font-style: bold;
}	
	.moscovitch:link {
	font-size:10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style: bold;}
	
	.image_borders {

	border: 0px;

}