@charset "utf-8";
/* Custom Font - NOT GOOGLE*/
/*
@font-face {
    font-family: 'Audimat';
    src: url('fonts/audimat-regular.otf');
}
@font-face {
    font-family: 'Audimat';
    src: url('fonts/audimat-bold.otf');
    font-weight: bold;
}
*/
/* Custom Google Font*/

/* Main DOM Styles */
body {
	font-family: 'Lato', sans-serif;
	min-width: 960px;
	background: #FFF url(images/main-bg.jpg);
}
a{
}
/*Custom HTML Parts*/

/* Main Body */
.top-banner{
	background: url(images/logo-header.jpg) no-repeat;
	width: 940px;
	height: 291px;
	margin: 0 auto;
}
.wc-body{
	position: relative;
	width: 940px;
	margin-top: 0;
	background-color: #FFF;
}
	.wc-body .wc-banner{
		display: none;
	}
	.wc-body .wc-top{
		position: relative;
		margin-top: 0px;
		height: 0;
		width: 940px;
	}
	.wc-body .wc-middle{
		margin-top: 0px;
		width: 940px;
		overflow: visible;
	}
	.wc-body .wc-bottom{
		position: relative;
		width: 940px;
		z-index: 100;
	}
	.wc-body .col-left{
		position: relative;
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-right: 10px;
		margin-top: 20px;
		margin-left: 1px;
		padding-bottom: 0;
		padding: 5px;
	}
		.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{
		display: inline-block;
		float: none;
		vertical-align: top;
		left: -15px;
	}
		.col-right .col-right-top{
			position: relative;
			width: 665px;
			height: 20px;
		}
		.col-right .col-right-mid{
			width: 665px;
		}
		.col-right .col-right-bot{
			width: 665px;
			height: 20px;
		}
/* Module Styles */
.mod-contact{
	position: absolute;
	font-size: 18px;
	text-align: center;
	color: #679B1C;
	background-color: #FFF;
	width: 250px;
	left: 660px;
	top: -295px;
    z-index: 200;
    padding: 10px 15px 10px 15px;
}
	.mod-contact div{
		position: relative;
	}
	.mod-contact div b{
		font-weight: normal;
	}
.mod-social{
	top: 5px;
	left: 10px;
}
	.mod-social a{
		position: relative;
		display: inline-block;
	}
	.mod-social img{
		position: relative;
	}
.mod-logo{
	display: none;
}
	.mod-logo .ml-top{
	}
	.mod-logo .ml-mid{
	}
	.mod-logo .ml-bot{
	}
/*Main Menu Styling*/
.mod-menu{
	position: relative;
	font-weight: bold;
	margin-top: 25px;
	left: -10px;
	text-transform: uppercase;
}
	.mod-menu .mm-top{
	}
	.mod-menu .mm-mid{
	}
	.mod-menu .mm-bot{
	}
	.mod-menu .main{
	}
	.mod-menu .main >li{
		position: relative;
		width: 230px;
		height: 45px;
		font-size: 13px;
		margin-bottom: 2px;
		background: #679B1C;
		left: 3px;
	}
	.mod-menu .main li:last-child{
		margin-bottom: 0px;
	}
	.mod-menu .main >li a{
		display: block;
		height: 40px;
		font-weight: normal;
		padding-left: 40px;
		color: #FFF;
	}
	.mod-menu .main >li a:hover{
		background: url(images/btn-hot.png) no-repeat;
		color: #FFF;
		font-weight: bold;
	}
	.mod-menu .main >li .hot{
		background: url(images/btn-hot.png) no-repeat;
		color: #FFF;
		font-weight: bold;
	}
		.mod-menu .main >li a span{
			position: relative;
			top: 5px;
		}
	/*Sub Menu Styling*/
	.mod-menu .sub{
		position: relative;
		width: 230px;
		padding: 0px 0 5px 0;
		left: 3px;
		top: -2px;
	}
		.mod-menu .sub .sub-top{
			display: none;
		}
		.mod-menu .sub .sub-mid{
			background: #250EA4;
		}
		.mod-menu .sub .sub-bot{
			display: none;
		}
		.mod-menu .sub li{
			margin: 0;
			margin-left: 10px;
		}
		.mod-menu .sub li a{
			padding: 0;
			margin: 0;
		}
		.mod-menu .sub li a span{
			display: block;
			color: #FFF;
			font-size: 13px;
			font-weight: normal;
			text-align: left;
			padding: 10px 10px 10px 20px;
		}
			.mod-menu .sub li:last-child a span{
				border: none;
				margin-bottom: 0px;
			}
		.mod-menu .sub li span:hover{
			background-color: #D8D4F2;
			color: #261BA1;
		}
		.mod-menu .sub li span.hot{
			background-color: #D8D4F2;
			color: #261BA1;
		}
		.mod-menu .sub li span >.arrow{
			display: none;
		}
.mod-box{
	position: relative;
	border: 0;
	color: #FFF;
	margin-left: 12px;
	margin-bottom: 10px;
	left: -20px;
}
	.mod-box .mb-top{
		width: 255px;
		height: 33px;
		background: url(images/mod-top.png) no-repeat;
	}
	.mod-box .mb-mid{
		position: relative;
		width: 255px;
		background: url(images/mod-mid.png) repeat-y;
	}
	.mod-box .mb-bot{
		width: 255px;
		height: 10px;
		background: url(images/mod-bot.png) no-repeat;
	}
	.mod-box .title{
		padding: 0px;
		top: -28px;
		margin-left: 15px;
		font-size: 15px;
		color: #878787;
	}
	.mod-box .title div{
		height: 17px;
		padding-left: 20px;
		font-weight: normal;
		position: relative;
		top: 1px;
	}
	.mod-box .main{
		padding-left: 25px;
		padding-right: 20px;
		padding-top: -15px;
		padding-bottom: 15px;
		font-size: 13px;
		font-weight: normal;
		color: #878787;
	}
	.mod-box .col01{
		width: 60px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	position: relative;
	left: 5px;
}
.wc-copyright{
	position: absolute;
	color: #FFF;
	left: 500px;
}
