/*
light green: #2bb673
dark green: #2f9966
pink:
*/
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	behavior: url("csshover3.htc");
	background:url(images/main-bg.gif) repeat-x;
}

a{text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:none;}

strong em{
	font-style:normal;
	color:#2f9966;
}

#bounds{
	margin:auto;
	width:980px;
}

#header{
	position:relative;
	height:158px;
}
#header h1{
	margin:0;
	width:198px;
	height:158px;
	text-indent:-9999px;
	float:left;
	background:url(images/main-logo.gif) no-repeat right top;
}
#header h2{
	display:none;
}
#header #nav{
	width:750px;
	float:right;
}
#header ul{
	margin:30px 0 0 30px;
	padding:0;
	list-style:none;
	float:left;
}
#header ul ul{
	display:none;
	margin:0;
	padding:55px 0 0 0;
	float:none;
	position:absolute;
	top:0;
	left:0;
	width:110px;
	height:111px;
	background:url(images/sub-nav-bg.gif) no-repeat left 50px;
}

#header li{
	position:relative;
	margin:0 10px;
	float:left;
	_height:1%;
}
#header li:hover{
	background:url(images/nav-left-on.gif) no-repeat left center;
}
#header li:hover a{
	color:#ec008c;
	background:url(images/nav-arrow-on.gif) no-repeat right center;
}
#header li a{
	display:block;
	padding:0 23px 0 10px;
	height:30px;
	overflow:hidden;
	line-height:1.7em;
	float:left;
	color:#666;
	font-size:16px;
	letter-spacing:-.03em;
	background:url(images/nav-arrow.gif) no-repeat right center;
}

#header li a:hover{
	
	text-decoration:none;
}

#header ul ul li{
	margin:0;
	float:none;
	background:none;
	white-space:nowrap;
}
#header ul ul li:hover,#header ul li:hover li a{
	color:#000;
	background:none;
}
#header ul ul li a{
	float:none;
	margin:0 3px;
	padding:0 5px 0 0;
	height:auto;
	line-height:1.6em;
	font-size:15px;
	color:#000;
	text-align:right;
	background:none;
}
#header ul li ul li a:hover{
	color:#fff;
	background-color:#bcbdc0;
	background-image:none;
}
#header ul li:hover ul{
	display:block;
}
#header a.showcase img{
	display:none;
}
#header a.showcase{
	margin:0;
	padding:0 0 3px 0;
	background:none;
	display:block;
	float:right;
	width:175px;
	height:58px;
	background:url(images/lm-showcase.gif) no-repeat;
}
#header a.showcase:hover{
	background:url(images/lm-showcase_over.gif)
}

#header p{
	margin:0;
	padding:18px 0 0 240px;
	clear:right;
}

#content{
	background:url(images/main-content-bg.gif) no-repeat 1px top;
	overflow:hidden;
	height:1%;
}
#content #flash{
	float:left;
}
#content .lms{
	margin:0 0 0 0;
	float:left;
}
#content .lms a.sc{
	display:block;
	float:left;
}
#content .lms ul{
	margin:0;
	padding:73px 0 0 0;
	list-style:none;
	width:158px;
	height:292px;
	background:url(images/lms-nav-bg.gif) no-repeat;
	float:left;
}
#content .lms li{
	_height:1%;
}
#content .lms li a{
	display:block;
	margin:00;
	height:40px;
	text-indent:-9999px;
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
}
#content .lms li a:hover{
	background-position:bottom;
}
#content .lms li.attend a{
	background-image:url(images/lms-attend.gif);
}#content .lms li.details a{
	background-image:url(images/lms-details.gif);
}#content .lms li.agen a{
	background-image:url(images/lms-agencies.gif);
}#content .lms li.inter a{
	background-image:url(images/lms-inter.gif);
}#content .lms li.faq a{
	background-image:url(images/lms-faq.gif);
}
#content .blog{
	position:relative;
float:left;
}
#content .blog a{
	margin:0;
	display:block;
	width:527px;
	height:194px;
	text-align:justify;
	color:#fff;
	text-decoration:none;
	background:url(images/blog-feature.jpg) no-repeat;
	
}
#content .blog a span{
	position:absolute;
	top:60px;
	left:385px;
	width:120px;
	cursor:pointer;
}
#footer{
	clear:both;
}
#footer p{
	margin:0 0 0 20px;
	padding:20px 0;
	color:#0f4b45;
	font-size:10px;
	font-family:verdana, trebuchet, tahoma;
}
#footer a{
	color:#0f4b45;
}
#footer p strong{
	padding:0 10px 0 0;
	font-size:12px;
	color:#999999;
	text-transform:uppercase;
}
#footer p span{
	color:#2bb673;
}
#footer p span span{
	color:#0f4b45;
}



























