<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    /*background-color: #5c87b2;*/
    background-color:#fff;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-image: url(/Content/themes/base/images/KSC-bg.jpg);
    background-repeat:repeat-x;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

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

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,  #nav,
section {
    display: block;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    
    margin:0;
    padding: 16px 0px 24px 0px;
    font-size: 1.2em;
    color:#334455;
    
}

h3 {
    font-size: 1.0em;
    color:#334455;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    
  
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 0px 10px 25px 10px;
    background-color: #fff;
    /*border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;*/
}

#main div { text-align:left; vertical-align:top;clear:both;display:inline-block;margin:0;padding:0;}

#main a:link {
    color: #334455;
      text-decoration: none;
}

#main a:visited {
    color: #334455;
    text-decoration: underline;
}

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



footer, 
#footer 
{
    width:990;
    color: #696969;
    background-color: #334455;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    padding: 30px 0px 30px 30px;
}

#footer div
{
    clear:both;width:160px;display:inline-block;margin-right:5px;
    text-align:left;
    vertical-align:top;
}
#footer div b {color:#ffa500;}

#footer div a 
{
    display:block;
    color:#696969;
    text-decoration:none;    
    
}
#footer div a:hover 
{
    color:#fff;
    text-decoration:underline;    
}


/* main MENU   
----------------------------------------------------------*/

/*nav, #menucontainer */


/*
ul#menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a:hover {
    color:#ffa500;
    text-decoration: none;
}

ul#menu li a:active {
    text-decoration: none;
}

ul#menu li.selected a {
    color: #fff;
}*/


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}



/*#leftOfNav
{
    float:left;
    clear:both;
    background-image: url(/Content/themes/base/images/wrapper_left.png);
    height:53px;
    width:11px;
    position:relative;
    left:-11px;
    top:-12px;
    
}*/

div#title {
    display: block;
    text-align: left;
    vertical-align:top;
}


/*
kill this 
added to other menus
#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}*/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

#miniNav
{
    font-size:8pt;
    height:10px;
    text-transform:uppercase;
    text-align:right;
    width:98%;
}

#miniNav a
{
    color:#6987a6;
    text-decoration:none;
    padding:0px 0px 0px 10px;
}

#miniNav a:hover
{
    color:#334455;
    text-decoration:none;
    padding:0px 0px 0px 10px;
}

#KSCLogo
{
    font-size: 2.6em;
    font-weight:bold;
    clear:both;
}
#KSCLogo img
{
    border:none;
    float:left;
    padding: 7px 8px 0px 0px;
}
#clouds
{
    width: 990px;
    height:100px;
    
    margin-left: auto;
    margin-right: auto;
    
    background-image: url(/Content/themes/base/images/clouds.png);
    background-repeat:no-repeat;
 
}

#nav
{
    /*border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;*/
    background-color:#334455;
    top:26px;
    position:relative;
    height:40px;
    opacity: .80;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#mainMenu
{
    top:-12px;
    position:relative;
}



#contentBox {border:0; border-left:solid 1px #efefef;border-bottom:solid 1px #efefef;margin:0px 0px 20px 0px;}

/*megamenu main menu styles*/
    ul.topnav { padding: 0 0 2px;position: relative;margin: 0;text-align: left; top:-10; }
    ul.topnav li{ list-style:none;display:inline; /*border-right:1px solid #e0e0e0;float:left;width:auto;line-height:48px;position:relative;*/ }
    ul.topnav li a{padding: 10px 20px;font-weight: bold;text-decoration: none;line-height: 2.8em;color: #fff;}
    ul.topnav li a:hover,ul.topnav li.active a{color:#ffa500;text-decoration: none;}
    ul.topnav li ul.subnav{margin:10;background-color:#eee;border:1px solid #334455;float:left;display:none;position:absolute;top:42px;left:-1px;z-index:1;}
    ul.topnav li ul.subnav li{ border:none;margin:0;clear:both;display:inline-block;padding:0; text-align:left; vertical-align:top;padding:20px 0px 10px 0px;}
    /*ul.topnav li ul.subnav li a{background:none;color:#555555;float:left;padding:0 15px;font-size:12px;font-weight:normal;text-shadow:none;}
    ul.topnav li ul.subnav li a:hover{background:none;text-decoration:underline;color:#06C;}*/
    
    ul.topnav li ul.subnav li a{display:block;padding:0;margin:0;line-height:20pt;width:200px;color:#334455;text-decoration:none;/*border:1px solid red;*/}
    ul.topnav li ul.subnav li a:hover{display:block;padding:0;margin:0;width:200px;color:#ffa500;text-decoration:none;/*border:1px solid #334455;*/}    
    
       
    
    /*.shadow{box-shadow:1px 0px 3px rgba(0,0,0,0.08);-moz-box-shadow:1px 0px 3px rgba(0,0,0,0.08);-webkit-box-shadow:1px 0px 3px rgba(0,0,0,0.08);}
    .rounded{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
    .inset{text-shadow:rgba(255,255,255,1) 1px 0px 0px;}*/
    
/*end megamenu main menu styles*/</pre></body></html>