@charset "utf-8";
/* Main DOM Styles */
body {
	background: #07315B url(images/bg-main.jpg) top no-repeat;
	background-attachment: fixed;
}
a{
	font-weight: bold;
}
/* Main Webcard Body */
.wc-body{
	margin-top: 25px;
}
	.wc-body .wc-banner{
		position: relative;
		background: url(images/top-banner.png) no-repeat;
		width: 949px;
		height: 155px;
		left: 13px;
	}
	.wc-body .wc-top{
		height: 0px;
	}
	.wc-body .wc-middle{
		margin-top: 0;
	}
	.wc-body .wc-bottom{
	}
	.wc-body .col-left{
			margin-right: 50px;
			padding: 0px;
	}
		.col-left .col-left-top{
			background: url(images/sb-top.png) no-repeat;
			width: 264px;
			height: 14px;
		}
		.col-left .col-left-mid{
			background: url(images/sb-mid.png) repeat-y;
			padding: 15px;
			width: 264px;
		}
		.col-left .col-left-bot{
			background: url(images/sb-bot.png) no-repeat;
			width: 264px;
			height: 14px;
		}
	.wc-body .col-right{
	}
		.col-right .col-right-top{
			background: url(images/con-top.png) no-repeat;
			width: 665px;
			height: 12px;
		}
		.col-right .col-right-mid{
			width: 665px;
		}
		.col-right .col-right-bot{
			background: url(images/con-bot.png) no-repeat;
			width: 665px;
			height: 12px;
		}
/* Module Styles */
.mod-contact{
	background: url(images/tel-bg.png) no-repeat;
	color: #FFF;
	width: 328px;
	height: 40px;
	left: 630px;
    top: -20px;
    display: none;
}
	.mod-contact div{
		position: relative;
		top: 10px;
	}
.mod-social{
	background: url(images/soc-bg.png) repeat;
	height: 25px;
	top: 83px;
	left: 25px;
}
	.mod-social img{
	}
.mod-logo{
	margin-bottom: 0px;
	display: none;
}
	.mod-logo .ml-top{
	}
	.mod-logo .ml-mid{
	}
	.mod-logo .ml-bot{
	}
/*Main Menu Styling*/
.mod-menu{
	margin-top: 0px;
	margin-bottom: 15px;
}
	.mod-menu .main{
	}
	.mod-menu .main >li{
		background: url(images/btn-cold.png) no-repeat;
		width: 230px;
		height: 49px;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 3px;
		margin-left: 2px;
	}
	.mod-menu .main >li a{
		display: block;
		width: 230px;
		height: 49px;
		text-align: center;
		color: #143A64;
	}
	.mod-menu .main >li a:hover{
		color: #0F2649;
		background: url(images/btn-hot.png) no-repeat;
	}
	.mod-menu .main >li .hot{
		color: #0F2649;
		background: url(images/btn-hot.png) no-repeat;
	}
		.mod-menu .main >li a span{
			position: relative;
			top: 7px;
		}
	/*Sub Menu Styling*/
	.mod-menu .sub{
		width: 214px;
		border: 2px solid #2868A6;
		background: #2D8BDB;
		margin: 0 0 5px 7px;
		padding: 10px 0 5px 0;
	}
		.mod-menu .sub li{
			margin: 0 0 7px 0;
		}
		.mod-menu .sub li a{
			padding: 0px;
		}
		.mod-menu .sub li a >span{
			display: block;
			color: #fff;
			font-size: 13px;
			padding: 0 0 5px 0;
			margin: 0 20px 5px 20px;
			border-bottom: 1px solid #246FB1;
		}
			.mod-menu .sub li:last-child a >span{
				border: none;
				margin-bottom: 0px;
				padding-bottom: 0px;
			}
		.mod-menu .sub li span:hover{
			color: #10284C;
		}
		.mod-menu .sub li span.hot{
			color: #10284C;
		}
		.mod-menu .sub li span >.arrow{
		}
.mod-box{
	position: relative;
	border: 0;
	color: #ffffff;
}
	.mod-box .mb-top{
		background: url(images/mod-top.png) no-repeat;
		width: 230px;
		height: 35px;
	}
	.mod-box .mb-mid{
		background: url(images/mod-mid.png) repeat-y;
		width: 230px;
		padding: 5px;
	}
	.mod-box .mb-bot{
		background: url(images/mod-bot.png) no-repeat;
		width: 230px;
		height: 15px;
	}
	.mod-box .title{
		position: absolute;
		top: 5px;
		padding: 0px;
		font-size: 15px;
		font-weight: bold;
		color: #133964;
	}
	.mod-box .title div{
		position: relative;
		top: 5px;
		left: 10px;
	}
	.mod-box .main{
		padding: 10px 15px 0 10px;
	}
	.mod-box .col01{
		width: 80px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	background: url(images/con-mid.png) repeat-y;
	z-index: 0;
}
.wc-copyright{
	color: #FFF;
}
