@charset "utf-8";
/*Custom HTML Parts*/
.cus_blue-bar{
	background: #0065A5;
	height: 200px;
}
/* Main DOM Styles */
body {
	background: #CDE0EC url(images/top-blue-bar.png) repeat-x;
}
a{
}
/* Main Body */
.top-banner{
	background: url(images/logo.png) no-repeat;
	background-position: center center;
	width: 980px;
	height: 253px;
}
.wc-body{
	position: relative;
	margin-top: 0;

	z-index: 999;
}
	.wc-body .wc-top{
		display: none;
		position: relative;
		width: 980px;
	}
	.wc-body .wc-middle{
		width: 980px;
		overflow: visible;
		padding: 0;
	}
	.wc-body .wc-bottom{
		position: relative;
		width: 980px;
		margin: 0;
	}
	.wc-body .col-left{
		font-family: 'Roboto Condensed', sans-serif;
		position: absolute;
		float: none;
		vertical-align: top;
		margin-right: 0px;
		margin-top: 0px;
		padding-bottom: 0;
		width: 255px;
		padding: 5px;
		z-index: 99;
	}
		.col-left .col-left-top{
			width: 255px;
			margin-top: 0;
			height: 20px;
			display: none;
		}
		.col-left .col-left-mid{
			width: 255px;
			padding-bottom: 10px;
			margin-bottom: 0;
		}
		.col-left .col-left-bot{
			width: 255px;
			height: 19px;
			display: none;
		}
	.wc-body .col-right{
		font-family: 'Roboto Condensed', sans-serif;
		line-height: 20px;
		width: 810px;
		margin-top: 0;
		vertical-align: top;
		float: none;
		background: #FFF;
		left: 150px;
	}
		.col-right .col-right-top{
			position: relative;
			width: 785px;
			height: 25px;
		}
		.col-right .col-right-mid{
			width: 785px;
		}
		.col-right .col-right-bot{
			height: 100px;
			width: 785px;
		}
/* Module Styles */
.mod-contact{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: lighter;
	position: absolute;
	font-size: 27px;
	text-align: center;
	color: #FFF;
	left: 630px;
	top: 180px;
    width: 300px;
    height: 43px;
}
	.mod-contact div{
		position: relative;
		top: 8px;
		left: 20px;
	}
	.mod-contact div b{
		font-weight: normal;
	}
.mod-social{
	text-align: right;
	left: 15px;
	top: 190px;
	padding: 8px;
	border-radius: 0;
}
	.mod-social a{
		text-align: center;
		display: inline-block;
		color: #0065A5;
		padding: 10px;
		font-size: 17px;
		font-weight: bold;
		height: 15px;
		width: 15px;
		margin: 0 3px 0 0;
		background: #FFF;
	}
	.mod-social a:last-child{
		margin-right: 0;
	}
	.mod-social i{
		position: relative;
		top: -2px;
	}
	.mod-social a:hover{
		color: #E67C21;
	}
	.mod-social img{
		display: none;
	}
.mod-logo{
	position: relative;
	display: none;
}
	.mod-logo .ml-top{
	}
	.mod-logo .ml-mid{
	}
	.mod-logo .ml-bot{
	}
	.mod-logo img{
		width: 240px;
		height: auto;
	}
/*Main Menu Styling*/
.mod-menu{
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
	z-index: 999;
}
	.mod-menu .mm-top{
		background: #4799CC;
		height: 10px;
	}
	.mod-menu .mm-mid{
		background: none;
		background: #4799CC;
		padding-bottom: 10px;
	}
	.mod-menu .mm-bot{
		background: url(images/mnu-bottom.png) no-repeat;
		background-position: right top;
		height: 116px;
	}
	.mod-menu .main{
	}
	.mod-menu .main >li{
		position: relative;
		width: 255px;
		height: 35px;
		font-size: 18px;
		margin-bottom: 0px;
	}
	.mod-menu .main li:last-child{
		margin-bottom: 0px;
	}
	.mod-menu .main >li a{
		display: block;
		letter-spacing: -1px;
		letter-spacing: 0px;
		color: #FFF;
		font-weight: lighter;
	}
	.mod-menu .main >li a:hover{
		background: #62A8D3 url(images/ico-orange-cross.png) no-repeat;
		background-position: left center;
		background-position-x: 15px;
	}
	.mod-menu .main >li .hot{
		background: #62A8D3 url(images/ico-orange-cross.png) no-repeat;
		background-position: left center;
		background-position-x: 15px;
	}
		.mod-menu .main >li a span{
			position: relative;
			top: 0px;
			left: 35px;
		}
	/*Sub Menu Styling*/
	.mod-menu .sub{
		position: relative;
		width: 210px;
		left: 0px;
		margin: 0 0 10px 0;
	}
		.mod-menu .sub .sub-top{
			width: 212px;
			height: 18px;
			background: url(images/ico-orange-arrow.png) no-repeat;
			background-color: transparent;
			background-position-y: 2px;
			background-position-x: 7px;
		}
		.mod-menu .sub .sub-mid{
			width: 212px;
			border-top: 2px solid #E67C21;
			background: #FFFFFF;
		}
		.mod-menu .sub .sub-bot{
			width: 212px;
		}
		.mod-menu .sub li{
			margin: 0;
		}
		.mod-menu .sub li a{
			padding: 0;
			margin: 0;
		}
		.mod-menu .sub li a span{
			display: block;
			color: #565656;
			font-size: 15px;
			text-align: left;
			padding: 10px 10px 10px 33px;
			border-bottom: 1px solid #DADADA;
		}
			.mod-menu .sub li:last-child a span{
				border-bottom: none;
				margin-bottom: 0px;
			}
		.mod-menu .sub li span:hover{
			color: #E67C21;
		}
		.mod-menu .sub li span.hot{
			color: #E67C21;
		}
		.mod-menu .sub li span >.arrow{
			display: none;
		}
.mod-box{
	position: relative;
	border: 0;
	color: #FFF;
	margin-left: 0px;
	padding-top: 15px;
	margin-bottom: 20px;
	background: #f2f2f2;
	border-bottom: 2px solid #62A8D3;
}
	.mod-box .mb-top{
		width: 230px;
	}
	.mod-box .mb-mid{
		position: relative;
		width: 230px;
	}
	.mod-box .mb-bot{
		width: 230px;
	}
	.mod-box .title{
		padding: 0px;
		width: 200px;
		margin-left: 25px;
		margin-bottom: 10px;
		font-size: 16px;
		color: #4799CC;
	}
	.mod-box .title div{
		font-weight: normal;
		text-align: left;
		position: relative;
	}
	.mod-box .main{
		padding-left: 25px;
		padding-right: 10px;
		padding-bottom: 15px;
		font-size: 14px;
		font-weight: normal;
		color: #171515;
	}
	.mod-box .col01{
		width: 60px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	position: relative;
	left: 110px;
	width: 665px;
	min-height: 500px;
}
.wc-bottom{
	height: 0px!important;
}
.wc-copyright{
	position: absolute;
	top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 20px 0 0 0;
	position: absolute;
	color: #FFF;
	text-align: right;
	font-size: 17px;
	left: 432px;
	width: 500px;
}
