@charset "UTF-8";
/* CSS Document */

/* Stuff I've added since going online */

.offsetnav {
margin-left:36px;
}
.timetable {
width:676px;
}
.timetable td {
width:48px;
}
.timetable td:hover {
background-color:#000000;
}
.newsitem-thumbnail-even, .newsitem-thumbnail-odd, .inv_thumbnail {
position:relative;
float:left;
}

.newsitem-thumbnail-even img, .newsitem-thumbnail-odd img, .inv_thumbnail img {
border:1px #000000 solid;
margin-top:0px;
margin-right:24px;
}

/* Original Stuff */
body {
	font-family: Helvetica, Arial;
	font-size: 13px;
	line-height: 138%;
	background-image: url(../images/static3.gif);
	background-color: #000000;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#centeredColumn {
	position:absolute;
	top:0;
	left:50%;
	margin:0;
	margin-left:-475px;
	background-color: #000000;
	width: 950px;
	color: #000000;
	border-left: #000000 2px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
}
#mainContent {
	width: 750px;
	position: relative;
	float: left;
	clear: left;
	background-color:#FFFFFF;
}
#centeredColumn a:link, #mainContent a:visited {
	color:#FF5800;
}
#centeredColumn a:hover, #mainContent a:active {
	color:#FF5800;
	text-decoration:none;
}
#mainContent p, h1, h2, h3, h4, h5, h6, img, form, table {
	margin-left:36px;
	margin-right:36px;
}
#mainContent h1, h2, h3, h4, h5, h6 {
	margin-top:36px;
	margin-bottom:8px;
	background-color:#FF9900;
}
#mainContent p {
	margin-bottom:18px;
	margin-top:0px;
}
#breadCrumbs {
	position: relative;
	float: left;
	clear: both;
	width: 950px;
	height: 36px;
	background-color: #000000;
	background-image:url(../images/barFade.png);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	text-indent: 18px;
	color:#FFFFFF;
}
#breadCrumbs a:link, #breadCrumbs a:visited {
	color:#dddddd;
}
#headBanner {
	position: relative;
	float: left;
	width: 950px;
	height: 144px;
	background-color: #FF9900;
	top:0;
	left:0;
	text-align:left;
	background-image:url(../images/fade2White.png);
	background-repeat:repeat-x;
}
#rightMenu {
	position: relative;
	width: 200px;
	display: block;
	clear: none;
	float: right;
	margin: 0px;
	padding: 0px;
	background-color:#FF9900;
}
#footerDIV {
	clear: both;
	float: left;
	width: 950px;
	height:36px;
	line-height:12px;
	position: relative;
	text-align: center;
	background-color:#FF9900;
}
#footerDIV a:link, #footerDIV a:visited, #footerDIV a:hover, #footerDIV a:active {
	color:#FFFFFF;
}
#rightMenu a:link, #rightMenu a:visited {
	display:block;
	position:relative;
	float:left;
	clear:left;
	height:24px;
	line-height:26px;
	width:200px;
	background-color:#FF9900;
	color:#000000;
	text-decoration:none;
	text-indent:12px;
}
#rightMenu a:hover, #rightMenu a:active {
	background-color:#FDC679;
}
#headSearch {
	position:absolute;
	z-index:111;
	top:60px;
	right:36px;
}
#headSearch input {
	padding:3px;
}

/*Stuff Silva Needs*/


/* ________________________________________________________ alignments _____ */

.image-left {
text-align: left;
}

.align-center, .image-center {
text-align: center;
}

.align-right, .image-right {
text-align: right;
}

.float-left {
float: left;
margin-right: 1em;
clear: none;
}

.float-right {
float: right;
margin-left: 1em;
clear: none;
}
/* __________________________________________ silva specific typography _____ */

p.lead {
font-weight: bold;
}

p.annotation {
font-style: italic;
}

div.citation {
margin: 1em 3em;
padding: 0.4em 2em 1.2em 2em;
border: 1px solid #426061;
color: #426061;
background-color: #f4f3db;
font-size: 110%;
}
div.citation p {
margin: 0.5em 0em;
}
div.citation p.author {
margin-bottom: 0;
font-size: 90%;
font-weight: bold;
}
div.citation p.source {
margin-top: 0;
margin-bottom: 0;
font-size: 90%;
}

span.underline {
text-decoration: underline;
}

/* __________________________________________________ silva list styles _____ */

ul.disc {
list-style-type: disc;
}

ul.square {
list-style-type: square;
}

ul.circle {
list-style-type: circle;
}

ul.nobullet {
list-style-type: none;
}

ol.decimal {
list-style-type: decimal;
}

ol.upper-roman {
list-style-type: upper-roman;
}

ol.lower-roman {
list-style-type: lower-roman;
}

ol.upper-alpha {
list-style-type: upper-alpha;
}

ol.lower-alpha {
list-style-type: lower-alpha;
}

ul.toc-list {
margin:0;
line-height:130%;
}