/* css techniques from Zen Garden  */
/*  */
/* All associated graphics copyright 2006 Ninja Networks and Jodie Becker */
/* October 30th 2006 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body {
	font-family: Tahoma;
	color: #666666;
	background-color: #626262;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/stripes.jpg);
	}

p { 
	padding: 0px;
	font: 11px Tahoma; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	}

h1,h2,h3 {
	margin-top: 15px;
	padding: 0px;
	}

h3 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	color: #6AA14E;
	padding-bottom: 0px;
	}

#supportingText h3 span,#preamble h3 span {
	padding-bottom: 4px;
	background: url(images/star.jpg) no-repeat 0 0;
	padding-left: 24px;
	}

#linkList h3 span {
	padding-bottom: 4px;
	background: url(dot.jpg) no-repeat 0 30%;
	padding-left: 14px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #00CCFF;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
#container { 
	background-color: #FFFFFF;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	}

		#pageHeader { 
			background: url(images/ninja-networks.gif) no-repeat right top; 
			width: 600px;
			height: 160px;
			float: left;
			}

		#quickSummary {
	background: url(bg_header2.jpg) no-repeat left top;
	width: 208px;
	height: 53px;
	position: absolute;
	top: 11px;
	left: 11px;
			}

		#preamble {
	margin-left: 31px;
	padding: 20px;
	padding-top: 1px;
	padding-bottom: 30px;
	width: 306px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(bg_divide.gif);
	background-repeat: no-repeat;
	background-position: bottom;
			}

#supportingText {
	margin-left: 31px;
	padding: 0px 20px;
	width: 400px;
	position: relative;
	}

#preamble h3 {
	margin-top: 20px;
	color: #6AA14E;
	}

#linkList {
	width: 144px;
	font: 10px Tahoma;
	position: absolute;
	top: 150px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #white;
	background-image:url(images/gradient-menu.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	}

#footer {
	text-align: center;
	padding: 20px;
	text-transform: none;
	margin-top: 20px;
	border-top: 1px dashed #dddddd;
	font-family: Tahoma;
	font-size: x-small;
	}

/* ----- OTHER ------------------------------------------------------------------------------------------------- */

#lselect,#larchives,#lresources {
	padding: 0px 15px 45px 15px;
	margin: 0px;
	background: url(bg_divide1.gif) no-repeat bottom center;
	}

#explanation,#participation,#benefits,#requirements {
	margin-top: 0px;
	padding-top: 0px;
	}

#explanation h3 span {
	margin-top: 20px;
	}

#linkList h3 {
	font-size: 11px;
	padding: 3px 3px 3px 1px;
	color: #FFCC66;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#lselect ul, #larchives ul, #lresources ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#lselect li, #larchives li, #lresources li {
	padding: 5px 0px;
	background: url(bullet.gif) no-repeat 0 50%;
	}

#lselect li a {
	display: block;
	}

#lselect li a.c {
	display: inline;
	}

#linkList #lselect ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }

#linkList #larchives ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }

#linkList #lresources ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }

#pageHeader h1 span,#pageHeader h2 span,#quickSummary p.p1 {
	display: none;
	}

#quickSummary p.p2 {
	text-align: left;
	color: #999999;
	width: 280px;
	padding: 0px 0px 0px 15px;
	font-family: Tahoma;
	font-size: 11px;
	}
	
#extraDiv1 {
width: 600px;
height: 300px;
padding: 10px 10px 10px 10px;
position:relative;
margin-left:auto;
margin-right:auto;
}