/* 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:283px;/*Will be determined by the graphic*/
	background-color:#A4615B;
	background-image:url(../images/bg_header_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#home_link2 {
	width:163px;
	padding:237px 0 0 0;
	margin:0;
	float:left;
}

#home_menu { /*all other menu styles should be on the menu style sheet*/
	width:451px;
	padding:256px 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:451px;
	padding:10px 0 0 163px;
	margin:0;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	color:#374B01;
	font-size:16px;
	letter-spacing:1.5px;
	text-align:left;
}

#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:#A4615B;
	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:13px 0 0 0;
	margin:0;	
}

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:430px;
	padding:0;
	margin:12px 0 24px 0;
}

table#contact-us td  {
	padding:5px 3px;
	margin:0;
	vertical-align:top;
}

td.name  {
	width:150px;
	font-weight:bold;
}

td.field  {
	width:268px;
}
/*End contact us page styles*/
/*About us personnel*/

.personnel {
	width:420px;
	padding:25px 0 0 0;
	margin:0;
}

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

.personnel_text1 {
	width:337px;
	padding:38px 0 0 10px;
	margin:0;
	float:left;	
}

.personnel_text2 {
	width:337px;
	padding:28px 0 0 10px;
	margin:0;
	float:left;	
}

