

/* K2 Media Lab
--------------------------------------------------------------------------------- */




/* overall settings
--------------------------------------------------------------------------------- */

html, body {
	background:#000000 url(images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

/*
--------------------------------------------------------------------------------- */


/* site container
--------------------------------------------------------------------------------- */	
#site_container {
	background: url(images/content_background.jpg) repeat-y #ffffff;
	margin: 0 auto;
	padding: 0 0 0 0px;
	width: 900px;
	min-height: 100%;
}

* html #site_container {
	padding: 0 0 0 0px;
	margin: 0 auto;
	min-height: 100%;
	width: 900px;
	background: url(images/content_background.jpg) repeat-y #ffffff;
}

/*
--------------------------------------------------------------------------------- */	





/* header layout
--------------------------------------------------------------------------------- */	

#header {
	width: 900px;
	height: 197px;
	margin: 0;
	padding: 0;
}

.logo {
	position: relative;
	float:left;
	background: url(images/header_logo.jpg) no-repeat;
	height: 197px;
	width: 450px;
}

.header_image {
	position: relative;
	float:right;
	background: url(images/header_graphic.jpg) no-repeat;
	height: 197px;
	width: 450px;
}

* html .header_image	{ position: relative; left: 0;}


/*
--------------------------------------------------------------------------------- */




/* left column
--------------------------------------------------------------------------------- */	

#left_column {
	float: left;
	padding: 10px 0 0px 0;
	margin: 0;
	width: 200px;
	min-height: 100%;
}
* html #left_column { height: 100%; margin-left: 0px; width: 200px; }
/*
--------------------------------------------------------------------------------- */	



/* middle column 900
--------------------------------------------------------------------------------- */	

#middle_column900 {
	padding: 15px 15px;
	margin: 0px 0px 0px 0px;
	float: left;
	left:0px;
	width:870px;
	min-height: 100%;
}
* html #middle_column900 { height: 100%; margin-left: 0px; width: 870px;}
/*
--------------------------------------------------------------------------------- */

/* middle column 700
--------------------------------------------------------------------------------- */	

#middle_column700 {
	padding: 15px 15px;
	margin: 0px 0px 0px 0px;
	float: right;
	width:670px;
	min-height: 100%;
}
* html #middle_column700 { height: 100%; margin-left: 0px; width: 670px;}
/*
--------------------------------------------------------------------------------- */

#page_back {
	padding: 2px 5px;
	margin: 0px 0px 0px 0px;
	float: left;
	left:0px;
	height:20px;
	width:890px;
	background-color:#c09811;
	
}

#page_back a	{
	display:block;
	width:100px;
	background-color:#c9a93c;
	font-size:.675em;
	text-align:center;
	text-decoration:none;
	padding:2px 2px;
	color: #666666;
	border-width : 1px;
	border-style: solid;
	border-color: #FFCC66;
	}
	
#page_back a:hover	{
	display:block;
	background-color: #e8c85b;
	text-decoration:none;
	color:#000000;
	}


/* right column
--------------------------------------------------------------------------------- */	
#right_column {
	float: left;
	left:700px;
	padding: 10px 0 0px 0;
	margin: 0;
	width: 200px;
	min-height: 100%;
	border-left:0px solid #333333;
}
* html #right_column { height: 100%; margin-left: 0px; width: 200px;}
/*
--------------------------------------------------------------------------------- */	

/* nav row
--------------------------------------------------------------------------------- */	

#nav_row {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 900px;
	min-height: 100%;
	background-color:#000000;
	border-bottom: 0px solid #c09811;
}
* html #nav_row { height: 100%; margin-left: 0px; width: 900px; padding: 0px 0px 0px 0px;}
/*
--------------------------------------------------------------------------------- */

/* main content area
--------------------------------------------------------------------------------- */	

#content {
	width: 100%;
	min-height: 350px;
}
* html #content { height: 300px; width: 100%; }



#content_title {
	width: 100%;
	background: #990000 url(images/content_title_bg.jpg) right no-repeat;
}

#content_text {
	padding:5px 10px;
}

#content_container {
	padding:0px 25px;
	background: #ffffff;
}

#alphabetical	{
	background-color:#CCCCCC;
	padding:4px 20px 4px 20px;
	}
/*
--------------------------------------------------------------------------------- */






/* Location
--------------------------------------------------------------------------------- */
#location_column {
	padding: 0px 0px 0px 0px;
	margin: 0;
	position:relative;
	float: left;
	left:0px;
	width:500px;
	height:305px;
	text-align:center;
	z-index:98;
}
* html #location_column { height: 100%; margin-left: 0px; width: 500px;}
/*
--------------------------------------------------------------------------------- */





/* footer layout
--------------------------------------------------------------------------------- */	

#footer {
	width: 900px;
	left: 0px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 60px;
	border-bottom: 0px solid #999999;
	background:url(images/footer.jpg) bottom no-repeat;

}

#footer_content {
	color: #000000;
	text-align: center;
}

#footer_k2 {
	color: #000000;
	text-align: center;
	padding:10px;
}


#footer_spacer {
	float: left;
	padding: 0px 0 0px 0;
	margin: 0;
	width: 225px;
	min-height:100%;
}

/*
--------------------------------------------------------------------------------- */


	
	#under_menu {
		position:relative;
		padding: 50px 0 0px 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 200px;
		text-align:left;
		left:10px;
		
	}






/* additional navigation layout for parent pages
--------------------------------------------------------------------------------- */	

#additional_nav {
	padding: 5px;
	margin: 0;
	list-style-image: url(images/file_16x16.gif);
	float : left;
	width: 175px;
	text-align:left;
	border: 3px dashed #726a5a;
	font-size:.675em;
	background-color:#c09811;
}

#additional_nav li ul{
	padding: 0;
	margin: 0;
	list-style:none;
	text-indent:25px;
	width : 100%;
}

#additional_nav li ul li ul{
	padding: 0;
	margin: 0;
	list-style:none;
	text-indent:50px;
	width : 100%;
}

#additional_column {
	padding: 0;
	margin: 0;
	float: left;
	left:0px;
	width:400px;
	min-height: 100px;
}
* html #additional_column { height: 100%; margin-left: 0px; width: 400px;}

#additional_content {
	width: 400px;
	margin: 0;
	padding: 5px;
	min-height: 100%;
	border: 1px dashed #726a5a;
	background:#ffffff;
}
* html #additional_content { height: 300px; }


#additional_content_nav	{
	position:relative;
	top:10px;
	left:10px;
	width:100%;
}

#additional_navigation	{
	padding:5px;
}
/*
--------------------------------------------------------------------------------- */


