@charset "UTF-8";
body {
	font: 14px  Arial, Helvetica, sans-serif;
	background: #508ab6;
	margin: 10px 0px 0px 0px;
	padding: 0;
	color:#13518d;
	text-align: center;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}
#header {
	height:328px;
	width:780px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}
#mainContent {
	background: #FFFFFF;
	text-align: left;
	padding:0px 20px 20px 20px;
	border:2px solid #508ab6;
	position:relative;
	
}
#footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#13518d;
	border-left:2px solid #508ab6;
	border-right:2px solid #508ab6;
}
#footer a { 
	color:#003399;
}
#footer a:hover {
	color:#559fdf;
} 
#mainContent a { 
	color:#003399;
}
#mainContent a:hover {
	color:#559fdf;
} 
#ph {
	position:relative;
	height:328px;
	width:780px;
}
#home, #home a {
	top:0px;
	right:0px;
	width:35px;
	height:33px;
	float:right;
}
#home a:hover {
	background:url('images/home.jpg') no-repeat 0px 0px;
}
#contact, #contact a {
	top:0px;
	right:0px;
	width:34px;
	height:33px;
	float:right;
}
#contact a:hover {
	background:url('images/contact.jpg') no-repeat 0px 0px;
}
#nv {
	list-style-type:none;
	position:absolute;
	float: left;
	top:99px;
	left:-9px;
	display:block;
	height:97px;
	width:380px;
	background:url('images/nav_hover.jpg') no-repeat 40px 0px;
	
}
#nv li {
	list-style:none;
	display:block;
	height:97px;
	float:left;
}
#nv li a:link, #nv li a:visited, #nv li a:active {
	display:block;
	height:97px;
	float:left;
	background-image:url('images/nav.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-999999em;
	list-style:none;
}
#nv  li  a:hover, #nv li a.act:link, #nv li a.act:visited, #nv li a.act:active, #nv li a.act:hover {
	background-image:none;
}
#btn_1 a {
	background-position:0px 0px;
	width:76px;
}
#btn_2 a {
	background-position:-76px 0px;
	width:76px;
}
#btn_3 a {
	background-position:-152px 0px;
	width:76px;
}
#btn_4 a {
	background-position:-228px 0px;
	width:76px;
}
#btn_5 a {
	background-position:-304px 0px;
	width:76px;
}
.inimg {
padding:20px 0px 20px 20px;
}

