/* Ben Griffiths*/
/*CSS Zen Garden Submission - Intersection */


/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body { 
	font:Arial;
	color: #403C19;
	background: #FEFFEF url(bottombg800.jpg) left bottom no-repeat;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}

p { 
	padding: 0px;
	font: 8pt Arial; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align:justify;
	line-height:1.5em;
	}

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

h3 { 
	font: bold 12pt Georgia;
	margin-bottom: 0px; 
	color: #CE8523;
	padding-bottom: 0px;
	}

#supportingText h3 span,
#preamble h3 span {
	padding-bottom: 4px;
	margin-left: 0px;
	}

#linkList h3 span {
	padding-bottom: 4px;
	margin-left: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #403C19;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: line-through; 
	color: #403C19;
	}

a:hover, a:active { 
	text-decoration:underline;
	color: #CE8523;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #DFDDCC;
	}
/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
#container { 
	background:url(signbg800.jpg) right top no-repeat; 
	background-color:#transparent;
	width: 800px;
	text-align: left;
	float: right;
	}

#pageHeader { 
	background: #transparent; 
	width: 542px;
	height: 250px;
	float: left;
	}

#quickSummary { 
	background: #transparent; 
	width: 258px;
	height: 250px;
	float: left;
	}

#preamble {
	padding: 10px 5px 25px 5px;
	width: 462px;
	background: #transparent; 
	float:left;
	background:url(tilda.gif) bottom center no-repeat;
	}

#supportingText {
	padding: 10px 5px;
	width: 462px;
	float: left;
	background: #transparent; 
	}

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

#linkList {
	width: 200px;
	font: 8pt Arial; 
	position: absolute;
	margin-left: 471px;
	margin-top:160px;
	padding: 0px;
	float: left;
	top:100px;
	clear:both;
	background: #transparent; 
	}

#footer {
	text-align: center;
	font: bold 8pt Arial;
	text-transform:uppercase;
	padding: 0px;
	margin-top: 0px;
	border-top: 3px dotted #403C19; 
	}

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

#linkList a:link { 
	font-weight:normal; 
	text-decoration: none; 
	color: #403C19;
	}

#linkList a:visited { 
	font-weight: bold; 
	text-decoration: line-through; 
	color: #403C19;
	}

#linkList a:hover, a:active { 
	text-decoration:underline;
	color: #CE8523;
	}
	
#linkList h3 {
	font-size: 8pt;
	padding: 3px 3px 3px 1px;
	color: #403C19;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
#lselect,#larchives {
	padding: 0px 15px 30px 15px;
	margin: 0px;
	background: url(tilda25.gif) no-repeat bottom center;
	}
	
#lresources {
	padding: 0px 15px 30px 15px;
	margin: 0px;
	background:none;
	}

#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;
	}

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

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

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

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

#quickSummary p.p2 {
	text-align: left;
	color: #FEFFEF;
	font: 8pt Arial;
	width: 120px;
	padding: 4px 0px 0px 15px;
	}