/* Start of CMSMS style sheet 'LFK-CSS Framework' */
/* CSS for framework */
body {
	background: #DFDFDF;
	margin: 0px;
	padding: 0px;
}

body, td, th, div {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
}

div#pagewrapper {
	position: absolute;
	top: 20px;
	left: 20px;
}

div#outline {
	width: 811px;
}

div#top_container {
	background: #333 url(images/lfk/top_bg.png) no-repeat;
	height: 154px;
}

div#middle_page_container {
	background: url(images/lfk/mid_2col_bg.png) repeat-y;
	overflow: hidden;
}

div#middle_start_container {
	background: url(images/lfk/mid_3col_bg.png) repeat-y;
	overflow: hidden;
}

div#bottom_container {
	padding: 0 10px;
	background: url(images/lfk/bottom_bg.png) no-repeat;
	height: 36px;
}

div#breadcrumbs {
	padding: 0 10px;
	height: 20px;
	color: #a3a3a3;
	font-size: 11px;
        background: url(images/lfk/mid_nocol_bg.png) no-repeat;
}

#breadcrumbs a {
	color: #a3a3a3;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

div#content_container {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
}

div#nav {
	float: left;
	margin: 0 0 0 0;
	width: 160px;
	height: auto;
	padding: 0 0 0 10px;
}

div#pagecontents {
	float: left;
	width: 600px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

div#startcontents {
	float: left;
	width: 410px;
	height: auto;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}

div#startrightcol{
	float: left;
	width: 180px;
	margin: 0;
	padding: 5px;
}

div#sponsbar {
	background: url(images/lfk/mid_nocol_bg.png) repeat-y;
	padding: 0 10px;
}

/* end of CSS for framework */

/* common CSS styles */
h1, h2, h3 {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #333;
}

h1 { 
    font-size: 22px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

a {
    color: #333;
    text-decoration: none;
}

.readMoreLink {
    font-size: 11px;
    font-weight: bold;
    color: #6666FF;
}

.smallInfoText {
    color: #a3a3a3;
    font-size: 11px;
    margin-bottom: 5px;
}

/* clearing */
.stretch, .clear {
    clear:both; 
    height:1px; 
    margin:0; 
    padding:0; 
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}

/* end clearing */

/* CSS for bulletlist menu */
#navmenu {
    width: 120px;
}

#navmenu li {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    margin: 2px 0px 2px 0px;
    padding: 2px 0px 2px 0px;     
}

#navmenu a.linkitem
{
    text-decoration: none;
}

#navmenu a.linkitem:link, a.linkitem:visited
{
    text-decoration: none;
}

#navmenu a.linkitem:hover
{
    background-color: #eeeeee;
    color: #996600;
}

#navmenu a.currentpage {
    text-decoration: none;
    font-weight : bold;
}

#navmenu ul.top {
    margin: 0px; 
    padding: 2px; 
    list-style-type: none; 
    list-style-image: none; 
}

#navmenu ul.list {
    margin: 0px 0px 0px 10px;
    padding: 2px; 
    list-style-type: none; 
    list-style-image: none; 
}

/* end CSS for bulletlist menu */
/* End of 'LFK-CSS Framework' */

/* Start of CMSMS style sheet 'LFK-CSS News' */
/* css for news */

#newsItemsWrapper {
	padding: 5px;
}

.newsItem{
	border-bottom: thin dotted #a3a3a3;
	margin-top: 15px;
	padding-bottom: 5px;
}

.newsSummaryHeadline {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsSummaryInfo {
	color: #a3a3a3;
	font-size: 11px;
	margin-bottom: 5px;
}

.newsSummaryText {
	
}

.newsSummaryAuthor {
	font-style: italic;
}

.newsSummaryLink {
	font-size: 11px;
        font-weight: bold;
	color: #6666FF;
}

/* end CSS news */
/* End of 'LFK-CSS News' */

/* Start of CMSMS style sheet 'LFK-CSS Startpage' */
#startImageWrapper {
    padding-left: 5px;
    margin-bottom: 15px;
}

#startImageFrame {
    text-align: center;    
}

.startImageInfo {
	font-size: 11px;
	color: #a3a3a3;
}

.rightSecHeader {
	font-size: 18px;
	font-weight: bold;
}

.moreLinkDiv {

}
/* End of 'LFK-CSS Startpage' */

/* Start of CMSMS style sheet 'LFK-CSS Events' */
/* event CSS */

#startEventsWrapper {
    padding-left: 5px;
    margin-bottom: 15px;
}

.startEventHeadline {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

.calEventItem {
    border-bottom: thin dotted #a3a3a3;
    margin-top: 15px;
    padding-bottom: 5px;
}

.calEventItemCompact {
    margin-top: 5px;
    padding-bottom: 2px;
}

.calEventDateText {
    color: #a3a3a3;
}

.calEventHeadingLarge {
    font-size: 14px;
    font-weight: bold;
}

.calEventHeadingSmall {
    font-weight: bold;
}

.calEventSummary {
    font-style: italic;
}
/* end event CSS*/
/* End of 'LFK-CSS Events' */

