html,body {
	margin: 0;
	padding: 0;
	background-color: #c2dfc2;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}

ul li, ol li, p, div, td, th {
	font-size: 12px;
	color: #555;
}

ul li, ol li, #content div.page div.col1 p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 17px;
}

div,h3,h2,h1,p,ul,li,a {
	padding: 0;
	margin: 0;
}

h3,h2,h1 {
	font-weight: normal;
}

h3 {
	color: #009971;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #009971;
}

img {
	border: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.clr {
	clear: both;
}

.nf {
	font-size: 0;
	line-height: 0;
}

.mb0 {
	margin-bottom: 0;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.inline {
	display: inline;
}

.green {
	color: #028764;
}

.blue {
	color: #00abf4;
}

.dgrey {
	color: #555555;
}

.dgreen {
	color: #98ba67;
}

.error {
	color: red;
	font-size: 11px;
}

p.error {
	margin-top: -10px;
}

.hdn {
	display: none;
}

/* ********************************************************************** */
#main {
	margin: auto;
	width: 800px;
	margin-top: 10px;
	background-color: #fff;
}

/* ********************************************************************** */
#nav {
	background: transparent url(/images/global/pec-header.jpg) no-repeat;
	height: 116px;
	padding: 7px 10px;
}

#main div.home {
	background-image: none;
}

#nav ul,#nav ul li {
	list-style-type: none;
	height: 12px;
}

#nav ul li.clr {
	height: 0px;
}

#nav ul.l {
	width: 677px;
}

#nav ul li.l {
	line-height: 8px;
}

#nav ul li.bar {
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #666;
	height: 12px;
}

#nav ul a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#nav ul a:hover {
	color: #333;
}

#nav div.r,#nav div.r a {
	font-size: 10px;
}

#nav div.r {
	padding: 3px 0px 0px;
}

/* ********************************************************************** */
#content {
	padding-bottom: 20px;
}

#content div.page {
	padding: 25px;
	background-color: #fff;
}

#content div.page div.greenbg {
	background-color: #f2fff2;
}

#content div.page div.col1 {
	background: #fff url(/images/global/pec-page-bg.jpg) no-repeat;
	padding: 60px 0px 0px 49px;
	width: 522px;
	min-height: 320px;
}

#content div.page div.col2 {
	width: 160px;
}

#content div.page div.col1 h1 {
	font-size: 24px;
	margin-bottom: 22px;
}

#content div.page div.col1 h2 {
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 20px;
}

#content div.page div.col1 h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#content div.page div.col1 h4 {
	font-size: 15px;
	font-weight: bold;
}

#content div.page div.col1 h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

.big {
	font-size: 18px;
}

ol {
	list-style-type: lower-roman;
}

ol ol {
	list-style-type: decimal;
}

ol ol ol {
	list-style-type: lower-alpha;
}

#content div.page div.col1 p a {
	color: #98ba67;
	text-decoration: none;
}

#content div.page div.col1 p a:hover {
	text-decoration: underline;
}

#content div.blueline {
	height: 2px;
	background-image: url(/images/global/pec-blue-grid-bg.jpg);
}

.blueline {
	height: 2px;
	background-image: url(/images/global/pec-blue-grid-bg.jpg);
}

#content h3 {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.offerDetail {
	background-color: white;
	color: #666;
	font-size: 12px;
	height: 350px;
}

div.offerDetail div.a {
	padding-top: 5px;
}

div.offerDetail h3 {
	color: #333;
	font-weight: bold;
}

div.offerDetail div {
	width: 480px;
	margin: auto;
}

div.offerDetail div.content {
	height: 280px;
	overflow: auto;
}

div.offerDetail p {
	padding-bottom: 5px;
}

div.offerDetail p.disclaimer {
	padding-top: 30px;
}

div.errorDetail {
	background-color: white;
	color: #666;
	font-size: 12px;
	height: 100%;
}

div.errorDetail div.a {
	padding-top: 5px;
}

div.errorDetail div {
  /*
	width: 305px;
  */
	margin: auto;
}

div.errorDetail div.content {
	height: 280px;
	overflow: auto;
}

div.errorDetail p {
	padding-bottom: 5px;
}

div.errorDetail p.disclaimer {
	padding-top: 30px;
}

/* ********************************************************************** */
div#footer {
	margin: auto;
	width: 800px;
	padding: 3px 0px 20px 0px;
}

div#footer,div#footer a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

div#footer ul {
	list-style: none;
}

div#footer ul li.border {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #666;
}

div#footer p.fl, div#footer p.fl a {
    font-size: 10px;
	color: #777;
	line-height: 1.5em;
}

div.hints {
	background-color: #F2FFF2;
	margin-top: 100px;
	padding: 10px;
	width: 160px;
}

div.hints h4 {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #009966 !important;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

div.hints p {
	font-size: 12px;
	margin-top: 5px;
}

/*** MODAL ***/

#modalBlocker {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 997;
	background-color: #000;
	opacity: 0.85;
}

#modalBox {
	background: none #ccc;
	border: 1px solid #fff;
	border-color: #fff #000 #000 #fff;
	display: none;
	left: 50%;
	padding: 26px 5px 5px 5px;
	position: fixed;
	top: 50%;
	width: 440px;
	z-index: 998;
}

#modalTitle {
	position: absolute;
	top: 0;
	left: 6px;
	right: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	cursor: default;
}

#modalBox h2, #modalBox h3 {
	padding: 0 !important;
	margin: 0 0 15px 0;
	display: block;
	font-weight: bold;
}

#modalBox h2 {
	font-size: 16px;
}

#modalBox h3 {
	font-size: 14px;
}

#modalContent {
	background-color: #e1e1e1;
	border: 1px solid #999;
	border-color: #999 #fff #fff #999;
	min-height: 200px;
	overflow-y: auto;
	padding: 10px;
}

#modalLoader {
	position: absolute;
	top: 26px;
	left: 26px;
	bottom: 10px;
	right: 26px;
	background: url(/images/global/preload.gif) no-repeat 50% 65%;
}

#modalCloser {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: url(/images/global/close.gif) no-repeat 5px 5px;
	cursor: pointer;
}

/* --- */

#modalBox {
	background: none #b5d9b5;
	border: 1px solid #f2fff2;
	border-color: #f2fff2 #333 #333 #f2fff2;
	display: none;
	left: 50%;
	padding: 26px 5px 5px 5px;
	position: fixed;
	top: 50%;
	width: 440px;
	z-index: 998;
}

#modalTitle {
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	color: #333;
}

#modalContent {
	background-color: #fff;
	border: 1px solid #999;
	border-color: #999 #fff #fff #999;
	min-height: 70px;
	overflow-y: auto !important;
	padding: 10px;
}

#modalContent img {
	/*margin: -10px;*/
}

#modalBlocker {
	background-color: #000;
	opacity: 0.65;
}

#modalContent p {
	margin: 0 0 20px 0;
}

#modalContent .msg {
	color: #333;
	font-size: 14px;
}

#modalContent .a {
	display: none;
}

/* modal override */

#modalBox {
	border: 0;
	padding: 16px;
}

#modalTitle {
	display: none;
}

#modalContent {
	border: 1px solid #fff;
	padding: 30px 10px 10px 10px !important;
}

#modalCloser {
	background: none;
	height: 20px;
	line-height: 20px;
	right: 45px;
	top: 20px;
	width: 300px;
	text-align: right;
}

.red {
	color: #FF0000;
}

/* end modal override */



