﻿html, body
{
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
}
div#pageFrame
{
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 960px;
	z-index: 1;
}
div#pageHeader
{
	position: relative;
	height: 114px;
	background-color: #00B9C1;
}
a#pdmLogo
{
	display: block;
	position: absolute;
	width: 240px;
	height: 52px;
	left: 40px;
	top: 29px;
}
div#menuContainer
{
	position: relative;
	height: 34px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #80D6E3;
	z-index: 2;
}
div#contentContainer
{
	position: relative;
}

/**
 * Search Bar
 */
div#searchBar
{
	position: absolute;
	right: 25px;
	bottom: 38px;
	text-align: right;
}
a#searchGo
{
	display: block;
	position: absolute;
	right: 1px;
	bottom: 20px;
	width: 150px;
	color: #fff;
	font: normal normal bold 11px Arial, Helvetica, sans-serif;
}
input#searchText
{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	padding: 1px 3px;
	color: #000;
	background-color: #80D6E3;
	border: solid 1px #fff;
	font: normal normal normal 11px Arial, Helvetica, sans-serif;
}
