/* STYLES UNIQUE TO A CERTAIN PAGE. PLEASE MAKE BEGINNING AND END COMMENTS TO SEPARATE EACH PAGE. */

/*Home styles*/

body#home {
	margin:40px 0 0 0;
}

#home_head_container {
	width:614px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	height:286px;/*Will be determined by the graphic*/
	background-color:#6B7A3E;
	background-image:url(../images/bg_header_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#home_link2 {
	width:149px;
	padding:238px 0 0 0;
	margin:0;
	float:left;
}

#home_menu { /*all other menu styles should be on the menu style sheet*/
	width:465px;
	padding:257px 0 0 0;/*130px 0 0 70px;This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
	text-align:center;
	font-size:11px;	
}

#home_content {
	width:465px;
	padding:15px 0 0 0;
	margin:0;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	color:#374B01;
	font-size:16px;
	letter-spacing:1.5px;
}

#home_footer {
	width:614px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	height:94px;
	text-align:center;
	background-color:#6B7A3E;
	background-image:url(../images/bg_footer_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
}

#footer_text_home {
	width:614px;	
	padding:65px 0 0 0 !important;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	padding:5px 0 0 0;
	margin:0;	
}

/*About us personnel*/

.personnel {
	width:441px;
	padding:0;
	margin:20px 0 0 /*20px*/ 0;
}

.personnel_pic {
	width:73px;
	padding:0px 0px 12px 0px;
	margin:0;
	float:left;
}

.personnel_text_1 {
	width:358px;
	padding:38px 0 0 10px;
	margin:0;
	float:left;	
}

.personnel_text_2 {
	width:358px;
	padding:28px 0 0 10px;
	margin:0;
	float:left;	
}
	
/*MACHINERY PAGE*/
table#machinery {
	width:440px;
	padding:0;
	margin:10px 0;
}

table#machinery td {
	padding:2px;
}

td.mach_name {
	width:130px
}

td.mach_size {
	width:70px;
}

td.mach_title {
	width:116px;
	text-decoration:underline;
}

/*Map*/
div#map {
	width:441px; 
	height:500px; 
	margin:0px; 
	padding:20px 0px 0px 0px;
}