@charset "UTF-8";
/* CSS Document */
.bodyLandingPage {
	background-color:#E4F2FC;
	margin: 0;
    padding: 0;
    font: 10px "Arial" , sans-serif;
}
#slides {
	position: absolute;
	width: 940px;
	height: 245px;
	overflow: hidden;
	z-index: 1;
	top: 3px;
	background-image: url(images/Flash/top_bg.png);
	background-repeat: no-repeat;
}
.slide img {
	position: absolute;
	z-index: 1;
}
.slide a {
	color: #333;
	text-decoration: none; 
}
.slide .slideText {
	position: absolute;
	width: 800px;
	height: 63px;
	left: 0;
	overflow: hidden;
	z-index: 2;
	background-image: url(images/Flash//sliderbga.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 23px;
	top: 182px;
}
.slideText h1 {
	font-weight: normal;
	font-size: 24px;
	color: #FFF;
	padding: 12px 0 0 0;
	margin: 0px;
}
.slideText h2 {
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	padding: 0 200px 0 0;
	margin: 0px;
}
#slider2 img, #slider2 .slideText, #slider3 img, #slider3 .slideText, #slider4 img, #slider4 .slideText, #slider5 img, #slider5 .slideText {
	display:none;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/Flash//footerbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 130px;
}
#mainbody {
	padding-top: 20px;
	padding-left: 60px;
}
#right-column {
	width: 180px;
	position: relative;
	left: 690px;
	top: 10px;
	padding: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	z-index: 2;
}
#right-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #1C76AB;
	padding: 0 0 10px 0;
	margin: 0px;
}
#right-column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0px;
}
#mainbody h1 {
	font-size: 30px;
	color: #218CCB;
}
