@charset "utf-8";
/* CSS Document */
html, body { 
	width:100%; height:100%; border:0; margin:0; padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	background-image: none;
}
a img { border: 0; }
#wrapper { 
	width: 100%;
	margin: auto;
	padding: auto;
	border: none;
	padding: 0;
	background-position: top;
	background-repeat: repeat-y;
	background-color: #FFF; 
}
#banner, #nav, #main, #footer, #search_box { 
	width: 815px; 
	border: none;
	margin: 0 auto; 
	padding: none;
	background-color: #FFF;
	border: none;
}
#header { 
	height: 130px;
	width: 100%;
	background-color: #7d7e82;
	margin: 0 auto;
}
#banner {
	background-image: url(img/pns-tab-gradient270.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #7d7e82;
}
#head_float {
	float:right; background-color: #000066; color: #CCCCCC; 
	padding: 5px; margin: 10px; border: 3px solid #8186A0; height: auto; text-align:center; 
	width: 400px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
#head_float em { font-size: 12px; }
#nav { 
	border: none;
	padding: none;
	overflow: hidden;
	display: block;
	height: 30px;
	left: 0;
	background-image: url(img/pns-tab-gradient270.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #7d7e82;
}
.tab { width: auto; padding: 0; }
.tab ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tab li {
	display: inline;
}
.tab a {
	float: left;
	display: block;
	font: bold 11px Arial;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat-x;
	font-size: 11px;
	padding-top: 10px;
	height: 30px;
}
.tab a:hover { color: #000; }
.tab img {
	float: left; overflow: hidden;
}
.tab a:hover {
	text-decoration: underline;
}
.tab a.selected { /*currently selected tab*/
	color: white;
	border-color: #006; 
}
.tab li a.selected {
	background-image: url(img/seltab-ctr.png);
}
.tab li a {
	background-image: url(img/tab-ctr.png);
}
.tab li a.payment_tab { color: #990000; }
#main { 
	border-top: 5px solid #006;
	background-color: #FFF;
}
.hd1 { 
	background-color: #006; 
	border-bottom: 2px solid #8186A0; 
	padding: 5px 0;
	text-align: center;
	width: 100%;
	height: 35px;
	background-image: url(img/blocks.png);
	background-position: center;
	background-position: left;
	background-repeat: no-repeat; 
}
#search_bar {
	padding-right: 10px; float: right; margin-top: 5px;
}
#search_text {
	font-size: 10px; background-color: #CCC; color: #000; border-style: none;
}
#search_submit {
	font-size: 9px;
}
#sub_nav {
	float:left; 
	width: 215px;
	margin-right: 10px; 
	font-size: 14px;
	padding-top: 50px;
	text-align: left;
	color: #000;
}
#page_title {
	color: #ccc;
	font-size: 24px; 
}
.customer_quote {
	color: #006; 
	padding: 10px; 
	margin: 5px; 
	border: 3px solid #8186A0; 
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/quotes.png);
	background-position: center;
	background-repeat: no-repeat;
}
.customer_sig {
	text-align: right;
	font-style: italic;
}
#sub_nav ul li {
	line-height: 16px;
	padding-bottom: 7px;
}
#sub_nav ul li a { font-weight: bold; color: #8186a0; }
#body_main {
	float: right;
	width: 590px;
	font-size: 15px;
}
#footer {
	clear: both;
	border-top: 5px solid #006;
	border-bottom: 10px solid #006;
	background-color: #FFF;
	text-align: center;
	padding: 10px 0;
}
#foot_blocks {
	width: 100%;
	height: 35px;
	background-image: url(img/foot_blocks.jpg);
	background-position: center;
	background-position: right;
	background-repeat: no-repeat; 	
}
#foot_copyright { padding-bottom: 5px; }
/* Default stuff */
a { color: #006; 
	text-decoration: none;
}
a:hover { color: #8186a0;
	text-decoration: underline;
}
a.named_link { font-weight: bold; }
a.named_link:hover { color: #006; text-decoration: none; }
p { font-size: 15px; }
p.hd2 {
	color: #006;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom: 2px solid #990000;
}
.body_paragraph {
	padding: 10px;
}

