/* This CSS is based on a Zen Garden design submission by
/* Jos van der Maas - http://www.maas-online.nl/ */
/* the CSS code is a bit ugly to make the design IE 5 compatible */


/* basic elements */

html, body {
	padding: 0;
	margin: 0;
}

body {
	font: small verdana, sans-serif, arial;
	color: #333;
	position: relative;
	min-width: 760px;
	background-color: #eed;
}

h1, h2, h3, p {
	margin: 0;
}

h3 {
	font-size: large;
	padding: 10px 0 5px;
}

p {
	padding-bottom: 5px;
}

a {
	color: #aa1111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* specific divs */

#container {
	position: relative;
	z-index: 1;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	background-color: #ddb;
}

#intro, #supportingText {
	text-align: justify;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

#pageHeader {
	width: 730px;
	padding-bottom: 10px;
	background-color: #fff;
}

#pageHeader h1 {
	height: 40px;
	background: url(../images/csszengarden2.png) 5px 10px no-repeat;
}

#pageHeader h1 span {
	display: none;
	padding-top: 8px;
}

#pageHeader h2 {
	width: 455px;
	height: 140px;
	background: #a11 url(../images/beauty.png) 38px 30px no-repeat;
}

#pageHeader h2 span {
	display: none;
}

#preamble h3, #preamble p, #supportingText h3, #supportingText p {
	width: 465px;
	background-color: #fff;
	/*padding: 1em;*/
	/*color: #a11;*/
}

#preamble span, #supportingText span {
	display: block;
	padding-right: 10px;
}

#quickSummary {
	width: 465px;
	background-color: #fff;
}

#quickSummary .p1 {
	width: 455px;
	height: 20px;
	padding: 0;
	background: #cca /*url(stylesheet.png)*/ 10px 5px no-repeat;
}

#quickSummary .p1 {
	font-weight: bold;
}

#quickSummary .p2 {
	color: #fff;
	position: absolute;
	bottom: -29px;
	left: 17px;
}

#quickSummary .p2 a {
	color: #fff;
}

#requirements .p5 {
	padding-top: 10px;
}

#footer {
	position: absolute;
	bottom: -25px;
	right: 45px;
}

#footer a {
	color: #fff;
}

#linkList {
	position: absolute;
	top: 216px;
	right: 16px;
	width: 225px;
}

#linkList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #cca;
}

#linkList li {
	color: #886;
	padding-left: 5px;
	margin-bottom: 5px;
}

#linkList li:hover {
	background-color: #bb9;
}

#linkList li.uber {
	color: #886;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #bb9;
}
	

#linkList a {
	color: #553;
	font-weight: normal;
}

#lselect .select, #larchives .archives, #lresources .resources {
	width: 225px;
	height: 25px;
	padding: 0;
}

/*#lselect .select span, #larchives .archives span, #lresources .resources span{
	display: none;
}
*/
#lselect .select {
	margin-bottom: 10px;
	background: #bb9 url(select.png) 16px 5px no-repeat;
}

#lselect a {
	display: block;
}

#lselect .c {
	display: inline;
	color: #886;
}

#larchives .archives {
	margin: 10px 0;
	background: #bb9 /*url(archives.png)*/ 16px 5px no-repeat;
}

#lresources .resources {
	margin: 10px 0;
	background: #bb9 url(resources.png) 16px 5px no-repeat;
}


#extraDiv1 {
	position: absolute;
	z-index: 2;
	top: 445px;
	left: 651px;
	width: 142px;
	height: -6px;
	background: url(maasonline.png) 254px 10px no-repeat;
	border-top: 15px solid #eed;
}

#extraDiv2 {
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 50%;
	width: 265px;
	height: 140px;
	margin-left: 100px;
	background: #997 url(../images/demonstration2.png) 21px 20px no-repeat;
}

#extraDiv3 {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
}

#extraDiv3 span {
	display: block;
	height: 1em;
	padding: 2px 0;
	background-color: #997;
	border-top: 10px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 15px solid #fff;
}

