/* css Zen Garden submission 007 - 'deep thought' by Jason Estes, http://www.bewb.org/ */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003, Jason Estes */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* basic elements */
body#csschaken { 
	background-color: #424242;
	font-size:75%;
	font-family:arial, verdana, sans-serif;
	margin:0;
	padding:0;
	color:#fff;
	background-image: url(../images/common/background.jpg);
	background-repeat:no-repeat;
	background-position:150px 50px;
	}

a:link { 
	color: #ff9638;
		background-color:transparent;
	}
a:visited { 
		color:#FF9638;
		background-color:transparent;
	}
a:hover, a:active { 
		color:#FF9638;
		background-color:transparent;
	}
/* specific divs */


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader {
	margin:10px 15px;
	background-image: url(../images/common/logochaken.gif);
	height:83px; 
	background-color:transparent;
	width:480px;
	background-repeat:no-repeat;
	background-position:top right;
	color:#000;
	}
#supportingText {
	margin:350px auto 0 auto;
	width: 85%;
	}
#preamble {
	border-top:1px solid #fff;
	background-image: url(../images/common/halfscreen-gray.gif);
	width:250px;
	margin-left:30px;
	position:absolute;
	top:18px;
	right:10px;
		}
#preamble h3{
	font-style:oblique;
	margin:10px;
	}
#preamble p{
	margin:10px;
	}
#supportingText div {
	/*background-image:url(halfscreen-gray.gif);*/
	                                              
	border-top:1px solid #fff;
	clear:both;
	}

#supportingText p {
	padding:5px 10px;
	line-height:150%;
	}
#supportingText #explanation {
	padding-bottom: 40px;
	margin-left: 200px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-top: 20px;
	background:url(../images/index/about_background.gif) no-repeat 100% 100%;
	height: auto;
	}
#supportingText #standard {
	padding-bottom: 40px;
	margin-left: 190px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-top: 20px;
	background: 100% 100%;
	height: 100%;
	}
#explanation h3{
	background-repeat: no-repeat;
	Float:left;
	background-image: url(../images/index/about.gif);
	width:46px;
	height: 180px;
	padding:0;
	margin:0 10px 0px 0px;
	border-right:1px solid white;
	}
#explanation p{
	margin:0px 0px 0px 43px;
		}
#explanation img {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	position: relative;
	}
#supportingText #participation {
	padding-bottom: 60px;
	margin:20px 200px 0 10px;
	height: auto;
	background:url(../images/index/participation_back.gif) no-repeat 0 100%;
	}
#participation h3{
	background-repeat: no-repeat;
	Float:right;
	background-image: url(../images/index/participation.gif);
	width:46px;
	height:234px;
	padding:0;
	margin:0 0px 0px 10px;
	border-left:1px solid white;
	}
#participation p{
	margin:0px 43px 0px 0px;
		}
#supportingText #benefits {
	padding-bottom: 60px;
	margin:20px 10px 0 200px;
	
	height: auto;
	background:url(../images/index/benefits_back.gif) no-repeat 100% 100%;
	}
#benefits h3{
	Float:left;
	background-image: url(../images/index/benefits.gif);
	width:46px;
	height:133px;
	padding:0;
	margin:0 10px 0px 0px;
	border-right:1px solid white;
	}
#benefits p{
	margin:0px 0px 0px 43px;
		}
#supportingText #requirements {
	padding-bottom: 60px;
	margin:20px 200px 30px 10px;
	height: auto ;
	background:url(../images/requirements_back.gif) no-repeat 0 100%;
	}
#requirements h3{
	Float:right;
	background-image: url(../images/Requirements.gif);
	width:46px;
	height:234px;
	padding:0;
	margin:0 0px 0px 10px;
	border-left:1px solid white;
	}
#requirements p{
	margin:0px 43px 0px 0px;
		}
#supportingText #footer { 
	text-align:center;
	padding-top:3px;
	}
#footer a:link, #footer a:visited { 
	font-weight:bold;
	text-decoration:none;
	}
#linkList {
	position:absolute;
	top:98px;
	left:30px;
	width:198px;
	}

#linkList h3.select { 
	height:53px;
	background-image: url(../images/common/articles.gif);
	margin:0px;
	padding:0px;
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background-repeat: no-repeat; 
	height:53px;
	background-image: url(../images/common/nav.gif);
	margin:0px;
	padding:0px;
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	height:53px;
	background-image: url(../images/common/archives.png);
	margin:0px;
	padding:0px;
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background-repeat: no-repeat; 
	height:53px;
	background-image: url(../images/common/techniques.gif);
	margin:0px;
	padding:0px;
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	display:block;
	background-image: url(../images/common/halfscreen-gray.gif);
	padding:3px;
	margin:1px 0;
	list-style-type: none;
	}
#linkList li a:link { 
	color:#fff;
	background-color:transparent;
	}

#linkList li a:visited {
		color: #999999;
	}

#linkList li a:hover {
		color: black;
	}

acronym {
	text-decoration: underline;
	color:#FF9638;
	background-color:transparent;
	border:0;
	cursor:help;
	}

.news {
		padding-left: 5px;
		font-size: 120%;
		color: #fff0a5;
		margin-left: 50px;
		left: 230px;
		display: inline;
		padding-top: 20px;
		border-left-color: #8e2800;
		border-left-style: solid;
		border-bottom-style: none;
		border-right-style: none;
		border-top-style: none;
		width: 480px;
		border-left-width: 5px;
	}

.flashcontent {
		border-style: none;
		background-color: white;
		position: relative;
		height: auto;
		float: right;
		width: 80%;
	}

.add {
		font-size: medium;
	}

#thumbTableWrapper {
	float: left;
	position: relative;
	height: 500px;
	width: 130px;
	overflow: scroll;
}

#standard  #imgTableWrapper {
	float: left;
	width: 400px;
	height: 500px;
	position: relative;
}

