/*Css 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;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*css reset end */ 

.top {
	background: url(../images/kandctop.png) repeat-x 0 0;
	height: 25px;
	width: 100%;
	margin-bottom: -1px;}
	
.header1 {
	height: 110px;
	width: 100%;
	background: url(../images/topbg1.png) no-repeat #2c4967;
	border-bottom: 3px solid black;
}

.topc {
	position: absolute;
	right: 10%;
	float: right;
	top: 45px;
}

.topc ul{
	display: inline;
	position: relative;
	float: left;
	left: -5px;
	}



.topc address{
	padding-left: 15px;
	color: white;
	font-size: 14px;
	font-style: italic;
	font-family: Helvetica, sans-serif;
}

#contactt {
	color: white;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	width: 206px;

}

#contactt a{
	color: white;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#contactt a:hover{
	color: gray;
	}

.bottom {
	background: url(../images/kandcbottom.png) repeat-x 0 0;
	height: 0px
	width: 100%;
}

.pagewrapper {
	background: url(../images/kandcbackground.png) no-repeat;
	width: 100%;
	height: auto;
}

h1 {
	font-size: 3em;
	color: white;
	font: Helvetica;
	letter-spacing: 7px;
	text-shadow: 1px 5px 3px #000;
	}
	
	
h1 small{
	text-transform: uppercase;
	font-size: medium;
	font-family: Helvetica;
	}	
	
h2 {
	text-transform: uppercase;
	font-size: medium;
	color: white;
	font-family: Helvetica;
	text-shadow: 1px 5px 3px #000;
}	
	
.logo {
	padding-left: 10%;
	padding-top: 20px;}


.slider {
	float: right;
	position: relative;



}


.container {  
	 margin: auto;
     padding-bottom: 50px;  
     position: relative;  
     width: 800px;
	 border: 2px solid black;
     top: 66px;
     height: auto;
	 -moz-border-radius-topright: 1em;
	 -moz-border-radius-bottomleft: 1em; 
	 -webkit-border-top-right-radius: 1em;
	 -webkit-border-bottom-left-radius: 1em;
     background: url(../images/contbg.png) white no-repeat;
	 background-position: bottom right;
}


.tabbed_box{
    margin: 50px; 
   	width: auto;  
	}
	
		
.tabbed_area{
	font:bold 11px Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	float:left;
	position: relative;
	top: -6px;
	left: 9.5%;
	line-height: 35px;
}
		
ul.tabs {


	position: relative;
	right: 0px;
	top: -10px;
}

ul.tabs li {
	float: left;
	height: auto;
	margin-right: 0px;
	background: url(../images/mid.png) repeat-x;
	display: inline;
}

	
ul.tabs li#left {
background: url(../images/leftnav.png);
width: 10px;
height: 38px;
position: relative;
bottom: 0.1em;
}

ul.tabs li a{
background: url(../images/midnav.png);
padding-top: 12px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 12px;
color: black;
margin: 0px;
height: 35px;
text-decoration: none;
text-transform: uppercase;
}

ul.tabs li#right {
width: 23px;
height: 38px;
background: url(../images/rightnav.png);
position: relative;
bottom: 0.1em;
}

ul.tabs li a.active{
background: url(../images/selected.png);
padding-top: 12px;
padding-bottom: 12px;
color: black;

}

ul.tabs li a:hover{
color: #2C4967;
}

.footertop {
height: 200px;
background: url(../images/footertop.png) repeat-x;
width: 100%;
margin-bottom: -1px;
}


.footer {
background: url(../images/botbg1.png) #2C4967 no-repeat;
background-position: bottom;
width: 100%;
height: 250px;

}

h3 {
	font-family: Helvetica,sans-serif;
	color: black;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: x-large;
	margin-left: 28px;
	
}

blockquote {
	font-family: "Century Gothic";
	color: #2C4967;
	letter-spacing: 5px;
	margin-bottom: 25px;
	font-size: 2em;
	margin-top: 75px;
	margin-left: -25px;
}

.home-p{
	width: 500px;
}

p {
	font-family: Helvetica;
	color: black;
	letter-spacing: 3px;
	line-height: 20px;


}

.pagetop {
	height: 35px;
	width: 100%;
	background: url(../images/content_bottom.jpg) repeat-x 0 0;
	position: absolute;
	top: 17px;
	right: 0px;
	border-bottom: 2px solid black;
	
}

.home_bottom {
	display: block;
}

.home_list {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 30px;
	padding-top: 24px;
	width:365px;
	float: left;
	position: relative;

}


h4 {
	font-size: 13px;

}


p#aboutusp{
	padding-bottom: 15px;
}

img.imgtr {
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	float: right;
	border: 3px solid black;

}

img.imgbl{
	margin-right: 10px;
	position: relative;
	float: left;
	border: 3px solid black;
}

ul.listing li{
	list-style: disc;
	list-style-position: inside;
	font-size: 12px;

}

.home-right{
	display: inline;
	position: relative;
	width: 300px;
	top: 25px;

}


#eco1{
	background: url(../images/ecoback.png) repeat-x 0 0;

}

.fwrap{

	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	width: 800px;

	
}

.tweet{
	width: 200px;
	padding: 20px;
	height: 189px;
	background: white url(../images/twit.png) repeat-x;
	position: relative;
	background-position: bottom;
	border: solid 2px black;
	right: 0;
	float: right;	
	 -moz-border-radius-topright: 1em;
	 -moz-border-radius-bottomleft: 1em; 
	 -webkit-border-top-right-radius: 1em;
	 -webkit-border-bottom-left-radius: 1em;
}

.tweet img{
	position: absolute;
	top: -100px;
	right: -3px;
}

#twitter_div {
	position: relative;
	width: 195px;
	height: auto;
	overflow: auto;
}
ul#twitter_update_list {
	list-style: none;
	font-size: 13px;
}
ul#twitter_update_list li {
	margin-bottom: 5px;
	padding: 5px;
	color: black;
	background: #9bc3e8;
}


p.m{
	margin-bottom: 10px;
}

p.m small{
	position: relative;
	top: 20px;
}


.c_l{
	position: relative;
	float: left;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 5px;
}


ul.fli{
	list-style: circle;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 5px; 
	display: inline;
	}


a.intl{
	color: gray;
}

img.imgc{
	margin-left: 50px;
	margin-top: 35px;
	border: 3px solid black;
}

.blog {
	background: white url(../images/twit.png) repeat-x;
	background-position: bottom;
	height: 189px;
	position: relative;
	float: left;
	left: %;
	border: solid black 2px;
	width: auto;
	padding: 20px;
	-moz-border-radius-topright: 1em;
	 -moz-border-radius-bottomleft: 1em; 
	 -webkit-border-top-right-radius: 1em;
	 -webkit-border-bottom-left-radius: 1em;
}

.rss_box {
	width: 350px}

.rss_title {
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: medium;
	padding: 5px;
	text-decoration: none;
}

.rss_item {
	padding: 5px;
	margin: 5px;	
	background: #9bc3e8;
	font-size: 13px;
}

.rss_item a {
	color: black;
}

.rss_item a:hover {
	color: grey;
	}

.blog img{
	position: absolute;
	top: -6em;
}

h4.sidebar-title{
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: medium;
	padding: 5px;
	font-weight: normal;}
	
	
.ender {
	width: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: white url(../images/twit.png) repeat-x;
	color: black;
	text-align: center;
	border-top: 2px solid black;
	height: 15px;
}

.ender ul li{
	display: inline;
	letter-spacing: 5px;
}

.ender a{
	color: gray;}