/*
	Custom HTML Parts
*/
.cus_footer-stars{
	position: relative;
	top: 25px;
	background: url(images/footer-stars.png) no-repeat;
	background-position: left top;
	background-position-x: 20px;
	height: 131px;
}
/*
	Main DOM Styles
*/
body {
	background: url(images/bg.jpeg) repeat;
	font-family: 'Open Sans', sans-serif;
}
a{
}
/*
	Main Body
*/
header{
	background-color: #1b3c6f;
	height: 150px;
}
.top-banner{
}
.wc-body{
	position: relative;
	padding-top: 0px;
	margin-top: -50px;
	z-index: 999;
}
	.wc-body .wc-top{
		position: relative;
		margin-top: 0px;
		width: 980px;
		background: none;
		background: url(images/con-top.png) no-repeat;
		height: 16px;
	}
	.wc-body .wc-middle{
		position: relative;
		width: 980px;
		overflow: visible;
		background: url(images/con-mid.png) repeat-y;
		margin: 0px;
	}
	.wc-body .wc-bottom{
		position: relative;
		width: 980px;
		height: 16px;
		background: url(images/con-bot.png) no-repeat;
		height: 40px;
		margin-bottom: 40px;
	}
	.wc-body .col-left{
		font-family: 'PT Serif', serif;
		position: relative;
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-right: 25px;
		left: 30px;
		padding-bottom: 0;
		padding: 5px;
	}
		.col-left .col-left-top{
			width: 255px;
			margin-top: 0;
			height: 0px;
			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{
		line-height: 20px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
		.col-right .col-right-top{
			position: relative;
			width: 675px;
/* 			background: url(images/con-top.png) no-repeat; */
			height: 0px;
			z-index: 99;
		}
		.col-right .col-right-mid{
			width: 675px;
/* 			background: url(images/con-mid.png) no-repeat; */
			z-index: 99;
		}
		.col-right .col-right-bot{
			height: 0px;
			width: 675px;
/* 			background: url(images/con-bot.png) no-repeat; */
			height: 20px;
		}
/*
	Module Styles
*/
.mod-contact{
	font-family: 'Varela Round', sans-serif;
	font-weight: lighter;
	position: absolute;
	font-size: 17px;
	color: #fbfffe;
	left: 695px;
	top: -60px;
    width: 240px;
    height: 45px;
    background: url(images/tel.png) no-repeat;
    background-position: left center;
    text-align: right;
    z-index: 9000;
}
	.mod-contact .mod-contact-prefix{
		color: #fbfffe;
	}
	.mod-contact .mod-contact-number{
	}
	.mod-contact div{
		position: relative;
		top: 12px;
	}
	.mod-contact div b{
		font-weight: normal;
	}
.mod-social{
	font-family: 'Varela Round', sans-serif;
	left: 40px;
	top: -60px;
}
	.mod-social a{
		text-align: center;
		display: inline-block;
		border: 0px;
		border-radius: 50px;
		background: #9fadd9;
		color: #FFF;
		padding: 10px;
		font-size: 17px;
		line-height: 0px;
		font-weight: bold;
		height: 15px;
		width: 15px;
		margin: 0 3px 0 0;
	}
	.mod-social a:hover{
		color: #1b3c6f;
	}
	.mod-social a i{
		position: relative;
		top: -1px;
	}
	.mod-social img{
		display: none;
	}
.mod-logo{
	position: relative;
	margin-top: 20px;
}
	.mod-logo .ml-top{
	}
	.mod-logo .ml-mid{
	}
	.mod-logo .ml-bot{
	}
	.mod-logo img{
		width: 240px;
		height: auto;
	}
/*
	Main Menu Styling
*/
.mod-menu{
	font-family: 'Open Sans', sans-serif;
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
}
	.mod-menu .mm-top{
		background: none;
	}
	.mod-menu .mm-mid{
		background: none;
	}
	.mod-menu .mm-bot{
		background: none;
	}
	.mod-menu .main{
	}
	.mod-menu .main >li{
		position: relative;
		width: 230px;
		height: 45px;
		font-size: 13px;
		left: 3px;
		z-index: 999;
	}
	.mod-menu .main li:last-child{
		margin-bottom: 0px;
	}
	.mod-menu .main >li a{
		display: block;
		text-transform: uppercase;
		height: 30px;
		letter-spacing: -1px;
		text-align: right;
		letter-spacing: 0px;
		color: #575255;
		border: none;
		border-radius: 0;
		background: url(images/btn-cold.png) no-repeat;
	}
	.mod-menu .main >li a:hover{
		color: #213969;
		font-weight: 700;
		font-size: 13.3px;
		background: url(images/btn-hot.png) no-repeat;
	}
	.mod-menu .main >li .hot{
		color: #213969;
		font-size: 13.3px;
		font-weight: 700;
		background: url(images/btn-hot.png) no-repeat;
	}
		.mod-menu .main >li a span{
			position: relative;
			background-position: left center;
			padding-left: 20px;
			top: 4px;
		}
		.mod-menu .main >li a.hot span{
			background: url(images/button-star.png) no-repeat;
		}
	/*
		Sub Menu Styling
	*/
	.mod-menu .sub{
		position: relative;
		width: 230px;
		left: 3px;
		text-align: left;
		padding-bottom: 0px;
		background: #1b3c6f;
		margin: -5px 0 10px 0;
	}
		.mod-menu .sub .sub-top{
			width: 230px;
			height: 0px;
		}
		.mod-menu .sub .sub-mid{
			width: 230px;
			padding: 0 0;
		}
		.mod-menu .sub .sub-bot{
			width: 230px;
			height: 0px;
		}
		.mod-menu .sub li{
			margin: 0;
		}
		.mod-menu .sub li a{
			padding: 0;
			margin: 0;
		}
		.mod-menu .sub li a span{
			display: block;
			color: #9cb3d6;
			box-sizing: border-box;
			font-size: 13px;
			padding: 10px;
			border-bottom: 1px solid #334f7e;
			border-left: 5px solid #1b3c6f;
			margin-right: 5px;
		}
		.mod-menu .sub li span:hover{
			color: #fff;
			border-left: 5px solid #334f7e;
		}
		.mod-menu .sub li span.hot{
			color: #fff;
			border-left: 5px solid #334f7e;
		}
		.mod-menu .sub li span >.arrow{
			display: none;
		}
.mod-box{
	font-family: 'Open Sans', sans-serif;
	position: relative;
	border: 0;
	margin-left: 0px;
	margin-bottom: 20px;
	color: #70b1c4;
}
	.mod-box .mb-top{
		width: 230px;
		height: 50px;
		background: url(images/mod-top.png) no-repeat;
	}
	.mod-box .mb-mid{
		position: relative;
		width: 230px;
		background: url(images/mod-mid.png) repeat-y;
	}
	.mod-box .mb-bot{
		width: 230px;
		height: 10px;
		background: none;
	}
	.mod-box .title{
		box-sizing: border-box;
		position: absolute;
		font-size: 13px;
		padding-left: 50px;
		top: -45px;
		left: 0px;
		color: #333740;
		width: 230px;
	}
	.mod-box .title div{
		font-weight: normal;
		text-transform: uppercase;
		position: relative;
	}
	.mod-box .main{
		padding: 5px 20px 15px 20px;
		font-size: 13px;
		color: #707477;
		font-weight: normal;
	}
	.mod-box .col01{
		width: 75px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	position: relative;
	padding-top: 30px;
	box-sizing: border-box;
	width: 665px!important;
	margin-bottom: 15px;
	left: 5px;
}
footer{
	position: relative;
	width: 100%;
	background: #1b3c6f;
	height: 180px;
}
.wc-copyright{
	top: 70px;
	padding: 30px 0 30px 0;
	position: absolute;
	color: #fff;
	text-align: right;
	font-size: 13px;
	left: 435px;
	width: 500px;
}
