.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}

/*************************** KS NE Conference **********************************

/*******************************************************************************

 HORIZONTAL LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto;
    padding: 0;
	font-size: 11px;
	list-style-type: none;
	cursor: default;
    width: auto;
	display: table;
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 17em;
	position: absolute;
	left: -1000em;
	font-size: 11px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 17em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color: #11384B;
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 3px 18px;
	color: #FFFFFF;
background-color: #11384B;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	
background-color: #79A3B5;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	
	text-decoration:none;
background-color: #79A3B5;
}

/*******************************************************************************

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../../../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../../../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../../../images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../../../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************/

/* Note that these below will be used only IE */
*ul.MenuBarHorizontal ul ul
{
	
position: absolute;
text-align: center;
background-color: #11384B;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      background-color: #79A3B5;
      color: #FFF
}

*ul.MenuBarHorizontal li a
{
	text-align: left;
background-color: #11384B;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background-color: #11384B;
		position: static;
	}
}
.bodytext-14pt {
	font-family: Verdana, Geneva, sans-serif;
	color : #333333;
	font-size : 14pt;
}

.bodytext-13_5pt-LtGray {
	font-family: Verdana, Geneva, sans-serif;
	color : #838383;
	font-size : 13.5pt;
	line-height: 160%;
}

h2.Subhead-18px-Brown {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5D452C;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9AFA2;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.bodytext-12pt {
	font-family: Verdana, Geneva, sans-serif;
	color : #333333;
	font-size : 12pt;
}

.bodytext-10pt {
	font-family: Verdana, Geneva, sans-serif;
	color : #333333;
	font-size : 10pt;
}

.bodytext-9pt {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 9pt; }

.title {
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 24px;
	 color: #5D452C;
     font-weight : bold;
     font-style : italic;
     border-style : solid;
     border-color : #3366cc;
     border-bottom-width : 1px;
     border-top-width : 0px;
     border-left-width : 0px;
     border-right-width : 0px; }

.2ndline {
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 16px;
	 color: #8F8F8F;
	 text-transform: none; }

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5D452C;
	font-size: 24px;
}

.Subhead-black {
    font-family: Georgia, "Times New Roman", Times, serif;
    color : #000000;
    font-size : 13px;
    font-weight : bold; }

.Subhead-26px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5D452C;
    font-size: 26px;
}

.Subhead-20px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5D452C;
    font-size: 20px;
}

.Subhead-18px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5D452C;
    font-size: 18px;
}
	
.Subhead-18px-italic-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5D452C;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5D452C;
    font-size: 16px;
}
	
.Subhead-15px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5D452C;
    font-size: 15px;
}

.DigestTitle {
    font-family: Verdana, Geneva, sans-serif;
    color : #8B0609;
    font-size : 14px;
	line-height : 24px;
    font-weight : bold; }

.rsscredit {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 8pt; }

.rsslinks {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 8pt; }

.FeedTitle {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
	line-height : 13px;
	font-weight: bold; }
	
a.FeedTitle {
    text-decoration : none; }

a.FeedLink:hover   {
    color : #555555;
	text-decoration : underline; }

a.FeedLink {
    color : #333333; }

.FeedDescription {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
    text-decoration : none;  }

.FeedLink {
    text-decoration : none;}
	
	
.devotionteaser {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
    text-decoration : none;  }

a.devotionteaser {
    text-decoration : none;  }

a.devotionteaser:hover {
    color : #555555;
    text-decoration : none;  }

.address {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 10pt; }

.body {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 10px; }

.sitename {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	line-height : 36px;
	color: #5D452C;
	text-transform: uppercase;
}

.caption {
    font-family: Verdana, Geneva, sans-serif;
    color : #000000;
    font-size : 10px; }

.pullquote {
    font-family: Verdana, Geneva, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: Verdana, Geneva, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 7.5pt; 
    text-align : center; 
    color : #735F45; }

a.bottom_links {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 7.5pt;
    text-align : center; 
    color : #735F45;
	text-decoration : none;
	font-weight: bold; }

a.bottom_links:hover {
    font-family: Verdana, Geneva, sans-serif;
    color : #735F45;
    text-decoration : underline; }


.footer {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 7.5pt;
	text-decoration : none;
    color : #735F45;
    text-align : center; }

a.footer {
    font-family: Verdana, Geneva, sans-serif;
    color : #735F45;
    text-decoration : none;
	font-weight: bold; }

a.footer:hover {
    font-family: Verdana, Geneva, sans-serif;
    color : #735F45;
    text-decoration : underline; }

.whatsnew-title { 
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.whatsnew {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
    text-decoration : none; }

.whatsnew:hover {
    color : #555555; }

.eventsnew-title { 
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
    text-decoration : none; }
	
.eventsnew-description {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
    text-decoration : none; }

.eventsnew:hover {
    color : #333333;
	text-decoration : underline; }

.subpages-description {
    font-family: Verdana, Geneva, sans-serif;
    color : #333333;
    font-size : 12px;
    text-decoration : none; }

.subpages-description:hover {
    color : #555555; }

.navcell {
	color: #FFFFFF
}

.navlinks {
	color : #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.navlinks {
	color : #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
    padding: 3px; }

a.navlinks:hover {
	color: #FFFFFF;
	text-decoration: underline; }

.navcell2 {
	color: #999999;
}

.navlinks2 {
	color: #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
    text-decoration: none; }

a.navlinks2 {
	color: #999999;
	font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
    padding: 0px; }

a.navlinks2:hover {
	color: #999999;
	text-decoration: underline; }

.vertical-links {
    color: #666666;
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
    line-height : 18px;
	max-height : 40px; }

.vertical-links:hover {
    color: #555555; }

a   {
    font-family: Verdana, Geneva, sans-serif;
    color: #6D9DB7;
	text-decoration : none; }

a:hover { 
	color: #6D9DB7;
	text-decoration : underline;
	}

.printlink {
    font-family: Verdana, Geneva, sans-serif;
    color : #999999;
    font-size : 7.5pt; }

a.printlink {
    font-family: Verdana, Geneva, sans-serif;
    color : #999999;
    font-size : 7.5pt;
	text-decoration : none; }

a.printlink:hover {
    font-family: Verdana, Geneva, sans-serif;
    color : #999999;
    font-size : 7.5pt;
	text-decoration : underline; }

.system {
	color : #000000;
    font-size : 10pt;
   	font-family: Verdana, Geneva, sans-serif; }

.syssmall {
	font-size : 7.5pt;
   	font-family: Verdana, Geneva, sans-serif;
   	color : #000000; }

.bodysmall {
	font-size : 7.5pt;
    color : #999999;
   	font-family: Verdana, Geneva, sans-serif; }

.bodysmallgrey {
	font-size: 7.5pt;
   	font-family: Verdana, Geneva, sans-serif;
   	color: #999999;
}
	
table { 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt; }
	
.GalleryPopupTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size : 11pt;
    font-weight: bold; 
    color : #555555; }

.GalleryPopupDescription {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryPopupDetails {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryExplainText {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryThumbnailTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size : 10pt;
    font-weight: bold;
	color : #555555; }

.GalleryThumbnailDescription {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryHeadline {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 18px;
	font-weight: bold;
	color : #5D452C; }

.GalleryIntro {
   font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryEditorLink {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryNavigation {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 20pt;
	color : #5D452C; }

.GalleryTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size : 10pt;
    font-weight: bold;
	color : #5D452C; }

.GalleryDescription {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryNoPhotos {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryInactive {
    font-family: Verdana, Geneva, sans-serif;
    font-size : 10pt;
	color : #000000; }	

a.forum:link {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color : #000000;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5D452C;
    font-size: 18px;
    font-weight: bold; }

.forum_intro {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size: 11pt;
}

.forum_table {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family: Verdana, Geneva, sans-serif;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#273872;
     color:#ffffff; 
	 font-family: Georgia, "Times New Roman", Times, serif;
     font-size: 10pt; }

.latest_post {
     font-family: Verdana, Geneva, sans-serif;
     font-size:8pt;
     color:#000000; }

.latest_post_link {
      background-color:#ff9966;
      color:#333333;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family: Verdana, Geneva, sans-serif;
      font-size:7pt;
      color:#ff0000;
      font-weight:bold; }

.notnew {
      font-family:verdana;
      font-size:7pt;
      color:#555555; }

.message {
      border-bottom:solid 1px #000000;
      background-color:#CCCCCC;
      font-size : 10pt }

.highlight {
      background-color:#CCCCCC; }

.quote {
      padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color:#000000; }

.pollquestion {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* CUSTOM CSS */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size : 9pt;
	color : #333333;
	background-image: url(/site/1/template/KS-NE_Conf_bckgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Main wrappers */

#mainWrapper {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

/* Header */

#header {
	height: 117px;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	background-image: url(/site/1/template/KS-NE_Conf_headerBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.clear {
  clear: both;
}

/* Logo */

#logo {
	height: 107px;
	width: 461px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	left: 7px;
	top: 7px;
	position: absolute;
	z-index: 1;
}

#logo a {
	background-image: url(/site/1/template/KS-NE_Conf_nameLogo.png);
	background-repeat: no-repeat;
	height: 107px;
	width: 461px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

/* Search */

#search {
	text-align: left;
	height: 20px;
	width: 146px;
	position: absolute;
	top: 12px;
	right: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(/site/1/template/KS-NE_Conf_searchBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.search_field {
	width: 108px;
	height: 16px;
	color: #838383;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	border: 0px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
}

/* Contact info. */

#contactInfo {
	width: 289px;
	height: 50px;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 55px;
	right: 7px;
	text-align: left;
	font-size: 10px;
	color: #11384B;
	line-height: 16px;
}

#contactInfo #left {
	width: 150px;
	border: 0px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contactInfo #right {
	width: 125px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
}

#contactInfo a {
	color: #11384B;
	text-decoration: none;
}

#contactInfo a:hover {
	color: #11384B;
	text-decoration: underline;
}

/* Main nav */


#mainNavWrapper {
	width: 954px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
}

#mainNav {
	width: 950px;
	*width: 954px;
	text-align: center;
	margin: 0px;
	background-color: #11384B;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	vertical-align: middle;
	display: table-cell;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

/* Navigation */

.navigation {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.navigation ul {
	color : #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.navigation li {
	list-style: none;
	display: inline;
	color : #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
	
.navigation li a {
	color : #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	list-style: none;
	display: inline;
	margin: 0px;
	border: 0px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline; }
	

li.navigation_separator {
	display: none;
}


/* Child/Sibling articles nav */

.childpages, .siblingpages {
	padding: 0px;
	border: 0px;
	margin: 0px;
} 

.childpages ul, .siblingpages ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
}


.childpages li, .siblingpages li {
	display: block;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
} 

.childpages li a, .siblingpages li a {
	width: 250px;
	display: block;
	float: left;
	clear: left;
	color: #9D5F01;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-decoration: none;
	border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.childpages li a:hover, .siblingpages li a:hover {
	text-decoration: underline;
	color: #9D5F01;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

li.childpages_current a, li.siblingpages_current a {
	text-decoration: underline;
	color: #9D5F01;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}


/* Main content */

#mainContentWrapper {
	width: 954px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	overflow: hidden;
}

#mainContent {
	width: 950px;
	border: 0px;
	text-align: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* Large image/text wrapper */

#largeImageTextHomeWrapper {
	height: 310px;
	width: 950px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	padding: 0px;
	overflow: hidden;
	position: relative;
}


/* Large image - Home */

#largeImageHome {
	height: 310px;
	width: 950px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* Main home/article content left column */

#mainHomeContentLeftColBckgd, #mainArticleContentLeftColBckgd {
	width: 950px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	right: 270px;
	float: left;
}

#mainHomeContentLeftCol {
	width: 660px;
	*width: 680px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	left: 270px;
}

#mainArticleContentLeftCol {
	width: 660px;
	*width: 680px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#mainArticleContentLeftColNoPic {
	width: 660px;
	*width: 680px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	left: 270px;
}

#mainArticleContentLeftColWrapper {
	width: 680px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	position: relative;
	left: 270px;
}

/* Main home/article content right column */

#mainHomeContentRightColBckgd, #mainArticleContentRightColBckgd {
	width: 950px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #E6E1D9;
	overflow: hidden;
	float: left;
	position: relative;
}

#mainHomeContentRightCol, #mainArticleContentRightCol {
	width: 250px;
	*width: 270px;
	border: 0px;
	text-align: left;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	left: 270px;
}

/* Article image */

#articleImage {
	height: 310px;
	width: 680px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* Main admin content */

#mainAdminContent {
	width: 930px;
	*width: 950px;
	border: 0px;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* More links */

#moreLinksWrapper {
	width: 954px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	background-image: url(/site/1/template/KS-NE_Conf_moreLinksBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#moreLinks {
	width: 954px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#moreLinks a {
	color: #FFFFFF;
	text-decoration: none;
}

#moreLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Admin links */

#footerLinks {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

/* Text shadow */

.shadowText {
	text-shadow: #000000 1px 1px 0px;
	box-shadow: 1px 1px 0px #000000;
	/* for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#000000',Positive='true')";
	/* for IE 6 and 7 */
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color="#000000",Positive="true");
}

/* Rounded corners with blue background */

.roundedCornersBlueBckgd {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #DFEEF0;
	padding: 10px;
}

/* Rounded corners with blue background */

.roundedCornersTanBckgd {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #dddab9;
	padding: 10px;
}

/*  TEST 
.roundedCornersTanBckgd:hover {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #C7B594;
	padding: 10px;
}
.roundedCornersBlueBckgd:hover {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #BBCACC;
	padding: 10px;
}
*/

/* Picture container with text */

.imgTextWrapperRow {
	width: 930px;
	overflow: hidden;
}

.imgTextWrapper {
	width: 465px;
	text-align: left;
	float: left;
}

.imgTextWrapper img {
	padding: 4px;
	border: 1px solid #B9AFA2;
	float: left;
	margin-right: 10px;
}

.imgTextWrapper .text {
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	float: right;
	width: 275px;
}

.dottedDividerLine {
	height: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9AFA2;
	width: 100%;
	clear: both;
}

/* Table header background - Teachers */

.teachersTableHeader {
	background-image: url(/site/1/template/KS-NE_Conf_tableHeader.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	height: 30px;
	width: 900px;
	margin-bottom: 10px;
	float: left;
}

.teachersTableHeader .headerText {
	height: 30px;
	width: 900px;
	vertical-align: middle;
	display: table-cell;
	color: #6F9DB7;
	font-weight: bold;
	text-transform: uppercase;	
}

/* Rounded corners - Safari/Chrome Hack 

@media screen and (-webkit-min-device-pixel-ratio:0) {
.roundedCorners { 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px; }
 } */

/* My Buttons */
.mybutton { 
   display: block; 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	width: 120px; 
	margin: 0px auto; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer; 
	text-align: center; 
}
.mybutton * { 
   font-style: normal; 
	background-image: url('../../../site/1/template/btn2.png'); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
}
.mybutton i { 
   background-position: top left; 
	position: absolute; 
	margin-bottom: -5px;  
	top: 0; 
	left: 0; width: 5px; 
	height: 5px; 
}
.mybutton span { 
   background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
}
.mybutton span i { 
   background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
}
.mybutton span span { 
   background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
}
* html .mybutton span, * html .mybutton i { 
   width: 120px; 
	text-align: center; 
	padding: 0px; 
	display: block; 
	margin: 0px auto; 
	background-image: none; 
	cursor: pointer; 
}
.mybutton.blue { background: #22aaee; 
}
.mybutton.green { background: #99dd44; 
}
.mybutton.pink { background: #ee11aa; 
}
.mybutton.brown {
	background: #453321;
	font-weight: bold;
}
.mybutton:hover { background-color: #11384B; 
}
.mybutton.blue:hover {
	background-color: #0c4e78;
        color: #FFFFFF;
}
.mybutton.brown:hover {
	background-color: #11384B;
   color: #FFFFFF;
	font-weight: bold;
}
.mybutton:active { background-color: #444444; 
}
.mybutton[class] {  
   background-image: url(../../../site/1/template/shade.png); 
	background-position: bottom; 
}
* html .mybutton {
	border: 3px double #aaaaaa;
}
* html .mybutton.blue {
	border-color: #22aaee;
}
* html .mybutton.green { 
   border-color: #99dd44; 
}
* html .mybutton.pink {
	border-color: #ee11aa;
}
* html .mybutton.brown {
	border-color: #453321;
}
* html .mybutton:hover { 
   border-color: #11384B; 
}
.scrollDiv { 
   overflow-y: scroll;
}
.carousel_title {
    color: #FFFFFF;
    font-size: 20px;
}
