@charset "utf-8";
@import url("reset.css");
@import url("nav.css");
@import url("buttons.css");
/* kju.at 2008 */

body {
	background:white;
	color:#000;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#004D91;
	text-decoration:underline;
}
a img {
	border:0 none;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#636F7D;
}

#wrapper {
	position:relative;
	left:0;
	top:0;
	width:960px;
	margin:auto;
}
#header {
	height:20px;
	padding:80px 0 12px 0;
	background:url(../images/bg_dotted.gif) repeat-x left bottom;
}
#header h1 {
	position:absolute;
	left:32px;
	top:14px;
	width:90px;
	height:96px;
	background-image:url(../images/logo_kju.gif);
}
#header ul {
	float:right;
	font-size:10px;
}
#header ul li {
	display:inline;
	padding:0 3px;
	border-right:1px solid #636F7D;
	color:#636F7D;
}
#header ul li.last {
	padding-right:0;
	border-right:0 none;
}
#header ul li a {
	color:#636F7D;
	text-decoration:none;
}
#header ul li a:hover {
	text-decoration:underline;
}

#nav_main {
	float:left;
	width:150px;
	padding:10px 10px 35px 0;
	margin-bottom:20px;
	background:url(../images/img_circles.gif) no-repeat center bottom;
}
#nav_main blockquote {
	padding:0 20px 20px;
	margin:20px 0;
	background:white url(../images/bg_dotted.gif) repeat-x left bottom;
	line-height:110%;
	font-size:10px;
}

#content {
	float:left;
	width:800px;
	background:url(../images/bg_content.gif) repeat-y left top;
}
#nav_breadcrumb {
	padding:10px;
	margin-left:1px;
	background:white url(../images/bg_dotted.gif) repeat-x left bottom;
}
#nav_breadcrumb li {
	float:left;
	background:url(../images/icons/ico_arrow_blue.gif) no-repeat left center;
	padding-left:15px;
	margin-right:5px;
}

#nav_breadcrumb li a {
    font-size:11px;
    color:#666;
    text-decoration:none;
}
	
#primary {
	float:left;
	width:540px;
	min-height:200px;
	padding:10px 10px 0 10px;
}

#secondary {
	float:left;
	width:230px;
	padding:10px 0 10px 10px;
}

#footer {
	clear:both;
	width:540px;
	padding:10px 10px 0 10px;
	margin:10px 0px 0;
	background:url(../images/bg_dotted.gif) repeat-x left top;
	color:#CCC;
	font-size:11px;
}
#footer a {
	color:#CCC;
}
#footer a:hover {
	color:#000;
}

/* CONTENT CLASSES
-------------------------------------------------------------- */
p, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}
#primary h2 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:115%;
}
#primary h2 em {
	font-style:italic;
}
#primary h3 {
	font-size:18px;
	font-weight:normal;
}
#primary ul {
	padding-left:15px;
	margin-bottom:10px;
	list-style-image:url(../images/icons/bullet_box.gif);
}
#primary strong {
	font-weight:bold;
}

#primary .img span {
	display:block;
	/* padding:2px 5px 5px; */
	font-size:10px;
	color:#999;
}

#secondary h2 {
	font-size:18px;
	font-weight:normal;
	padding-top:4px;
}
#secondary h3 {
	padding-bottom:5px;
	background:url(../images/bg_dotted.gif) repeat-x left bottom;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.boxed {
	padding:10px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	background-color:#F0F0F0;
	color:#333333 !important;
	font-weight:bold;
}

/* LISTS
----------------------------------------------------------------*/
ul.list_downloads li {
	padding-left:15px;
	margin-bottom:10px;
	background:url(../images/icons/ico_document.gif) no-repeat left 2px;
	text-align:left;
	line-height:130%;
}
ul.list_downloads li .size {
	color:#D5D5DE;
}
ul.list_references li {
	padding-left:15px;
	margin-bottom:10px;
	background:url(../images/icons/ico_link_external.gif) no-repeat left 3px;
	text-align:left;
	line-height:130%;
}
ul.list_references li .size {
	color:#D5D5DE;
}
ul.list_downloads li a, ul.list_references li a {
	color:#D5D5DE;
}
ul.list_downloads li a:hover, ul.list_references li a:hover {
	color:#000;
}

ul.servicelinks {
	padding-left:0 !important;
	margin-top:20px;
	list-style-image:none !important;
}
ul.servicelinks li {
	float:right;
	margin-left:15px;
	font-weight:bold;
	font-size:10px;
}
ul.servicelinks li a {
	padding:2px 0;
	text-decoration:none;
}
ul.servicelinks li a:hover {
	text-decoration:underline;
}
ul.servicelinks .link_print {
	padding-right:25px;
	background:url(../images/icons/ico_print.gif) no-repeat right top;
}
ul.servicelinks .link_mail {
	padding-right:25px;
	background:url(../images/icons/ico_mail.gif) no-repeat right top;
}

/* LINKS
----------------------------------------------------------------*/
#primary a[href^="mailto:"] {
	padding-left:17px;
	background:url(../images/icons/ico_link_mail.gif) no-repeat left center;
}
#primary a[href^="http:"] {
	padding-left:12px;
	background:url(../images/icons/ico_link_external.gif) no-repeat left center;
}
#primary a.link_arrow {
	padding-left:8px;
	background:url(../images/icons/ico_arrow_link.gif) no-repeat left center;
	color:#0474BE;
}

#secondary a.link_arrow {
	padding-left:8px;
	background:url(../images/icons/ico_arrow_link.gif) no-repeat left center;
	color:#0474BE;
}

/* TXT-IMG-COMBO
----------------------------------------------------------------*/
#primary .txt_img_combo, #secondary .txt_img_combo {
	clear:both;
	margin-bottom:10px;
}
#primary .txt_img_combo .img, #secondary .txt_img_combo .img {
	float:right;
}
#primary .txt_img_combo .img span {
	line-height:110%;
}
#primary .txt_img_combo .txt .date, #secondary .txt_img_combo .txt .date {
	color:#B6B6B6;
	font-size:10px;
	line-height:120%;
}

/* HEADLINE WITH OPTIONS
----------------------------------------------------------------*/
#primary .headline_withoptions {
	position:relative;
	left:0;
	top:0;
}
#primary .headline_withoptions .options {
	position:absolute;
	right:0;
	top:0;
	margin:0;
}
* html #primary .headline_withoptions .options {
	right:25px;
}
#primary .headline_withoptions .options .btn_rss {
	float:left;
	padding-right:5px;
	border-right:1px solid #666;
	margin:3px 5px 0 0;
}

/* IMAGEGROUP
----------------------------------------------------------------*/
#primary .img_group {
	padding:11px 0 0 0;
	background:url(../images/bg_dotted.gif) repeat-x left top;
}
#primary .img_group ul {
	position:relative;
	left:0;
	top:0;
	padding:0 0 12px 0;
	overflow:hidden;
	min-height:350px;
	background:url(../images/bg_dotted.gif) repeat-x left bottom;
	list-style-type:none;
	list-style-image:none;
}
* html #primary .img_group ul {
	height:350px;
}
#primary .img_group ul li {
	clear:right;
	background:none;
}
#primary .img_group ul li .thumb {
	float:right;
	margin-bottom:10px;
	cursor:pointer;
}
#primary .img_group ul li .full {
	display:none;
	position:absolute;
	left:0;
	top:0;
	background-color:#FFF;
}
#primary .img_group ul li .full img {
	margin-bottom:5px;
}

/* PRESS / NEWS
----------------------------------------------------------------*/
.list_news dt {
	padding-top:11px;
	margin-top:10px;
	background:url(../images/bg_dotted.gif) repeat-x left top;
	color:#B6B6B6;
	font-size:10px;
	line-height:120%;
}
.list_news dt:first-child {
	padding-top:0;
	margin-top:0;
	background:none;
}
.list_news dt.feature {
	padding-top:0;
	margin-top:0;
	background:none;
}
.list_news dd {
	margin-bottom:10px;
}
.list_news dd .text {
	display:block;
	margin-right:110px;
}
.list_news .date {
	display:block;
	width:50px;
}
.list_news .date .day {
	display:block;
	border:1px solid #B2C9DE;
	border-top:0 none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	line-height:40px;
	letter-spacing:-1px;
	text-align:center;
}
.list_news .date .month {
	display:block;
	background-color:#B2C9DE;
	color:#000;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:-0px;
}
.list_news dd .img {
	float:right;
	margin-left:10px;
}
.list_news dd.feature .img {
	float:none;
	margin-left:0;
}


/* SERVICE CLASSES
-------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix_left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_left {height: 1%;}
*+html .clearfix_left {height: 1%;}
/* End hide from IE-mac */

.clearfix_right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_right {height: 1%;}
*+html .clearfix_right {height: 1%;}
/* End hide from IE-mac */

.imgreplaced {
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

/* BLOG
-------------------------------------------------------------- */

.blog {
    background:transparent url(/cms/templates/default/assets/images/bg_dotted.gif) repeat-x scroll left bottom;
    padding-bottom:5px;
    margin-bottom:5px;
}
