@charset "UTF-8";

/* Layout (global rules for all sizes) */



/* Layout Large Screens (default for older browsers) */
body {
	background: #000 url("../images/bg_large.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	background-size: 100%;
	margin: 0;
	padding: 0;
	font-size: 110%;
}

h1 {

}
h3 {
	padding: 10px 10px 0 10px;
	margin: 10px 10px 0 20px;
}
header {
	max-width: 1024px;
	height: 350px;
	background-image: url(../images/heros/ranger_hero.jpg);
	background-position: right;
	margin: 0 auto 10px auto;
}
nav {
	width: 250px;
	height: 350px;
	overflow: hidden;
	letter-spacing: 2px;
	background-image: url(../images/dp_nav_bg.jpg);
}
nav ul li {
	list-style: none;
}
nav li a:link, nav li a:visited, nav li a:hover, nav li a:active {
	display: block;
	width: 240px;
	height: 10px;
	padding: 8px 0 27px 10px;
	background-color: #000000;
	opacity: .75;
	list-style: none;
	font-weight: normal;
}
nav li a:hover {
	opacity: 1;
	color: #ffd900;
}

.clearleft {
	clear:left;
}
section {
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 20px;
	background-color:#E0E0E0;
    border-radius: 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

section h1 {
	padding: 0 10px;
}
section p {
	padding: 0 20px 0 10px;
	line-height: 140%;
}
section p:last-child {
  padding-bottom: 20px;
}
aside {
	width: 200px;
	height: auto;
	webkit-border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	position: relative;
	float: right;
	margin: 0 0 0 30px;
}
aside form{
	margin: 0 0 0 15px;
	text-align: left;
}
aside ul {
	text-indent: none;
	list-style: url(../images/bullet_img2.gif);
	font-weight: 600;
	margin: 0 5px 0 -17px;
	font-size: 90%;
}
aside li {
 margin-bottom: 20px;
 line-height: 140%;
}

footer {
	max-width: 1024px;
	height: auto;
	margin: 10px auto 0 auto;
	background: url(../images/footer.jpg) no-repeat top;
	webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	clear: both;
	text-align: center;
	overflow: hidden;
}

footer p {
	padding: 20px 0 5px 0;
}

footer img {
	vertical-align: text-bottom;
}
#google_map {
	font-size: 90%;
	width: 377px;
	height: auto;
	background-color:#E0E0E0;
	float: left;
	margin: 0 0 0 10px;
	padding: .5em;
	background-image: url(../images/form_bg.jpg);
	background-position: bottom center;
	border: 1px #CCC6A4 dashed;
}
.bottom_margin {
	margin-bottom: 20px;
}
#wagt_map_1 {
	width: 375px; 
	height: 375px;
}
#google_map {
	margin-left: 30px;
}
#form1 {
	float: right;
	text-align: left;
	max-width: 450px;
	margin-right: 40px;
}
.jump li {
	margin-left: 10px;
	padding-bottom: 10px;
}
.return {
	margin-left: 20px;
}

.hires_vehicles {
	margin: 0 30px 0 20px;=
	padding: 0;
}
.biz_left {
 float: left;
 margin: 0 50px 0 10px;
}
.biz_right {
 float: left;
 margin: 0 60px 0 10px;
}
nav select {
  display: none;
}
.hide {
	display: none;
}
.speclink {
	display: block;
}