/* CSS Document */
html {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #e3e3e3;
	color: #111;
	padding: 0;
	margin: 0;
	overflow: auto;
	height: 100%;
	font-size: 70%;
	background: #c8c8c8 url(../img/site/background.gif) repeat-y fixed top center;
}
body {
	padding: 0;
	margin: 0;
}
#site {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
div.right {
	float: right;
	text-align: right;
}
#sponsor {
	position: absolute;
	right: 0;
	top: 10px;
}
#header {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	clear: both;
	background-image: url(../img/site/plp-site-header.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 150px;
	border-bottom: 1px solid #999;
}
#site img#banner {
	margin-bottom: 10px;
}
h1, h2, h3, h4 {
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
}
h1 {
	padding: 2px 5px;
	margin: 0 0 5px 0;
	background-color: #f3f3f3;
	color: #666;
	font-size: 2em;
	font-weight: normal;
	text-transform: capitalize;
	font-family: "Courier New", Courier, monospace;
}
#header h1 {
	display: none;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 10px 5px 5px 5px;
	border-bottom: 1px solid #999;
}
h2 span {
	text-align: right;
	font-size: 0.6em;
	float: right;
	white-space: nowrap;
}
h3 {
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 0 5px;
}
h4 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 10px 0 5px 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #f3f3f3;
}
a {
	color: #ec008c;
	background-color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ec008c;
	background-color: #fff;
	text-decoration: underline;
}
#content a {
	font-weight: bold;
}
#navparent {
	margin: 10px 5px;
}
ul.nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	display: block;
	width: 640px;
	float: right;
	font-family: "Courier New", Courier, monospace;
}
ul#mainNav {
	padding: 135px 0 0 0;
	text-align: right;
}
.nav li {
	text-align: right;
	list-style-type: none;
	text-decoration: none;
	display: inline;
	padding: 0 10px;
	margin: 0;
}
ul#mainNav.nav li a {
	text-transform: uppercase;
	font-size: 1.2em;
}
.nav a:link.navoff, .nav a:visited.navoff, .nav a:active.navoff, .nav a:hover.navoff, .nav a:link.navon, .nav a:visited.navon, .nav a:active.navon, .nav a:hover.navon {
	text-decoration: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.nav a:hover.navoff {
	color: #999;
	background-color: transparent;
}
.nav a:link.navon, .nav a:visited.navon, .nav a:active.navon {
	color: #999;
	font-weight: bold;
	background-color: #transparent;
}
.nav a:hover.navon {
	color: #ccc;
	font-weight: bold;
	background-color: #fff;
}
ul#subNav {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}
ul#subNav li {
	width: 100px;
}
ul#bottomNav {
	margin: 20px 0 0 0;
	text-align: center;
	display: block;
	width: 100%;
	color: #000;
}
#content, #datalist {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #111;
	clear: both;
}
#content {
	margin: 10px 0 0 0;
}
#datalist {
	padding: 0;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content li {
	list-style-type: square;
}
#content strong, #datalist strong {
	color: #ff6600;
	background-color: #fff;
	font-weight: bold;
}
p {
	margin: 0 0 5px 0;
	padding: 0 5px;
	text-align: justify;
}
.date {
	color: #afafaf;
	padding: 0;
	margin: 5px 0 15px 5px;
}
/* TABLE STYLES */
table, tr, td {
	padding: 0;
	border: none;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
td.pages {
	width: 100%;
}
table#list {
	margin: 0 5px;
}
table#list tr.heading td {
	border: none;
	white-space: nowrap;
	font-variant: small-caps;
	font-weight: bold;
	color: #000;
	background-color: #999;
	padding: 2px 3px;
}
table#list tr.row {
	border-bottom: 1px solid #111;
}
table#list tr.row td {
	border: none;
	white-space: nowrap;
	padding: 2px 10px;
}
table#list tr.top td {
	vertical-align: top;
}
table#list tr.row td.right {
	padding-right: 5px;
	text-align: right;
}
table#list tr.row td.buttons {
	text-align: center;
}
table#list tr.row a:hover {
	text-decoration: underline;
}
img {
	padding: 0;
	border: none;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
fieldset {
	padding: 10px 20px;
}
legend {
	margin: 0 0 10px -10px;
}
label, input, select, textarea {
	display: block;
	margin-bottom: 5px;
}
input.button {
	display: inline;
	margin-top: 3px;
}
#footer {
	border-top: 1px solid #999;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	clear: both;
	font-family: "Courier New", Courier, monospace;
}
#footer a {
	font-weight: normal;
}
div.left {
	float: left;
	text-align: left;
}
/* A fake IE information bar */
#infobar {
	padding: .45em .5em .45em 2em;
	margin-bottom: 5px;
	border-bottom: .16em outset;
	color: InfoText;
	background: InfoBackground url(../img/warning.gif) no-repeat .3em .3em;
	height: 1.2em;
	font-size: 11px;
	line-height: 13px;
}
#infobar div {
	float: left;
	font: message-box;
	color: InfoText;
	background-color: InfoBackground;
	display: inline;
}
#infobar div span {
	font-weight: bold;
}
#infobar div#admin {
	float: right;
	padding:0;
	margin:0;
}
#infobar a {
	font: message-box;
	color: InfoText;
	background-color: InfoBackground;
}
/* MSG STYLES */
#msg {
	margin-bottom: 10px;
}
#msg img {
	float: left;
	margin: 5px;
}
#msg div {
	color: #000;
	text-decoration: blink;
	border: 1px solid #ddd;
	background-color: #ffffcc;
	padding: 5px;
	font-weight: normal;
}
#msg div span {
	font-weight: bold;
}
/* Bugfixes */
.floatFix:after {
    content: "."; 
    display: block; 
    height:0; 
    clear: both; 
    visibility: hidden;
}
/* FIX FOR IE5+/WIN PEEKABOO BUG ###################### \*/
* html .buggybox, * html H1 {height: 1%;}
/* End hide from IE5-mac, note this part is required!!!! */ 
/* SITE ############################################### */
