/* CSS Document */


/* Main Layout */

@font-face {
  font-family: "Impact";
  src: url("impact.ttf"),
  	   url("Impact.eot");
}


html, body {	
	height: 100%;
	margin: 0;
}

body {
	background-color: #0A0A0A;
	background-image: url("images/bkg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

div.wrap {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
    width: 1170px;
}

div.header {
	position: relative;
	background-image: url("images/ContentBGT.png");
	background-repeat: no-repeat;
	background-position: center 25px;
	margin: 0 auto;
	padding-top: 30px;
	height: 182px;
	width: 1106px;
}

img.logo {
	position: absolute;
	top: 5px;
	left: 392px;
	z-index: 15;
}

img.topl {
	bottom: 12px;
	position: absolute;
	left: 84px;
}

img.topr {
	bottom: 9px;
	position: absolute;
	right: 44px;
}

div.menu {
	position: relative;
	background-image: url("images/MenuBG.png");
	background-repeat: no-repeat;
	font-family: "Impact", Charcoal, sans-serif;
	font-size: 20pt;
	margin: 166px auto 0;
	padding-right: 5px;
	text-align: center;
	height: 72px;
	width: 1038px;
	z-index: 10;
}

div.menu ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.menu ul li {
	display: inline-block;
	float: left;
	padding: 0 15px;
	height: 68px;
}

div.menu ul li.spacer {
	background-color: #ffffff;
	display: block;
	padding: 0;
	height: 60px;
    margin-top: 4px;
	width: 1px;
}

div.menu ul li a {
	color: #ffffff;
	display: block;
	height: 26px;
	padding-top: 17px;
    text-decoration: none;
}

div.menu ul li a:hover {
	text-decoration: underline;
}


div.content {
	position: relative;
	background-color: #ffffff;
	border-radius: 7px;
	box-shadow: 0 0 18px 6px;
	overflow: hidden;
	padding: 70px 20px 60px;
	width: 1130px;
	z-index: 5;
}

.fb {
	float: right;
	margin-right: 100px;
}

div.footer {
	position: relative;
	background-image: url('images/ContentBGB.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0 auto;
	padding-top: 10px;
	height: 184px;
	width: 1106px;
	text-align: center;
}




#ContactDiv {
	margin: 0 auto;
	width: 400px;
}

#ContactDiv table {
	width: 100%;
}

#ContactDiv table tr {
	width: 100%;
}

#ContactDiv table table td {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#ContactDiv table table td:last-child {
	width: 100%;
}

#ContactDiv input[type=text] {
	width: 98%;
}

#ContactDiv textarea {
	height: 150px;
	width: 99%;
}



#map_canvas {
	margin: 0 auto;
	width: 800px;
	height: 600px;
}



@media only screen and (max-width : 480px) {
	div.wrap {
		width: 100%;
	}
	
	div.header {
		background-image: none;
		height: auto;
		text-align: center;
		padding-top: 0;
		width: 100%;
	}
	
	img.logo {
		position: relative;
		top: auto;
		left: auto;
		z-index: 15;
	}
	
	img.topl, img.topr {
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 5px;
		position: relative;
	}
	
	div.menu {
		background-image: none;
		height: auto;
		margin: 0;
		min-width: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	div.menu ul {
		float: none;
		margin: 20px 15%;
		width: 70%;
	}
	
	div.menu ul li {
		background-color: #b30015;
		border-bottom: 1px solid #a1a1a1;
		float: none;
		height: auto;
		padding: 0;
		width: 100%;
	}
	
	div.menu ul li:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	div.menu ul li:last-child {
		border-bottom: none;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	div.menu ul li.spacer {
		display: none;
	}
	
	div.menu ul li a {
		height: auto;
    	padding-top: 0;
	}
	
	div.content {
		border-radius: 0;
		padding: 10px 3% 20px;
		width: 94%;
	}
	
	div.footer {
		background-color: #8d000a;
		background-image: none;
		height: auto;
		margin: 0;
    	padding: 5px 0;
		text-align: center;
		width: 100%;
	}
	
	.fb {
		display: none;
	}
	
	.fm {
		display: none;
	}
	
	.is {
		margin-top: 8px;
	}
	
	img {
		margin: 1%;
		max-width: 98%;
	}
	
	#ContactDiv {
		width: 100%;
	}
	
	#ContactDiv td {
		display: block;
	}
	
	
	#map_canvas {
		width: 100%;
		height: 300px;
	}
}