@charset "UTF-8";

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/topbar.jpg) repeat-x top center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

body{font:12px/1.5 "Helvetica Neue",Helvetica Neue, Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:18px}h2{font-size:23px}h3{font-size:21px}h4{font-size:14px}h5{font-size:17px}h6{font-size:11px}ol{list-style:decimal}ul{list-style:square}p,dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset{margin-bottom:20px}

h1{padding-bottom: 15px; color: #c43632; border-bottom: 1px solid #CCC; font-weight:normal}
h4{margin-bottom: 0px; color: #666;}

#container {
	width: 984px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background:url(../images/kliewer_copyright.jpg) top left no-repeat;
	height: 18px;
	width:900px;
	text-align:right;
	margin: 0 auto;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}

.slideshow, .wrapper{
	width:900px;
	border:1px solid #5a6167;
 	position:relative;
  height: 424px;
	margin:43px;
}
.slideshow{
	border: none;
}
.wrapper{height:auto;}

#kbclogo{position:absolute; right:0; top:136px; z-index:1000; width:95px; height:157px; overflow:hidden; display:block;}

#holder {
	width: 900px;
	margin-left: 44px;
	background: #FFFFFF;
}
#nav {
	float:left;
	width: 308px;
}
#content, #contentAbout{
	float:left;
	width:592px;
	margin-bottom: 20px;
}

#contentAbout{width:362px;
}

#kbccorner{
	float:left;
	width: 230px;
	height: 300px;
	background: #fff url(../images/kbccorner2.jpg) top center no-repeat;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear:both;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}


#nav{
	font-size: 14px;
}

#kbccorner {
	float: left;
}

.contact{
	background: url(../images/kbc3d2.jpg) right bottom no-repeat;
}h2 { color: #c43632; font-size: 12px; text-transform: uppercase; margin: 0px; font-weight: normal; }
p a { color: #999; text-decoration:none;}
p a:hover { color: #333; }

.quotee{color:#666; font-style:italic;}

ul.media{margin:0; padding:0; list-style-type:none; margin-bottom: 20px;}
.media li{display:block; margin-right:17px; width: 184px; position:relative; text-align:center; vertical-align:top; float:left; margin-bottom: 20px;}
.media li.last, .media li:nth-of-type(3n+3){margin-right:0px;}
.media li img{margin-bottom: 6px;}
.media li a{text-decoration:none; color: #666;}
.media li a:hover{}
.media li a span{z-index: 2000;position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: none;cursor: pointer; background: #fff url(../images/thumbbg.jpg) top center no-repeat;}
.media li a:hover span{display: block;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter: alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;}

.social{list-style-type: none; margin: 0; padding: 0; clear: left; margin-left: 1.5em;}
.social li{display: inline-block; margin-right: 5px;}

#magazine{
	width:900px;
	height:576px;
 background:url(../images/magazinebg.jpg);
}

#prev, #next{position:absolute; bottom:0; z-index:10000; overflow:hidden; width: 31px; height: 19px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter: alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;}
#next{right:0;}
#prev{left:0;}
#prev:hover, #next:hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1;}

#instructions{padding-top: 10px; position:absolute; left:0;width: 100%;}
#instructions span{text-align:right; font-size: 85%;position:absolute; left:0px;}
#instructions a{text-align:left; font-size: 85%; position:absolute; right:0px; text-decoration:none; color:#c43632;}
#instructions a:hover{color:#5a6167;}
#instructions sup{vertical-align:super; color:#c43632;}


/* NAV BASICS */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* NAV SKIN */
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a, .sf-menu span {
	padding: 		.4em 1em .4em 1.5em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#333;
}
.sf-menu li li a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#999;
}
.sf-menu li {
	text-transform: uppercase;
}
.sf-menu li li {
	text-transform:	none;
}
.sf-menu .homes a{
	padding-left: 70px;
	background:url(../images/hometree_level2.gif) 5px center no-repeat;
}
.sf-menu .homes a.last{
	background:url(../images/hometree_level2_last.gif) 5px center no-repeat;
}
.sf-menu .progress a{
	padding-left: 70px;
	background:url(../images/projecttree_level2.gif) 5px center no-repeat;
}
.sf-menu .progress a.last{
	background:url(../images/projecttree_level2_last.gif) 5px center no-repeat;
}

.sf-menu span{
	padding-left:44px;
	color:#c43632;
	display:block;
	background:url(../images/hometree_level1.gif) 5px center no-repeat;
}

.sf-menu .upgrades span{
	padding-left:44px;
	color: #c43632;
	background:url(../images/hometree_level1_last.gif) 5px center no-repeat;
}

.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
	background:		url(../images/redbox.jpg) 0px center no-repeat;
	outline:		0;
}

.sf-menu .homes a:focus, .sf-menu .homes a:hover, .sf-menu .homes a:active {
	color: #333333;
	background:url(../images/hometree_level2.gif) 5px center no-repeat;
	outline:		0;
}

.sf-menu .homes a:focus, .sf-menu .homes a.last:hover{
	color: #333333;
	background:url(../images/hometree_level2_last.gif) 5px center no-repeat;
	outline:		0;
}

.sf-menu .progress a:focus, .sf-menu .progress a:hover, .sf-menu .progress a:active {
	color: #333333;
	background:url(../images/projecttree_level2	.gif) 5px center no-repeat;
	outline:		0;
}

.sf-menu .progress a:focus, .sf-menu .progress a.last:hover, .sf-menu .progress a:active {
	color: #333333;
	background:url(../images/projecttree_level2_last.gif) 5px center no-repeat;
	outline:		0;
}


.sf-menu a.upgrade:focus, .sf-menu a.upgrades:hover, .sf-menu a.upgrades:active{
	color: #333;
	padding-left:44px;
	background:url(../images/hometree_level1_last.gif) 5px center no-repeat;
}

.sf-vertical, .sf-vertical li {
	width:	8.5em;
}
.sf-vertical li ul {
	width:	15em;
}
.sf-vertical li li {
	width:	15em;
}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	7.5em; /* match ul width */
	top:	0;
	margin-bottom: 20px;
}

#bestof{display:block; clear:both;}

ul.partners{margin:0; padding:0; list-style-type:none; margin-bottom: 20px;}
.partners li{display:block; margin-right:17px; width: 184px; position:relative; text-align:center; vertical-align:top; float:left; margin-bottom: 20px;}
.partners li.last, .partners li:last-child{margin-right:0px;}
.partners li img{margin-bottom: 6px; display: block; width: 100%; height: auto;}

.cf:before,.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
