@charset "utf-8";
/* CSS Document */

* {
	list-style:none;
	padding:0;
	margin:0;
	border:none;
}
a:focus {
	outline:none;
}
html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
 min-height: 100%;
	margin-bottom:1px;
	font-size:10px;
}
body {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#fff;
	background:#0d2644 url(../images/phi_bg_may2010b.jpg) no-repeat top center;
}
@font-face {
font-family:"Mentone SemiBold";
src:url(../font/mentone-semibol.otf) format('truetype');
}
/* Main Structure */
#container {
	width:952px;
	margin:auto;
	overflow:hidden;	
}
/* Header */

#container-body {
	width:952px;
	margin:auto;
	overflow:hidden;
	background:url(../images/content-bg.png) repeat-y top left;
	padding:0 14px 0 14px;
	}
#header {
	width:952px;
	display:block;
	position:relative;
	margin: 0px;
	padding:0px;
	
}

#header .nav {
	display:block;
	width:952px;
	height:34px;
	margin:0 -26px 0 -14px;
	padding:0 26px 0 14px;
	z-index:10;
	font-family:"madawaska-1", "madawaska-2", serif;
	background: transparent url(../images/menu-952.png) no-repeat 0 0;
	margin-top:128px;
}
#header .nav .logo {
	float:left;
	position:relative;
	top:14px;
	padding-left:12px;
	height:155px;
	margin-top:-128px;
}

#header .logo a {
	outline:0;
}
#header .nav ul.menu {
	position:relative;
	float:left;
	height:34px;
	display:block;
	z-index:10;
	left:5px;
}
#header .nav ul.menu li {
	display: inline;
	float: left;
}
#header .nav ul.menu li a {
	display:block;
	float:left;
	padding:11px 9px 7px;
	font-size:13px;
	color:#d7b468;
	text-decoration:none;
	text-transform:uppercase;
}
#header .nav ul.menu li a span {
	color:#fff;
}
#header .nav ul.menu li.last {
	padding-right:0px;
}
#header .nav ul.menu li a:hover, #header .nav ul.menu li a:hover span {
	text-decoration:underline;
}
/* Content */
#content {
	width:952px;
	padding:0px;
	float:left;
	margin:0px;

	}
/* Footer */

#footer {
	color:#1e659a;
	background-color:#01162B;
	background:#01162b;
	padding:20px 40px 0px;
	float:left;
	margin-top:20px;

	
}
#footer .col {
	float:left;
	width:136px;
	padding-right:20px;
	padding-bottom:10px;
}
#footer .collast {
	float:left;
	width:92px;
	padding-bottom:10px;
}
#footer ul li.first a {
	color:#1a70af;
	text-decoration:underline;
}
#footer ul li.first a:hover {
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li
{ padding-bottom:4px;
}
#footer ul li a {
	color:#1a70af;
	line-height:1.5em;
	font-size:11px;
	letter-spacing:1px;
	text-decoration:none;
}
#footer .copy {
	padding:10px 0 17px;
	text-align:center;
}
#footer .copy, #footer .copy a {
	color:#a18d59;
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
}
#footer-bottom {
	width:952px;
	height:30px;
	margin:auto;
	background:transparent url(../images/footer-bg.png) no-repeat 0 0;
}

