@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#663399 url('images/pp-bg.jpg') fixed left top; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/penguin-header.gif);
	background-repeat: no-repeat;
	height: 166px;
	z-index:1;
	position:relative;
}

	.oneColFixCtrHdr #logobox {
	position: absolute;
	left: 176px;
	top: 4px;
	z-index:2;
	height: 180px;
	width: 169px;
	}
	
	.oneColFixCtrHdr #signupbox {
	float: right;
	width: 195px;
	position: absolute;
	top:12px;
	z-index:3;
	left: 606px;
	}

	.oneColFixCtrHdr #chatbox {
	float: right;
	width: 185px;
	position: relative;
	top:110px;
	left:0px;
	z-index:4;
	}

	#mobilehdr {
		display:none;
	}

.oneColFixCtrHdr #navigation {
	background-color: #B32227;
	text-align: center;
} 

#mobilenav {
	display:none;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
	
	h1, h2, h3 {
		font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial";
	}
	
	h1 {
		font-size : 14pt;
		font-weight : bold;
		color : #9966CC;
	}
	
	h2 {
		font-size : 12pt;
		font-weight : bold;
		color : #9966CC;
	}
	
	h3 {
		font-size : 10pt;
		font-weight : bold;
		color : #663399;	
	}
	
	p {
		font-size : 10pt;
		color : #000000;
		font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
	}
	
	.home {
	margin-right: 20px;
	margin-left: 20px;
	}

	marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #871CC4;
	vertical-align: middle;
	padding: 3px;
	}

	td {
		font-size : 10pt;
		color : #000000;
		font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
	}

	.sponsorhdr {
	background-color: #b32227;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	
	.sponsorlinks {
		line-height: 20px;	
	}
	
	th {
		font-size : 10pt;
		color : #FFFFFF;
		font-weight : bold;
		font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
		background-color: #663399;
	}
	
	th.headerSortUp { 
		background-color: #00B9F2; 
	} 
	
	th.headerSortDown { 
		background-color: #00B9F2; 
	} 
	
	th.header { 
		cursor: pointer; 
		font-weight: bold; 
		border-right: 1px solid #dad9c7; 
	} 

	table.tablesorter tbody tr.even td {
		background-color:#F0F0F0;
	}
	
	ul, ol {
		font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
		font-size : 10pt;
		color : #000000;
	}
	
	li {
		font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
		font-size : 10pt;
		color : #000000;
	}
	
	a  {
		font-family : "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #663399;
		text-decoration: underline;
	}
	
	a:visited  {
		font-family : "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
		font-weight : bold;
		font-style : normal;
	}
	
	a:active  {
		text-decoration : none;
	}
	
	a:hover  {
		font-weight : bold;
	}
	
	.purple {
	color: #CC99FF;
	}

	#margins {
	margin-right: 75px;
	margin-left: 75px;
	}
	
	.contract-step {
		font-size : 24px;
		font-weight : bold;
		color : #663399;
	}
	
	.contract-hdr {
		font-size : 22px;
		font-weight : bold;
		color : #9966CC;	
	}

	.contract-details {
		color : #663399;	
	}
	
	.error {
		color: #b32227;
		font-weight: bold;
	}

	.popular {
		color: #00bdf7;
		font-weight: bold;
	}

	.white {
		color: #FFFFFF;
		font-weight : bold;
	}

	.links  {
	font-size : 11px;
	font-weight: normal;
	font-family : Arial, sans-serif;
	}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
}

	#footer .img {
	margin-right: 25px;
	margin-left: 25px;
	
	}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #bottomnav{
	clear: both;
	text-align: center;
	font-weight: bold;
	background-color: #B32227;
	padding-top: 5px;
	padding-bottom: 3px;
	height: 20px;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
}

	#bottomnav p {
		font-weight : bold;
		font-style : normal;
		color : #FFFFFF;
		margin: 0px;
	}
	
	#bottomnav A  {
		font-weight : bold;
		font-style : normal;
		color : #FFFFFF;
		text-decoration: underline;
	}
	
	#bottomnav A:Visited  {
		font-weight : bold;
		font-style : normal;
	}
	
	#bottomnav A:Active  {
		text-decoration : none;
	}
	
	#bottomnav A:Hover  {
		font-weight : bold;
		text-decoration : none;
	}


.oneColFixCtrHdr #copy {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	margin-top : 0;
	margin-bottom : 0;
}

/*==== NEW CONTRACT FORM ====*/

:invalid { 
  border-color: #e88;
  -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  -moz-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -o-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -ms-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  box-shadow:0 0 5px rgba(255, 0, 0, .8);
}

:required {
  border-color: #b32227;
/*  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  */
}

form {
  width:300px;
  margin: 20px auto;
}

input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:20px;
  width:300px;
  min-height:30px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

input[type=submit] {
  background:none;
  padding:10px;
}
