/* css Space Garden submission 000 - 'CSS Space Garden', by Noah Breen, http://www.noahsportfolio.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2009, Noah Breen */

/* 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. */

/* CSS Space Garden Style Sheet */
/* ----------------------------*/

html {
background-color:#000;	
padding-top:0;	
margin-top:0;
}

body#css-zen-garden {
color:#FFF;	
font:0.7em/1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
letter-spacing:0.1em;	
margin-top:0;
}

div#container {
background:url(BG.jpg) no-repeat 0 top;
margin:0 auto;
padding-left:10px;
padding-right:10px;
position:relative;
width:1000px;
}

div#pageHeader {
background:url(logo.png) no-repeat 14px 50px;
height:160px;	
text-indent:-99999px;
}

div#quickSummary p.p2 {
font-size:0.7em;	
padding-top:18px;	
text-transform:uppercase;
}

div#preamble h3 {
background:url(preamble_h3.png) no-repeat 14px top;
height: 18px;
margin-bottom: 12px;
}

div#explanation h3 {
background:url(explanation_h3.png) no-repeat 14px top;
height: 18px;
margin-bottom:12px;
}

div#participation h3 {
background:url(participation_h3.png) no-repeat 14px top;
height: 18px;
margin-bottom:12px;
}

div#benefits h3 {
background:url(benefits_h3.png) no-repeat 14px top;
height: 18px;	
margin-bottom:12px;
}

div#requirements h3 {
background:url(requirements_h3.png) no-repeat 14px top;
height: 18px;
margin-bottom:12px;
}

div#requirements,div#benefits,div#participation,div#explanation,div#preamble {
background:url(divider.png) no-repeat center bottom;
padding-bottom: 34px;
padding-top: 30px;
}

div#intro,div#supportingText {
background:url(left_col.png) repeat;
margin-left:43px;
width:370px;
}

div#linkList {
background:url(links_chip.png) no-repeat center top;
height:830px;
left: 777px;
padding:0;
position:absolute;
top: 982px;
width:229px;
margin-top: -60px;
margin-left: 0;
margin-right: 0;
}

div#linkList2 {
font-size:0.7em;
margin-left:50px;
margin-top:112px;
width:140px;
}

div#linkList ul {
margin:0;
padding:0;
}

#linkList a.c {
color: #f98321;
display:inline;
font-weight:400;
text-decoration:none;
text-transform:capitalize;
}

#linkList li a {
color: #fff;
text-decoration:none;
}

#lselect li {
border-bottom:1px solid #08312a;
line-height:16px;
padding:5px 0;
}

#lselect li a {
color:#fff;
display:block;
font-weight:700;
text-transform:uppercase;
text-decoration:none;
}

#larchives li,#lresources li {
color:#fff;
line-height:16px;
padding:1px 0;
}

p {
padding-left:14px;
padding-right:14px;
margin:0;
}

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

li {
display:block;
color:#fff;
text-decoration:none;
list-style-type:none;
}

h1,h3 {
margin:0;
text-indent:-99999px;
}

acronym {
border-bottom: none;
font-style: italic;
}

div#footer {
margin-top:40px;
text-align:center;
}

div#extraDiv1 {
background: url(base.jpg) no-repeat right top;
height: 500px;
margin-top: -500px;
margin-right: auto;
margin-left: auto;
width: 990px;
}



