@charset "utf-8";
/* CSS Document */


body {
	font-family: palatino linotype, times, serif;
	background-image:url('../images/bg_green.jpg');
	background-attachment:fixed;
	color: #FFFFFF;;
	font-size:13px;
	text-align: justify;
}

a.email:link{
	color:#FFFFFF;
	text-decoration:none;
}
a.email:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.email:hover{
	color:#F6EB14;
	text-decoration:none;
}
a.email:active{
	color:#FFFFFF;
	text-decoration:none;
}



/* hyperlink styles START*/
a:link {
	color: #ffffff;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #ffffff;
}

/* hyperlink styles END*/


#page {
	width: 900px;
	margin:0px auto;
}


#header {
	width: 900px;
	height: 56px;
	margin:0px auto;
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	background-position: bottom;
	text-align:right;
	align:right;

}

#topemail {
	margin-top: 15px;
	height: 20px;
	text-align:right;
	font-size:17px;
	align:right;
}


#menu {
	background-image:url('../images/menu_sep.png');
	background-repeat:no-repeat;
	align: bottom;
	width: 173px;
	padding-top:10px;
	height: 566px;

}



/*start MENU LI*/


.menu {
	list-style:none;
	margin-top:0px;
	width: 167px;
	float: left;
}

.menu li {
	line-height:40px;
	/*border-bottom:thin dashed #FFFFFF;*/
}

.active {
	text-decoration:bold;
	color:#F6EB14;
}

.menu li a {
	margin-top: 0px;
	margin-bottom: 0px;
	display:block;
	width: 120px;
	color:#FFFFFF;
	text-decoration:none;
}

.menu li a:hover {
	text-decoration:none;
	color:#F6EB14;
}


/*end MENU LI*/


/*start normal LI*/


.list {
	list-style:none;
	margin-top:0px;
}

.list li {
	line-height:25px;
	/*border-bottom:thin dashed #FFFFFF;*/
}

img {
	padding-right: 20px;
	padding-bottom: 20px;
}


/*end MENU LI*/

#content {
	float:right;
	width: 900px;
	/*height: 510px;*/
	margin-top: 16px;
}

#heading {
	width: 900px;
	height: 30px;
	background-image:url('../images/line_heading.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: palatino linotype, times, serif;
	color: #FFFFFF;;
	font-size: 21px;
}

#footer {
	width: 900px;
	height: 20px;
	margin: 0px auto;
	background-image:url('../images/line_footer.png');
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;

}

#flashContent {
	height: 630px;
	align:center;
}
	
#contenta {
	width: 900px;
}

#contenta object {
	padding-left: 20px;
}

#content1 {
	width: 689px;
}
.lb-container img{padding-right:0px;padding-bottom:0px;}
@media(min-width:980px) and (max-width:2000px){
.lb-outerContainer img, .lb-dataContainer img{
max-width: 660px!important;
width: auto!important;
height: auto!important;
}
}