/* --- Global CSS --- */

html {
	text-align: left;
	margin-left: 0;
	margin-top: 0;
}

body {
	margin: 0 auto;
    padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background: url(../images/skcslices_bluegrey_repeat-x.jpg) repeat-x;		
	background-color: #d6d6d6;	
}

a:link {color: blue; text-decoration: underline; padding: 1px; }

a:visited {color: brown; text-decoration: none; padding: 1px; }

a:hover {color: #000; text-decoration: underline; padding: 1px; }

table.page {
  background: #89A7DC;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  width: 904px;
  display: block;
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 900px;
  clear: both;
  border-bottom: 1px dotted white;
}

#leftcolumn {
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  border-right: 1px dotted white;
  border-bottom: 1px dotted white;
  padding: 3px;
  width: 158px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;  
  display: block;
}


/*  ///////////////////        BEGIN ROLLOVER MENU            ///////////////////////////////////////////////////// */

div#leftcolumn {
  width: 156px;          /* menu width */
  
}

div#leftcolumn ul {
  background-color: #B8CAEA;
  list-style-type: none;        /* get rid of the bullets */
  padding: 0px;
  display: block;
  margin:0;              /* no margin for IE either */
}

div#leftcolumn ul li {                /* non-linked LI */
  margin: 0;
  padding: 0px;
  background-color: #89A7DC;
  color: #000000;
  display: block;
  border-top: 1px dotted white;       /* lines */
  border-top-width: thin;
}

div#leftcolumn ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: #000000;
  background-color: #B8CAEA;
  padding: 3px 3px 3px 15px;
  margin: 0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */   
}


div#leftcolumn ul li a:hover {
  text-decoration: underline;
  color: blue;
  background-color: #e7edf8;
  padding: 3px 3px 3px 15px;
}

/*  ////////////////////////////////////////        END ROLLOVER MENU            ////////////////////////////////////////////// */

/* ///////////////////////////////////////////     NAVIGATION TABS    ////////////////////////////////////////////////// */


div#tabs {
	margin: 0px;
}

#navtabs {
	position:relative;
	float:left;
	width:725px;
	padding:0 0 1.5em 1em;
	margin: 0px;
	list-style:none;
	line-height:1em;
	background-color: #89a7dc;

}

#navtabs a:visited {
	background: #89a7dc;
}

#navtabs LI {
	float:left;
	margin:0;
	padding-left:3px;
	padding-bottom: 2px;
}

#navtabs A {
	display:block;
	color: #ffffff;
	text-decoration:none;
	font-size: 9pt;
	font-weight: bold;
	font-family: Sans-serif, Verdana, Arial;
	background:#89a7dc;
	margin:0;
	padding:0.25em 1.7em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#navtabs A:active, 
#navtabs A.here:visited, 
#navtabs A.here:link {
	background:#b8caea;
	color: #696969;
}

#navtabs A:hover
{
	background:#ccc;
}

#navtabs A.here:link,
#navtabs A.here:visited {
	position:relative;
	z-index:102;
	color: #000;
}

/*SUVNAV*/

#navtabs UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#b8caea;
	width:720px;
	margin:0;
	padding:0.25em 0.25em 0.1em 1em;
	list-style:none;
	border:1px solid #b8caea;		     
}

#navtabs UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#navtabs UL A {
	background:#b8caea;
	color:#696969;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0;
	font-size: 8pt;
}

#navtabs UL A:active,
#navtabs UL A.here:link,
#navtabs UL A.here:visited {
	color:#fff;
	background: #b8caea;
}

#navtabs UL A:hover {
    color: #fff;
	background:#b8caea;
	text-decoration: underline;
	
}

#navtabs UL A:visited {
    color: #000;
	background:#b8caea;
	text-decoration: underline;
	
}

/* ///////////////////////////////////////   END NAV   ///////////////////////////////////////////////////  */

/* ///////////////////////////////////////   START CONTENT   ///////////////////////////////////////////////////  */

#content {
  position: relative;      /* or use relative ? */
  left: 0px; 
  top: 0px;
  float: left;
  width: 716px;
  padding: 10px;
  display: block;  
  background-color: #F8F2E7;
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  text-align: left;
  font-family: sans-serif, Arial, Helvetica, Verdana;
  font-size: 9pt;
  color: #000000;    
}

#content a {
  color: blue;
  text-decoration: none;
}
  
#content a:hover {
  color: #000000;
  text-decoration: underline;
}

#content a:visited {
  color: #4169E1;
  text-decoration: none;
}

#content img {
  border: 1px dotted lightgrey; 
  display: inline;
}

#content img.borderless {
  border: 0px;
  display: inline;
}
  
#content h1 {
  font-family: sans-serif, Arial, Helvetica, Verdana;
  font-size: 16pt;
  text-align: left;
  color: brown;
  padding-left: 5px;  
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
}

#content strong {
  font-family: sans-serif, Arial, Helvetica, Verdana;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  color: #0000cc;
  display: block;
}

#footer {
  position: relative;
                                    /*top=? */
  left: 0px;                    
  background: #88a6dd;
  float: right;
  display: block;
  width: 735px;
  padding: 1px;
  color: black;
  text-align: center; 
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-top: 1px solid lightgrey;
  border-bottom: 1px dotted lightgrey;
}

#footer a {
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

#footer h1 {
  color: #0000cc;
  font-weight: bold;
  font-size: 11pt;	
  font-family: Verdana, Arial, Helvetica, sans-serif;  
} 

div#contentboxcontainer {
	padding-left: 8px;
	width: 235px;
	float: right;
	display: inline;
	background: none;
}

div#contentbox {
	padding: 6px;
	width: 220px;
	float: right;
	display: inline;
	background: #e7edf8;
	border: 1px solid lightgrey;
}

/*  ///////////////         TABLE CLASSES            Ex: <table class="dotted"> </table>   ////////////////  */

table.page {

}

table.events {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}


