@charset "UTF-8";
/* CSS Document */


/*
-----------------------------------------------
Title: KCAS styles
Author: Jim Dore
Version: 	17 May 2010
----------------------------------------------- */

/* ---------------- 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;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
body {
	line-height: 1;
}
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;
}

/* ----------------  TYPE -------------------  */


h1 {
	padding: 40px 20px 0px 20px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 18px;
	color: #404040;	
}

h2 {
	padding: 30px 0px 10px 20px;
	font-size: 11px;
	font-weight:bold;
	font-style: italic;
	color: #404040;	
}

p {
	padding: 10px 20px 0px 20px;
	font-size: 11px;
	color: #404040;
	line-height:19px;
}


/* ----------------  STRUCTURE -------------- */

body {
	color: #FFF;
	background-image: url(../images/BG_bar.jpg);
	background-repeat: repeat-x;

}

#container {
	width: 825px;
	margin: 0 auto;
	}
	

#content {
	width: 825px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}


#contenthome {
	width: 825px;

}


#leftcol {
	width:20%; 
	min-height: 424px;
	float:left; 
	position:relative;
	/* background-image: url(../images/kcas-logo.jpg); */
  }

#twocols{
	width:80%;
	min-height:424px;
 float:right; 
 position:relative; 
}


#rightcol {
	width:25%; 
	min-height:424px;
	height:100%;
	float:right; 
	position:relative; 
}


#maincol{
 float: left; 
 display:inline; 
 background-color: #f4f4f4;
 background-image:url(../images/copy-BG.jpg);
 background-repeat: no-repeat;
 background-position: bottom;
 position: relative; 
 width:75%; 
 min-height: 404px;
 padding-bottom: 20px;
 }



	

	
#footer1 {
	width: 825px;
	border-bottom: 1pt solid #d7d7d7;
	height: 24px;
	padding-top: 80px;
	text-align: right;
	display: block;
	clear: both;
}

#footer2 {
	width: 825px;
	color: #d7d7d7;
	line-height: 36px;
	text-align: right;
	margin-bottom: 36px;
}


/* --------------------  NAVs ------------------ */

#head_nav1 {
	width: 825px;
	text-align: right;
	height: 30px;
	border-bottom: 1pt solid #d7d7d7;
}


#content-int {
	width: 825px;
}





/* --------------------  Links ------------------ */

#head_nav1 ul {
	color: #d7d7d7;
}

#head_nav1 li {
	display: inline;
	
}


.link a {
	padding: 10px 5px;
	text-decoration: none;
	color: #d7d7d7;
}

.link a:hover {
	text-decoration: underline;
	color: #404040;
	}

.link-or a {
	text-decoration: none;
	color: #e27c3a;
}

.link-or a:hover {
	text-decoration: underline;
	color: #e27c3a;
	}


/* --------------------  Menu ------------------ */

#nav {
	background-color: #FFF;
	display: block;
	margin-top: 40px;
	width: 820px;
	height: 85px;
	text-align: left;
}



/* -------------------  HACKS ---------------------  */

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


    <!-- ///////////////////////////////////////////////////////////////// -->
	<!-- SLIDINGPANELS CSS -->


		ul.home {
			padding: 0;
			margin: 0;
			background: transparent;
			border: solid 1px #efefef;
		}

		/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
		ul.slidingPanelsActivated {
			display:block;
			position:relative;
			overflow:hidden;

			/* edit "padding" and "margin" with care, as they can mess things up across browser */
			padding: 0;
			margin: 0;

			/* adjust "height" as needed, em recommended */
			height: 424px;
		}

		ul.home li {
			display: block;
			padding:0;
			margin:0;
		}

		/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
		ul.slidingPanelsActivated li {
			display:block;
			position:absolute;
			overflow:hidden;
			/* "left" and "width" properties set automatically */
			top: 0;

			/* edit "padding" and "margin" with care, as they can mess things up across browser */
			padding: 0;
			margin: 0;

			/* "height" of 100% recommended to keep panels all the same height as the container */
			height:100%;
		}

