﻿html{
   margin:0;
   padding:0;
   height:100%;
   position:relative;
}

#form1 {
	position:absolute;
        max-height:60%;
        overflow-y:scroll;
        padding-right:20px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.4em;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #104C92;
}
.small-blue {
	font-size: 9px;
	color: #104C92;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/pcnwelcome/bg.jpg);
	background-repeat: repeat-x;
	color: #666;
	height: 100%;
        position:relative;
}
.extrafoot {
	background-color: #104C92;
	height: 100%;
	width: 100%;
}
a:link {
	color: #29A0DD;
}
a:visited {
	color: #279BDA;
}
a:hover {
	color: #104C92;
}
a:active {
	color: #299FDD;
}
.large-white {
	font-size: 24px;
	color: #FFF;
}

.light-blue {
	color: #104C92;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
        min-height:100%;
}
#wrapper {
   min-height:100%;
   height:100%;
   position:relative;
}

#header {
	height: 205px;
	width: 980px;
}
.logo {
	float: left;
	margin-top: 40px;
}
.strapline {
	float: right;
	margin-top: 50px;
	text-align: right;
}
.formbox {
	height: 30px;
	width: 250px;
	background-color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
.strapline a {
	font-size: 36px;
	color: #299EDC;
	text-decoration: none;
	font-weight: bold;
}
.strapline p {
	color: #FFF;
}
#navigation {
	height: 50px;
	width: 980px;
}
#content {
	margin-top: 30px;
	border: 1px solid #E5E5E5;
	padding: 20px;
	overflow: hidden;
}
#content ul {
	font-size: 13px;
}
.pay-detail {
	margin-top: 30px;
	padding: 20px;
	width: 700px;
	float: left;
	height: 158px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
.pay-detail p {
	font-size: 9px;
}
.pay-block {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
}
#pay-button {
	margin-top: 30px;
	padding: 0px;
	width: 238px;
	float: left;
	background-color: #104C92;
}
.float-clear {
	clear: both;
}

#more{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#more ul {
	float:left;
	margin: 0px;
	padding: 0px;
}

#more li {
	padding: 0px;
	margin: 0px;
}
#more li a {
	display:block;
	height:200px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	background-color: #104C92;
	padding: 0px;
	width: 238px;
	background-image: url(../images/pay-text.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

#more li a:hover {
	position:relative;
	color:#FFF;
	background; 			background-color: #299FDD;
	background-image: url(../images/pay-text-hover.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
.associate {
	margin-top: 20px;
	margin-bottom: 20px;
}
.associate img {
	float: right;
}

#footer {
	height: 100px;
	width: 100%;
	background-color: #104C92;
	position: absolute;
	bottom: 0px;
}
.foot {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
}
.foot p {
	color: #000;
}
.small-text {
	font-size: 9px;
}
#appeal-form {
	float: left;
	width: 720px;
	margin-top: 20px;
	background-image: url(/pcnwebtest/images/appeal-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border: 1px none #CCC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.red-lines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #104C92;
	border-right-color: #104C92;
	border-bottom-color: #104C92;
	border-left-color: #104C92;
	width: 100%;
	float: left;
	height: 20px;
	margin-top: 5px;
	padding-top: 5px;
}
.red-lines p {
	font-weight: bold;
	color: #104C92;
}
.no-lines {
	width: 100%;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
}
.biglink {
	font-size: 18px;
}
.biglink a {
	font-size: 28px;
	font-weight: bold;
}
.pusher {
	padding-bottom: 100px;
}
.border {
	border: 1px solid #999;
	padding: 10px;
}
.next {
	padding: 10px;
	float: left;
	width: auto;
	background-color: #104C92;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.pay-a {
	border: 1px solid #CCC;
	width: 878px;
	padding: 30px;
	
	float: left;
	
	: 	

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #F2F2F2));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #F2F2F2 100%);
