

/* K2 Media Lab
--------------------------------------------------------------------------------- */




/* overall settings
--------------------------------------------------------------------------------- */

html, body {
	background:#3f2612;
	margin: 0;
	padding: 0;
}

/*
--------------------------------------------------------------------------------- */


/* site container
--------------------------------------------------------------------------------- */	
#header_container {
	background: #ffffff url(images/header_bg.jpg) repeat-x;
	margin: 0 auto;
	padding: 0 0 0 0px;
	min-height: 100%;
}

* html #header_container {
	padding: 0 0 0 0px;
	margin: 0 auto;
	min-height: 100%;
	background: #ffffff url(images/header_bg.jpg) repeat-x;
}

/*
--------------------------------------------------------------------------------- */	





/* header layout
--------------------------------------------------------------------------------- */	

#header {
	width: 900px;
	height: 298px;
	margin: 0 auto;
	padding: 0;
}

#header_wrapper{
	height: 298px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/header_bg.jpg) repeat-x;
}

.logo {
	position: relative;
	float:left;
	background: url(images/header_logo.jpg) no-repeat;
	height: 298px;
	width: 640px;
}

.header_image {
	position: relative;
	float:right;
	background: url(images/header_graphic.jpg) no-repeat;
	height: 298px;
	width: 260px;
}

* html .header_image	{ position: relative; left: 0;}

#flash{
	position: relative;
	height: 198px;
	width:425px;
	top:38px;
	left:16px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/header_bg.jpg) repeat-x;
}


/*
--------------------------------------------------------------------------------- */




/* 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
--------------------------------------------------------------------------------- */	

#middle_column {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	left:0px;
	width:900px;
	min-height: 100%;
	background: url(images/content_bg.jpg) repeat-y;
	border: 0px solid #ffffff;
}
* html #middle_column { height: 100%; margin-left: 0px; width: 900px;}
/*
--------------------------------------------------------------------------------- */




/* 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:right;
	padding: 0px 0 0px 0;
	margin: 0;
	width: 260px;
	min-height: 100%;
}
* html #nav_row { height: 100%; width: 260px; }
/*
--------------------------------------------------------------------------------- */

/* main content area
--------------------------------------------------------------------------------- */	

#content {
	width: 540px;
	padding: 15px 50px 100px 50px;
	min-height: 350px;
}
* html #content { height: 300px; width: 540px; }


#content_container {
	background: #651831 url(images/) repeat-y;
	margin: 0;
	padding: 0 0 0 0px;
	min-height: 100%;
}

* html #content_container {
	padding: 0 0 0 0px;
	margin: 0;
	min-height: 100%;
	background: #651831 url(images/) repeat-y;
}

#content_wrapper {
	margin: 0 auto;
	padding: 0 0 0 0px;
	min-height: 100%;
	width:900px;
	background: url(images/) no-repeat;
}

* html #content_wrapper {
	padding: 0 0 0 0px;
	margin: 0 auto;
	min-height: 100%;
	width:900px;
	background: url(images/) no-repeat;

}


/*
--------------------------------------------------------------------------------- */


#geocaching	{
	margin:0px 25px 0px 25px;
	position:relative;
	top:140px;
	padding:5px;
	}



/* 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_container {
	background:#651831;
}

#footer {
	left: 0px;
	margin: 0 auto;
	width:900px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 0px solid #999999;
	background:#651831;
}

#footer_content {
	margin:0 auto;
	text-align: center;
}

#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: 400px;
	text-align:left;
	border: 0px dashed #726a5a;
	line-height:1.75em;
}

#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;
}
/*
--------------------------------------------------------------------------------- */


