﻿body 
{   
    padding:20px 0;
    margin: 0;
}

.page_container {
  width: 990px;
  margin: 0 auto;
  background:white;
}


.page_header p {
    position: absolute;
    top: 5px;
    color: white;
    font-size: 10px;
    left: 200px;
    margin: 0;
    padding: 0;
}

.page_header p a{
    color: white;
    text-decoration: none;
    font-size: 10px;
}

.page_header h2 {
    position: absolute;
    top: 30px;
    color: white;
    font-size: 26px;
    left: 200px;
    font-weight: normal;
     margin: 0;
    padding: 0;
}

.page_header {
	width: 100%;
	position: relative;
	height:80px;
	margin-bottom:2px;
	background: #ff6600 url(images/header_bg.gif) bottom left repeat-x;
	line-height: 1.5;
}

.header_images {
	position: absolute;
	top: 0px;
	right:0px;
}

.page_header h1 {
	font-size: 12px;
	width: 155px;
	height: 75px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

.page_header h1 a{
	display:block;
	width: 155px;
	height: 75px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(/styles/images/logo.gif) left top no-repeat;
}

ul.nav_prim_horz {
	width: auto;
	height:30px;
	background:#fbc674 url(/styles/images/nav_bg.jpg) left top repeat-x;
	margin:0;
	padding:0;
	border:1px solid #fb992b;
}

ul.nav_prim_horz li {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
}

ul.nav_prim_horz li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
	color:white;
	background: url(/styles/images/nav_divider.gif) right center no-repeat;
}

/* only works in compliant browsers */
ul.nav_prim_horz li:last-child a {
	background-image:none;
}

ul.nav_prim_horz li a:hover {
	color: white;
}

ul.page_footer {
    background: #f9af3d;
    text-align: right;
    margin: 0;
    padding: 5px 10px;
	clear:both;
}

ul.page_footer li{
    display: inline;
    padding: 0 10px;
    font-size: 11px;
    color: white;
    border-left: 1px solid white;
}

ul.page_footer li a {
	color: white;
    text-decoration: none;
    font-size: 11px;
}

ul.page_footer li a:hover {
	color: white;
}

/* This only works in browsers that play nice */
ul.page_footer li:first-child{
    border-left: none;
}