/* Default style sheet for PEHP. */
/* Copyright 2010 PEHP */

/* block level elements
------------------------------ */

html {
	margin: 0;
	padding: 0;
	background: #fff url(../../images/sitewide/html.gif) repeat-x left top;
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif, Verdana;
	color: #808080;
}

body {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
form
{
	margin:0;
	padding:0;
}

a {
	color: #2c67a3;
	text-decoration: none;
}

a:hover {
}

.clear {
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: -1px 0 0;
	padding: 0;
	width: 100%;
}

/* header
------------------------------ */

#header {
	width: 100%;
	height: 110px;
	position: relative;
}

#header h1 {
	width: 356px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	left: 0;
}

#header h1 a {
	width: 356px;
	height: 40px;
	display: block;
	background: transparent url(../../images/sitewide/header-h1-a.gif) no-repeat;
	text-decoration: none;
}

#header h1 a span {
	visibility: hidden;
}

/* header navigation */

#header ul {
	height: 26px;
	margin: 0;
	padding: 0 0 0 16px;
	position: absolute;
	top: 0;
	right: 0;
	background: #528ac2 url(../../images/sitewide/header-ul.gif) no-repeat left top;
}

#header ul li {
	height: 16px;
	padding: 5px 8px 5px 0;
	float: left;
	color: #fff;
	list-style-type: none;
	margin-top:0px;
}

#header ul li#last {
	width: 6px;
	padding-right: 0;
	background: url(../../images/sitewide/header-ul-li-last.gif) no-repeat;
}

#header ul li a {
	color: #fff;
}

/* search form */

#header form#search {
	width: 232px;
	height: 20px;
	position: absolute;
	top: 46px;
	right: 0;
}

#header form#search input#search-box {
	width: 184px;
	height: 13px;
	margin: 0;
	position: absolute;
	top: 1px;
	left: 0;
	color: #808080;
	font-size: 11px;
}

#header form#search input#submit {
	position: absolute;
	top: 0;
	right: 0;
}

/* primary content well
------------------------------ */

#primary {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

/* footer
------------------------------ */

#footer {
	margin: 0 0 40px;
	padding: 20px 0 0;
	font-size: 10px;
	color: #a6a6a6;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin: 0 5px 0 0;
	float: left;
	list-style-type: none;
}

#footer ul li a {
	color: #a6a6a6;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 2px 0;
}