
/*COLOUR CHANGES */
/****************************************/

/*0 of11  Site background colour*/

body{	
	text-align:left;
	min-width:1000px;
  	background: #22afcb url(../images/bg.png) repeat-x;
	
	}


/*1of11  Changes main paragraph font colour*/
#content p {
	font-size: 14px;
	color: #333300;
	line-height: 1.2em;
        padding-left: 20px;
        margin-right: 15px;      
}


/*2of11 Changes link font colour */
#content p a {
	color: #747e1a;
}


/*3of11*/
/* Changes the background colour of link*/
#content p a:hover {
	background-color: #333300;
	color: #ffffff;
}

/*11of11  Changes the background colour of link that's not in a <p>*/
#content a:hover
{  
	background-color: #333300;
	color: #ffffff;
}

/*4of11 Changes H1 Header  */
#content h1 {
	font-size: 12px;
	color: #747e1a;
	background:  url() no-repeat left top;
	padding-left: 0px;
	
}


/*4of11 Changes H2 Header  */
#content h2 {
	font-size: 12px;
	color: #747e1a;
	background:  url() no-repeat left top;
	padding-left: 0px;
	
}



/*4of11 Changes H3 Header  */
#content h2{
	font-size: 12px;
	color: #747e1a;
	background:  url() no-repeat left top;
	padding-left: 0px;
	
}


/*5of11 Changes Search results font colour  */
.FSF_searchResults {
	font-size: 12px;
	color: #EC2178;
	line-height: 18px;
	_line-height: 16px;
}

/*6of11*/
.FSF_extract {
	font-size: 12px;
	color: #EC2178;
	line-height: 18px;
	_line-height: 16px;
}

/*7of11*/
.FSF_resultLink {
	color: #EC2178;
}

/*8of11*/
.FSF_extract {
	font-size: 12px;
	color: #EC2178;
	line-height: 18px;
	_line-height: 16px;
}


/*8of11  Image Background Colour */
#content img{

		border-style:solid;
		border-color:#daecf7;
        border-width:thick; 
        

}

/*****************************************/
	

#QE_Toolbar{

z-index: 1000000;
}

/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0;

}

a
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	font-size: 14px;
        font-family: "Trebuchet MS", verdana, sans-serif;		
	
}



	

#wrapper {
	background: url(../images/wrapper.png) repeat-y center;
	width:1000px;
	margin: auto;
}

#outer{
	height:99%;
	min-height:100%;
	width:1000px;
	text-align:left;
	margin: auto;
	position:relative;
	overflow:visible;
	background: url(../images/outer.png) repeat-y center;
}
	



#outerMenu{
	height:99.9%;
	min-height:100%;
	width:1000px;
	text-align:left;
	margin: auto;
	position:relative;
	overflow:visible;
	left:5px;
	background: url(../images/outerMenu.gif) repeat-y center;



}



/* mac hide \*/
* html #outer{
	width:1000px;
	
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:3px;/*needed to make room for header*/       
	
} 


#header{
	margin:auto;
margin-bottom:-2px;
	position:relative;
	top:0px;
	width:1000px;
		_padding:0 80px 0 80px;
	height:194px;
	z-index:74;
	background:  url(../images/header.png) no-repeat center;
	

}


#ajaxbar{
	position:relative;
	top:194px;
	width:973px;
	height:31px;
	left:13px;
	z-index:65;
	background-image: url(../images/bar.png);
	background-repeat: repeat-x;
	background-position: center;
	visibility:visible;
	
}



#logo {
	position:absolute;
	top:26px;
	left:10px;
	width:970px;
	height:152px;
	text-indent: -5000px;
	z-index:300;
	
	
}
/* mac hide \*/
* html #outer, * html #header {width:864px}
/* end hide*/


div,p  {
	margin-top:0px;
	
	
	
}/*clear top margin for mozilla*/


#grid {
	position:absolute;
        margin:auto;
	top:31px;
	left:11px;
	_left: -57px;
	z-index:100; 
}




#right {
	width:206px;
	float:right;
	z-index: 55;


}
#right-inner {
	width: 190px;
	padding-left: 9px;
	text-align: left;

        

}

#right-inner h2 {
	font-size: 15px;
	padding-left: 8px;
}


#right-inner p, span{
        font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-left: 14px;
        padding-right:10px; /* Terminos y condiciones*/


}

#left {
	top: 400px;
	position:relative;/*ie needs this to show float */
	width:563px;
	float:left;
	.padding-left: 0px;
        
} 


#left-inner {
	padding-left: 0px;
	padding-right: 9px;
	text-align: left;
	z-index: 101;


}
#clearfooter {
	width:100%;
	height:43px;
	clear:both;
} /* Space between footer and content*/


html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

#content {
	z-index: 300;
	position:relative;
	left:15px;
	top: -370px;
	padding-bottom: 7px;
   	padding-left: 8px;
	width: 630px;
	visibility:visible;
	
	
	
        
}

#contentSearch {
	z-index: 300;
	position:relative;
	min-height:600px;
	top: 20px;
	padding: 0 30px 7px 48px;
        
}




#content h2 {
	font-size: 22px;	
        .padding-top: 20px; /* IE7 FIX*/
	padding-left: 20px;
	line-height: 24px;
	position: relative;
	z-index: 200;
        text-align: center;


}



/* Change font colours for clients here 12 Elements to change in total + Changes in form.css*/


#footer {
	top: 0px;
	_padding-top: 2px;
	margin: auto;
	color: #ffffff;
	width:1000px;
	clear:both;
	height:108px;
		_padding-bottom: 20px;
	text-align:left;
	bottom:0px;
	position: relative;
	background:  url(../images/footer.png) no-repeat center;
	z-index:1001;
	

}


#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}

#footer p {
	padding: 8px;
}


* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px; 
	/* for ie*/
}
/* end hide*/






#content ul li{
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 0.5em;
	font-size: 90%;
	
}






.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}









