

/* 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(6)
Response.Write(str)
Response.WriteBlock(7)
Response.Write(platform_n)
Response.WriteBlock(8)
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)
*/



#homeContent {
    text-align:center;
    padding:10px 0px 10px 0px;
}

#gt_slideshow {
    width:759px;
    height:480px;
    margin:0px auto;
    background:#fff url(http://media.ef.com/_imgs/lt/nf_gt/background.gif) top left no-repeat;
}

#gt_ss_header {
    width:600px;
    height:50px;
    float:left;
    text-align:left;
}

#gt_ss_header h2 {
    font-size:24px;
    color:#fff;
    margin:10px;
}

.gt_ss_close {
    width:150px;
    height:50px;
    background:transparent url(http://media.ef.com/_imgs/lt/nf_gt/close.gif) top right no-repeat;
    float:left;
    text-align:right;
    cursor:pointer;
}

.gt_ss_close p {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    margin:5px 35px 0px 0px;
    padding:0px;
}

.gt_ss_close_over {
    width:150px;
    height:50px;
    background:transparent url(http://media.ef.com/_imgs/lt/nf_gt/close.gif) top right no-repeat;
    float:left;
    text-align:right;
    cursor:pointer;
}

.gt_ss_close_over p {
    color:#fff;
    text-decoration:underline;
    font-weight:bold;
    font-size:14px;
    margin:5px 35px 0px 0px;
    padding:0px;
}

#breadcrumb {
	width:730px;
	height:30px;
	margin:10px auto;
	clear:both;
	text-align:center;
}

#bcText {
	background:url(http://media.ef.com/_imgs/lt/nf_gt/bc_background.gif) #fff no-repeat;
	background-position:center bottom;
	width:730px;
	height:30px;
}

.step {
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:11px;
	color:#ec008c;
	float:left;
	margin:0px 0px 0px 0px;
	width:11%;
	text-align:center;
	cursor:pointer;
}

.step img, .stepDone img {
	margin:4px auto 0px auto;
	display:block;
}

.stepDone {
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:11px;
	color:#ccced0;
	float:left;
	margin:0px 0px 0px 0px;
	width:11%;
	text-align:center;
}

#gt_ss_text {
    width:350px;
    height:350px;
    float:left;
    
        margin:5px 5px 5px 25px;
    
    text-align:left;
}

#gt_ss_text_header {
    width:330px;
    height:16px;
    margin:0px;
    background:#00aeef;
    padding:10px 7px;
    overflow:none;
}

h3 {
    text-transform:uppercase;
    color:#fff200;
    font-weight:bold;
    font-size:12px;
}

#gt_ss_text_content {
    width:344px;
    height:280px;
    overflow:auto;
}

#gt_ss_text_content p {
    margin:5px 10px;
    color:#00aeef;
}

span.gt_ss_linkOver {
    color:#fff;
    background:#006b9c;
    font-size:12px;
    margin:5px;
    padding:5px;
    font-weight:bold;
    cursor:pointer;
    line-height:15px;
}

span.gt_ss_link {
    color:#fff;
    background:#008ecb;
    font-size:12px;
    margin:5px;
    padding:5px;
    font-weight:bold;
    cursor:pointer;
    line-height:15px;
}

#gt_ss_nav_line {
    width:344px;
    height:5px;
    border-top:solid 1px #dddedf;
}

#gt_ss_nav {
    width:344px;
    height:40px;
}

.gt_ss_nav_left {
    width:50%;
    height:40px;
    float:left;
    background:transparent url(http://media.ef.com/_imgs/lt/nf_gt/nav_left.gif) top left no-repeat;
    text-align:left;
    cursor:pointer;
}

.gt_ss_nav_left p {
    font-size:14px;
    font-weight:bold;
    color:#ec008c;
    margin:7px 0px 0px 30px;
    padding:0px;
}

.gt_ss_nav_leftOver {
    width:50%;
    height:40px;
    float:left;
    background:transparent url(http://media.ef.com/_imgs/lt/nf_gt/nav_left.gif) top left no-repeat;
    text-align:left;
    cursor:pointer;
}

.gt_ss_nav_leftOver p {
    font-size:14px;
    font-weight:bold;
    color:#ec008c;
    text-decoration:underline;
    margin:7px 0px 0px 30px;
    padding:0px;
}

.gt_ss_nav_leftNone {
    width:50%;
    height:40px;
    float:left;
    text-align:left;
}

.gt_ss_nav_right {
    width:50%;
    float:left;
    background:transparent url(http://media.ef.com/_imgs/lt/nf_gt/nav_right.gif) top right no-repeat;
    text-align:right;
    cursor:pointer;
}

.gt_ss_nav_right p {
    font-size:14px;
    font-weight:bold;
    color:#ec008c;
    text-decoration:none;
    margin:7px 30px 0px 0px;
    padding:0px;
}

.gt_ss_nav_rightOver {
    width:50%;
    float:left;
    background:transparent url(http://media.ef.com/_imgs/lt/nf_gt/nav_right.gif) top right no-repeat;
    text-align:right;
    cursor:pointer;
}

.gt_ss_nav_rightOver p {
    font-size:14px;
    font-weight:bold;
    color:#ec008c;
    text-decoration:underline;
    margin:7px 30px 0px 0px;
    padding:0px;
}


.gt_ss_nav_rightNone {
    width:50%;
    float:left;
    padding:7px 30px 0px 0px;
    text-align:right;
}


#gt_ss_img {
    width:345px;
    height:350px;
    float:left;
    margin:5px 20px 5px 5px;
    text-align:left;
    overflow:auto;
    color:#00aeef;
}

.testimonial-paragraph {
    overflow:hidden;
    width:310px;
    height:300px;
    margin-bottom:0px;
    margin-left:10px;
    
}

.testimonial-paragraph p {
    margin:5px 0px;
    padding:0px;
    color:#666;
}