

/* Loading tools...
------------------------------------*/


/* Detecting Server Settings...
------------------------------------*/

/* Environment: Live */
/* Media Server to use: http://media.ef.com */


/* Detecting Browser Settings...
------------------------------------*/

/* Country:               us
/* Language:              us
/* Web crawler?           True
/* Your browser:          generic crawler
/* Your browser version:  1
/* Your platform:  function platform(str)
{
//Use this if you are using short hand like 'windows' or 'mac'
//The more speciffic you are the more likely this will give you an accurate response
if (platform_n.indexOf(str)!=-1)
{
Response.WriteBlock(7)
Response.Write(str)
Response.WriteBlock(8)
Response.Write(platform_n)
Response.WriteBlock(9)
return true;
} else {
return false;
}
}
/* Accepts Style sheets?  False
/*
/* You can switch style sheets using the following scripts:
/* (remove spaces between < and % for asp
/* < %if(browser("IE==5")) {% > Your styles < %}% >
/* for multiple use commas, for version equal to less than or greater than use conditionals <,>,==,!=,>=,<=
/* < %if(browser("IE>5,firefox,safari<3")) {% > Your styles < %}% >
/*
/* the following variables may also be used
/* browser_n (browser name), browser_v (version), isCrawler (boolean true if a spider)
*/


/* - - - - - - - - - - - - - - - - - - - - -

Title  :LT CSS
Author : Gavin Edwards

Description : Homepage custom styles

Created  : July 20th, 2006
Modified : 
Re-Modified : 

- - - - - - - - - - - - - - - - - - - - - */

#destContent { 
	width:916px;
	padding:0px; 
	margin:0px auto;
	text-align:left;
}

#destContent h2 {
	
		margin: 15px 10px 0px 15px;
	
	padding: 0px;
}

#destContent p { 
	
		margin: 0px 10px 10px 15px;
	
	padding: 0px;
}

table#destSplashTable { 
	background:#fff;
	width:916px;
	padding:0px 0px; 
	
		margin:0px auto;
		
	
	border:0px;
}

table#destSplashTable td.top 
{
	background:#fff;
	width:916px;
}

table#destSplashTable td.main 
{
	background:#fff; 
	width:25%;
}

table#destSplashTable td.bottom 
{
	width:916px;
	background:#fff; 
	height:20px;
}

table#countries 
{
	padding:0;
	margin:0;	
	text-align:left;
	width:100%;
}

table#countries ul 
{
	margin:0px auto;
	width:90%;
}

table#countries ul li 
{
	border-bottom:1px solid #d7f0f4;
	color:#000;
	font-size:85%;
}

table#countries ul li a
{
	padding:2px 8px 2px 8px;
	color:#185999;
	width:92%;
	display:block
}

table#countries a:hover 
{
	color:#185999;	
	background: #ffba00;
	text-decoration:none;
}

table#countries ul li.country
{
	background: #d7f0f4;
	padding:2px 2px 0 2px ;
}

table#countries ul li.country a
{
	background: #d7f0f4;
	padding:0 8px 2px 25px;
	font-weight:bold;
	width:132px;
}

table#countries ul li.country a:hover
{
	color: #F85e12;
	width:132px;
}



