/* Start of CMSMS style sheet 'kshl' */
*
{
	margin: 0;
	padding: 0;
}
body  {
	font: 100% 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;
	margin-top:1em;
	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: #4c4c4c;
	background-color: #eee;
	background-image: url(images/layout.back.idea-1.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
img
{
		border:0;
}
a, a:active{
	color:#708090;
	text-decoration: none;
}
a:visited
{
	color:#708090;
	text-decoration: none;
}
a:hover
{
	color:#708090;
	text-decoration: underline;
}

#pagewrapper
{
	width:810px;
	margin:0 auto;
	
	
}

#breadcrumbs
{
font-size: 70%;
color: #999999;
margin-left:1em;
margin-top:72px;
float:left;
font-weight: bold;


}

.ksh #container { 
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-image: url(images/layout.full.idea-1_r3_c1.png);
	background-position: top center ;
	min-height:200px;
	
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
 text-align: justify; /* this overrides the text-align: center on the body element. */
} 
.ksh #header { 
	background: transparent; 
	background-image: url(images/layout.full.idea-1_r2_c1.png);
	background-position: center top;
   background-repeat: no-repeat;
	height: 100px;
	margin:0;
	padding-left: 1em;
	padding-top:0;
	padding-bottom:0;
} 
.ksh #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 */
}
.ksh #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px;
	margin-left:6px;
	margin-right:3px;
	float:left;
	
}
.ksh #mainContent { 
	margin: 0 auto;
	text-align:justify;
	vertical-align: top;
	float:right;
	width:590px;
	padding-right:1em; ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.ksh #mainContent img { 
	border:1px solid #708090;
	} 
	.ksh #mainContent a img { 
	border:0px solid #708090;
	} 

.ksh #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/layout.full.idea-1_r5_c1.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom:0;
} 
.ksh #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 */
	font-size:70%;
	color:#999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#search
{
	float:right;
	width:24%;
	margin-top:1.25em;
}/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */
input
{
	border: 1px solid #ccc;
	padding:1px;
	background-color: #eee;
}
input:hover
{
	border: 1px solid #ccc;
	padding:1px;
	background-color: #fff;
}

/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 190px; 
	font-size:70%;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
		font-weight:bold;
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #c7c7c7; 
	/* border-right:2px;
	border-bottom:2px; */
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #999999;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #f7f7f7; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #eeeeee; 
	}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #eeeeee; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* Some suggested CSS styles for the Image Captions plug-in. */

div.captionborder, div.captionborderleft,div.captionborderright {
border: 1px solid #999;
padding: 3px;
background-color: #fff;
}

div.captionborderright {
float: right;
margin-left: 1em;
}

div.captionborderleft {
float: left;
margin-right: 1em;
}

p.captiontext {
margin: 0;
padding: 0;
font-size: 90%;
background-color: #fff;
color: #708090;
text-align: center;
}

div.captionborderright p.captiontext  {
text-align: right;
padding-right: 3px;
}

div.captionborderleft p.captiontext  {
text-align: left;
padding-left: 3px;
}

h1
{
	font-size:150%;
	border-left:solid #ccc 2px;
	border-bottom:1px solid #ccc;
	padding:2px 2px 2px 4px;
	margin-top:0.5em;
	margin-bottom:1em;
	color:#708090;
}
h2
{
	font-size:125%;
	border-left: 2px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	padding:2px 2px 2px 4px;
	margin-top:0.5em;
	margin-bottom:.5em;
	color: #999999;
}
h3, .cms-module-bookmarks-header
{
	font-size:90%;
	border: 1px solid #ccc;
	background-color:#f7f7f7;
	padding:2px 2px 2px 4px;
	margin-top:0.5em;
	margin-bottom:.5em;
	color: #999999;
}
h4
{
	font-size:80%;
	border: 1px solid #ccc;
	background-color:#f7f7f7;
	padding:2px 2px 2px 4px;
	margin-top:0.5em;
	margin-bottom:.5em;
	color: #999999;
}
p
{
	padding:2px 4px 2px 4px;
	margin-bottom:1em;
	font-size:90%;
	
}

.rightlink
{
	width:49%;
	float:right;
	margin-right:1em;
	margin-top:-2.25em;
	font-size:70%;
	font-weight:bold;
	padding:0;
	
}
.leftlink
{
	width:100%;
	float:left;
	font-size:70%;
	font-weight:bold;
	margin:1em;
	padding:1px;
}
.top
{
	text-align: center;
	padding-top:1em;
	padding-right:33%;
	font-size:70%;
	font-weight:bold;
}
.cms-module-bookmarks-list
{
	border: 1px solid #ccc;
	padding:4px;
	margin-top:-.5em;
	list-style: none;
}
.bookmark-link
{
	font-weight:bold;
	color:#999;
}

.cms-module-bookmarks-summary, dd
{
	padding-left:1.5em;
	padding-bottom:1em;
	padding-right:.5em;
	font-size:90%;
	text-align:justify;
}
dt
{
	font-size:100%;
	font-weight:bold;
	color:#999;
	padding-bottom:.5em;
}
.printme
{
	float:right;
	margin-top:1em;
	padding:3px 6px 0 0;
	width:14px;
}
/* End of 'kshl' */

