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

body{
	margin:auto 0px;
	padding:0px;	
}

.main_container{
	margin:auto;
	width:1024px;
	height:auto;
	background-color:#2c86d2;
}

.banner_container{
	float:left;
	width:1024px;
	height:auto;
	margin:0px;
}

.privacy_container{
	float:left;
	width:1024px;
	height:auto;
	margin:0px;
}

.menu_container{
	float:left;
	width:1024px;
	height:49px;
	margin:0px;
	background:no-repeat center url(../images/menu_bg.jpg);
}

.menu_container .menuGroup{
	float:left;
	width:873px;
	height:49px;
	margin:0px 0px 0px 68px;
}

.menuGroup span{
	float:left;
	width:122px;
	height:49px;
	margin:0px 0px 0px 0px;
}

.menuGroup span div{
	float:left;
	width:122px;
	height:35px;
	margin:0px 0px 0px 0px;
	padding-top:14px;
}

.menuGroup span a:link{
	float:left;
	width:122px;
	height:49px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
	background:no-repeat center url(../images/defaultmenu_bg.jpg);
}

.menuGroup span a:visited{
	float:left;
	width:122px;
	height:49px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
	background:no-repeat center url(../images/defaultmenu_bg.jpg);
}

.menuGroup span a:hover{ 
	float:left;
	width:122px;
	height:49px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	background:no-repeat center url(../images/hovermenu_ng.jpg);
}

.menuGroup span a:active{
	float:left;
	width:122px;
	height:49px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
	background:no-repeat center url(../images/defaultmenu_bg.jpg);
}


.flash_container{
	float:left;
	width:1024px;
	height:418px;
	margin:0px;
}

.shortCuts_container{
	float:left;
	width:1024px;
	height:auto;
	margin:0px 0px 0px 0px;
	background-color:#2c86d2;
}

.shortCuts_container .shortcuts_content{
	float:left;
	width:320px;
	margin:25px 0px 37px 20px;
}

.shortcuts_content .img{
	float:left;
	width:167px;
	height:auto;
	margin:0px;
}

.shortcuts_content .desc{
	float:left;
	width:135px;
	height:auto;
	margin:0px 0px 0px 7px;
}

.desc .title{
	float:left;
	width:135px;
	height:auto;
	margin:0px 0px 0px 0px;
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:11px;
}

.desc .details{
	float:left;
	width:135px;
	height:auto;
	margin:0px 0px 0px 0px;
	font:11px Verdana, Geneva, sans-serif;
	color:#000;
	margin-bottom:11px;
}

.desc .learn{
	float:left;
	width:135px;
	height:auto;
	margin:0px 0px 0px 0px;
}

.learn a:link{
	font:10px Verdana, Geneva, sans-serif;
	color:#ffff99;
	text-decoration:none;
}

.learn a:visited{
	font:10px Verdana, Geneva, sans-serif;
	color:#ffff99;
	text-decoration:none;
}

.learn a:hover{
	font:10px Verdana, Geneva, sans-serif;
	color:#ffffff;
	text-decoration:none;
}

.learn a:active{
	font:10px Verdana, Geneva, sans-serif;
	color:#ffff99;
	text-decoration:none;
}


.shortCuts_container .footer{
	float:left;
	width:1024px;
	height:auto;
	margin:7px 0px 7px 0px;
	font:11px Verdana, Geneva, sans-serif;
	color:#fff;	
	text-align:center;
}