@charset "utf-8";

@font-face {
    font-family: 'Bradley Hand';
    src: url('font/Bradley Hand ITC V2.eot');
    src: url('font/Bradley Hand ITC V2.woff') format('woff'),
         url('font/Bradley Hand ITC V2.ttf') format('truetype'),
         url('font/Bradley Hand ITC V2.svg#RobotoThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic';
    src: url('font/gothic.eot');
    src: url('font/gothic.woff') format('woff'),
         url('font/gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0px;
}

h1 {
	font-family: 'Bradley Hand';
	font-size: 36px;
	font-weight: bold;
	color: #fe0000;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}


.FClear {
	clear: both;
	width:100%;
	height:0px;
}
.gridContain_foot {
	background-color: #dadada;
	width: 100%;
	height: auto;
	text-align: center;
	bottom: 0;
	position: relative;
	overflow:auto;
}
.content_wrap {
	width: 80%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.wrapper{
	width:100%;
	text-align:center;
}

.blue {
	list-style-image: url(images/bullet.png);
}
	
@media only screen and (max-width: 769px) {
	.logo {
		width: 70%;
		padding-bottom: 10px;
	}
	.LogoMenu {
		width: 95%;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 99;
		text-align:center;
	}
	.Menu {
		font-family: 'Gothic', Arial, Helvetica, sans-serif;
		font-size: 24px;
		color: #012060;
		font-weight: normal;
		text-transform: uppercase;
	}
	.top_image {
		width:100%;
		height: auto;
		margin: 0;
		padding: 0px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 99;
		text-align:left;
	}
	#SlideShowBackground {
		width: 100%;
	}
	#SlideShow {
		width: 100%;
	}

	.ConText {
		font-family: 'Gothic', Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #012060;
	}
	.RedText {
		font-family: 'Gothic', Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #fe0000;
	}
	
	.con_l {
		width: 95%;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 99;
		position: relative;
		text-align: center;
	}
	.con_r {
		width: 95%;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 99;
		position: relative;
		text-align:  center;
	}
	.foot_con_r {
		width: 95%;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 99;
		position: relative;
		text-align:  center;
	}
}
@media only screen and (min-width: 769px) {
	.logo {
		width: 300px;
		padding-bottom: 100px;
	}
	.LogoMenu {
		width: 30%;
		height: auto;
		margin: 0;
		padding: 10px;
		padding-top: 20px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 99;
		text-align:right;
		float: left;
	}
	.Menu {
		font-family: 'Gothic', Arial, Helvetica, sans-serif;
		font-size: 22px;
		color: #012060;
		font-weight: normal;
		text-transform: uppercase;
	}
	.top_image {
		width: 60%;
		height: auto;
		margin: 0;
		padding: 0px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 99;
		text-align:left;
		float:left;
		overflow:hidden;
	}
	
	.ConText {
		font-family: 'Gothic', Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #012060;
	}
	.RedText {
		font-family: 'Gothic', Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #fe0000;
	}
		
	.con_l {
		width: 30%;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 99;
		text-align:right;
		float: left;
	}
	
	.con_r {
		width: 40%;
		height: auto;
		margin: 0;
		padding: 10px;
		padding-left:45px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 99;
		text-align: left;
	}
	.foot_con_r {
		width: 40%;
		height: auto;
		margin: 0;
		padding: 10px;
		padding-left: 45px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 99;
		text-align: right;
		float:right;
	}
	
}