/* 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:#63738F;
	background-image:url(../images/bg_header_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#home_link2 {
	width:164px;
	padding:239px 0 0 0;
	margin:0;
	float:left;
}

#home_menu { /*all other menu styles should be on the menu style sheet*/
	width:450px;
	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:450px;
	padding:15px 0 0 0;
	margin:0;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	color:#195072;
	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:87px;
	text-align:center;
	background-color:#63738F;
	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:10px 0 0 0;
	margin:0;	
}

/*About us personnel*/

.personnel {
	width:426px;
	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:343px;
	padding:38px 0 0 10px;
	margin:0;
	float:left;	
}

.personnel_text_2 {
	width:343px;
	padding:28px 0 0 10px;
	margin:0;
	float:left;	
}