﻿/* CSS Document */
body {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}
h1 {
	font-size: 22px;
	line-height:1;
	font-weight: bold;
	margin-bottom: 18px;
	color:#870000;
}
h2 {
	font-size: 18px;
	line-height:1;
	font-weight: bold;
	margin-bottom: 18px;
	color:#870000;
}
h3 {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 18px;
	color:#870000;
}
p {
	margin-bottom: 18px;
}
ol, ul {
	margin-bottom: 18px;
}
ol li {
	margin-left: 25px;
	list-style: decimal outside;
}
ul li {
	margin-left: 25px;
	list-style: disc outside;
}
a:link, a:visited {
	text-decoration: none;
	color: #9c1c26;
	font-weight: inherit;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #9c1c26;
	font-weight: inherit;
}
a:active {
	text-decoration: none;
	color: #9c1c26;
	font-weight: inherit;
}
.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .columns {
	height: 1%;
}
.columns {
	display:inline-block;
}
.columns {
	display:block;
}
.columns .column {
	float:left;
	overflow:hidden;
	display:inline;
}
/* Header — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —  */
#header {
	position:relative;
	width:940px;
	height:100px;
	margin:0 auto;
}
.logo {
	position:absolute;
	top: 20px;
	left: 0;
}
.nav {
	position:absolute;
	text-align:right;
	top: 44px;
	right: 0;
	font-size: 16px;
	font-weight: bold;
	color:#AAA;
}
.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #9c1c26;
	font-weight: inherit;
}
.nav a:hover, .nav a:focus {
	text-decoration: underline;
	color: #9c1c26;
	font-weight: inherit;
}
.nav a:active {
	text-decoration: none;
	color: #9c1c26;
	font-weight: inherit;
}
/* Content — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —  */
#content {
	background-color:#DDD;
	padding:18px 0 14px;
}
.shadow {
	width:950px;
	margin:0 auto;
	background:url(/images/pam-combo-content-bg.jpg) repeat-y;
}
.banner {
	height:114px;
}
.divider {
	margin:20px 25px 8px;
	background:url(/images/pam-combo-divider.gif) repeat-y;
}
.left {
	width:500px;
}
.right {
	width:360px;
	padding-left:40px;
}
.apply-btn {
	height:52px;
	text-align:right;
}
.apply-tag {
	padding:17px 165px 0 0;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
.base {
	height:22px;
}
/* Footer — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —  */
#footer {
	position:relative;
	width:940px;
	margin:0 auto;
	padding:20px 0;
}
.copyright {
	text-align: Center;
}
.copyright a {
	text-decoration: none;
}
.copyright a:link, .copyright a:active, .copyright a:visited {
	color: #9c1c26;
}
.copyright a:hover {
	text-decoration:underline;
}

