/* Styles for Landmarks in Yale&#8217;s history
Yale University
3-27-06, version 10 (JHC)
8-23-06, version 11 (VV)
--------------------------------------------------------------- */

/* =Layout
------------------------------------------------------ */
body {
background-color: #0e4c92;
padding: 0;
margin: 0;
}

#header {
-border-top: 1px solid #fff;
background-color: #0e4c92;
height: 65px;
}

#header h1.landmarks {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
height: 65px;
margin: 0 0 0 25px;
text-indent: -5000px;
background: #0e4c92 url("../images/headline_history.gif") no-repeat;
}

#footer {
clear: both;
padding: 5px 0;
background-color: #0e4c92;
} 

#footer img#logo-screen {
display: block;
border: none;
float: left;
margin-left: 15px;
margin-top: 7px;
}

#footer img#logo-print {
display: none;
}

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
line-height: 14px;
color: #eee; 
margin: 4px 10px 10px 220px;
}



#outer-wrap {
	background-color: #FAFAE8;
	margin: 0px;
	padding: 0px;
}

#inner-wrap {
	background-color: #FAFAE8;
	background-image: url('../images/years.gif');
	background-repeat: no-repeat;
	background-position: 4px 30px;
	width: 768px;
	height: 431px;
	margin: 0px;
	padding: 0px;
}




/* NAV */

#timeline-nav {
	position: relative;
	background-color: #CACAB8;
	background-image: url('../images/timeline.gif');
	background-repeat: no-repeat;
	width: 768px;
	height: 33px;
	margin: 0px;
	padding: 0px;
}

#timeline-imagemap {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 52px;
	width: 640px;
	height: 33px;
}

#timeline-layout {
	position: relative;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
}

#timeline-previous {
	float: left;
	margin: 6px 0px 0px 5px;
	padding: 0px;
}

#timeline-next {
	float: right;
	margin: 6px 5px 0px 0px;
	padding: 0px;
}


/* CONTENT */

#timeline-image {
	position: absolute;
	top: 0px;
	left: 0px;
}

#timeline-text {
	position: absolute;
	top: 25px;
	left: 456px;
	width: 300px;
}

#timeline-text .year {
	margin-bottom: 5px;
}

#timeline-text i {
}


/* FOOTER */

#footer {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}


