/* NATIONAL INSIDE KP STYLES (revision 01) - Web Development Group 2006 */

/* UPDATED 01/2007 TO COMPLY WITH NEW BRAND PALETTE released 09/2006 */

/* Master global styles */
/* Style sheet controls positioning and presentation of default and custom tags */
body {
	background: url(../images/backgroundImage.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#706757;
	margin: 0px;
	height: 100%;
	min-height: 100%;
}

html {
	height:100%;
	min-height: 100%;
}

body, td, div, p, h, input, select, textarea {
	font: 12px/14px Arial, Helvetica, sans-serif;
}

.superscript {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

a {
	color: #000;
	line-height: 13px;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: none;
}

/* Used for links "minor" links */
a.minorLink {
	font-size: 11px;
	color: #7fb741;
	font-weight: bold;
}

a.supportLink {
	color: #7fb741;
	font-weight: bold;
}

input, select, textarea {
	font-size: 11px;
	color: #464646;
}

label {
	font-size: 11px;
	color:#000000;
}

input.buttons {
	background: #464646;
	border: 1px solid #464646;
	padding: 1px;
	color:#FFFFFF;
}

input, select, textarea {
	background: #FFFFFF;
	border: 1px solid #d7d7d7;
	padding: 3px 2px;
}

input.noBorder {
		border: none; 
}

form {
	margin: 0px;
}

hr {
	color: #d7d7d7;
	height: 1px;
	width: 99%;
}

h1 {
	color: #363636;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin: 5px 0px 12px 2px;
}

h1.rule {
	background:url(/financediv/images/background_rule.gif);
	color: #363636;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin: 0px 0px 12px 2px;
	padding: 6px 0px 0px 2px;
}

h1 a {
	color: #7fb741;
}

h1 a:hover {
	color: #9bdf50;
}
h2 {
	color: #44a323;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 15px 0px 15px;
}

h2.rule {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 4px;
	margin-right: 10px;
	margin-bottom: 8px;
}

h2 a {
	color: #E48426;
}

h2 a:hover {
	color: #9bdf50;
}

h3 {
	color:#363636;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding-top: 5px; /* need this top spacing for good design formatting */
	padding-bottom: 5px;
}

h3 a {
	color: #7fb741;
}

h3 a:hover {
	color: #9bdf50;
}

/* Style adds a grey rule under the heading  */
h3.rule {
	clear:both;
	background:url(/financediv/images/background_rule.gif);
	border-bottom: none;
	padding: 6px 0px 0px 2px;
	margin-right: 10px;
	line-height: 18px;
	margin-bottom: 8px;
	margin-top: 20px;
}

h3.ruleNoSpace {
	background:url(/financediv/images/background_rule.gif);
	border-bottom: none;
	padding: 6px 0px 0px 2px;
	margin-right: 10px;
	line-height: 18px;
	margin-bottom: 8px;
	margin-top: -5px;
}

h4 {
	color: #363636;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 5px 0px 12px 2px;

}

h4 a {
	color: #006d9d;
}

h4 a:hover {
	color: #52abd5;
}


/* Style also known as the Keyline Skin  */
h4.keyline {
	color: #363636;
	background:url(/financediv/images/background_rule.gif);
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0px 0px 2px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: auto;
}

h5 {
	clear: both;
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Style has no bottom margin  */
h6 {
	clear: both;
	color: #006d9d;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Table basics */

table {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table td {
	vertical-align: top;
}

/* Table centered */

table.center {margin-left:auto; margin-right:auto;}


/* Table custom styles for body text */
.mainText td {
	background: #ffffff;
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.mainText p {
	padding-left: 15px;
	padding-right: 35px;
	font-size:13.5px;
	line-height: 16px;
}

.mainText h1 {
	padding-left: 12px;
	padding-right: 25px;
	font-size: 18px;
	color: #354775;
}	

.mainText h2 {
	line-height: 14px;
	padding-left: 12px;
	padding-right: 25px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.mainText ul {
	list-style: url(../images/knotBullet.jpg);
	margin-left: 15px;
	padding-left: 10px;
}

.mainText ul ul {
	margin: 0px 0px 0px 5px;
}

.mainText ul li ul {
	padding-top: 5px;
}

.mainText ol {
	list-style: square;
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 100px;
}

.mainText ol li ul {
	padding-top: 5px;
}

.mainText ol ol {
	margin: 0 0 0 10px;
}

.mainText li {
	padding-bottom: 5px;
}


/* List custom styles */
ul.nonBullet {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px -5px;
}



/* Table custom styles for footer text */

.footerText {
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#706757;
	padding-top: 55px;
}

.footerText a {
	color: #706757;
	line-height: 11px;
	text-decoration: none;
	font-weight: normal;
}

.footerText a:hover {
	color: #036;
	text-decoration: none;
	font-weight: normal;

}

.sidebar {
	background-image: url(../images/layout_fw/sideBar_s1.gif);
	background-repeat:no-repeat;
	vertical-align: top;
	background-color:#FFFFFF;
}



/* List default styles */

ul {
	list-style: url(/financediv/images/bullet.gif);
	margin-left: 15px;
	padding-left: 10px;
}

ul ul {
	margin: 0px 0px 0px 5px; 
}

ul li ul {
	padding-top: 5px;
}

ol {
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

ol li ul {
	padding-top: 5px;
}

ol ol {
	margin: 0 0 0 10px;
}

li {
	padding-bottom: 5px;
}

/* List custom styles */
ul.nonBullet {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px -5px;
}

/* Style displays an icon indicating the link goes outside of the site */
li.extLink {
	list-style: url(/financediv/images/icon_external.gif);
}

/* Used for document types - i.e. pdf, doc, xls, ppt, mpp */
.document {
	color: #aaaaaa;
	font-size: 11px;
	padding-left: 3px;
}

p.small {
	font-size:11px;
}

p.small a {
	font-size:11px;
	color:#7fb741;
}

p.small a:hover {
	font-size:11px;
	color:#9bdf50;
}

/* Used for alert messages  */
.alert {
	color:#da6426;
	font-size: 11px;
}

.white {
	color: #FFF;
	font-size: 11px;
}

/* Used for asterisk(s) indicating a required field  */
.required {
	color:#bb0000;
}

/* Used for placement of image left or right aligned within the paragraph */
img.right {
	float: right;
	margin: 0px 10px 5px 10px;
	filter:progid:DXImageTransform.Microsoft.dropShadow(color=aaaaaa,offX=2,offY=2, positive=true);
	border: none;
}

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	filter:progid:DXImageTransform.Microsoft.dropShadow(color=aaaaaa,offX=2,offY=2, positive=true);
	border: none;
}

.new {
	font-size: 10px;
	color: #FFF;
	background: #da6426;
	line-height: 10px;
	margin: 0 3px;
    padding: 0 3px 1px 2px;
}
