@charset "utf-8";
/* CSS Document */

/* FONTS */

.bodyText {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666;
}
.bodyText a:hover {
    text-decoration: none;
}
.bodyTextLeading {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666;
    line-height: 14pt;
}
.bodyTextLrg {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666;
    line-height: 14pt;
}
.bodyTextLeadingSml {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #666;
    line-height: 12pt;
}
.bodyTextLeadingSmlCent {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #666;
    line-height: 10pt;
    text-align: center;
}
.bodyTextLeadingBlk {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000;
    line-height: 14pt;
}
.formText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000;
}
.formTextRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #F00;
}
.condText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    color: #333;
    line-height: 9pt;
}
.condHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #000;
    line-height: 10pt;
}
.condSpace {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2pt;
    color: #FFF;
    font-weight: normal;
    line-height: 3pt;
}
.condSpaceTop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4pt;
    color: #FFF;
    font-weight: normal;
    line-height: 6pt;
}
.navText {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9pt;
    color: #F99D31;
    font-weight: bold;
}
.navText a:hover {
    text-decoration: none;
    color: #666;
}
.navTextSub {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9pt;
    color: #666;
    font-weight: normal;
}
.navTextSub a:hover {
    text-decoration: none;
    color: #F99D31;
}
.navTextks {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9pt;
    color: #F99D31;
    font-weight: bold;
    line-height: 18pt;
}
.heading {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14.5pt;
    font-weight: normal;
    color: #000;
    margin-top: 0px;
}
.subHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 0px;
    text-decoration: none;
}
.subHeadingB {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #666;
    margin: 0;
    padding: 0px;
    text-decoration: none;
}
.subHeadingSml {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
    line-height: 13pt;
    text-decoration: none;
}
.subHeadingLrg2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #333;
    line-height: 15pt;
    text-decoration: none;
}
.subHeading a:hover {
    text-decoration: none;
    color: #666;
}
.subHeadingLrg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000;
    line-height: 18pt;
}
.subHeadingLrg3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000;
    line-height: 15pt;
}
.bulletText {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666;
}
.intro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #666;
    margin-top: 0px;
    line-height: 21pt;
}
body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-image: url(images/ks-capital-bg-image.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.newsText {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9pt;
    color: #FFF;
    font-weight: bold;
    line-height: 12pt;
}
.SpaceText {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8pt;
    color: #FFF;
    font-weight: normal;
    line-height: 9pt;
}
.footerLinks {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8.5pt;
    color: #666;
}
.footerLinksOrange {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8.5pt;
    color: #F99D31;
}
.footerLinks, a:hover {
    text-decoration: none;
}

/* MAIN DIVS */

#container {
    width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0px;
    height: 78px;
}
#header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
    height: 150px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
#bodyContent {
    padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-color: #FFF;
}

/* nav */

#navContent {
    width: 222px;
    height: auto;
    padding-top: 32px;
}
#navContentImage {
    width: 222px;
    height: auto;
    padding-top: 15px;
    text-align: center;
}
#navHolder {
    height: 27px;
    padding-left: 30px;
    background-image: url(images/nav-triangle-grey.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 7px;
}
#navHolderSub {
    height: 22px;
    padding-left: 43px;
    background-image: url(images/triangle-sub-heading-orange-bg-nav.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 0px;
}
#linksHolder {
    height: 59px;
    padding-left: 23px;
    background-image: url(images/triangle-sub-heading-orange-bg-no-space.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#rightContent {
    width: 456px;
    height: auto;
    float: right;
    padding-top: 85px;
}
#rightContentIPO {
    width: 456px;
    height: auto;
    float: right;
    padding-top: 32px;
}
#rightContentIPOcent {
    width: 456px;
    height: auto;
    float: right;
    padding-top: 32px;
    text-align: center;
}
#rightContTopMain {
    width: 456px;
    height: 53px;
}
#rightContentTop {
    width: 456px;
    height: 72px;
}
#bulletContent {
    height: auto;
    padding-top: 1px;
}
#bulletConHead {
    width: 434px;
    height: 22px;
    padding-top: 2px;
    background-image: url(images/triangle-heading-black.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 22px;
}
#bulletNumHead {
    width: 455px;
    height: 22px;
    padding-top: 2px;
    padding-left: 0px;
}
#bulletConSubHead {
    width: 416px;
    height: 24px;
    background-image: url(images/triangle-sub-heading-orange-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
}
#bulletConSubHeadD {
    width: 416px;
    height: 37px;
    background-image: url(images/triangle-sub-heading-orange-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
}
#bulletNumSubHead {
    width: 435px;
    height: 20px;
    background-image: url(images/triangle-sub-heading-orange-bg-no-space.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
}
#bulletTextSubHead {
    width: 435px;
    height: auto;
    padding-left: 20px;
    padding-bottom: 10px;
}
#bulletNumSubHeadD {
    width: 435px;
    height: 35px;
    background-image: url(images/triangle-sub-heading-orange-bg-no-space.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
}
#bulletNumSubHeadG {
    width: 435px;
    height: auto;
    background-image: url(images/triangle-sub-heading-grey-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 8px;
}
#midContent {
    width: 510px;
    height: 500px;
}
#midContentFlex {
    width: 510px;
    height: 530px;
}
#midContentPriv {
    width: 510px;
    height: 660px;
}
#midContentLong {
    width: 980px;
    height: 960px;
    
}
#midContentPrev {
	width: 980px;
	height: 1800px;
}
#midRightPrev {
	width: 728px;
	height: 3150px;
	float: right;
	padding-top: 32px;
	margin-right: 5px;
	text-align: left;
}
#midRightContent {
    width: 258px;
    height: 450px;
    float: right;
    padding-top: 32px;
    margin-right: 5px;
}
#midRightContentCent {
    width: 728px;
    height: 955px;
    float: right;
    padding-top: 32px;
    margin-right: 5px;
    text-align: left;
}
#midRightContentPriv {
    width: 258px;
    height: auto;
    float: right;
    padding-top: 32px;
    margin-right: 5px;
}
#midRightContentLong {
    width: 735px;
    height: auto;
    float: right;
    padding-top: 32px;
}
#midRightContentTop {
    width: 255px;
    height: 46px;
}
#midRightContTopMain {
    width: 255px;
    height: 53px;
}
#midContTopDeep {
    width: 255px;
    height: 78px;
}
#news {
    width: 233px;
    height: 118px;
    background-image: url(images/news.png);
    background-repeat: no-repeat;
    margin-top: 30px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
}

/* footer */

#footer {
    padding: 0 245px;
}
#footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
