* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url(graphics/gradient.jpg);  
	background-repeat: repeat-x;
	background-color: black;
}
a {
	color: #d69533;	
}
a:hover {
	color: #FBBA04;	
}

h1 span{
	display: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #7184c3;
	margin-top: 15px;
}

i.alt   {
        font-style: italic;
        color: orange;
}	
/* ---------------- Container  -----------------*/

#container {
	width: 720px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	background-image: url(graphics/still2.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	background-color: black;
}

/* ---------------- Page Header   -----------------*/
#pageHeader {
	margin-left: 265px;
	height: 130px;
}
#pageHeader h1 {
	height: 50px;
	background-image: url(graphics/title1.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 70px;
	width: 520px;
	border-bottom: 2px solid #804c00;
}
#pageHeader h2 {
	height: 50px;
	background-image: url(graphics/title3.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 55px;
	width: 350px;
}

/* ---------------- Quick summary   -----------------*/

#quickSummary {
	position: relative;
	top: 400px /* 360px */;
	width: 250px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #d6e0f5;
	text-align: right;
	left: 30px;
	opacity: 0.6; filter: alpha(opacity=60);
	background-color: /* #333333; */
	padding: 5px;
}

/* ---------------- Preamble   -----------------*/

#preamble {
	width: 650px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	margin-top: 10px;
	padding: 2px;
	color: #bfb3b3;
	position:relative;
	top: -120px;
}
#preamble h3{
	margin: 0;
	padding: 0;
}
#preamble .p1 {
	padding: 0;
	margin: 5px 0 0 0;
}

.p1,.p2,.p3,.p4,.p5 {
	margin-top: 8px;
	text-align: justify;
}
.p5 {
	padding: 10px;
	background: #190101;
	margin-top: 20px;
}




/* ---------------- Supporting text   -----------------*/

#supportingText {
	margin-left: 310px;
	color: #bfb3b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	width: 400px;
	padding-left: 2px;
	position: relative;
	top: -110px /* -80px */;
}
.p1,.p2,.p3,.p4,.p5 {
	margin-top: 8px;
}

.p2outdent {
	margin-left: -250px;
	margin-top: 20px; /* was 105px */
	text-align: justify;
}

.p3outdent {
	margin-left: -250px;
	margin-top: 8px;
	text-align: justify;
}

.p4outdent {
	margin-left: -220px;
	margin-top: 20px; /* was 8px */
	text-align: justify;
}

.p5outdent {
	margin-left: -175px;
	margin-top: 108px; /* was 8px */
	text-align: justify;
}

.p5 {
	padding: 10px;
	background: #190101;
	margin-top: 20px;
}

#scienceBox {
	position: relative;
	top: 15px;
	left: -150px;
	height: 253px;
	width: 570px;
	float: bottom;
}

#pictureBox {
	position: relative;
	top: 5px;
	left: -140px;
	height: 400px;
	width: 200px;
	bottom: 15px;
	float: left /* bottom */;
	border: solid red 1px;
}

#science h3 {
	top: 10px; /*  was 100px */
	position: relative;
	left: -250px;
}

#science h4 {
	top: 5px; /*  was 100px */
	position: relative;
	left: -250px;
}

#visit h3 {
	position: relative;
	left: -250px;
}

.cap {
	font-style: italic;
	margin-left: -250px;
	margin-top: 8px;
	font-size: 1.00em;
}

i.alt   {
        font-style: italic;
        color: orange;
}


/* ---------------- LinkList  -----------------*/

#linkList {
	position:  absolute; 
	left: 722px;
	top: 96px;
	width: 252px;
	height: 1100px;
	background-position: 0px 0px;
}
#linkList2 {
	color: #008fb2;
	margin-left: 15px;
}
.select {
	padding-bottom: 5px;
	color: #cc7a00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.indent {
        text-indent: 20px;
        color: white;
}

.indent2 {
        text-indent: 30px;
}

#lselect ul {
	list-style-type: none;
}
#lselect ul li {
	display: block;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 19px;
}
#lselect ul li a{
	display: block;
	font-weight: bold;
	color: #adb9e1;
	text-decoration: none;
	line-height: 12px;
}
#lselect ul li a:hover{
	color: #7184c3;
}
#lselect ul li a.c {
	color: #7184c3;
	display: inline;
	font-weight: bold;
}
#lselect ul li a.c:hover {
	color: #7184c3;
	text-decoration: underline;
}

/* ---------------- Archives -----------------*/
.here {
        color: #adb9e1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight: bold;
}

#lselect h4.here {
        color: #adb9e1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        font-weight: bold;
}

#lselect h4.here:hover {
        color: #7184c3;
}

#lselect h4.here:before {
        content: url('graphics/point2.gif');
        margin-left: -17px;
}


.archives {
	padding-bottom: 5px;
	color: #cc7a00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#larchives  {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#larchives ul {
    list-style-type: none;
}
#larchives ul li {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 30px;
	line-height: 9px;
	}
#larchives ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#larchives ul li a:hover{
	color: #7184c3;
}

/* ---------------- Resources  -----------------*/

.resources {
	margin-top: 20px;
	padding-bottom: 5px;
	color: #cc7a00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(select.gif);
	background-repeat: no-repeat;
	background-position: 0.4px 0.2em;
	text-indent: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#lresources   {
	margin-top: 15px;
}
#lresources ul {
	width: 180px;
	list-style-type: none;
}
#lresources ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height: 9px;

}
#lresources ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#lresources ul li a:hover{
	color: #7184c3;
}

/* ---------------- Footer  -----------------*/

#footer {
	position: absolute;
	margin-top: 34px;
	padding: 10px;
	color: #d6e0f5;  
	background-color: #333333;
	opacity: 0.6; filter: alpha(opacity=60);
	font-style: italic;
	width: 500px;
	left: -120px;
}
#footer a{
	color: #d6e0f5;
}
#extraDiv1{
	/* background-image: url('graphics/wiynLOGOinvertGray_copySM.gif'); */
	background-image: url('graphics/wiynlogo.png'); 
	background-repeat: no-repeat;
	opacity: 0.3; filter: alpha(opacity=30);
	height: 145px;
	width: 145px;
	background-color: inherit;
	left: 30px;
	position: relative;
	top: 80px;
}

/* ---------------- Search Box  -----------------*/

#searchBox {
	background-color: transparent;
	position: relative;
	top: 70px;
	left: 10px;
	height: 28px;
	width: 226px;
	z-index=+1;
}


/* ---------------- FB and Twitter icons ---------*/

#FB {
	position: relative;
	top: 80px;
	left: 50px;
	z-index=+1;
	height: 40px;
	width: 80px;
}

#TW {
	position: relative;
	top: 37px;
	left: 88px;
	z-index=+1;
	height: 40px;
	width: 80px;
}

