@charset "utf-8";
/* CSS Document */

body{background:#505153; margin:0}


/* -------LAYOUT------ */
#white{
	width:100%;
	height:615px;
	background-color:#fff;
	overflow:visible;
}
#container{
	width:1024px;

	margin:0 auto;
}
#header{
	width:1024px;
	height:82px;
	overflow: hidden;
}
#logo{
	margin:10px 0px 0px 0px;
	float:left;
}
#site{
	margin:60px 30px 0px 0px;
	float:right;
	display:inline;
}
#content0{
	width:994px;
	height:504px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}
#content1{
	width:940px;
	height:504px;
	margin-left:40px;
	padding-top:25px;
}
#content1b{
	width:670px; /*994px*/
	height:460px; /*480px*/
	float:right;
	margin:29px 18px 11px 306px;
	overflow:hidden;
	display:inline;
}
#content2{
	width:1024px;
	height:145px;
	background-image:url(../img/bg_content.gif);
	background-repeat:repeat-y;
	margin-top:1px;
}
#smenu{
	width:220px;
	height:370px;
	position:absolute;
	z-index:10;
	margin:29px 0px 119px 36px;
}
#earth{position:absolute; margin:285px 0px 0px 150px; width:291px; height:223px}
#tbar{
	width:994px;
	height:28px;
	margin:0 auto;
}
#tleft{
	width:168px;
	height:18px;
	background-color:#dbdbd9;
	padding:5px 0px 5px 40px;
	float:left;
}
#tright{
	width:560px;
	height:18px;
	background-color:#dbdbd9;
	padding:5px 0px 5px 40px;
	float:right;
}
#footer{
	width:1024px;
	height:30px;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
}
#copyright{
	float:right;
	margin:35px 30px 30px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	display:inline;
}
#nswf{
	width:240px;
	height:110px;
	float:left;
	margin:22px 15px 0px 50px;
	display:inline;
}
#boxswf{
	width:688px;
	height:120px;
	float:left;
	margin:15px 0px 0px 24px;
}
#box{
	float:left;
	padding-right:10px;
}





/* -------TEXT------ */
.info{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	color:#006;
}
.subtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	color:#2c7c06;
	line-height:25px;
}








/* ------LINK------ */
.blue a:link, .blue a:visited { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00f; 
	text-decoration:underline;
}
.blue a:hover {  
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00f;
	text-decoration:none;
}
#darkB a:link, #darkB a:visited, #darkB a:hover{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#006; 
	text-decoration: none;
}
#green a:link, #green a:visited { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2c7c04; 
	text-decoration: none;
}
#green a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#2c7c04;
}