@charset "utf-8";

* {
   margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #333;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}


.container {
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006600;
	font-weight: bold;
}
h1 {
}



.content1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
	height: auto;
	background-color: #FFF;
}
.banner1000 {
	height: 450px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/home001.gif);
	font-weight: bold;
	background-repeat: no-repeat;
}

.banner1000 a, .banner1000 a:visited {
color:#fff	
}
.tel {
	float: left;
	margin-left: 95px;
	margin-top: 100px;
	font-size: 24pt;
	font-weight: bold;
}

.email {
	float: right;
	margin-top: 100px;
	margin-right: 105px;
	font-size: 24pt;
	font-weight: bold;
}



.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	width: 1000px;
	clear: both;
}
.gallery {
	background-color: #000;
	clear: both;
	height: auto;
	width: 1000px;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 700;
	padding-top: 10px;
}

.footer {
	background-color: #282828;
	height: auto;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 2em;
	padding-top: 25px;
	clear: both;
	padding-bottom: 25px;
}
.clear {
	clear: both;
	height: 20px;
	width: 100%;
}
.footer_txt {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-size: 9pt;
	color: #FFF;
}
.left500 {
	float: left;
	height: auto;
	width: 480px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 35px;
}
.right500 {
	float: right;
	height: auto;
	width: 450px;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: left;
}
.txt8 {
	font-size: 8pt;
}


.footer a, .footer a:visited {
	color: #FFF;
}
.content1000 .right500 ul li {
	list-style-type: none;
	font-size: 10pt;
	font-weight: bold;
	list-style-image: url(images/arrow.png);
	width: 300px;
	text-indent: 15px;
	color: #333;
	list-style-position: inside;
	float: left;
	margin-left: 50px;
	padding: 0px;
}







h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #45342a;
}

a, a:visited {
	color: #016701;
	text-decoration: none;
}
.banner1000 {
	color: #FFF;
	clear: both;
	background-image: url(images/home001.gif);
	background-repeat: no-repeat;
}


a:hover {
	color: #FCEB2B;
}
.location {
	float: left;
	width: 550px;
	font-size: 12pt;
	list-style-type: disc;
	margin-right: 25px;
	list-style-position: inside;
	list-style-image: url(images/arrow.png);
}
.map {
	float: right;
	margin-bottom: 20px;
}


/* @media Queries
------------------------------------------- */

/* MOBILE */
@media only screen and (max-width: 480px) {
	
.container { width:100%;}
.header, .content1000, .gallery, .banner, .footer_txt{
	width: 100%;
	margin: 0px;
	clear: both;
	float: none;
}
.header img 
	{
		width:100%;
		height:auto;
	}
	
.banner img{
		width:100%;
		height:auto;
	}
	
.banner1000 {
	width: 100%;
	background-color: none;
	background-image: none;
	height:150px;
	}
	
.tel, .email {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #060;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	float: none;
}

.left500, .right500 {
	width: 90%;
	margin: 15px;
	clear: both;
	float: none;
}

.right500 iframe {width:100%;}
	
