/* CSS Document */

body.landing {
	background-image:url(../images/css-images/blue-bg.jpg);background-repeat: repeat;background-color: #fff;	
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0 auto;
	padding-top: 0;
}

#wrapper-land {
	margin:0 auto;
	position: relative;
	width:1010px;
}

#container-landing {
	background-color: #fff;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	width: 978px;
}

#main-wrapper-top-land {
	background-image:url('../images/css-images/content-top-land.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 32px;
	margin:0 auto;
	padding: 8px 0 0 20px;
	width: 990px;
}

#main-wrapper-bottom-land {
	background-image:url('../images/css-images/content-bottom-land.png');
	background-repeat: no-repeat;
	height: 15px;
	margin:0 auto;
	width:1010px;
}

#main-wrapper-land {
	background-image: url(../images/css-images/content-middle-land.png);background-repeat: repeat-y;	
	margin:0 auto;
	padding-bottom: 5px;
	position: relative;
	width:1010px;
}
	
#content1 {
	background: url(../images/css-images/boy-girl-bg.jpg) center top no-repeat;
	height: 100%;
	padding: 10px 260px;
	position: relative;
	text-align: center;
	width: 459px;
}

#content2 {
	margin: 0 auto;
	padding: 0 0 20px 0;
	position:relative;
	width: 600px;
}

#split1 {
	display: block;
	float: left;
	height: 189px;
	padding-right: 100px;
	padding-top: 10px;
	width: 250px;
}

#split2 {
	display: block;
	float: left;
	height: 189px;
	padding-top: 10px;
	width: 250px;
}

#flash {
	float: left;
	height: 233px;
	padding: 0 10px;
	width: 415px;
	}

#video-btn {
	background-image: url(../public/images/css-images/video.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	margin: 10px auto 0 auto;
	position: relative;
	width: 223px;
	z-index: 80;
}

h3.blue {
	color: #045eaa;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

h3.green {
	color: #01503b;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

h3.white {
	color: #fff;
	font-size: 14px;
}

h2.red {
	color: #c00;
	font-size: 18px;
	margin-top: 7px;
}
	
.smallCentered {
	font-size: 10px;
	padding: 0 50px;
}
	
.line-land {
	border-bottom: 1px solid #999;
	margin: 10px auto;
	height: 0px;
	padding: 0px;
	width: 75%;
}
	
#footer-land {
	clear:both;
	color: #fff;
	font-size: 10px;
	margin: 0 auto 10px auto;
	padding: 0 20px 10px 20px;
	text-align: right;
	width: 960px;
}

#footer-land a {
	color: #fff;
}

.clear {
	clear: both;
}

#copyright {
	font-size: 10px;
	float: left;
}

.imgtxt {
	display: none;
	height: 205px;
	width: 260px;
	}
	
.ie6warning {
	width: 70%; 
	background-color: #e79191; 
	border: 1px solid #f00; 
	color: #000; 
	font-weight: bold; 
	font-size: 14px; 
	margin: 0 auto; 
	padding: 20px; 
	text-align: center;
	}