.left {float:left;}
.right {float:right;}
a {text-decoration:none;}
/*a:hover {text-decoration:underline;}*/
label.error 
{
	font-size:10px;
	color:#ff0000;
}

/* TOP NAVIGATION */
/*without jQuery simple CSS based navigation*/
#nav ul li a, #nav ul li a:visited {display:block; text-decoration:none; color:#004071; font-size:13px; overflow:hidden; padding: 5px 10px 9px;}
#nav ul {padding:0; margin:0; list-style: none;}
#nav ul li {float:left; position:relative; margin:0px; height:34px;}
#nav ul li ul {display: none;}
#nav ul li ul li {float:none;display:block; width:200px; border-bottom:1px solid #ccc; height:auto;}

#nav ul li:hover a {color:#fff; background:#009CDC;}
#nav ul li:hover ul {display:block; position:absolute; left:0;}
#nav ul li:hover ul li ul {display: none;}
#nav ul li:hover ul li a {display:block; background:#009CDC; color:#fff; font-size:11px; padding: 5px 10px;}
#nav ul li:hover ul li a:hover {background:#C7EAFC; color:#000;}
#nav ul li:hover ul li:hover ul {display:block; position:absolute; left:201px; top:0;}

body#home #nav ul li#home a, body#destinations #nav ul li#destinations a, body#courses #nav ul li#courses a, 
body#teaching #nav ul li#teaching a, body#studentlife #nav ul li#studentlife a, body#about #nav ul li#about a, 
body#news #nav ul li#news a, body#contact #nav ul li#contact a {background:#009CDC;color:#ffffff;}
/*EOF without jQuery simple CSS based navigation*/


/*SuperMega DropDown*/
div#mega-destinations, div#mega-courses, div#mega-teaching, div#mega-studentlife, div#mega-about
{
	background:#009CDC url(/_imgs/ly/2010/header/mega-dropdown-bkg.jpg) repeat-x center bottom;
	overflow:hidden;
	display:none;
	position:absolute;
	top:179px;
	z-index:999999;
	min-height:290px;
	border-bottom:4px solid #fff;
	padding:4px 0px;
}
div#mega-destinations div.map 
{
	background:transparent url(/_imgs/ly/2010/_shared/destination-nav.png) no-repeat right top;
	min-height:290px;
}
div#mega-destinations ul li, div#mega-courses ul li, div#mega-teaching ul li, div#mega-studentlife ul li, div#mega-about ul li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height:18px;
}
div#mega-destinations ul li, div#mega-courses ul li ul, div#mega-teaching ul li, div#mega-studentlife ul li ul, div#mega-about ul li ul 
{
	margin:0px;
}

div#mega-destinations ul li a, div#mega-courses ul li a, div#mega-teaching ul li a, div#mega-studentlife ul li a, div#mega-about ul li a
{
	color:#FFC220;
	font-weight:bold;
	display:block;
	font-size:13px;
}
div#mega-destinations ul li a:hover, div#mega-courses ul li a:hover, div#mega-teaching ul li a:hover, div#mega-studentlife ul li a:hover, div#mega-about ul li a:hover 
{
	background:#FFBB09;
	color:#004071;
}

div#mega-destinations ul li.subheader a, div#mega-courses ul li.subheader a, div#mega-teaching ul li.subheader a, div#mega-studentlife ul li.subheader a, div#mega-about ul li.subheader a 
{
	font-size:12px;
	font-style:normal;
	color:#ffffff;
	margin-top:5px;
}
div#mega-destinations ul li.subheader a:hover, div#mega-courses ul li.subheader a:hover, div#mega-teaching ul li.subheader a:hover, div#mega-studentlife ul li.subheader a:hover, div#mega-about ul li.subheader a:hover 
{
	background:#FFBB09;
	color:#004071;
}
div#mega-destinations ul li ul li a, div#mega-courses ul li ul li a, div#mega-courses ul li a.description, div#mega-teaching ul li a.description, div#mega-studentlife ul li a.description, div#mega-about ul li a.description, div#mega-teaching ul li ul li a, div#mega-studentlife ul li ul li a, div#mega-about ul li ul li a  
{
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	font-style:normal;
	margin:0px;
}
div#mega-destinations ul li ul li a:hover, div#mega-courses ul li ul li a:hover, div#mega-courses ul li a.description:hover, div#mega-teaching ul li a.description:hover, div#mega-studentlife ul li a.description:hover, div#mega-about ul li a.description:hover, div#mega-teaching ul li ul li a:hover, div#mega-studentlife ul li ul li a:hover, div#mega-about ul li ul li a:hover  
{
	background:#FFBB09;
	color:#004071;
}  

div#mega-destinations ul li.subheader ul li a, div#mega-courses ul li.subheader ul li a, div#mega-courses ul li a.description, div#mega-teaching ul li a.description, div#mega-studentlife ul li a.description, div#mega-about ul li a.description, div#mega-teaching ul li.subheader ul li a, div#mega-studentlife ul li.subheader ul li a, div#mega-about ul li.subheader ul li a  
{
	color:#F3F3F3;
	font-weight:normal;
	font-size:11px;
	font-style:normal;
	margin:0px;
}
div#mega-destinations ul li.subheader ul li a:hover, div#mega-courses ul li.subheader ul li a:hover, div#mega-courses ul li a.description:hover, div#mega-teaching ul li a.description:hover, div#mega-studentlife ul li a.description:hover, div#mega-about ul li a.description:hover, div#mega-teaching ul li.subheader ul li a:hover, div#mega-studentlife ul li.subheader ul li a:hover, div#mega-about ul li.subheader ul li a:hover 
{
	background:#FFBB09;
	color:#004071;
}

/* END TOP NAVIGATION */

/*JQUERY FANCYBOX*/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/_imgs/ly/2010/_shared/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
	
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	left: -15px;
	height: 30px;
	width: 30px;
	background: url('/_imgs/ly/2010/_shared/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_imgs/ly/2010/_shared/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/_imgs/ly/2010/_shared/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/_imgs/ly/2010/_shared/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/_imgs/ly/2010/_shared/fancybox/fancy_title_right.png) repeat-x;
}
/*END JQUERY FANCYBOX*/


/*Brochure pageflip*/
#pageflip img.flip {
	position:absolute;
	right:0;
	top:0;
	width:147px;
	height:135px;
	z-index:4;
	overflow:hidden;
}
#pageflip div.brochure 
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:4;
	width:90px;
	height:94px;
	background:transparent url(/_imgs/ly/2010/home/brochure.jpg) no-repeat right top;
	overflow:hidden;
}
#pageflip div.brochure span.freeSticker 
{
	width:104px;
	height:106px;
	position:absolute;
	top:0px;
	right:0px;
}

#pageflip div.brochure div.formbkg 
{
	position:absolute;
	top:60px;
	right:15px;
	width:640px;
	height:380px;
	background:transparent url(/_imgs/ly/2010/home/brochure-form.png) no-repeat right top;
}
#pageflip div.brochure div.formbkg div#sendFormLoading 
{
	background:transparent url(/_imgs/ly/2010/_shared/loading12px.gif) no-repeat;
	position:absolute;
	bottom:60px;
	right:300px;
	width:36px;
	height:12px;
	display:none;
} 
#pageflip div.brochure div.formbkg div.form 
{
	padding:30px;
}
#pageflip div.brochure div.formbkg div#success 
{
	padding:50px;
	color:#004071;
}

#pageflip div.brochure div.formbkg div.form p 
{
	font-size:12px;
	color:#666;
	margin:0px;
}
#pageflip div.brochure div.formbkg div.form p.spam 
{
	clear:both;
	font-size:11px;
	margin:0px;
}
#pageflip div.brochure div.formbkg div.form ul 
{
	list-style-type:none;
	list-style-position:inside;
	width:290px;
	margin:0px;	
}
#pageflip div.brochure div.formbkg div.form ul li 
{
	font-size:12px;
	color:#666;
	margin-left:10px;
	clear:both;
	line-height:28px;
}
#pageflip div.brochure div.formbkg div.form ul li.submit 
{
	float:right;
	margin:10px 10px 0px 0px;
} 
#pageflip div.brochure div.formbkg div.form ul li input, #pageflip div.brochure div.formbkg div.form ul li select 
{
	font-size:12px;
	color:#004071;
	border:1px solid #ccc;
	width:120px;
}
#pageflip div.brochure div.formbkg div.form ul li input.error, #pageflip div.brochure div.formbkg div.form ul li select.error 
{
	background-color:#FFFFD5;
	border:1px solid #FF0000;
	color:#FF0000;
	margin:0;
	font-weight:bold;
} 

#pageflip div.brochure div.formbkg div.form ul li span.submit 
{
	background:transparent url(/_imgs/ly/2010/_shared/submit.gif) no-repeat center left;
	height:27px;
	text-align:center;
}
#pageflip div.brochure div.formbkg div.form ul li span.end 
{
	background:transparent url(/_imgs/ly/2010/_shared/submit.gif) no-repeat center right;
	width:6px;
	height:27px;
}
#pageflip div.brochure div.formbkg div.form ul li input.submit 
{
	background-color:Transparent;
	border:0px;
	height:22px;
	font-size:12px;
	color:#fff;
	cursor:pointer;
	margin-left:6px;
} 
#pageflip div.brochure div.formbkg div.form ul li .birthday
{
	width:44px;
}
#pageflip div.brochure div.formbkg div.form ul li .bdd, #pageflip div.brochure div.formbkg div.form ul li .bmm 
{
	width:36px;
}
#pageflip div.brochure div.formbkg div.form ul li .byy 
{
	width:50px;
}
#pageflip div.brochure div.formbkg div.form ul li span 
{
	float:left;
	width:130px;
}
/*end Brochure pageflip*/

/* HEADER */
div#wrapHeader 
{
	width:100%;
	background:transparent url(/_imgs/ly/2010/header/prodheader.jpg) repeat-x;
	position:relative;
	z-index:999;
}
div#wrapHeader div.header
{
	position:relative;
	height:179px;
	z-index:999;
}

div#wrapHeader div.logo 
{
	width:106px;
	height:97px;
	position:absolute;
	top:0px;
	left:20px;
}
div#wrapHeader div.prodname 
{
	top:105px;
	left:20px;
	position:absolute;
	width:500px;
	height:22px;
}
div#wrapHeader div.action 
{
	position:absolute;
	font-size:11px;
	top:0px;
	right:0px;
	z-index:999;
}

div#wrapHeader div.action a#slideme
{
	background:transparent url(/_imgs/ly/2010/header/arrowDown.gif) no-repeat right center;
	padding:0px 18px;
	display:inline;
	margin:0px auto;
} 
div#wrapHeader div.action a 
{
	color:#333333;
}
div#wrapHeader div.action ul 
{
	margin-top:4px;
}
div#wrapHeader div.action ul li
{
	float:left;
	margin-left:14px;
	list-style-type:none;
	height:20px;
	display:block;
}

div#wrapHeader div.action ul li.programs 
{
	margin-left:6px;	
}
div#wrapHeader div.action ul li.language
{
	margin-left:1px;
	text-align:center;
}
div#wrapHeader div.action ul li.language span.flagIcon 
{
	margin:1px 0px 0px 0px;
	width:14px;
	height:14px;
	position:absolute;
	background-position:0px 1px;
	*background-position:0px 0px;
}
div#wrapHeader div.action ul li.language ul 
{
	position:relative;
	overflow:hidden;
	margin-bottom:2px;
	visibility:hidden;
}
/*set fix width for bloody IE6*/
* html div#wrapHeader div.action ul li.language ul 
{
	width:100px;
}

div#wrapHeader div.action ul li.language ul li 
{
	float:none;
	margin:0px;
	padding:0px 10px;
	font-size:11px;
	font-weight:bold;
}

div#wrapHeader div.action ul li.language ul li.header-line
{
	border-top:1px dotted #ccc;
	height:8px;
} 
div#wrapHeader div.action ul li.language ul li.header 
{
	text-align:center;
	background:transparent url(/_imgs/ly/2010/header/bluebutton.gif) no-repeat scroll right 0;
	height:22px;
	cursor:pointer;
}
div#wrapHeader div.action ul li.language ul li.header span 
{
	background:transparent url(/_imgs/ly/2010/header/bluebutton.gif) no-repeat scroll left 0;
	display:block;
	height:22px;
	padding-left:10px;
	margin-left:-10px;
}
div#wrapHeader div.action ul li.language ul li.header a
{
	color:#203d53;
}
div#wrapHeader div.action ul li.language ul li a 
{
	color:#00aeef;
}
div#wrapHeader div.action ul li.tab div.tabStart
{
	position:relative;
	z-index:2;
	top:-4px;
	padding:2px 0px 0px 11px;
	background:transparent url(/_imgs/ly/2010/header/tab.png) no-repeat left bottom;
	display:inline;
	height:24px;
	float:left;
}
/*will IE6 one day finally die?*/
* html div#wrapHeader div.action ul li.tab div.tabStart 
{
	background:transparent url(/_imgs/ly/2010/header/tab.gif) no-repeat left bottom;
}

div#wrapHeader div.action ul li.tab div.tabEnd
{
	background:transparent url(/_imgs/ly/2010/header/tab.png) no-repeat right bottom;
	width:11px;
	position:relative;
	top:-4px;
	height:24px;
	float:left;
	display:block;
	z-index:2;
	padding-top:2px;
}
/*will IE6 one day finally die?*/
* html div#wrapHeader div.action ul li.tab div.tabEnd
{
	background:transparent url(/_imgs/ly/2010/header/tab.gif) no-repeat right bottom;
}
div#wrapHeader div.action ul li span.square
{
	background:url(/_imgs/ly/2010/header/square3px.gif) no-repeat 0px 6px;
	padding-left:6px;
}

div#wrapHeader div.action2 
{
	text-align:right;
	position:relative;
	top:91px;
	right:0px;
	z-index:1;
}
div#wrapHeader div.action2 ul li
{
	list-style-type:none;
	font-weight:bold;
}
div#wrapHeader div.action2 ul li.phone
{
	font-size:18px;
	color:#0057a6;
	height:24px;
}
div#wrapHeader div.action2 ul li.links
{
	font-size:11px;
	color:#0067c5;
}
div#wrapHeader div.action2 ul li.links a 
{
	color:#0067c5;
}

div#wrapHeader div#nav 
{
	height:30px;
	position:absolute;
	top:145px;
	width:940px;
	border-bottom:4px solid #009CDC;
	padding:0px 10px;
	z-index:999;
}


/*FatFooter - Accreditations and Footer*/
div#fatfooter
{
	width:100%;
	/*height:232px;*/
	border-top:4px solid #00AEEF;
	background-color:#C7EAFC;
	z-index:1;
	padding:10px 0px;
	font-size:11px;
	color:#203D53;
}
div#fatfooter div.breadcrumbs 
{
	font-size:11px;
	color:#203D53;
	font-weight:normal;
}
div#fatfooter div.breadcrumbs a, div#fatfooter div.breadcrumbs a:hover, div#fatfooter div.breadcrumbs a:active
{
	font-size:11px;
	color:#203D53;
	font-weight:bold;
}
div#fatfooter h4 
{
	font-size:12px;
	color:#203D53;
	font-weight:bold;
	margin-bottom:10px;
}
div#fatfooter h5 
{
	font-size:11px;
	color:#203D53;
	font-weight:bold;
	margin-bottom:10px;
} 

div#fatfooter li 
{
	list-style-type:circle;
	margin-left:15px;
}
div#fatfooter li a 
{
	font-size:11px;
	color:#203D53
}
div#fatfooter li a:hover 
{
	text-decoration:underline;
} 
div#fatfooter div.countries li  
{
	float:left;
	width:95px;
	list-style-type:circle;
	margin-left:15px;
}
div#accreditations
{
	height:57px;
	background-color:#ffffff;
	text-align:center;
	padding:10px 0px;
}
div#accreditations a
{
	font-size:10px;
	color:#888888;
}
div#footer
{
	border-top:3px solid #d6d6d6;
	width:100%;
	height:39px;
	background-color:#ECECEC;
	position:relative;
	z-index:1;
}
div#footer span.copyright
{
	font-size:10px;
	color:#5b5b5b;
	padding:9px 0px;
}
div#footer span.links
{
	padding:7px 0px;
	color:#555555;
}
div#footer span.links a
{
	font-size:11px;
	color:#0067c5;
}

/* --------- Begin Shared Layout --------- */
.contentContainer
{
	margin: auto;
	/*background-color: #F8F8F8;*/
	background:#F8F8F8 url(/_imgs/ly/2010/_shared/contentContainer_bg.gif) repeat-y 0 0;
	/*border: 1px solid #E7E7E7;*/
	border-bottom:1px solid #E7E7E7;
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	margin-bottom: 10px;
	height: 100%;
	position: relative;
}

/*** Begin Shared > More Information ***/
#moreInfo
{
	margin: 10px 0 10px 0;
	color: #333;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#moreInfo span
{
	padding-top: 3px;
	font: normal 11px Arial, Helvetica, sans-serif;
	display: block;
}

#moreInfo ul li
{
	float: left;
	display: inline;
	list-style: none;
	margin: 0px 50px 0px 0px;
	text-align: center;
	width: 97px;
}

#moreInfo ul li a
{
	text-decoration: none;	
	color: #333;
}

#moreInfo ul li a:hover img
{
	width: 97px;
	height: 63px;
	opacity: 0.6;
	filter: alpha(opacity=60); 

}

#moreInfo ul li.moreInfoLeft
{
	margin: 0px 25px 0px 0px;
}

#moreInfo ul li.moreInfoCenter
{
	margin: 0px 25px 0px 25px;
}

#moreInfo ul li.moreInfoRight
{
	margin: 0px 0px 0px 25px;
}

#navContent .moreInfoSub
{
	clear: both;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: auto;
}

#navContent .moreInfoSub a
{
	color: #333;
	display: block;
	list-style: none;
}

#navContent .moreInfoSub ul
{
}

#navContent .moreInfoSub li
{
	display: inline;
	list-style: none;
	padding: 10px 0;
	border-left: 25px solid #F8F8F8;
	text-indent: 25px;
}

#navContent .moreInfoSub li#video
{
	background: #F8F8F8 url(/_imgs/ly/2010/_shared/icons/icon_video.png) no-repeat left center;
}
#navContent .moreInfoSub li#location
{
	background: #F8F8F8 url(/_imgs/ly/2010/_shared/icons/icon_world.png) no-repeat left center;
}
#navContent .moreInfoSub li#share
{
	background: #F8F8F8 url(/_imgs/ly/2010/_shared/icons/icon_message.png) no-repeat left center;
}
#navContent .moreInfoSub li#contact
{
	background: #F8F8F8 url(/_imgs/ly/2010/_shared/icons/icon_question.png) no-repeat left center;
}
#navContent .moreInfoSub a:hover
{
	color: #000;
	background: transparent url() no-repeat ;
	background-position: none;
	border:0;
}


.moreInfoSub2
{
	clear: both;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: auto;
	margin: 0 10px 0 0;
}

.moreInfoSub2 a
{
	color: #333;
	display: inline;
	list-style: none;
}

.moreInfoSub2 ul
{
}

.moreInfoSub2 li
{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
.moreInfoSub2 a:hover
{
	color: #000;
	background: transparent url() no-repeat ;
	background-position: none;
	border:0;
}
/*** End Shared > More Information ***/

/*** Begin Shared > Sponsors Footer ***/
div.sponsors
{
	margin-top: 10px;
	text-align: right;
}

div.sponsors ul li
{
	display: inline;
	list-style: none;
	padding: 20px;
}

div.sponsors ul li a
{
	color: #333;
}
/*** End Shared > Sponsors Footer ***/

/*** Begin Shared >Banner Image and Promos ***/ 
#banner
{
	position: relative;
	min-height: 245px;
	height: 245px;
	overflow: hidden;
	width: 960px;
	border-bottom: 5px solid #009ccd;
}
#banner img
{
	border-bottom: 5px solid #009ccd;
}
#banner #promo
{
	position: absolute;
	top: 16px;
	right: 15px;
	width: 292px;
	min-height: 206px;
	z-index: 2;
}
#banner #promo #promotext
{
	background: transparent url(/_imgs/ly/2010/_shared/pixel_bg/blue50.png);
	display: block;
	color: #FFF;
	position: absolute;
	left: 5px;
	right: 10px;
	top: 132px;
	width: 263px;
	padding: 20px 10px 10px 10px;
	height: 39px;
}
#banner #promo img
{
	border: 5px solid #FFF;
	overflow: auto;
}
div.container_16 div#banner div.banner-items { 
    width:20000em; 
    position:absolute;
    clear: both;
    height: 245px;
}
div.container_16 div#banner div.banner-items div { 
    float:left; 
    width: 960px;
}
#banner #hiddenBanner
{
	background: transparent url(/_imgs/ly/2010/_shared/pixel_bg/black50_fade.png) repeat-x;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 215px;
	left: 0;
	font-size: 11px;
	z-index: 50;
}
#banner #hiddenBanner a
{
	color: #FFF;
	font-weight: bold;
}
#banner #hiddenBanner div#hiddenTitleShow, #banner #hiddenBanner div#hiddenTitleHide
{
	padding: 5px 0;
	text-indent: 20px;
}
#banner #hiddenBanner div#hiddenTitleHide
{
	display: none;
	background: transparent url(/_imgs/ly/2010/_shared/icons.png) no-repeat 150px 100.7%;
}
#banner #hiddenBanner div#hiddenTitleShow
{
	display: none;
	background: transparent url(/_imgs/ly/2010/_shared/icons.png) no-repeat 150px 91.5%;
}
#banner #hiddenBanner #hiddenContent
{
	background: transparent url(/_imgs/ly/2010/_shared/pixel_bg/black50.png);
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
}

#banner #hiddenBanner #hiddenContent div.List
{
	float: left;
	width: 200px;
	height: 120px;
}
#banner #hiddenBanner #hiddenContent h3.first,
#banner #hiddenBanner #hiddenContent h3.second,
#banner #hiddenBanner #hiddenContent h3.third
{
	font-size: 11px;
	color: #FFF;
	margin: 5px 0px 0px 10px;
	font-weight: bold;
}
#banner #hiddenBanner #hiddenContent #jumpFix
{
	padding: 8px 10px 8px 10px;
}
#banner #hiddenBanner #hiddenContent img
{
	display: none;
}
#banner #hiddenBanner #hiddenContent ul
{
	margin: 5px 5px 5px 5px;
}
#banner #hiddenBanner #hiddenContent ul li
{ 
	list-style: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	text-indent: 6px;
	margin: 0;
}
#banner #hiddenBanner #hiddenContent ul li a
{
	text-decoration: none;
	font-weight: normal;
}

#banner #hiddenBanner #hiddenContent h5
{
	color: #eee;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#banner #promos
{
	background-color:#FFFFFF;
	height:204px;
	position:absolute;
	top:20px;
	right:10px;
	width:291px;
	z-index:50;
}
#banner #promos div.promos-navi
{
	bottom:-48px;
	height:40px;
	position:absolute;
	width:283px;
	z-index:1;
}
#banner #promos div.promos-navi a {
	background:transparent url(/_imgs/ly/2010/_shared/navigator.png) no-repeat scroll 0 0;
	cursor:pointer;
	float:left;
	height:8px;
	margin:3px;
	width:8px;
}
#banner #promos div.promos-navi a:hover {
	background-position:0 -8px;
}
#banner #promos div.promos-navi a.active {
	background-position:0 -16px;
}
#banner #promos a.promos-prev 
{
	background:transparent url(/_imgs/ly/2010/_shared/arrow_prev.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:18px;
	left:-30px;
	position:absolute;
	top:100px;
	width:18px;
	z-index:2;
}
#banner #promos a.promos-next 
{
	background:transparent url(/_imgs/ly/2010/_shared/arrow_next.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:18px;
	position:absolute;
	right:-30px;
	top:100px;
	width:18px;
	z-index:2;
}
#banner #promos div.promos-scrollable 
{
	border:4px solid #FFFFFF;
	height:196px;
	overflow:hidden;
	position:absolute;
	width:283px;
}
#banner #promos div.promos-scrollable:hover {
	border:4px solid #FFC220;
}
#banner #promos div.promos-scrollable div.promos-items 
{
	clear:both;
	position:absolute;
	width:20000em;
}
#banner #promos div.promos-scrollable div.promos-items div.promo 
{
	float:left;
	width:283px;
	height:196px;
}
#banner #promos div.promos-scrollable div.promos-items div.promo a 
{
	color:#FFFFFF;
	display:block;
	height:196px;
	position:absolute;
	top:0;
	width:283px;
}
#banner #promos div.promos-scrollable div.promos-items div.promo div.panel 
{
	background-color:#009CDC;
	bottom:10px;
	display:block;
	height:40px;
	opacity:0.6;
	position:absolute;
	width:283px;
}
#banner #promos div.promos-scrollable div.promos-items div.promo a span 
{
	position:absolute;
	bottom:10px;
	height:40px;
}
/*** End Shared >Banner Image and Promos ***/ 

/*** Begin Shared > Title Bar ***/ 
#subtitle
{
	background:#FFFFFF url(/_imgs/ly/2010/_shared/contentContainer_bg.gif) repeat-y 0 0;
	position: relative;
	/*border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;*/
	border-bottom:1px solid #E7E7E7;
	overflow: hidden;
}
*html #subtitle
{
	height:100%;
	float:left;
}
#subtitle img.flag 
{
	border: 1px solid #000;
	margin: 9px 9px 9px 10px;
	float: left;
}

#subtitle h1
{
	color: #000;
	font-size: 23px;
	font-weight: lighter;
	padding: 12px 0px 10px 2px;
	display: inline;
	float: left;
	margin-bottom: 0px;
}

#subtitle h2
{
	color: #000;
	font-size: 23px;
	font-weight: lighter;
	padding: 12px 0px 10px 2px;
	display: inline;
	float: left;
	margin-bottom: 0px;
}

#subtitle h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
	float: left;
	margin-bottom: 0px;
}

#subtitle #subtitleInfo
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	color: #afafaf;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 9px 10px 9px 5px;
}
#subtitle #subtitleInfo2
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	color: #afafaf;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 0;
}

#subtitle #subtitleTime
{
	display:inline;
	color: #333;
	padding-right: 20px;
}
/*** End Shared > Title Bar ***/ 

/* --------- END Shared Layout --------- */


/* --------- BEGIN Sub Left Navigation --------- */
div#navContent
{
	clear: both;
	/*border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	background: transparent url(/_imgs/ly/2010/_shared/borderbottom_shadow.jpg) repeat-x scroll 0 0;*/
	background:#FFFFFF url(/_imgs/ly/2010/_shared/leftNav_bg.gif) repeat-y 0 0;
	border:0;
	border-top: 1px solid #e7e7e7;
} 
 
div#navContent ul 
{
	list-style: none;
	margin: 0;
}

div#navContent ul li
{
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	float: left;/* IE Hack */
}

div#navContent li.selected a
{
	background: url(/_imgs/ly/2010/_shared/icons.png) no-repeat center left;
	background-position: 2% -386px;
	background-color: #009cdc;
	color: #FFF;
}

div#navContent a 
{
	color: #009cdc;
	font: normal 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 11px 23px;
	background:transparent;

	text-decoration: none;
	border:0;
}

div#navContent a:hover 
{
	color: #FFF;
	background: url(/_imgs/ly/2010/_shared/icons.png) no-repeat center left;
	background-position: 2% -386px;
	background-color: #009cdc;
	border:0;
}

div#navContentFade
{
	width: 100%;
	background: #F8F8F8 url(/_imgs/ly/2010/_shared/borderbottom_shadow.jpg) repeat-x scroll 0 0;
	height: 7px;
	float: left;
}
/* --------- END Sub Left Navigation --------- */

/* --------- Primary Content Styling --------- */
#primaryContent
{
	color: #333;
	border:0;
}
#primaryContent a
{
	color: #009cdc;
}

#primaryContent h2
{
	color: #333;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#primaryContent h3
{
	color: #333;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#primaryContent h4
{
	color: #333;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#primaryContent img.right
{
	float: right;
	padding: 2px;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
}

#primaryContent .right
{
	float: right;
	margin-left: 20px;
}
#primaryContent ul.bulletlist li, #primaryContent ul#bulletlist li
{
	background: url(/_imgs/ly/2010/_shared/list_dot.png) no-repeat scroll 0% 9px;
	list-style: none;
	margin-left: 0px;
	text-indent: 12px;
}
#primaryContent div#tabs .bulletlist li
{
	background: url(/_imgs/ly/2010/_shared/list_dot.png) no-repeat scroll 0% 9px;
	list-style: none;
	margin-left: 0px;
	text-indent: 12px;
}
#primaryContent div#tabs table.activities td
{
	font-size: 12px;
}
#primaryContent div#tabs table.activities ul.bulletlist
{
	background: none;
	overflow: visible;
	min-height: 200px;
}
#primaryContent div#tabs table.activities .bulletlist li
{
	background: url(/_imgs/ly/2010/_shared/list_dot.png) no-repeat scroll 0% 9px;
	list-style: none;
	margin-left: 0px;
	text-indent: 12px;
	width: 165px;
}

#primaryContent .factlist li
{
	background: url(/_imgs/ly/2010/_shared/list_dot.png) no-repeat scroll 0% 9px;
	list-style: none;
	margin-left: 0px;
	text-indent: 13px;
}

#primaryContent .notes li
{
	font-size: 11px;
	background: url(/_imgs/ly/2010/_shared/list_dot.png) no-repeat scroll 0% 7px;
	list-style: none;
	margin-left: 0px;
	text-indent: 10px;
}

#primaryContent div.pcContainer 
{
	border: 1px solid #D7D7D7;
	background-color:#FFFFFF;
	padding: 10px; 
}

#primaryContent div.pcContainer h3
{
	padding: 0px;
}

#primaryContent div.accomType h2
{
	font-size: 14px;
}

#primaryContent div.table
{
	color: #0074BC;
	clear: both;
	padding-top: 10px;
}
#primaryContent div.table td
{
	font-size: 11px;
	padding: 5px 5px;
	border: 1px solid #FFF;
	vertical-align: middle;
}
#primaryContent div.table table td.headerTitle
{
	border: 1px solid #E7E7E7;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 13px;
	background-color: #FFF;	
}
#primaryContent div.table table td.time
{
	background-color: #FFF;
	text-align: center;
	font-size: 11px;
	color: #000;
}
#primaryContent div.table table td.lessons
{
	background-color: #DBEBF3;
}
#primaryContent div.table table td.freeTime
{
	background-color: #B4D8F9;
}
#primaryContent div.table table td.blank
{
	background-color: #F6F9FC;
}
#primaryContent .boxLTextR img
{
	float: left;
	margin-right: 10px;
	border: 1px solid #dbdbdb;
	padding: 2px;
}
#primaryContent .boxRTextL
{
	float: left;/* IE Hack */
	margin-bottom: 20px;
	width: 100%;
}
#primaryContent .boxRTextL img
{
	float: right;
	margin-left: 10px;
	border: 1px solid #dbdbdb;
	padding: 2px;
}
#primaryContent .boxRTextL p
{
	float: left;
}

/*** Begin Primary Content Tabs ***/
#primaryContent .tabsborder 
{
    padding:10px;
    background-color:#FCFCFC;
    border: 1px solid #D7D7D7;
}

#primaryContent .tabsborderPopup
{
    padding:10px;
    background-color:#FCFCFC;
    border: 1px solid #D7D7D7;
    width: 750px;
}

#primaryContent div#tabs ul { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
}

/* single tab */
#primaryContent div#tabs li { 
	border:1px solid #D7D7D7;
    background: #FCFCFC url(/_imgs/ly/2010/_shared/tab_primary_bg.jpg) repeat-x;
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0px 0px 0px 3px !important;
}

/* link inside the tab. uses a background image */
#primaryContent div#tabs ul a { 
	color: #009cdc;
	display:inline;
	height: 30px;  
	line-height:29px;
	text-align:center;	
	text-decoration:none;
	padding:5px 15px;
	margin:0px;	
	position:relative;
	top:1px;
}

#primaryContent div#tabs ul a:active {
	outline:none;		
}

#primaryContent div#tabs ul a:hover {
	color:#009cdc;	
}

/* active tab uses a class name "current". */
#primaryContent div#tabs ul a.current, #primaryContent ul a.current:hover, #primaryContent ul li.current a {	
	background: #FCFCFC;
	color: #333;
	cursor:default !important; 
	border-bottom: 2px solid #FFF;
	padding:5px 15px;
}

#primaryContent div#tabs ul.bulletlist li
{
	list-style-image: url(/_imgs/ly/2010/_shared/list_dot.png);
	list-style-type: circle;
	margin-left: 15px;
	border: none;
	
}
#primaryContent div#tabs h3
{
	color: #333;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#primaryContent div#tabs img
{
	float: left;
	padding-right: 10px;
}
#primaryContent div#tabs img.right
{
	float: right;
	border: 1px solid #dbdbdb;
	padding: 2px
}
/*** End Primary Content > Tabs ***/

/*** Begin Primary Content > Accordion ***/
#primaryContent #accordion {
	color: #FFF;
}

/* accordion header */
#primaryContent #accordion h2 {
	color: #FFF;
	margin:0;
	padding:10px 15px;
	font-size:12px;
	font-weight:bold;
	border:1px solid #E4E4E4;
	border-bottom: none;
	cursor:pointer;		
	background: #009cdc url(/_imgs/ly/2010/_shared/icons.png) no-repeat right;
	background-position: 97% -187px;
}

/* currently active header */
#primaryContent #accordion h2.current {
	
	cursor:default;
	color: #FFF;
}

/* accordion pane */
#primaryContent #accordion div.pane {
	color: #333;
	border:1px solid #E4E4E4;
	display:none;
	height:275px; 
	padding:15px;
	font-size:12px;
}

#primaryContent #accordion img
{
	float: right;
	margin-left: 10px;
}

/* jumpFix is also used by hiddenContainer to prevent
the image and content jumping at the end of animation */
#primaryContent div.jumpFix
{
	padding: 15px;
}
/*** End Primary Content > Accordion ***/


/*** Begin Primary Content > Overlay ***/

/* End Primary Content > Overlay */


/* Begin Primary Content > Internal Container */
#primaryContent div.pcContainer div.facts
{
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#primaryContent div.pcContainer div.facts ul
{
	margin: 0;
	padding: 0;
}
#primaryContent div.pcContainer div.facts li
{
	list-style: none;
	margin-left: 0;
} 
#primaryContent div.pcContainer div.facts li.title 
{
	color: #044777;
	font-weight:bold;
	list-style: none;
}
#primaryContent div.pcContainer div.facts li.clear 
{
	color: #333;
	visibility: visible;
	width: inherit;
	height: inherit;
	padding-bottom: 5px;
	padding-right: 5px;
	display: block;
	overflow: hidden;
	clear: none;
	width: 99%;
	height: 100%;
	margin: 0;
}
/* End Primary Content > Internal Container */

/* --------- END Primary Content Styling --------- */
/* --------- END Common Layout --------- */

/* --------- BEGIN HOMEPAGE Section --------- */

div#billboard 
{
	height:457px;
	position:relative;
	overflow:hidden;
}
div#billboard h1 
{
	color:#ffffff;
	font-size:35px;
	margin-top:20px;
	line-height:35px;
}
div#billboard div#b3 h1 
{
	font-size:28px;
	font-weight:normal;
	color:#044777;
}
div#billboard h2
{
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	line-height:15px;
}
/*BILLBOARD SCROLL*/
/* Primary Container */
div#billboard div.billboard-scrollable { 
    position: absolute; 
    width: 960px; 
    height: 456px; 
    overflow: hidden; 
    z-index:2;
}
div#billboard div.billboard-scrollable div#promos div.promos-scrollable 
{
	position: absolute; 
    width: 283px; 
    height: 196px; 
    overflow: hidden; 
    border:4px solid #FFFFFF;
} 
div#billboard div.billboard-scrollable div#promos div.promos-scrollable:hover 
{
	border:4px solid #FFC220;
}
/* Items Container */
div#billboard div.billboard-scrollable div.billboard-items { width: 20000em; position: absolute; clear: both; }
div#billboard div.billboard-scrollable div#promos div.promos-scrollable div.promos-items { width: 20000em; position: absolute; clear: both; }

/* Individual Item Containers */
div#billboard div.billboard-scrollable div.billboard-items div.board {
	float: left;
	width: 960px;
	height: 456px;
}
div#billboard div.billboard-scrollable div#promos div.promos-scrollable div.promos-items div.promo 
{
	float: left;
	width: 283px;
	height: 196px;
}
div#billboard div.billboard-scrollable div#promos div.promos-scrollable div.promos-items div.promo div.panel 
{
	display:block;
	background-color:#009CDC;
	opacity:0.6;
	filter: alpha(opacity=60);
	position:absolute;
	width:283px;
	height:40px;
	bottom:10px;
} 

div#billboard div.billboard-scrollable div#promos div.promos-scrollable div.promos-items div.promo a 
{
	display:block;
	position:absolute;
	top:0px;
	width:283px;
	height:196px;
	color:#ffffff;
}
div#billboard div.billboard-scrollable div#promos div.promos-scrollable div.promos-items div.promo a span 
{
	position:absolute;
	bottom:10px;
	height:40px;
}
/* Navigation Container */
div#billboard div.billboard-navi { 
    height:33px;
    position:absolute;
    bottom:0px;
    z-index:5;
    background:transparent url(/_imgs/ly/2010/home/navi.png) repeat-x;
}
div#billboard div#promos div.promos-navi 
{
    position:absolute;
    bottom:-48px;
    z-index:1;
    width:283px;
	height:40px;
}

/* Navigation Links */
div#billboard div.billboard-navi a {
	float: left;
	padding: 4px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
}
div#billboard div#promos div.promos-navi a 
{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/_imgs/ly/2010/_shared/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}
/* mouseover state */
div#billboard div#promos div.promos-navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div#billboard div#promos div.promos-navi a.active {
	background-position:0 -16px;     
} 
div#billboard div.billboard-navi a.active { font-weight: bold; background:transparent url(/_imgs/ly/2010/home/navi.png) repeat-x;}
div#billboard div.billboard-navi a:hover, div#billboard div.billboard-navi a.active { color: #FFF; }

/* prev, next, prevPage and nextPage buttons */
div#billboard div.billboard-scrollable div#promos a.promos-prev {
	display:block;
	width:18px;
	height:18px;
	background-color:#fff;
	background:transparent url(/_imgs/ly/2010/_shared/arrow_prev.png) no-repeat;
	z-index:2;
	cursor:pointer;
	position:absolute;
	top:100px;
	left:-30px;
}

/* mouseover state */
/*div#billboard div.billboard-scrollable div#promos a.promos-prev:hover, div#billboard div.billboard-scrollable div#promos a.promos-next:hover {
	background-position:0px -18px;		
}*/

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
div#billboard div.billboard-scrollable div#promos a.promos-next 
{
	background:transparent url(/_imgs/ly/2010/_shared/arrow_next.png) no-repeat;
	display:block;
	width:18px;
	height:18px;
	z-index:2;
	cursor:pointer;
	position:absolute;
	top:100px;
	right:-30px;
}
/*promos*/
div#billboard div.billboard-scrollable div.billboard-items div#b1 div#promos
{
	width:291px;
	height:204px;
	background-color:#fff;
	position:absolute;
	top:170px;
}

div#billboard div.billboard-scrollable div.billboard-items div#b1 
{
	background:transparent url(/_imgs/ly/2010/home/home.jpg) no-repeat;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2
{
	background:transparent url(/_imgs/ly/2010/home/where.jpg) no-repeat;
	position:relative;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 h1 
{
	font-size:28px;
	font-weight:normal;
	margin-bottom:10px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b3
{
	background:transparent url(/_imgs/ly/2010/home/academic.jpg) no-repeat;
}
div#billboard div.billboard-scrollable div.billboard-items div#b4{background-color:#999;}

div#billboard div.billboard-scrollable div.billboard-items div#b3 ul 
{
	margin-left:28px;
	position:absolute;
	bottom:12px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b3 ul li.academic-option a 
{
	padding:20px;
	display:block;
	width:240px;
	height:120px;
	background:transparent url(/_imgs/ly/2010/home/academic-options.png) no-repeat top center;
}
div#billboard div.billboard-scrollable div.billboard-items div#b3 ul li.academic-option a:hover 
{
	background-position:bottom center;
} 
div#billboard div.billboard-scrollable div.billboard-items div#b3 ul li.academic-option h2 
{
	font-size:28px;
	color:#000;
	font-weight:bold;
}
div#billboard div.billboard-scrollable div.billboard-items div#b3 ul li.academic-option p 
{
	font-size:14px;
	color:#000;
	font-weight:normal;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 select#chooseLanguage
{
	position:absolute;
	bottom:50px;
	left:10px;
	width:150px;
	color:#666666;
	border:0px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 select#chooseLanguage option 
{
	top:-600px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#cityListBox 
{
	width:150px;
	position:absolute;
	bottom:90px;
	left:10px;
	background:transparent url(/_imgs/ly/2010/home/gradient_gray.jpg) repeat-x center bottom;
} 
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#cityListBox ul 
{
	margin:0px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#cityListBox ul li 
{
	display:none;
	list-style-type:none;
	margin:5px;
	font-size:10px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#cityListBox ul li:hover 
{
	background-color:#FFC220;
} 
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#cityListBox ul li a 
{
	color:#666;
	display:block;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist 
{
	position:absolute;
	top:0px;
	left:0px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li 
{
	color:#FFC220;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	font-weight:bold;
	display:block;
	margin:0px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li a
{
	color:#FFC220;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li a:hover 
{
	text-decoration:underline;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.uk
{
	top:85px;
	left:430px;
} 
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.us
{
	top:135px;
	left:175px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.ca
{
	top:95px;
	left:155px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.sa
{
	top:330px;
	left:480px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.au
{
	top:330px;
	left:760px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.nz
{
	top:366px;
	left:840px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.ir
{
	top:85px;
	left:378px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.mt
{
	top:146px;
	left:480px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.fr
{
	top:110px;
	left:410px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.de
{
	top:100px;
	left:455px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.it
{
	top:125px;
	left:460px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.es
{
	top:128px;
	left:400px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.ec
{
	top:245px;
	left:200px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.cr
{
	top:200px;
	left:200px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.cn
{
	top:150px;
	left:700px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.be
{
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.ru
{
	top:80px;
	left:675px;
}
div#billboard div.billboard-scrollable div.billboard-items div#b2 div#countrylist li.sg
{
	top:235px;
	left:680px;
}
/*END BILLBOARD SCROLL*/
div#sticky 
{
	height:258px;
} 
div#sticky h4 
{
	font-size:16px;
	color:#044777;
	font-weight:bold;
	margin:10px 0px;
}
div#sticky p 
{
	color:#666666;
	font-size:11px;
	font-weight:bold;
}
div#sticky div#d li
{
	list-style-type:none;
	margin:0px;
}
div#sticky div#d li input.textfield
{
	border:1px solid #CCCCCC;
	color:#666666;
	float:right;
	font-size:11px;
}
div#sticky div#d li span.textlabel
{
	color:#333333;
	font-size:11px;
}
div#sticky div#d p.more a
{
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	position: relative;
	cursor: pointer;
	font-size: 11px;
	background-color:#009CDC;
	float:right;
}
div#sticky div#d div#infomeeting-scrollable
{
	position: relative;
	height: 170px;
	margin-bottom: 10px;
	overflow: hidden;
}
/* root element for scrollable items */ 
div#sticky div#d div#infomeeting-scrollable div.infomeeting-items {     
	position:relative;
	bottom:0px;
}
div#sticky div#d div#infomeeting-scrollable div.infomeeting-items ul li 
{
	background:#ffffff url(/_imgs/ly/09/homepage/calendar.gif) no-repeat scroll 3px 4px; 
	position:relative;
	margin:2px 0px;
}
div#sticky div#d div#infomeeting-scrollable div.infomeeting-items ul li:hover 
{
	background-color:#EFF6FC;
} 
div#sticky div#d div#infomeeting-scrollable div.infomeeting-items img 
{
	position:absolute;
	top:17px;
	left:32px;
} 

div#sticky div#d div#infomeeting-scrollable div.infomeeting-items span.date 
{
	font-size:12px;
	font-weight:bold;
	color:#666;
	position:absolute;
	top:11px;
	left:3px;
	width:28px;
	text-align:center;
} 
div#sticky div#d div#infomeeting-scrollable div.infomeeting-items h5 
{
	color:#006ca1;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	position:relative;
	float:left;
	top:0px;
	left:38px;
	width:182px;
}
div#sticky div#d div#infomeeting-scrollable div.infomeeting-items p 
{
	font-size:11px;
	font-weight:normal;
	margin:0px;
	position:relative;
	top:0px;
	left:38px;
	width:182px;
} 

/* --------- END HOMEPAGE Section --------- */

/* --------- BEGIN Destinations Section --------- */

/* Begin Destination > Overview Content */
div.googleMap
{
	float: right;
	padding: 2px;
	border: 1px solid #dbdbdb;
}
#primaryContent div.googleMap
{
	float: right;
	padding: 2px;
	border: 1px solid #dbdbdb;
	margin-left: 10px;
}
#overviewContent
{
	padding-left: 10px;
	/*min-height: 261px;*/
	overflow: hidden;
}
div#destinations-media-links 
{
	float:left;
	margin:0px;
	position:relative;
	margin:10px 0px;
	height:214px;
}
div#destinations-media-links span 
{
	position:absolute;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:305px;
	top:170px;
	color:#004071;
}
div#destinations-media-links a.video 
{
	background:transparent url(/_imgs/ly/2010/destinations/media-links-video.png) no-repeat;
	display:block;
	width:361px;
	height:167px;
	float:left;
}

div#destinations-media-links a.slideshow
{
	background:transparent url(/_imgs/ly/2010/destinations/media-links-slideshow.png) no-repeat;
	display:block;
	width:329px;
	height:211px;
	float:left;
}
div.contentContainer #overviewContent img.countrymap
{
	float: right;
	padding-left: 10px;
}

div.contentContainer .grid_11 .countrypic
{
	clear: both;
	/*position: absolute;*/
	margin-top: 20px;
	/*bottom: 0px;*/
	padding: 0 0 20px 10px;
}
div.contentContainer .grid_11 .countrypic img
{
	float: left;
}

div.contentContainer #overviewContent .citymap
{
	float: right;
	padding: 0px 0px 10px 10px;
}
/* End Destination > Overview Content */

/*** Begin Destination > pricesTable ***/
div.pricesTable td
{
	font-size: 12px;	
}
div.pricesTable td h4
{
	font-size: 13px;	
}

/*** End Destination > pricesTable ***/

/* --------- Secondary Content > Destinations Overview Cities --------- */
#secondaryContent
{
	overflow: visible;
	float: left;
	position: relative;
	width: 100%;
}

#secondaryContent ul
{
	margin: 0;
	padding: 0;
}

#secondaryContent ul li 
{
    display:block;
    width:80px;
    height:130px;
    float:left;
    padding:0px;
    margin: 5px;
}

#secondaryContent li img 
{
    border:2px solid #009cdc;
} 

#secondaryContent li span 
{
    color:#004071;
    font-size:11px;
    padding:0;
    margin:0;
	display:block;
	height:auto;
}

#secondaryContent li a 
{
    text-decoration:none;
    color:#FFF;
}

#secondaryContent div.countrynav
{	
	clear: both;
	color: #000000;
	padding:0px;
    margin: 0px;
	overflow: hidden;
}

#secondaryContent div.countrynav ul
{
	position:absolute;
	bottom: 0px;
	right: 0px;
	width: 98%;
}

#secondaryContent div.countrynav ul li
{
	display: inline;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}

#secondaryContent div.countrynav ul li img
{
	border: none;
	vertical-align: middle;
}

#secondaryContent div.countrynav ul li span
{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: inline;
}

#secondaryContent div.countrynav ul li a
{
	text-decoration: none;
}

#secondaryContent div.countrynav li.next
{
	text-align: right;
	float:right;
}
#secondaryContent div.countrynav li.previous
{
	text-align: left;
	float:left;
}
/* ---END Secondary Content --- */

/*** Begin Destinations > Staff Info - MR ***/
div#primaryContent div#staffName
{
	width: 380px;
	border-top: 1px solid #e7e7e7;
	color: #FFF;
	background: url(/_imgs/ly/2010/destinations/prog_home_bg.jpg) repeat-x 0 0;
	background-color: #006d9a;
	padding: 8px 10px 8px 10px;
	margin-bottom: 10px;
}

div#primaryContent div#staffPhoto img
{
	float: left;
	padding-right: 10px;
}
/* End Destinations > Staff Info */

div.destinations_table {
	margin:0 10px 0 10px;
	background-image: url(/_imgs/ly/2010/destinations/destination-background.png);
	background-repeat:no-repeat;
	/*height:513px;*/
}

* html div.destinations_table 
{
    behavior: url(/_scripts/client/ly/08/iepngfix.htc);
}
div.destinations_table td ul li
{
	background: transparent url(/_imgs/ly/2010/destinations/destination-list-marker.png) no-repeat 3px 30%;
	text-indent: 15px;
	list-style-image: none;
	list-style: none;
	/*list-style-image:url(/_imgs/ly/2010/destinations/destination-list-marker.png);
	list-style-position:inside;*/
	padding-bottom:4px;
	margin:4px 0 4px 5px;
	border-bottom:1px solid #D3D3D3;
	min-height: 17px;
}
div.destinations_table td ul li.end 
{
	background-image:none;
	border:0px;
}
div.destinations_table td ul li a
{
	/*font-weight:bold;*/
	color: #333;
}
div.destinations_table td ul li a:hover
{
	color: #009cdc;
}
div.destinations_table td ul li.title
{
	background: none;
	background-color: #009cdc;
	list-style-image: none;
	list-style: none;
	font-size: 12px;
	text-indent: 5px;
	padding: 2px 0;
}
div.destinations_table td ul li.title a
{
	list-style-image: none;
	font-weight:bold;
	color: #FFF;
}
.destinations_table td {
	width:190px;
	padding:0 10px 0 10px;
}
div#primaryContent div#coursesDropDownBox
{
	width: auto;
	text-align: center;
	padding: 10px 0 30px 0;
}
div#primaryContent div#coursesDropDownBox #dropDownSelect
{
	width: 75%;
}
div#primaryContent div.coursecontent 
{
    display:none;
}
div#primaryContent div#bluestripeBox
{
	background: #FFF;
	border: 1px solid #E7E7E7;
	padding: 10px;
}
div#primaryContent div#bluestripeBox h2
{
	margin-bottom: 10px;
}
div#primaryContent div#bluestripeBox ul#bulletlist li
{
	background: url(/_imgs/ly/2010/_shared/list_dot.png) no-repeat scroll 0% 7px;
	border: none;
	text-indent: 10px;
	display: block;
	float: none;
	margin-left: 0;
}

/*MEDIA SECTION*/
div#toggleGV 
{
	text-align:right;
	font-size:12px;
	color:#1594CC;
	font-weight:bold;
	position:absolute;
	top:2px;
	width:640px;
}
div#toggleGV a.video 
{
	background:transparent url(/_imgs/ly/2010/_shared/icons/media-video.gif) no-repeat scroll right center;
	cursor:pointer;
	color:#1594CC;
	font-weight:bold;
	margin:0px;
	padding-right:30px;
	text-decoration:none;
}
div#toggleGV a.gallery 
{
	background:transparent url(/_imgs/ly/2010/_shared/icons/media-gallery.gif) no-repeat scroll right center;
	cursor:pointer;
	color:#1594CC;
	font-weight:bold;
	margin:0px;
	padding-right:30px;
	text-decoration:none;
}
div#mediaplayer
{
	width:640px;
	height:440px;
} 
div#gallery 
{
	width:620px;
	height:370px;
	position:absolute;
	top:20px;
	left:10px;
	overflow:hidden; 
	background-color:#fff;
	padding:10px;
}
div#gallery div.gallery-navi 
{
	bottom:0;
	height:14px;
	left:10px;
	position:absolute;
	width:640px;
}
div#gallery a.gallery-prev 
{
	display:block;
	width:18px;
	height:18px;
	background-color:#fff;
	background:transparent url(/_imgs/ly/2010/_shared/arrow_prev.png) no-repeat;
	z-index:2;
	cursor:pointer;
	position:absolute;
	top:180px;
	left:0px;
}
div#gallery a.gallery-next {
	background:transparent url(/_imgs/ly/2010/_shared/arrow_next.png) no-repeat;
	display:block;
	width:18px;
	height:18px;
	z-index:2;
	cursor:pointer;
	position:absolute;
	top:180px;
	right:0px;
}
div#gallery div.gallery-navi a 
{
	background:transparent url(/_imgs/ly/2010/_shared/navigator.png) no-repeat scroll 0 0;
	cursor:pointer;
	float:left;
	height:8px;
	margin:3px;
	width:8px;
}
div#gallery div.gallery-navi a.active { 
	background-position:0 -16px;
}
div#gallery div.gallery-scrollable
{
	background-color:#EFEFEF;
	height:365px;
	overflow:hidden;
	position:relative;
	width:620px;
}
div#gallery div.gallery-items 
{
	clear:both;
	position:absolute;
	width:20000em;
}
div#gallery div.gallery-items div 
{
	background-color:#DDDDDD;
	float:left;
	text-align:center;
	width:620px;
}

div#mediaplayer div#jwplayer 
{
	width:640px;
	height:390px;
	background-color:#000000;
}
div#mediaplayer div.HiLoStream 
{
	text-align:center;
	margin-top:20px;
}
div#mediaplayer div.HiLoStream ul li
{
	font-size:12px;
	font-weight:bold;
	display:inline;
	margin:0px 10px;
}
div#mediaplayer div.HiLoStream ul li a 
{
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	position: relative;
	cursor: pointer;
	font-size: 11px;
	background-color:#1594CC;
}
div#mediamenu 
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E7E7E7;
	padding:10px;
}
div#mediamenu h5, div#mediamenu p 
{
	margin-bottom:10px;
}
div#mediamenu div#playlistContainer 
{
    position:relative; 
    overflow:hidden;     
    height: 180px;      
    margin-bottom:10px;
    border-bottom:1px solid #C7EAFC;
    border-top:1px solid #C7EAFC;
}
div#mediamenu div#loading 
{
	background:transparent url(/_imgs/ly/2010/_shared/loading12px.gif) no-repeat center center;
	position:absolute;
	top:4px;
	width:258px;
	height:12px;
	display:none;
	margin-bottom:10px;
} 
div#mediamenu div#playlistContainer div.playlist-items 
{
	position:relative;
}
div#mediamenu div#playlistContainer div.playlist-items ul li 
{
	list-style-type:none;
	margin:4px 0px;
	position:relative;
	cursor:pointer;
}
div#mediamenu div#playlistContainer div.playlist-items ul li a 
{
	display:block;
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/mediaBlock.png) no-repeat scroll 0 0;
}
div#mediamenu div#playlistContainer div.playlist-items ul li a:hover 
{
	background-position:0px -44px;
} 
div#mediamenu div#playlistContainer div.playlist-items ul li a.active 
{
	background-position:0px -87px;
} 
div#mediamenu div#playlistContainer div.playlist-items ul li span 
{
	color:#666;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	left:128px;
	top:10px;
}
div#mediamenu div#EFWorld 
{
	height:260px;
	position:relative;
}
div#mediamenu div#EFWorld h6
{
	font-size:12px;
	margin:0px;
	color:#004071;
	padding:4px;
	display:inline;
}

div#mediamenu div#EFWorld div.world {
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/EFWorld.gif) no-repeat scroll 0 0;
	position:relative;
	height:260px;
}
div#mediamenu div#EFWorld div.world span a
{
	position:absolute;
	bottom:0px;
	right:0px;
	color:#004071;
	font-size:11px;
	font-weight:bold;
}
div#mediamenu div#EFWorld div.world ul 
{
	margin-top:10px;
}
div#mediamenu div#EFWorld div.world ul li 
{
	font-size:11px;
	margin-left:15px;
	background:transparent url(/_imgs/ly/2010/destinations/destination-list-marker.png) no-repeat scroll 3px 30%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:4px 0 4px 0px;
	width:110px;
	padding-bottom:4px;
	text-indent:15px;
}
div#mediamenu div#EFWorld div.world ul li a 
{
	color:#004071;
}

div#mediamenu div#EFWorld div.world ul li a:hover 
{
	text-decoration:underline;
}

div#mediamenu div#EFWorld div.world div.nama
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/worldNam.gif) no-repeat;
	width:69px;
	height:72px;
	position:absolute;
	top:55px;
	cursor:pointer;
}
div#mediamenu div#EFWorld div.world div.sama 
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/worldSam.gif) no-repeat;
	width:47px;
	height:75px;
	position:absolute;
	top:136px;
	left:37px;
	cursor:pointer;
}
div#mediamenu div#EFWorld div.world div.afr 
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/worldSa.gif) no-repeat;
	width:15px;
	height:13px;
	position:absolute;
	top:171px;
	left:117px;
	cursor:pointer;
}
div#mediamenu div#EFWorld div.world div.euro
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/worldEur.gif) no-repeat;
	width:80px;
	height:59px;
	position:absolute;
	top:57px;
	left:90px;
	cursor:pointer;
}
div#mediamenu div#EFWorld div.world div.asia
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/worldCN.gif) no-repeat;
	width:55px;
	height:40px;
	position:absolute;
	top:93px;
	left:169px;
	cursor:pointer;
}
div#mediamenu div#EFWorld div.world div.ocea
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/worldAusNz.gif) no-repeat;
	width:59px;
	height:39px;
	position:absolute;
	top:160px;
	left:205px;
	cursor:pointer;
}
div#mediamenu div#EFWorld div.continent_nama 
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/continent_nama.gif) no-repeat;
}
div#mediamenu div#EFWorld div.continent_sama 
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/continent_sama.gif) no-repeat;
}
div#mediamenu div#EFWorld div.continent_euro 
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/continent_euro.gif) no-repeat;
}
div#mediamenu div#EFWorld div.continent_ocea 
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/continent_ocea.gif) no-repeat;
}
div#mediamenu div#EFWorld div.continent_asia 
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/continent_asia.gif) no-repeat;
}
div#mediamenu div#EFWorld div.continent_afr
{
	background:transparent url(http://media.ef.com/_imgs/ly/09/media/continent_afr.gif) no-repeat;
}
/* --------- END Destinations Section --------- */




/*	----------- Programs Section		--------------------------- */
div#tabs ul li a span
{
	
}
.contentContainer #rightColumn
{
	border:0;
}

/*888888  Diploma Brochure ====================================================8888*/
.brochureErrorText 
{
	color:#FF0000;
	font-weight:bold;
}
.contentContainer #rightColumn div#brochure
{
	border:1px solid #D7D7D7;
	margin:10px 0 0 0;
	background:#FFFFFF;
}

.contentContainer #rightColumn div#brochure h2 
{
	background: #F3F3F3 url(/_imgs/ly/2010/_shared/tab_primary_bg.jpg) repeat-x;
	color:#009CDC;
	font-size:12px;
	margin:0 0 5px;
	padding:4px 5px 4px 9px;
	border-bottom:1px solid #D7D7D7;
}

#rightColumn div#brochure .content 
{
	margin:0 10px;
}

#rightColumn div#brochure table#brochureReq, table#brochureReq tr, table#brochureReq td.formrow2, table#brochureReq td.formrow2 input 
{
	width:244px;
}
#rightColumn div#brochure table#brochureReq 
{
	margin:0 0 0 4px;
	font-size:11px;
}
#rightColumn div#brochure table#brochureReq td.formrow2 
{
	border:0;
	margin:0;
	padding:0;
	text-align:right;
	color:#666666;
}
#rightColumn div#brochure table#brochureReq #required
{
	display:none;
}
#rightColumn div#brochure table#brochureReq .notes,#rightColumn div#brochure table#brochureReq .c_spam
{
	font-size:11px;
	font-weight:normal;
}
#rightColumn div#brochure table#brochureReq .notes
{
	font-size:10px;
}
#rightColumn div#brochure table#brochureReq td.formrow2 select.c_state,
#rightColumn div#brochure table#brochureReq td.formrow2 select.c_address3,
#rightColumn div#brochure table#brochureReq td.formrow2 select.c_city
{
	width:248px;
	background:#F9F9F9;
	border:1px solid #D7D7D7;
	color:#666666;
}
#rightColumn div#brochure table#brochureReq td.formrow2 input 
{
	background:#F9F9F9;
	border:1px solid #D7D7D7;
	margin:4px 0 2px;
	padding:2px;
	font-size:11px;
}

#rightColumn div#brochure table#brochureReq td.formrow2 select.c_country, #rightColumn div#brochure table#brochureReq td.formrow2 select.c_state, select.brochureErrorText 
{
	background:#F9F9F9;
	border:1px solid #D7D7D7;
	color:#000000;
	margin:4px 0 4px 2px;
	color:#666666;
}
#rightColumn div#brochure table#brochureReq label.country 
{
	margin:6px 0 0;
	text-align:right;
	display:block;
	float:left;
	font-size:12px;
	margin:0;
	text-align:left;
	color:#000000;
}
#rightColumn div#brochure table#brochureReq label 
{
	padding:0;
	vertical-align:middle;
}

#rightColumn div#brochure table#brochureReq td.formrow2 select.c_country
{
	width:248px;
	color:#666666;
}
#rightColumn div#brochure table#brochureReq td.formrow2 select.c_birthday
{
	background:#F9F9F9;
	border:1px solid #D7D7D7;
	color:#666666;
}
#rightColumn div#brochure table#brochureReq table.spaced 
{
	margin:0;
	padding:0;
	width:248px;
}
#rightColumn div#brochure table#brochureReq table.spaced td.birthday 
{
	display:block;
	float:left;
	font-size:12px;
	margin:0;
	text-align:left;
}
#rightColumn div#brochure div.formSubmit p.submitBtn 
{
	background:#009CDC none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:right;
	font-weight:bold;
	height:20px;
	min-width:80px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	width:130px;
}
#rightColumn div#brochure div.formSubmit p.submitBtn a:link, 
#rightColumn div#brochure div.formSubmit p.submitBtn a:visited, 
#rightColumn div#brochure div.formSubmit p.submitBtn a:active 
{
	color:#FFFFFF;
	font-weight:bold;
}
#rightColumn div#brochure div.formSubmit p.submitBtn a:hover
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#rightColumn div#brochure table#brochureReq td.formrow1 
{
	font-weight:bold;
	margin-top:12px;
}

/*8888888888888888888 END  Diploma Brochure 8888888888888888888888888888888888888888*/
/*8888888888888888888 Programs Section 888888888888888888888888888888888888*/
.contentContainer #programs-section table
{
	border:1px solid #D7D7D7;
	border-collapse:separate;
	margin:10px 0 0 0;
}
.contentContainer #programs-section table#twintable
{
	border:0;
	border-collapse:collapse;
	margin:10px 0 0 0;
	background:transparent;
	width:400px;
}
.contentContainer #programs-section table#twintable td
{
	background:transparent;
	border:0;
	color:#0074BC;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	padding:5px;
}
.contentContainer #programs-section td
{
	background:#FFFFFF;
	border:1px solid #F2F2F2;
	color:#0074BC;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	padding:5px;
}
.contentContainer #programs-section td.header
{
	background: #F3F3F3 url(/_imgs/ly/2010/_shared/tab_primary_bg.jpg) repeat-x;
}
.contentContainer #programs-section td.header h4
{
	line-height:30px;
	margin:0 0 0 4px;
}
/*8888888888888888888 END Programs Section 888888888888888888888888888888888888*/
/*8888888888888888888 Career Programs Section 888888888888888888888888888888888888*/
.contentContainer #career-programs
{
	
}
.contentContainer #career-programs ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.contentContainer #career-programs ul li
{
	margin:0;
	padding:0;
}
.contentContainer #career-programs ul li
{
	
}
/*8888888888888888888 END Career Programs Section 888888888888888888888888888888888888*/
/*8888888888888888888 Master Programs Section 888888888888888888888888888888888888*/
.contentContainer #masters-programs
{
	
}
.contentContainer #masters-programs ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.contentContainer #masters-programs ul li
{
	margin:0;
	padding:0;
}
.contentContainer #masters-programs #tabs
{
	float:left;
}
.contentContainer #masters-programs #tabs ul
{
	display:block;
	float:left;
}
.contentContainer #masters-programs #tabs ol li
{
	background:transparent;
	border:0;
	margin:0;
	padding:0;
}	
.contentContainer #masters-programs #tabs .tabsborder
{
	float:left;
	display:block;
	width:678px;
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content
{
	float:left;
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .right-content
{
	float:left;
	width:132px;
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .right-content a
{
	display:block;
	float:left;
	clear:left;
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .right-content img
{
	padding:0;
	margin:0;
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .right-content .career_logo
{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:5px solid #009CCD;
	float:left;
	
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .right-content .destination
{
	margin:0 auto;
	padding:0;
	height:auto;
	width:126px;
}

.contentContainer #masters-programs #tabs .tabsborder .tab-content .left-content
{
	float:left;
	display:block;
	margin:0;
	padding-right:10px;
	width:536px;
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .left-content ul
{
	background:transparent;
	border:0;
	float:none;
	margin:0;
	padding:0;
	display:inline;
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .left-content ul li 
{
	background:transparent;
	border:0;
	float:none;
	margin:0;
	padding:0;
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .left-content ol 
{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;	
}
.contentContainer #masters-programs #tabs .tabsborder .tab-content .left-content ol li 
{
	margin:0;
	padding:0;	
}

/*8888888888888888888 END Master Programs Section 888888888888888888888888888888888888*/
/*8888888888888888888 Related Programs Section 888888888888888888888888888888888888*/
.contentContainer #related-programs ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.contentContainer #related-programs ul li
{
	margin:0;
	padding:0;
}
.contentContainer #related-programs table td
{
	vertical-align:top;
}
/*8888888888888888888 END Related Programs Section 888888888888888888888888888888888888*/
.contentContainer #tabs .tabsborder div.left-content ul li,
.contentContainer #tabs .tabsborder div.right-content ul li,
.contentContainer #tabs .tabsborder div.right-content ol li
{
	border:0;
	background:transparent;
}
.contentContainer #programs-section #tabs div.tabsborder ul li
{
	background:transparent;
	border:0;
	margin:0;
	padding:0;
}

/*	----------- End Programs Section --------------------------- */

/*-------------- Contact Options ----------------------------------------------*/
.contentContainer #contact-options
{
	border:1px solid #E7E7E7;
	background:#FFF;
	display:block;
	margin:10px 0 0 0;
	padding:0;
	float:left;
}

.contentContainer #contact-options li
{
	display:block;
	float:left;
	list-style-image:none;
	list-style-type:none;
	min-height:39px;
	border-bottom:1px solid #E7E7E7;
	padding:0;
	margin:0;
	width: auto;
	overflow: hidden;
	background:#FFFFFF url(/_imgs/ly/2010/_shared/contact-listItemsBG.jpg)  repeat-y left bottom;
}
.contentContainer #contact-options li a.contact-links
{
	display:block;
}

.contentContainer #contact-options li a.contact-links:hover
{
	background:#E9E9E9 url(/_imgs/ly/2010/_shared/contact-listHoverBG.jpg) repeat-x scroll top;
}
.contentContainer #contact-options li a.contact-links img
{
	float:left;
}
.contentContainer #contact-options li a.contact-links span.heading
{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:5px 0 0 55px;
	color:#2FAEE2;
	display:block;
	background:transparent;
}
.contentContainer #contact-options li a.contact-links span.description
{
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0 5px 5px 55px;
	display:block;
	color:#000000;
	background:transparent;
}

.contentContainer ol#contact-options ol li
{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	float:none;
	margin:0 0 0 0 !important;
	padding:0;
	text-indent:0;	
}

.contentContainer ol#contact-options li ol
{
	float:left;
	display:block;
	padding:0;
	margin:0;
}
.contentContainer ol#contact-options li ol li
{
	display:block;
	float:left;
	list-style-image:none;
	list-style-type:none;
	padding:0 0 0 0;
	margin:0;
	width: 278px;
	height:100%;
	overflow: hidden;
	background:#FFFFFF url(/_imgs/ly/2010/_shared/contact-listItemsBG.jpg)  repeat-y left bottom;
	border:0;
}

.contentContainer ol#contact-options li ol li span.icon-contact
{
	width:50px;
	background-color:#E9EAEF;
	border:0;
}
.contentContainer ol#contact-options li ol li span.icons-quotation
{
	width:50px;
	background-color:#E9EAEF;
	border:0;
}
.contentContainer ol#contact-options li ol li span.icons-share
{
	width:50px;
	background-color:#E9EAEF;
	border:0;
}
.contentContainer ol#contact-options li ol li span.icons-orderbrochure
{
	width:50px;
	background-color:#E9EAEF;
	border:0;
}
.contentContainer ol#contact-options li ol li span.icons-booknow

{
	width:50px;
	background-color:#E9EAEF;
	border:0;
}
.contentContainer ol#contact-options li ol li span.icons-newsletter
{
	width:50px;
	background-color:#E9EAEF;
	border:0;
}
.contentContainer ol#contact-options li ol li span.icons-video
{
	width:280px;
	background-color:#E9EAEF;
	border:0;
}
/*------------- END CONTACT OPTIONS ----------------------------------------------*/
/*---------------------- NEWS Section -------------------------------------------*/
#news-section
{
	float:left;
}
#news-section ul li input.error,
#news-section div.form ul li select.error
{
	background-color:#FFFFD5;
	border:1px solid #FF0000;
	color:#FF0000;
	margin:5px 0;
	font-weight:bold;
} 

#news-section div#tabs .tabsborder 
{
	background-color:#FCFCFC;
	border:1px solid #D7D7D7;
	float:left;
	padding:10px;
	width:918px;
	margin-top:-1px;
}

#news-section div#promos,#news-section div#list-items
{
	background-color:transparent;
	height:208px;
	margin:0 0 0 20px;
	position:relative;
	top:0;
	width:873px;
}

#news-section div#promos div.promos-scrollable 
{
	position: absolute; 
    width: 873px; 
    height: 205px; 
    overflow:hidden;
} 

#news-section div#promos div.promos-scrollable div.promos-items 
{ 
	width: 20000em; 
	position: absolute; 
	clear: both; 
}
#news-section div#promos div.promos-scrollable div.promos-items div.promo 
{
	float: left;
	width: 283px;
	height: 196px;
	border:4px solid #FFFFFF;
} 
#news-section div#promos div.promos-scrollable div.promos-items div.promo:hover 
{
	border:4px solid #FFC220;
}

#news-section div#promos div.promos-scrollable div.promos-items div.promo div.panel 
{
	display:block;
	background-color:#009CDC;
	opacity:0.6;
	filter: alpha(opacity=60);
	position:absolute;
	width:283px;
	height:40px;
	bottom:10px;
} 

#news-section div#promos div.promos-scrollable div.promos-items div.promo a 
{
	display:block;
	position:absolute;
	top:0px;
	width:283px;
	height:196px;
	color:#ffffff;
}
#news-section div#promos div.promos-scrollable div.promos-items div.promo a span 
{
	position:absolute;
	bottom:10px;
	height:40px;
}
/* Navigation Container */
#news-section div#promos div.promos-navi 
{
    position:absolute;
    bottom:-48px;
    z-index:1;
    width:283px;
	height:40px;
	display:none;
}

/* Navigation Links */
#news-section div#promos div.promos-navi a 
{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/_imgs/ly/2010/_shared/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}
/* mouseover state */
#news-section div#promos div.promos-navi a:hover 
{
	background-position:0 -8px;      
}

/* active state (current page state) */
#news-section div#promos div.promos-navi a.active 
{
	background-position:0 -16px;     
} 

/* prev, next, prevPage and nextPage buttons */
#news-section div#promos a.promos-prev 
{
	display:block;
	width:18px;
	height:18px;
	background-color:#fff;
	background:transparent url(/_imgs/ly/2010/_shared/arrow_prev.png) no-repeat;
	z-index:2;
	cursor:pointer;
	position:absolute;
	top:90px;
	left:-20px;
}
/* next button uses another background image */
#news-section div#promos a.promos-next 
{
	background:transparent url(/_imgs/ly/2010/_shared/arrow_next.png) no-repeat;
	display:block;
	width:18px;
	height:18px;
	z-index:2;
	cursor:pointer;
	position:absolute;
	top:100px;
	right:-25px;
}

#news-section overview-content
{
	border:1px solid #11AA93;
	background:#FA0F10;
	float:left;
}
#news-section .info-column
{
	background:transparent;
	float:left;
	width:280px;
}
#news-section #promotions-content,#news-section #infomeetings-content,#news-section #news-content
{
	background:transparent;
	float:left;
	width:631px;
	margin-right:5px;
}
#news-section #infomeetings-content
{
	
}
#news-section #news-content
{
	
}

#news-section #promotions-content .promocontent
{
	
}
#news-section #promotions-content .promocontent h3
{
	
}
#news-section #promotions-content .promocontent .HighlightPicture1
{
	
}
#news-section #promotions-content .promocontent .HighlightPicture2
{
	
}

#news-section #promotions-content .promocontent fieldset
{
	
}
#news-section #promotions-content .promocontent fieldset#qu,
#news-section #promotions-content .promocontent fieldset#pi
{
	margin-bottom:20px;
	padding:0 25px;
	border:1px solid #DCDCDC;
}

#news-section #promotions-content .promocontent fieldset#qu legend,
#news-section #promotions-content .promocontent fieldset#pi legend
{
	background-color:#F8F8F8;
	border:1px solid #DCDCDC;
	color:#000000;
	font-weight:bold;
	margin-bottom:15px;
	padding:3px 5px;
}

#news-section #promotions-content .promocontent fieldset#qu label,
#news-section #promotions-content .promocontent fieldset#pi label
{
	display:block;
	font-weight:bold;
	margin-bottom:2px;
	margin-left:5px;
	margin-top:12px;
	padding:2px;
}
#news-section #promotions-content .promocontent fieldset#qu br,
#news-section #promotions-content .promocontent fieldset#pi br
{
	width:500px;
	height:2px;
	display:block;
}
#news-section #promotions-content .promocontent fieldset#qu input,
#news-section #promotions-content .promocontent fieldset#pi input
{
	float:left;
	width:200px;
	margin:10px 0;	
}

#news-section #promotions-content .promocontent fieldset#pi ul#comp select
{
	float:left;
	width:40px;
	margin:10px 10px 10px  0;
}
#news-section #promotions-content .promocontent fieldset#pi ul#comp li input
{
	float:left;
	width:60px;
	margin:10px 10px 10px  0;
}
#news-section #promotions-content .promocontent fieldset#pi label
{
	display:block;
	float:left;
	margin-bottom:10px;
	width:200px;
	font-weight:bold;
	margin-left:5px;
	margin-top:12px;
	padding:2px;
}

#news-section #promotions-content .promocontent fieldset#pi input
{
	display:block;
	float:left;
	margin-bottom:10px;
	width:200px;
}
#news-section #promotions-content .promocontent fieldset#pi input.c-box
{
	margin:0 0 0 10px;
	width:1.5em;
}
#news-section #promotions-content .promocontent fieldset#pi label.c-box
{
	margin:0 0 10px;
	padding:0;
	text-align:left;
	width:300px;
}
#news-section #promotions-content .promocontent fieldset#pi div.tc
{
	text-align:center;
	width:100%;
	padding:10px 0;
}
#news-section #promotions-content .promocontent p.submitBtn
{
	width:auto;
}

#news-section #promotions-content .promocontent p.submitBtn a
{
	background:#029CDC url(/_imgs/ly/2010/_shared/bluebuttonBG.jpg) repeat-x bottom center;
	padding:0 8px;
	margin:0;
	display:block;
	text-align:center;
	width:auto;
	height:22px;
	font-size:14px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	line-height:22px;
	float:right;
	color:#FFFFFF;
	border:0;
	font-weight:bold;
	line-height:22px;
	cursor:pointer;
}

#news-section #tabs .tabsborder .tab-content .info-column .promolink ul li.promoitem img
{
	float:none;
	padding:0;
}
#news-section #tabs .tabsborder .tab-content .info-column .promolink ul li.promoitem a
{
	color:#009CDC;
	display:inline;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0 0 0 10px;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:1px;
}

#news-section #tabs .tabsborder .tab-content
{
	float:left;
	width:100%;
}
#news-section #tabs .tabsborder .tab-content ul
{
	height:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:0;
}

#news-section #tabs .tabsborder .tab-content ul li
{
	background:transparent;
	border:0;
	float:none;
	margin:0 0 0 3px !important;
	padding:0;
	text-indent:0;
}
#news-section #tabs .tabsborder .tab-content ol
{
	height:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:0;
}
#news-section #tabs .tabsborder .tab-content ol li
{
	background:transparent;
	border:0;
	float:none;
	margin:0 0 0 3px !important;
	padding:0;
	text-indent:0;
}

#news-section #tabs .tabsborder .tab-content ol li.promoitem
{
	padding:0 0 0 10px;	
}
#news-section #tabs .tabsborder .tab-content ol li.newsitem
{
	
}
#news-section #tabs .tabsborder .tab-content ol li.newsitem a
{
	
}

#news-section #tabs .tabsborder .tab-content ul li label,
#news-section #tabs .tabsborder .tab-content ul li input,
#news-section #tabs .tabsborder .tab-content ul li textarea,
#news-section #tabs .tabsborder .tab-content ul li select
{
	width:200px;
	display:block;
	float:left;
	margin:10px;
}
#news-section #tabs .tabsborder .tab-content ul li input
{
	width:200px;
}
#news-section #tabs .tabsborder .tab-content ul li textarea
{
	width:200px;
}
#news-section #tabs .tabsborder .tab-content ul li select
{
	width:200px;
}
#news-section #tabs .tabsborder .tab-content ul li input#checkbox1
{
	width:20px;
	display:block;
	float:left;
	margin:10px;
}
#news-section #infomeetings-content .infomeetingcontent #contactform
{
	float:left;
}
#news-section #infomeetings-content .infomeetingcontent #contactform ol li input.error,
#news-section #infomeetings-content .infomeetingcontent #contactform ol li select.error
{
	background-color:#FFFFD5;
	border:1px solid #FF0000;
	color:#FF0000;
	margin:5px 0;
	font-weight:bold;
} 
#news-section #infomeetings-content .infomeetingcontent #contactform ol
{
	height:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 12px !important;
	padding:0;
	float:left;
}
#news-section #infomeetings-content #contactform ol
{
	background:transparent;
	border:0;
	float:none;
	margin:0 0 0 3px !important;
	padding:0;
	text-indent:0;
}
#news-section #infomeetings-content #contactform ol li
{
	float:left;
}
#news-section #infomeetings-content #contactform ol li label
{
	float:left;
	width:200px;
}
#news-section #infomeetings-content #contactform ol li input,
#news-section #infomeetings-content #contactform ol li select,
#news-section #infomeetings-content #contactform ol li textarea
{
	float:left;
	width:200px;
	margin:5px 0;
}
#news-section #infomeetings-content #contactform ol li textarea
{
	height:100px;
}
#news-section #infomeetings-content #contactform ol li select
{
	width:200px;
}
#news-section #infomeetings-content #contactform ol li input#checkbox1,
#news-section #infomeetings-content #contactform ol li input#checkboxli
{
	width:20px;
}
#news-section #infomeetings-content #contactform ol li.textarea
{
	width:600px;
}
#news-section #infomeetings-content #contactform ol li.checkbox
{
	width:600px;
}
#news-section #infomeetings-content #contactform ol li.checkbox p
{
	width:600px;
}
#news-section #infomeetings-content #contactform ol li.submitButton
{
	width:600px;
}
#news-section #infomeetings-content #contactform ol li.submitButton input
{
	background:#029CDC url(/_imgs/ly/2010/_shared/bluebuttonBG.jpg) repeat-x bottom center;
	padding:0 8px;
	margin:0;
	display:block;
	text-align:center;
	width:auto;
	height:22px;
	font-size:14px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	line-height:22px;
	float:right;
	color:#FFFFFF;
	border:0;
	font-weight:bold;
	line-height:22px;
	cursor:pointer;
}
/*00000000 INFO MEETINGS -----------------------------------------*/

#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable
{
	position: relative;
	height: 500px;
	margin-bottom: 10px;
	overflow: hidden;
	background:#FFFFFF;
	border:1px solid #DCDCDC;
}
/* root element for scrollable items */ 
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items 
{     
	position:relative;
	bottom:0px;
}
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items ol li 
{
	background:#ffffff url(/_imgs/ly/09/homepage/calendar.gif) no-repeat scroll 3px 4px; 
	position:relative;
	margin-left:0 !important;
	border-bottom:1px solid #DCDCDC;
	padding:4px 0;
}
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items ol li:hover 
{
	background-color:#EFF6FC;
}
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items ol li a 
{
	padding:0 0 0 10px;
}
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items img 
{
	left:35px;
	position:absolute;
	top:17px;
} 


#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items span.date 
{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	left:3px;
	position:absolute;
	text-align:center;
	top:11px;
	width:28px;
} 
#news-section div#tabs img
{
	float:none;
	padding:0;
}

#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items ul a.current, 
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items ul a.current:hover, 
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items ul li.current a 
{
	background:transparent;
	border:0;
	color:#333333;
	cursor:default !important;
	padding:13px 15px;
}
#news-section div#tabs ul a
{
	
}
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items
{
	
}
#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items h5 
{
	color:#006CA1;
	float:left;
	font-size:11px;
	font-weight:bold;
	left:44px;
	margin:0;
	position:relative;
	top:0;
	width:182px;
}

#news-section #tabs .tabsborder .tab-content .info-column div#infomeeting-scrollable div.infomeeting-items p 
{
	font-size:11px;
	font-weight:normal;
	left:44px;
	margin:0;
	position:relative;
	top:0;
	width:182px;
} 
#news-section #tabs .tabsborder .tab-content div.calendarIcons
{
	position:relative;
}
#news-section #tabs .tabsborder .tab-content div.calendarIcons ol
{
	top:20px;
	left:230px;
	position:relative;
}
#news-section #tabs .tabsborder .tab-content div.calendarIcons ol li
{
	display:inline;
}
/*---------------------- END NEWS Section -------------------------------------------*/
/* ------------ Begin Popups Section ------------ */

/*** Begin Progress Chart Popup - MR ***/
div#popUp h1 
{
	font-size: 26px;
	color: #333;
}
table.progress {
	width:800px;
	color: #333;
}
table.progress th, td {
	font-size:11px;
	font-family: Helvetica;
	color:#000;
	border-bottom:0px solid #c3c3c3;
	margin:0;
	padding:0;
}

table.progress th {
	text-align:left;
	background-image:url("top-gradient.png");
	background-repeat:repeat-x;
}

table.progress th.exam {
	width:100px;
}

table.progress h1 {
	font-size:2.6em;
}
table.progress th h2, th h3 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:1em;
}
table.progress tr > td {
	vertical-align:top;
}

table.progress td.level, td.level_info, td.row_header, td.term, td.focus {
	background-image:url("/_imgs/ly08/teachingmethod/grey_line.gif");
	background-position:top;
	background-repeat:repeat-x;
}

table.progress td.level > h5 {
	font-size:3.5em;
	color:#cecece;
	margin: 0 10px 0 10px;
}

table.progress td.level_last {
	font-size:1.8em;
	color:#0078C1;
}

table.progress td.level_info {
	width:270px;
}

table.progress td.level_info > strong {
	display:block;
}

table.progress td.end_space {
	width:100px;
}

table.progress td.row_header {
	text-transform:uppercase;
}

table.progress td.term, table.progress td.focus {
	border-right:0px solid #999999;
	width:100px;
	text-align:center;
}

table.progress td.term > strong, table.progress td.focus > strong {
	text-transform:uppercase;
}

table.progress td.term span.numbers {
	font-size:1.2em;
	color:#0078C1;
}

table.progress td#progress {
	width:290px;
}

table.progress td#grades {
	width:100px;
}
div.efekta_title 
{
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	position:absolute;
	top:35px;
	left:68px;
    font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	width: 675px;
}
div.efekta_title h2
{
	font-weight: bold;
}
/*** End Progress Chart Popup ***/

/*** Begin Efekta Tour Popup - MR ***/ 
div.tooltip 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: 1px solid #009cdc;
	background-color: #FFF;
    padding:10px 20px; 
    font-size:12px; 
    display:none;
    color: #009cdc;
}

a#tooltip1 
{
	width:50px;
	height:50px;
	position:absolute;
	top:305px;
	left:97px;
	background:transparent url(/_imgs/ly/09/shared/1px.gif) repeat;
	cursor:pointer;
}
a#tooltip2 
{
	width:50px;
	height:50px;
	position:absolute;
	top:235px;
	left:201px;
	background:transparent url(/_imgs/ly/09/shared/1px.gif) repeat;
	cursor:pointer;
}
a#tooltip3 
{
	width:50px;
	height:50px;
	position:absolute;
	top:234px;
	left:385px;
	background:transparent url(/_imgs/ly/09/shared/1px.gif) repeat;
	cursor:pointer;
}
a#tooltip4 
{
	width:50px;
	height:50px;
	position:absolute;
	top:361px;
	left:469px;
	background:transparent url(/_imgs/ly/09/shared/1px.gif) repeat;
	cursor:pointer;
}
a#tooltip5 
{
	width:50px;
	height:50px;
	position:absolute;
	top:374px;
	left:575px;
	background:transparent url(/_imgs/ly/09/shared/1px.gif) repeat;
	cursor:pointer;
}
a#tooltip6 
{
	width:50px;
	height:50px;
	position:absolute;
	top:274px;
	left:566px;
	background:transparent url(/_imgs/ly/09/shared/1px.gif) repeat;
	cursor:pointer;
}
/*** End Efekta Tour Popup ***/ 

/*** Begin Spins Table - MR ***/
div#tabs div.spinsPopup
{
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

div#tabs div.spinsPopup h2
{
	clear: both;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

div#tabs div.spinsPopup table.spinsTable td
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	padding: 10px;
	font-size: 11px;
}
div#tabs div.spinsPopup table.spinsTable td h2
{
	font-size: 13px;
	font-weight: bold;
}
div#tabs div.spinsPopup table.spinsTable td ul.bulletlist
{
	margin: 25px;
	text-indent: 12px;
	width: 100%;
	height: 100%;
}
div#tabs div.spinsPopup table.spinsTable td ul.bulletlist li
{
	background: url(/_imgs/ly/2010/_shared/list_dot.png) no-repeat scroll 0% 7px;
	border: none;
	text-indent: 10px;
	display: block;
	float: none;
	line-height: 16px;
}

div#tabs .tabsborder
{
    padding:10px;
    background-color:#FCFCFC;
    border: 1px solid #D7D7D7;
}

div#tabs ul { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
}

/* single tab */
div#tabs li { 
	border:1px solid #D7D7D7;
    background: #FCFCFC url(/_imgs/ly/2010/_shared/tab_primary_bg.jpg) repeat-x;
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0px 0px 0px 3px !important;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

/* link inside the tab. uses a background image */
div#tabs ul a { 
	color: #009cdc;
	display:inline;
	height: 30px;  
	line-height:29px;
	text-align:center;	
	text-decoration:none;
	padding:5px 15px;
	margin:0px;	
	position:relative;
	top:1px;
}

div#tabs ul a:active {
	outline:none;		
}

div#tabs ul a:hover {
	color:#009cdc;	
}

/* active tab uses a class name "current". */
div#tabs ul a.current, div#tabs ul a.current:hover, div#tabs ul li.current a {	
	background: #FCFCFC;
	color: #333;
	cursor:default !important; 
	border-bottom: 2px solid #FFF;
	padding:5px 15px;
}
/*** END SpinTable ***/

/* ------------ End Popups Section ------------ */

/*-------------------- RESERVATION ----------------------*/

#reservationContent
{
	
}
#reservationContent #reservationForm ul li input.error,
#reservationForm #reservationForm ul li select.error
{
	background-color:#FFFFD5;
	border:1px solid #FF0000;
	color:#FF0000;
	margin:5px 0;
	font-weight:bold;
} 

.contentContainer #rightColumn #terms-conditions h2
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.contentContainer #rightColumn #terms-conditions #help-section
{
	border:1px solid #DCDCDC;
	background:#FFFFFF;
	margin-bottom:10px;
}
.contentContainer #rightColumn #terms-conditions #help-section h3
{
	font-size:16px;
	margin-bottom:5px;
	padding:4px;
	background:#F3F3F3 url(/_imgs/ly/2010/_shared/tab_primary_bg.jpg) repeat-x 0 0;
	border-bottom:1px solid #DCDCDC;
	display:block;
	height:auto;
}
.contentContainer #rightColumn #terms-conditions #help-section p
{
	padding-left:10px;
	background:#FFFFFF;
	margin:0;
}
.contentContainer #rightColumn #terms-conditions #pdf-section
{
	border:1px solid #DCDCDC;
	background:#FFFFFF;
	padding:10px;
	text-align:justify;
	margin-bottom:10px;
}
.contentContainer #rightColumn #terms-conditions #pdf-section p
{
	margin:0;
}
.contentContainer #rightColumn #terms-conditions #pdf-section p
{
}
.contentContainer #rightColumn #terms-conditions #price-changes
{
	margin-top:10px;
	
}
.contentContainer #rightColumn #terms-conditions #price-changes p
{
	font-size:12px;
}
/* Used to override 960.css style */
#reservationContent .clear
{
	background:transparent;
	border:medium none;
	text-align:center;
	clear:none;
	display:block;
	height:auto;
	overflow:auto;
	visibility:visible;
	width:auto;
}

#reservationContent div.select-heading
{
	width:157px;
	float:left;
	padding:5px;
}
#reservationContent div.select-heading img
{
	margin-right:5px;
}
#reservationContent div.select-heading h3
{
	display:block;
	width:auto;
	line-height:20px;
}
#reservationContent table#search
{
	border-collapse:separate;
}

#reservationContent table#search td
{
	padding:5px;
}
#reservationContent table#search td select
{
	width:156px;
	height:20px;
}

#reservationContent table#results
{
	border:1px solid #DCDCDC;
	border-collapse:separate;
}
#reservationContent table#results th
{
	width:200px;
	color:#000000;
	background:#FFFFFF;
	font-size:95%;
	font-weight:bold;
	padding:5px;
	text-align:left;
}
#reservationContent table#results tr:hover td
{
	background-color:#DCDCDC;
}
#reservationContent table#results td
{
	background:#F5F5F5;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #E9E9E9;
	padding:5px;
}

#reservationContent table#results td a
{
	color:#000000;
}
#reservationContent #progress-bar
{
	background:transparent url(/_imgs/ly/2010/_shared/progressDots.gif) no-repeat 0 0;
	height:12px;
	width:638px;
	background-position:0 0;
	clear:both;
}
#reservationContent #progress-bar.step1
{
	background-position:0 0;
}
#reservationContent #progress-bar.step2
{
	background-position:0 -56px;
}
#reservationContent #progress-bar.step3
{
	background-position:0 -108px;
}
#reservationContent #progress-bar.step4
{
	background-position:0 -158px;
}
#reservationContent #steps
{
	width:auto;
	margin-bottom:10px;
} 
#reservationContent #steps ul
{
	float:left;
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
	width:auto;
} 
#reservationContent #steps ul li
{
	float:left;
	margin:0;
	width:160px;
	text-align:center;
}
#reservationContent #steps ul li span#current
{
	font-weight:bold;
}
#reservationContent #steps ul li.lastStep
{
	text-align:right;
	margin:0;
	padding:0;
}
#reservationContent #steps ul li.firstStep
{
	text-align:left;
	margin-left:0;
	padding:0;
}

#reservationContent #steps ul li a
{
	color:#000000;
}
#reservationContent #steps ul li a#current
{
	color:#000000;
	font-weight:bold;
}
/* ----------------------- Reservation options ------------------------------*/
#reservationContent div#course-container
{
	border:1px solid #DCDCDC;
	background:#FFFFFF;
	width:auto;
	float:left;
	margin-bottom:20px;
	padding-top:10px;
}
#reservationContent div#course-container h3
{
	margin-left:10px;
	font-size:16px;
}
#reservationContent div#course-container a
{
	display:block;
	margin-left:10px;
}
#reservationContent div#course-container div#course-info
{
	float:left;
	margin:2px 0 0 0;
	padding:0;
	width:438px;
}
#reservationContent div#course-container div#course-info ul
{
	list-style-type:none;
}
#reservationContent div#course-container div#destination-image
{
	margin-left:0;
	float:right;
	margin:2px 0 0 0;
	padding:0;	
	width:200px;
}
#reservationContent div#course-container .displayIncluded
{
	display:block;
}

#reservationContent div#course-container div#included
{
	margin-left:0;
	float:left;
	margin:2px 0 0 4px;
	padding:0;
	width:316px;
	display:none;
}
#reservationContent div#course-container div#included h3
{
	margin-left:0;
	float:none;
	font-size:18px;
}


#reservationContent table.options
{
	border:1px solid #DCDCDC;
	border-collapse:separate;
	background:#FFFFFF;
	width:100%
}
#reservationContent table.options tr
{
	border:0;
}
#reservationContent table.options tr:hover td
{
	background-color:#DCDCDC;
}
#reservationContent table.options th
{
	text-align:left;
	padding:5px 0 5px 10px;
	background:#FFFFFF;
	
}
#reservationContent table.options th.colr
{
	text-align:center;
	padding-left:10px;
	background:#F5F5F5;	
	width:20%;
}
#reservationContent table.options td
{
	background:#F5F5F5;
	border-bottom:1px solid #E9E9E9;
	border-top:1px solid #FFFFFF;
	margin:0;
	padding:5px 0 5px 10px;
}
#reservationContent table.options td.postrow
{
	height:0;
	padding:0;
	margin:0;
}
#reservationContent table.options td.postrow div.posthidden
{
	height:0;
	padding:0;
	margin:0;
	display:none;
	visibility:hidden;
}
#reservationContent table.options td.colr
{
	background:#EFEFEF;
	width:20%;
	text-align:center;
}

#reservationContent table#total
{
	border:1px solid #DCDCDC;
	border-collapse:separate;
	background:#FFFFFF;
	width:100%
}
#reservationContent table#total tr:hover td
{
	background-color:#DCDCDC;
}
#reservationContent table#total tr
{
	border:0;
}
#reservationContent table#total th
{
	text-align:left;
	padding-left:10px;
	background:#FFFFFF;
}
#reservationContent table#total th.colr
{
	text-align:center;
	padding-left:10px;
	width:20%;	
}
#reservationContent table#total td
{
	background:#F5F5F5;
	border-bottom:1px solid #E9E9E9;
	border-top:1px solid #FFFFFF;
	margin:0;
	padding:5px 0 5px 10px;	
}
#reservationContent table#total td.colr
{
	background:#EFEFEF;
	width:20%;
	text-align:center;
}

#reservationContent table#action
{
	border:0;
	background:transparent;
	width:100%
}
#reservationContent table#action td
{
	background:transparent;
	text-align:right;
}

#reservationContent table#action td.colr
{
	background:transparent;
	width:20%;
}

#reservationContent table#action td.colr a.submit,
#reservationContent table#action td a.submit,
#reservationContent table#action td input.submitSend,
#reservationContent table#search td a.submit,
#reservationContent .otherInfoButt input,
#reservationContent #bookInfo .confirm .printButt
{
	background:#029CDC url(/_imgs/ly/2010/_shared/bluebuttonBG.jpg) repeat-x bottom center;
	padding:0 8px;
	margin:0;
	display:block;
	text-align:center;
	width:auto;
	height:22px;
	font-size:14px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	line-height:22px;
	float:right;
	color:#FFFFFF;
	border:0;
	font-weight:bold;
	line-height:22px;
	cursor:pointer;
}
#reservationContent #bookInfo .confirm .printButt a
{
	color:#FFFFFF;
}
#reservationContent .otherInfoButt
{
	float:left;
}
#reservationContent table#search td a.submit
{
	float:none;
}
#reservationContent table#action td a.submit
{
	color:#666666;
	background:#DCDCDC;
	float:left;
}
#reservationContent  table#formcontainer
{
	border:1px solid #DCDCDC;
	border-collapse:separate;
	background:#FFFFFF;
	width:100%;
	padding:10px;
}
#reservationContent .selected-step
{
	float:left;
	width:auto;
}
#reservationContent .selected-step h3
{
	display:block;
	float:left;
	width:auto;
	padding-left:10px;
	line-height:29px;
}
#reservationContent .selected-step img
{
	float:left;
}
#reservationContent table#formcontainer #occother
{
	margin-left:-36px;
}
#reservationContent  table#formcontainer td
{
	margin-bottom:10px;
	width:50%;
}
#reservationContent  #formcontainer input,#reservationContent  #formcontainer select
{
	background:#FEFEFE;
	border:1px solid #DCDCDC;
	width:auto;
	margin-bottom:10px;
	padding:0 10px 0 0;
}
#reservationContent  #formcontainer select
{
	width:154px;
	padding:0;
}
#reservationContent  table#formcontainer table#b-day
{
	width:155px;
}
#reservationContent  table#formcontainer table#b-day select
{
	width:52px;
}

#reservationContent  table#formcontainer .radioButtons input
{
	width:auto;
}
#reservationContent #bookInfo
{
	background:#FEFEFE;
	border:1px solid #DCDCDC;
}
#reservationContent #bookInfo .confirm
{
	margin:10px 0 0 0;
	padding:10px;
}

#reservationContent #bookInfo .confirm ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
}

#reservationContent #bookInfo .otherInfoButt
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	float:left;
	margin-bottom:20px;
	padding-top:10px;
	width:auto;
}

/*-------------------- END RESERVATION ----------------------*/

/*-------------------- WHY EF ----------------------*/
div.quoteContainer
{
	background: #FFF; 
	border: 1px solid #e7e7e7; 
	padding: 10px;
}
div.quoteContainer div.quoteOpen
{
	background: url(/_imgs/ly/2010/about/quoteOpen.png) no-repeat;
	height: 35px;
}
div.quoteContainer div.quoteClose
{
	background: url(/_imgs/ly/2010/about/quoteClose.png) no-repeat 59px 0%;
	height: 35px;
	width: 100%;
}
div.quoteContainer img.staffPhoto
{
	float: left;
	padding: 2px;
	border: 1px solid #009cdc;
	margin-right: 10px;
}
div#primaryContent ol.orderedList li
{
	margin: 0;
	font-weight: bold;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 160%;
}
div#primaryContent ul.whyEF li
{
	margin: 0;
	list-style: none;
	font-weight: normal;
}
img.imageContainer
{
	border: 1px solid #009cdc;
	padding: 2px;
}
/*-------------------- END WHY EF ----------------------*/

/*-------------------- CONTACT US ----------------------*/
div#contactForm  a{ color: #009cdc; }
div#contactForm  h2{ font-size: 14px; font-weight: bold; margin: 0px 0 10px 0; color: #333333; }
div#contactForm  h3{ font-size: 14px; font-weight: bold; margin-bottom: 10px; color: #333333; }
div#contactForm  img.officepic{ border: 1px solid #e7e7e7; padding: 2px; float: right; }
div#contactForm p.requiredLabel
{
	margin-bottom: 5px;
	font-size: 11px;
	color: #009cdc;
}
div#contactForm  a.notes
{
	color: #009cdc;
	font-size: 11px;
}
div#contactForm 
{
	font-size: 12px;
}
div#contactForm div.contactLeft
{
	float: left;
}
div#contactForm div.contactLeft ul li
{
	color: #333333;
	font-size: 12px;
}
div#contactForm div.contactRight
{
	float: right;
	width: 212px;
}

div#contactForm div.submitRight
{
	float: right;
	margin: 10px;
}
div#contactForm ul
{
	margin: 0;
}
div#contactForm ul li
{
	font-size: 11px;
	color: #009cdc;
	vertical-align: top;
	list-style: none;
	margin: 0;
	line-height: 22px;
	margin: 5px 0;
}
div#contactForm ul li div.formLabel
{
	font-size: 12px;
	color: #333333;
	width: 350px;
	float: left;
}
div#contactForm ul li div.formLabel span.requiredLabel
{
	font-size: 11px;
	color: #009cdc;
}
div#contactForm ul li div.formLabelRight
{
	font-size: 12px;
	color: #333333;
	width: 350px;
	float: left;
}
div#contactForm ul li input
{
	width: 232px;
	display: inline;
	/*margin: 5px 0;*/
	float:left;
}
div#contactForm ul li input#checkbox1
{
	margin: 5px 10px 10px 5px;
	width: auto;
}
div#contactForm div.submitRight input.submit
{
	background: #029CDC url(/_imgs/ly/2010/_shared/bluebuttonBG.jpg) repeat-x bottom center;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	float: right;
	font-size: 11px;
	margin:0px;
}
div#contactForm ul li select
{
	width: 235px;
	margin: 5px 0;
}
div#contactForm ul li textarea
{
	width: 235px;
	height: 101px;
	padding:0; 
}
div#contactForm required
{
	display: none;
}
div#contactForm ul li input.error, div#contactForm ul li select.error 
{
	background-color:#FFFFD5;
	border:1px solid #FF0000;
	color:#FF0000;
	margin:0;
	font-weight:bold;
} 
div#contactForm div.mainoffice-directions div#directionsForm
{
	width: 100%;
}
div#contactForm div.mainoffice-directions div#directionsForm input.submit
{
	background: #029CDC url(/_imgs/ly/2010/_shared/bluebuttonBG.jpg) repeat-x bottom center;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	float: right;
	font-size: 11px;
}
.contentContainer div#contactForm input#checkbox1
{
	width:20px;
	margin:2px;
	border:1px solid #DCDCDC;	
}
.contentContainer div#contactForm input.submit
{
	background:#029CDC url(/_imgs/ly/2010/_shared/bluebuttonBG.jpg) repeat-x bottom center;
	padding:0 8px;
	margin:0;
	display:block;
	text-align:center;
	width:auto;
	height:auto;
	font-size:14px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	line-height:22px;
	float:right;
	color:#FFFFFF;
	border:0;
	font-weight:bold;
	line-height:22px;
	cursor:pointer;
	margin: 3px 31px 0 0;
}

/*.contentContainer div#contactForm 
{
	width:auto;
	margin:0;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #DCDCDC;	
	overflow: hidden;
}
*/
.contentContainer div#contactForm .messageContainer
{
	border: 1px solid #E7E7E7;
	background-color: #FFF;
	padding: 0 20px;
}
.contentContainer div#contactForm .mainoffice-address
{
	width:380px;
	float:left;
	padding: 0 10px 0 0;
}
.contentContainer div#contactForm .mainoffice-address p
{
	margin-bottom: 0px;
}
.contentContainer div#contactForm .mainoffice-address img
{
	float:right;
}
.contentContainer div#contactForm .mainoffice-directions
{
	float:left;
	width:250px;
}
.contentContainer div#right-column div.agents-section
{
	text-align: center;
}
.contentContainer div#right-column div.agents-section a { color: #009cdc; }
.contentContainer div#right-column div.agents-section p.line { margin-bottom: 0px; }
.contentContainer div#right-column div.agents-section h2
{
	clear: both;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
}
.contentContainer div#right-column div.agents-section ul
{
	background:transparent;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 0px;
	
}
.contentContainer div#right-column div.agents-section ul li
{
	background:transparent;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: left;
}
.contentContainer div#right-column div.agents-section select
{
	width: 100%;
}
.contentContainer div#right-column .agents-section .agenthidden
{
	display:none;
}

.contentContainer div#right-column .agents-section .agenthidden p 
{
	color:#3F9BC5;
	font-size:12px;
	font-weight:normal;
}
.contentContainer div#right-column .agents-section .agentselected
{
	border:1px solid #DCDCDC;
	background:#FFFFFF;
	padding:10px;
}
.contentContainer div#right-column .agents-section .agentselected h2
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	text-align: center;
}
div#primaryContent div.thanksContainer
{
	border: 1px solid #E7E7E7;
	background-color: #FFF;
	padding: 0 10px 0 10px;
}
/*-------------------- END CONTACT US ----------------------*/

