﻿/* CSS Document */

body{
	background:#8c8c8c;
	text-align:center;
	background-image: url(images/page_bg2.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

img {vertical-align:top;}
a img { border:0;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}
.center { text-align:center; }

html, input, textarea {
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.813em;
		line-height:1.154em;
		color:#111e23;
}

input, select { vertical-align:middle; font-weight:normal;}

p {padding-top:5px;}



/* ============================= main layout ====================== */

.imgindent {margin:0 17px 0 0; float:left;}

/* ============================= header ====================== */
.logo{ 
	padding:0 30px 0 29px;
	background:#e7e7e7; 
	color:#909090;
}

.marg-logo{
	margin-top:15px;
}

h3 {
	font-family: Arial, Verdana, Sans-Serif;
	color: #313490;
}

.tagline {
	position: relative;
	font-family: Arial, Verdana, Sans-Serif;
	font-style: italic;
	font-size: .8em;
	padding-top: 3px;
	margin-top: 0;
}

.tollfree {
	position: relative;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #313490;
}

.formHelp {
	height:132px;
	background:url(images/IMG_Info.jpg);
	padding:89px 30px 0 143px;
	text-align:right 
}

.header-button{
	margin-top:20px;
}

.menu{ height:69px; }




/* ============================= content ====================== */
#content{
	padding:29px;
}

.column-1{ margin-right:28px; display: table;}
.marg-banner{ margin-top:1px; }

.whyPNU {
	display: table-row;
	width: 100%;
	background: url(images/banner1.jpg) no-repeat;
	height: 159px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.whyPNU h4 {
	color: #fff;
	margin: 60px 0 0 90px;
}

.whyPNU p {
	font-weight: bold;
	color: #fff;
	margin: 10px 0 0 90px;
}

.login {
	position: relative;
	margin: 140px 0 0 90px;
}

.agent {
	display: table-row;
	background: url(images/banner2.jpg) no-repeat;
	height: 159px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.agent p, .results p, .whyPNU p {
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	margin: 60px 0 0 90px;
	padding-right: 10px;
}

.results {
	display: table-row;
	background: url(images/banner3.jpg) no-repeat;
	height: 159px;
}

.agent a, .results a, .whyPNU a {
	text-decoration: underline;
	color: #fff;
}

.agent a:hover, .results a:hover, .whyPNU a:hover {
	text-decoration: none;
	color: #fff;
}

.tit{
	border-bottom: solid 1px #e3e3e3;
	padding-bottom:17px;
	margin-bottom:22px;
}

.tit a, .link a {
	color: #313490;
	font-weight: bold;
	text-decoration: underline;
}

.tit a:hover, .link a:hover {
	text-decoration: none;
}

.title{
	padding-bottom:20px;
}
.padding1{
	padding-bottom:15px;
}
.margin1{
	margin-bottom:15px;
}
.padding2{
	padding-top:12px;
}

strong{
	color:#313490;
	font-weight:bold;
}
.button{
	height:20px;
	margin-top:18px;
	padding:4px 0 0 24px;
	background:url(images/button.gif) no-repeat;
	font-weight:bold;
	line-height:1em;
}
.button a{ text-decoration:underline; color:#313490;}
.button a:hover{ text-decoration:none; }

#page4 p {
	padding-top: 12px;
}

.save {
	background-image: url(images/floppy_icon.jpg);
	background-repeat: no-repeat;
	background-position: 110px -5px;
}

ol {
	line-height: 150%;
}

ol li {
	padding-bottom: 10px;
}

ul {
	padding-top: 10px;
}

/* ============================= footer ====================== */
#footer{
	border-top:solid 1px #e3e3e3;
	padding:18px 0 0 28px;
}
#footer a{
	color:#0081b3;
	text-decoration:underline;
}
#footer a:hover{ text-decoration:none }

 
/* ============================= forms ============================= */
#SearchForm {
	float:right;
	margin-top:40px;
}
#SearchForm .input{
	padding:3px 0 0 5px;
	font-size:1.25em;
	font-weight: bold;
	color:#313490;
}

/* ============================= privacy policy ============================= */

#page9 p{
	padding-top:12px;
}
#page9 #content a{
	color:#fff;
	text-decoration:underline;
}
#page9 #content a:hover{
	text-decoration:none;
}

.lastP {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cbcbcb;
}

