body {
	background-image: url(images/western_aerial_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

.container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.header {
	background-image: url(images/header.png);
	height: 250px;
	width: 1000px;
}
.content {
	background-color: #ED1B24;
	height: auto;
	width: 1000px;
	padding-bottom: 20px;
}
.left_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-left: 50px;
	color: #FFF;
}
.left_content_bottom_space {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-left: 50px;
	color: #FFF;
	margin-bottom: 20px;
}

.careers_left_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	width: 900px;
	margin-top: 20px;
	margin-left: 50px;
	color: #FFF;
}

.equipment_left_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	width: 450px;
	margin-top: 60px;
	margin-left: 50px;
	color: #FFF;
}
.equipment_right_content_lower {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	width: 450px;
	margin-top: 28px;
	margin-left: 50px;
	color: #FFF;
}

.contact_left_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-left: 50px;
	color: #FFF;
	text-align: right;
}
.contact_left_content a:link {
	color: #FFF;
	
}
.contact_left_content a:active {
	color: #FFF;
	
}
.contact_left_content a:visited {
	color: #FFF;

}
.contact_left_content a:hover {
	color: #000;
	
}


h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}



.right_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: 80px;
}
.contact_right_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: 80px;
	text-align: right;
	color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}
.contact_right_content a:link {
	color: #FFF;
	
}
.contact_right_content a:visited {
	color: #FFF;
	
}
.contact_right_content a:active {
	color: #FFF;
	
}
.contact_right_content a:hover {
	color: #000;
	
}


.separator_line {
	height: 2px;
	width: 900px;
	margin-right: auto;
	margin-left: 40px;
	float: left;
	/* [disabled]margin-top: 20px; */
}
hr {
	color: #000;
	float: left;
	height: 1px;
	width: 900px;
	margin-left: 40px;
	background-color: #000;
}




.menu {
	float: right;
	height: 34px;
	width: 460px;
	margin-top: 70px;
	background-image: url(images/menu_backing.jpg);
	padding-top: 0px;
	margin-right: 50px;
}

/* ------ menu------ */


#navigation {
	list-style: none;
	height: 26px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	color: #FFF;
	width: 460px;
	background-image: url(images/menu_backing.jpg);
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #000;
	}
	
#navigation li {
	float: left;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #005826;
	}
	
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
#navigation a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#navigation #currentpage a {
	color: #FFF;
	text-decoration: underline;
	}


/* end of menu */

.clear
{
		clear:both;
}
.footer {
	background-image: url(images/footer.png);
	height: 96px;
	width: 1000px;
}
