@charset "UTF-8";
/* CSS Document */

#header{
width:966px;
margin:15px auto 0;
height:130px;
background:url(../images/top.gif) no-repeat bottom;
}
#logo{
float:left;
padding-left:5px;
}
#nav{
float:left;
width:631px;
height:100px;

}

	#nav ul{
	margin:55px 15px 0 0;
	float:right;
	}

		#nav ul li{
		float:left;
		margin-right:2px;
		}
		
			#nav ul li a{
			display:block;
			width:133px;
			height:25px;
			}
			
			#nav ul #home a{
			background:url(../images/btn_home.gif) no-repeat bottom;
			}
			#nav ul #home a:hover{
			background:url(../images/btn_home.gif) no-repeat top;
			}
			#nav ul #home_on a{
			background:url(../images/btn_home.gif) no-repeat top;
			}
			
			#nav ul #services a{
			background:url(../images/btn_services.gif) no-repeat bottom;
			}
			#nav ul #services a:hover{
			background:url(../images/btn_services.gif) no-repeat top;
			}
			#nav ul #services_on a{
			background:url(../images/btn_services.gif) no-repeat top;
			}
			
			#nav ul #history a{
			background:url(../images/btn_history.gif) no-repeat bottom;
			}
			#nav ul #history a:hover{
			background:url(../images/btn_history.gif) no-repeat top;
			}
			#nav ul #history_on a{
			background:url(../images/btn_history.gif) no-repeat top;
			}
			
			#nav ul #contact a{
			background:url(../images/btn_contact.gif) no-repeat bottom;
			}
			#nav ul #contact a:hover{
			background:url(../images/btn_contact.gif) no-repeat top;
			}
			#nav ul #contact_on a{
			background:url(../images/btn_contact.gif) no-repeat top;
			}
			
	

#container{
margin:0 auto 30px;
width:966px;
background:url(../images/bg_container.gif) repeat-y;
min-height:798px;
}
#middle{
width:966px;
min-height:798px;
margin:auto;
text-align:left;
background:url(../images/bg_outer.jpg) no-repeat bottom;
padding-bottom:4px;
}

#middle #inner_body{
width:785px;
min-height:794px;
background:url(../images/bg_inner.gif) #d9d9d9 repeat-x bottom;
margin-left:138px;
padding:0px 19px 0;
}
/*HEADERS*/
#middle #inner_body #hdr_home img{
}

/*END HEADERS*/
	#middle #inner_body #flash_obj{
	margin:25px 0 0 0;
	}
	
	#middle #inner_body #images_home{
	margin:5px 0 0 0;
	height:211px;
	}
	
	#middle #inner_body #images_home img{
	margin:0px 0px 0 0;
	float:right;
	}
	
	#middle #inner_body #images_home #left{
	margin:0px 0px 0 0;
	float:left;
	}
/*SERVICES PAGE*/	
	#middle #inner_body .box_services{
	width:786px;
	min-height:156px;
	margin:40px 0;
	}

	#middle #inner_body .box_services img{
	float:left;
	}
		
		#middle #inner_body .box_services h2{
		color:#666666;
		margin:0 0 5px 0;
		font-weight:100;
		/*font-size:14px;*/
		width:560px;
		border-bottom:solid 1px #666;
		}
		
		#middle #inner_body .box_services .text{
		float:right;
		width:560px;
		}
		
			#middle #inner_body .box_services .text ul{
			float:left;
			}
			
				#middle #inner_body .box_services .text ul li{
				list-style-type:circle;
				list-style-position:inside;
				color:#666666;
				font-size:12px;
				font-weight:bold;
				margin:5px 5px 0;
				}
				
/*END SERVICES PAGE*/	

/*HISTORY PAGE*/
#middle #inner_body #images_history{
width:786px;
height:561px;
margin-top:40px;
}

	#middle #inner_body #images_history #left{
	float:left;
	}
	
	#middle #inner_body #images_history img{
	float:right;
	}
	
#middle #inner_body .next_h2{
margin-top:30px;
}
/*END HISTORY PAGE*/	

/*CONTACT PAGE*/

#middle #inner_body_contact{
width:785px;
min-height:794px;
background:url(../images/bg_inner.gif) #d9d9d9 repeat-x bottom;
margin-left:138px;
padding:0px 19px 0;
}
#middle #inner_body_contact h2{
width:786px;
margin-top:30px;
color:#666;
margin-bottom:10px;
border-bottom:solid 1px #666;
text-align:left;
}

#middle #inner_body_contact p{
	color:#666;
	margin:0 0 0 4px;
}

#middle #inner_body_contact span{
	color:#666;
	line-height:18px;
	font-size:12px;
	margin:0 0 0 4px;
}

#middle #inner_body_contact a{
	text-decoration:underline;
	font-size:12px;
	line-height:18px;
	margin:0 0 0 10px;

}


#middle #inner_body_contact #images_contact{
width:786px;
height:291px;
margin-top:40px;
}

	#middle #inner_body_contact #images_contact #left{
	float:left;
	}
	
	#middle #inner_body_contact #images_contact img{
	float:right;
	}
/*END CONTACT PAGE*/
	
	
#copyright{
	padding-right:20px;
}


