textarea {
	resize: none;
}

.sky {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 550px;
	background-image: url(../images/body_tile.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.callSam {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 195px;
	height: 75px;
	background-image: url(../images/call_sam.png);
}

.callOffice {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 212px;
	height: 78px;
	background-image: url(../images/call_office.png);
}

.logo {
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 100px;
	background-image: url(../images/logo.png);
}

.content {
	position: relative;
	min-width: 760px;
	margin: 148px 250px 0px 250px;
	padding: 60px 10px 10px 10px;
	background-color: white;
	box-shadow: 0 0 15px -2px #000140;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menuBar {
	position: absolute;
	overflow: hidden;
	min-width: 760px;
	top: 5px;
	left: -15px;
	right: -15px;
	height: 46px;
	border-radius: 5px;
	background-image: url(../images/menu_tile.png);
	background-repeat: repeat-x;
}

.menuWrapper {
	margin: 0px auto 0px auto;
	width: 760px;
}

.menuBarItem {
	float: left;
	margin: 0px 10px 0px 10px;
	width: 170px;
	height: 46px;
	border-radius: 5px;
}

.menuBarItemSelected {
	background-image: url(../images/menu_selected_tile.png);
	background-repeat: repeat-x;
}

.menuBarItemImage {
	width: 170px;
	height: 46px;
	background-position: center center;
	background-repeat: no-repeat;
}

.menuBarItemHome {
	background-image: url(../images/menu_item_home.png);
}

.menuBarItemRange {
	background-image: url(../images/menu_item_range.png);
}

.menuBarItemAbout {
	background-image: url(../images/menu_item_about.png);
}

.menuBarItemContact {
	background-image: url(../images/menu_item_contact.png);
}

.contentBox {
	padding: 10px 10px 200px 80px;
	margin-right: 450px;
	background-color: #ffffe4;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.contentPhoto1 {
	position: absolute;
	top: 60px;
	right: 10px;
	background-image: url(../images/intro_photo.png);
	width: 431px;
	height: 324px;
}

.contentPhoto2 {
	position: absolute;
	top: 60px;
	right: 10px;
	background-image: url(../images/kikuyu_photo.png);
	width: 430px;
	height: 315px;
}

.contentPhoto3 {
	position: absolute;
	top: 430px;
	right: 10px;
	background-image: url(../images/couch_photo.png);
	width: 430px;
	height: 315px;
}

.contentPhoto4 {
	position: absolute;
	top: 800px;
	right: 10px;
	background-image: url(../images/buffalo_photo.png);
	width: 430px;
	height: 315px;
}

.contentPhoto5 {
	position: absolute;
	top: 60px;
	right: 10px;
	background-image: url(../images/about_photo.png);
	width: 430px;
	height: 315px;
}

.soilPhoto {
	background-image: url(../images/soil_photo.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 235px;
}

.dingoPhoto {
	background-image: url(../images/dingo_photo.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 235px;
}

.bobcatPhoto {
	background-image: url(../images/bobcat_photo.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 235px;
}

.excavatorPhoto {
	background-image: url(../images/excavator_photo.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 235px;
}

.truckPhoto {
	background-image: url(../images/truck_photo.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 235px;
}

#map_canvas {
	border: 1px solid silver;
	position: absolute;
	top: 60px;
	right: 10px;
	width: 430px;
	height: 430px;
}

.kidSoccer{
	position: fixed;
	bottom: 90px;
	left: 190px;
	width: 250px;
	height: 436px;
	background-image: url(../images/kid_soccer.png);
}

.footerGrass {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 190px;
	background-image: url(../images/footer_grass.png);
	background-repeat: repeat-x;
}

.siteByNetstant {
	position: fixed;
	right: 5px;
	bottom: 5px;
	padding: 5px 10px 5px 10px;
	background-color: #0A1F00;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
