/* Susan Litton, IMD 210A, Winter Quarter, Art Institute of Atlanta */

/****************************************** main structures ***************************************/

/*  Most divs have borders that have been commented out but were left in the document for trouble-shooting. */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, arial, helvetica, sans-serif;
	font-size:11px;
	background-color:#000000;
	}

#container { 
	/*border:5px white solid;*/
	position:absolute;
	top:350px;
	width:760px;
	background:url(images/parchmentmid.gif) repeat-y center;
	left:50%;
	margin-left:-380px;
	}

/*************************************** secondary structures ******************************************/

#extraDiv1 {
	/*border:5px pink dashed;*/
	position:relative;
	top:0px;
	left:50%;
	margin:0px;
	padding-top:0px;
	margin-left:-380px;
	width:760px;
	height:350px;
	background: url(images/topbanner.jpg) no-repeat center top;
	z-index:10;  /* This z-index is unnecessary in most browsers but was added as a precaution for any browsers that might push this div up higher on the page. */
	}

#supportingText {
	margin-top:0px;
	padding-top:0px;
	}

/******************************************** intro divs *******************************************/

#pageHeader {
	display:none;
	}

#quickSummary {
	/*border:4px green dotted;*/
	margin-top:20px;
	margin-left:80px;
	width:300px;
	text-align:center;
	}

#quickSummary p.p1 {
	font-size:13px;
	line-height:20px;
	font-style:italic;
	color:#AD572C;
	}
	
#preamble {
	/*border:4px green dotted;*/
	margin-top:0px;
	margin-left:80px;
	width:300px;
	text-align:left;
	}
	
#preamble h3 {
	background:url(images/titleroad.gif) no-repeat left top;
	height:80px;
	margin-top:40px;
	}
	
#preamble h3 span {
	display:none;
	}

/************************************* supportingText divs *****************************************/

#explanation {
	/*border:4px blue dotted;*/
	padding-top:0px;
	margin-top:70px;
	margin-left:200px;
	margin-right:170px;
	}
	
#explanation h3 {
	background:url(images/titlesowhat.gif) no-repeat left top;
	margin-left:-130px;
	height:139px;
	}
	
#explanation h3 span {
	display:none;
	}
	
#explanation p.p1 {
	margin-top:-30px;
	}

#participation {
	/*border:4px blue dotted;*/
	width:530px;
	padding-top:0px;
	margin-top:15px;
	margin-left:150px;
	}
	
#participation h3 {
	background: url(images/titleparticipation.gif) no-repeat right top;
	height:83px;
	}
	
#participation h3 span {
	display:none;
	}

#benefits {
	/*border:4px blue dotted;*/
	margin-top:65px;
	margin-left:40px;
	background:url(images/waterlillycutouttoright.gif) no-repeat 100px 20px;	
	}
	
#benefits h3 {
	background:url(images/titlebenefits.gif) no-repeat 300px 0px;
	height:24px;
	}
	
#benefits h3 span {
	display:none;
	}
	
#benefits p {
	margin-left:300px;
	margin-right:210px;
	}
	
#requirements {
	/*border:4px blue dotted;*/
	margin-top:60px;
	margin-left:150px;
	margin-right:120px;
	}
	
#requirements h3 {
	background:url(images/titlerequirements.gif) no-repeat left top;
	height:28px;
	}
	
#requirements h3 span {
	display:none;
	}
	
#requirements p.p5 {
	text-align:center;
	font-style:italic;
	color:#AD572C;
	}

#footer {
	/*border:4px blue dotted;*/
	margin-top:-150px;
	text-align:center;
	height:283px;
	background: url(images/parchmentbot.gif) no-repeat center top;
	}
	
#footer a {
	position:relative;
	top:150px;
	}

/****************************************** all linkList stuff *****************************************/

#linkList {
	/*border:2px purple dashed;*/
	position:absolute;
	top:0px;
	left:400px;
	background: url(images/linkbg.jpg) no-repeat top left;
	width:430px;
	height:600px;
	color:#F9F0C7;
	}
	
#linkList ul {
	position:relative;
	left:-20px;
	list-style:none;
	font-size:9px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#linkList2 {
	/*border:2px aqua dotted;*/
	position:relative;
	top:0px;
	width:430px;
	text-align:center;
	font-weight:bold;
	}
	
#linkList2 h3 span {
	display:none;
	}
	
#linkList2 a:link {
	color:#F9F0C7;
	text-decoration:none;
	}
	
#linkList2 a:visited {
	color:#F9E36B;
	text-decoration:line-through;
	}

#linkList2 a:hover {
	color:#333;
	text-decoration:none;
	}

/*************************************** innermost linklist divs *********************************/

#lresources {
	/*border:2px green dashed;*/
	position:absolute;
	top:7px;
	left:10px;
	width:250px;
	height:80px;
	margin-top:48px;
	}

#larchives {
	/*border:2px red dashed;*/
	position:absolute;
	top:132px;
	left:40px;
	width:250px;
	height:40px;
	margin-top:38px;
	}
	
#lselect {
	/*border:2px blue dashed;*/
	width:250px;
	position:absolute;
	top:220px;
	left:30px;
	margin-top:90px;
	}
	
#lselect a {
	font-variant:small-caps;
	font-size:12px;
	letter-spacing:0.3em;
	font-weight:bold;
	display:block;
	}
		
#lselect a.c {
	font-size:9px;
	font-variant:normal;
	letter-spacing:normal;
	display:inline;
	}
	
/********************************** element styles ***************************************************/

a:link {
	color:#AD572C;
	}
	
a:hover {
	color:#0F77A8;
	text-decoration:none;
	}
	
a:visited {
	text-decoration:line-through;
	color:#1D3A23;
	}

acronym {
	border:none;
	}
	


