/* Based on the Zen Garden submission 080 - 'Zen Pool',                  */
/* by Clinton Barth http://www.516media.com/                                 */
/* March 26, 2008 */


/* common styles
----------------------------------------------- */
body {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
background: #474747;
}


/* layout
----------------------------------------------- */
#container {
position: relative;
background: #9cf;
margin: 20px auto;
padding: 0px;
width: 750px;
border: 5px solid #fff;
}

#summary {
position: absolute;
top: 205px;
left: 0px;
width: 200px;
}

#section {
margin: 0px 0 0 192px;
width: 480px;
background: transparent;
}

#linkList {
position: absolute;
top: 350px;
left: 0px;
width: 200px;
}


/* header
----------------------------------------------- */
#pageHeader {
	height: 200px;
	margin: 0;
	border-bottom: 5px solid #fff;
}

#headerText {
    height: 50px;
    float: right;
    margin-right: 25px;
    margin-top: 120px;
    color:#335080
}

#pageHeader h1 {
/*	display: none;*/
	}

#pageHeader h2 {
/*	display: none;*/
	}



/* text
----------------------------------------------- */
p {
font-size: 12px;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

#summary p.p1 {
margin: 0;
padding: 40px 35px 25px 28px;
font-size: 14px;
}

#summary p.p2 {
margin-top: 48em;
padding: 30px 30px 20px 28px;
font-size: 11px;
}



/* headings
----------------------------------------------- */
#summary {
background: transparent top left no-repeat;
margin: 0px;
}


#intro h3 {
margin: 10px 0 0 0;
padding: 0;
width: 480px;
height: 25px;
/*border: 1px solid #fff;*/
}

#supportingText h3 {
margin: 10px 0 0 0;
padding: 0;
width: 480px;
height: 25px;
/*border: 1px solid #fff;*/
}

#linkList h3 {
height: 25px;
margin: 0px 0 0 0;
padding: 0px;
}

#section h3 {
/*background: transparent url(h3_preamble.jpg) no-repeat top left;*/
color: #F0A218;
background: #335080

}

#lselect h3 {
background: transparent url(h3_lselect.gif) no-repeat top left;
margin: 15px 0 0 5px;
}





/* lists
----------------------------------------------- */
#linkList ul {
font-size: 10px;
list-style: none;
margin: 2px 0 0 0px;
padding: 0 0 0 0;
}

#linkList ul li {
background: transparent;
margin: 0;
padding: 0 0 0 27px;
line-height: 20px;
color: #369;
font-size: 14px;
}

#linkList #lselect {
/*border-bottom: 1px solid #fff;*/
font-size: 14px;
padding-bottom: 25px;
}

#linkList #lfavorites {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}

#linkList #larchives {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}

#linkList #lresources {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}


#linkList #lselect a:link, #linkList #lselect a:visited { display: block; }

#linkList #lselect a.c:link, #linkList #lselect a.c:visited { display:inline; }


/* links
----------------------------------------------- */
a, a:link, a:visited {
color: #369;
text-decoration: underline;
font-weight: normal;
}

a:hover {
color: #fff;
text-decoration: none;
font-weight: normal;
}

#section h3 a, #section h3 a:link, #section h3 a:visited {
text-decoration: none;
font-weight: bold;
color:#F0A218
}

#section h3 a:hover {
font-weight: bold;
text-decoration: none;
color:#F0A218
}

#summary a, #summary a:link, #summary a:visited {
font-weight: bold;
text-decoration: underline;
color: #369;
}

#summary a:hover {
font-weight: bold;
text-decoration: none;
color: #fff;
}


#linkList a, #linkList a:link, #linkList a:visited {
color: #369;
font-weight: bold;
text-decoration: underline;
}

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

#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
color: #369;
text-decoration: none;
}

#linkList a.c:hover {
text-decoration: none;
color: #fff;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #fff;
font-size: 12px;
padding: 0 20px 0 0;
}

#footer a:hover {
text-decoration: none;
color: #9cf;
}



