/*
  style.css

  Version: $Revision: 1.15 $
 
  Date: $Date: 2006/07/27 22:54:53 $
 
  Copyright (c) 2002-2005, Hewlett-Packard Company and Massachusetts
  Institute of Technology.  All rights reserved.
 
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
 
  - Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
 
  - Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
 
  - Neither the name of the Hewlett-Packard Company nor the name of the
  Massachusetts Institute of Technology nor the names of their
  contributors may be used to endorse or promote products derived from
  this software without specific prior written permission.
 
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  DAMAGE.
*/

/* NEW ONE HERE */

/* dspace specific */
#ds-trail li
{
	color:inherit;
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-decoration:none;
}

li.ds-trail-link 
{
	overflow: hidden;
	display: inline;
/*	background-image: url("../images/trail.bmp"); */
	background-repeat: no-repeat;
	background-position: 0% 60%;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-top:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: 200;
	max-width: 400px;
	line-height: 20px;
	
}

li.first-link 
{
	list-style: none;
	background-image: none;
	padding-left: 0;
	
}
/* end dspace specific */


/****************************************
 * General Formatting
 ****************************************/


/****************************************
 * Skip Navigation Container
 ****************************************/

#skipnav {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
#skipnav hr {
	display: none;
}

/****************************************
 * Branding Bar
 ****************************************/

#identity {
	background-color: #7d110c;
	color: #fff;
	font-size: 0.8em; /* 10px */
	height: 44px;
	line-height: 1em; /* 10px */
	width: auto;
}
#identity a {
	color: #fff;
	text-decoration: underline;
}
#identity hr {
	display: none;
}
#identity #signature {
	height: 44px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}
#identity #signature a.iu {
	background: url(../images/iu_crimson.gif) no-repeat 20px 0;
	display: block;
	height: 44px;
	left: -20px;
	position: relative;
	top: 0;
	width: 250px;
}
#identity #signature a.iu img {
	display: none;
}

/* PLEASE NOTE: The rest of the styles in this section ("Branding Bar")
   can be removed if the optional search function will not be used. */

/* Search Form */

#identity form {
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
#identity fieldset {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

/* Fieldset 1 */

#identity fieldset#set1 {
	left: 0;
	position: relative;
	top: 17px;
}
#identity ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#identity li {
	float: left;
	margin: 0 10px 0 0; 
}
#identity input#search1, #identity input#search2 {
	left: 0;
	float: left;
	height: 13px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
	width: 13px;
}

/* Fieldset 2 */

#identity fieldset#set2 {
	left: 2px;
	position: relative;
	top: 12px;
}
#identity #searchtxt {
	border: 1px solid #c59d9a;
	color: #616364;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em; /* 10px */
	height: 1.500em; /* 15px */
	line-height: 1.100em; /* 11px */
	margin: 0 6px 0 0;
	min-height: 13px;
	padding: 2px 4px 0 4px;
	width: 9.300em; /* 93px */
}
#identity #go {
	margin: 1px 0 0 0;
}


/****************************************
 * Footer
 ****************************************/

#footer {
	margin: 15px 0 0 0;
	width: auto;
}
#footer hr {
	display: none;
}
#footer #copyright {
	font-size: 0.8em; /* 11px */
	line-height: 1.364em; /* 15px */
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 760px;
}
#footer #copyright a {
	color: #900;
	text-decoration: none;
}
#footer #copyright a:hover {
	text-decoration: underline;
}
#footer #copyright p {
	margin: 0;
	padding: 7px 0 0 8px;
}
#footer #copyright #blockiu {
	background: url(blockiu_white.gif) no-repeat;
	display: block;
	float: left;
	height: 28px;
	left: -8px;
	position: relative;
	top: -7px;
	width: 22px;
}
#footer #copyright #blockiu img {
	display: none;
}	


/****************************************
 * Commented (Optional) Styles
 ****************************************/


/****************************************
 * Alternate White Branding Bar
 *
 * Uncomment this section to switch to a
 * multicolor (crimson and black) signature 
 * with a white background and bar.
 ****************************************

#identity {
	background-color: #fff;
	color: #000;
}
#identity a {
	color: #000;
}
#identity #signature a.iu {
	background: url(iu_white.gif) no-repeat 20px 0;
}
#identity #searchtxt {
	border: 1px solid #848484;
}

*/


/****************************************
 * Alternate White Footer
 *
 * Uncomment this section to switch to a
 * white block IU, text, and links in the
 * IU footer. This should only be used 
 * on pages with a black background 
 * color (HEX: #000000). 
 *
 * If your background color is IU crimson 
 * (HEX: #7d110c), change the image
 * referenced below 
 * to blockiu_crimson.gif.
 *
 * Otherwise, you should create a new
 * Web-optimized Block IU graphic from the 
 * Photoshop file (blockiu.psd).
 ****************************************

#footer {
	color: #fff;
}
#footer #copyright a {
	color: #fff;
	text-decoration: underline;
}
#footer #copyright #blockiu {
	background: url(blockiu_black.gif) no-repeat;
}

/****************************************
 * Now site specific css (above was IU branding css
 */
 
/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.5 (Jan 11, 2007)

Screen layout: */

/***** Body and main container *****/

body {
	margin:0 auto;
	padding:0;
	font:82% Arial, Helvetica, sans-serif;
	background:#4d4b4b url(../images/bg-gray.jpg) top center repeat-y;
	color:#000;
	clear: both;
}

#wrap {
/* background:#ffffff url(../images/left-col-bg.jpg) top left repeat-y;
*/
color:#000;
margin:0 auto;
width:900px;
position:relative;
background: white;
}


/***** Various tags *****/

a {
	text-decoration:none;
	font-weight:bold;
	color:#900;
	background-color:inherit;
	}

a:hover {
	text-decoration:underline;
	color:#900;
	background-color:inherit;
}

img {
	display:block;
}

a img {
border:0;
}

p {
margin:1em 0 1.4em 0;
}

th {
	text-align:left;
	font-weight:normal;
}

td {
	vertical-align:top;
}

caption {
	text-align:left;
	font-size:1.3em;
	margin:8px 0 8px 0;
	font-weight:bold;
	color:#232323;
}


.dashedtable td {
	border-bottom:1px dashed #555;
}




/***** Header *****/

#header-home {
position:relative;
margin:0;
padding:0;
height:190px;
background:#fff url(../images/header.jpg) 0 0 no-repeat;
}

#header-home #headerImage1, 
#header-home #headerImage2, 
#header-home #headerImage3, 
#header-home #headerImage4, 
#header-home #headerImage5, 
#header-home #headerImage6 {
	border:2px solid #000;
}

#header-home #headerImage1 {
	position:absolute;
	top:65px;
	left:68px;
}

#header-home #headerImage2 {
	position:absolute;
	top:65px;
	left:201px;
}

#header-home #headerImage3 {
	position:absolute;
	top:65px;
	left:335px;
}

#header-home #headerImage4 {
	position:absolute;
	top:65px;
	left:469px;
}

#header-home #headerImage5 {
	position:absolute;
	top:65px;
	left:607px;
}

#header-home #headerImage6 {
	position:absolute;
	top:65px;
	left:740px;
}

#header-level2 {
position:relative;
margin:0;
padding:0;
height:130px;
background:#fff url(../images/header_short.jpg) 0 0 no-repeat;
}

#header-level2 #headerImage1, 
#header-level2 #headerImage2, 
#header-level2 #headerImage3, 
#header-level2 #headerImage4, 
#header-level2 #headerImage5, 
#header-level2 #headerImage6 {
	border:1px solid #000;
}

#header-level2 #headerImage1 {
	position:absolute;
	top:60px;
	left:490px;
}

#header-level2 #headerImage2 {
	position:absolute;
	top:60px;
	left:558px;
}

#header-level2 #headerImage3 {
	position:absolute;
	top:60px;
	left:625px;
}

#header-level2 #headerImage4 {
	position:absolute;
	top:60px;
	left:693px;
}

#header-level2 #headerImage5 {
	position:absolute;
	top:60px;
	left:760px;
}

#header-level2 #headerImage6 {
	position:absolute;
	top:60px;
	left:828px;
}

#header-level-2
{
	background: #818853;
	width: 899px;
/*	height: 80px; */
	height: 120px;
}

#header-level-2 h1
{
	display: inline;
	position: relative;
	left: 30px;
	top: 20px;
	font-size: small;
}

#dlclogo {
	background: url(../images/dlclogo.gif) no-repeat;
	height: 120px;
	width: 120px;
	left: 0px;
	display: inline-block;
	position: relative;
}

#bannerpolitical {
	background: url(../images/bannerpolitical.gif) no-repeat;
	height: 63px;
	width: 387px; 
	right: 10px;
	position: absolute;
	top: 8px;
}

#header-title {
	display: inline; 
	font-size: 26px;
	font-style: bold;
	position: absolute;
	top: 25px;
	left: 10px;
}

#header-title a
{
	color: white;
}

#header-title a:hover
{
	text-decoration: none;
/*	background-color: #727A49; */
}



#header p {
width:400px;
float:right;
text-align:center;
margin:8px 0 0;
font-weight:bold;
line-height:1.3em;
}

#frontphoto {
margin:0;
border:0;
}

/***** Left sidebar *****/

#leftside 
{	
background: #818853;
clear:left;
float:left;
/* border-right:1px solid #000000; 


*/
/*
position:absolute;
left:0;
top:130px;
*/
width:199px;
margin:0 0 5px;
padding:0;
}

#leftside a
{
	color:white;
	padding-left: 0px;
}

/* shutoff the border around the advanced search form */
#ds-search-form fieldset
{
	border-style: none;
}

/* Scoot advanced search link 10 pixels over */
#ds-search-option a
{
	padding-left: 10px;
}

/* left menu bar head */

.ds-option-set-head
{
	color: black;
	background-color: #727A49;
	font-size: 1.3em;
	padding: 10px;
}

#leftside a:hover
{
	text-decoration: none;
	background-color: #727A49;
}


/*
#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}
*/

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}



/***** Right sidebar *****/

#extras {
float:right;
width:155px; /* 170 total */
margin:0 0 5px;
padding:10px 15px 10px 0;
line-height:1.4em;
}

#extras p, #extras ul {
margin:0 0 16px;
padding:0;
}

#extras p {
font-size:0.9em;
line-height:1.4em;
margin:0;
}

#extras li {
list-style:none;
line-height:1em;
margin:0 0 1em 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 8px;
padding:0;
}

#extras h3 {
color:#000;
background-color:inherit;
font-size:1em;
margin:0 0 8px;
padding:0;
}

#extras img {
margin:5px auto;
border:1px solid #b4b4b4;
padding:2px;
}

#givenowbtn {
	text-align:center;
	margin:5px auto;
}

/***** Main content *****/

#content {
margin:0 180px 5px 210px;
/* border-left:1px solid #e0e0e0; */
/* border-right:1px solid #e0e0e0; */
padding:10px 10px 0;
line-height:1.5em;
}

#contentwide {
/*width:670px; 690px total with padding*/
margin:0 0 5px 210px;
/* border-left:1px solid #f0f0f0; */
padding:10px 10px 0;
line-height:1.5em;
clear:none;
}

#contentwide2 {
margin:0 150px 5px 0;
border-right:1px solid #f0f0f0;
padding:10px 10px 0;
line-height:1.5em;
}

#content h2,#contentwide h2, #contentwide2 h2 {
font-size:1.5em;
margin:0 0 1.3em 0;
padding-bottom:3px;
border-bottom:5px solid #2d637f;
}

#content h3,#contentwide h3, #contentwide2 h3 {
font-size:1.3em;
margin:8px 0 8px 0;
color:#232323;
}

#content h4,#contentwide h4, #contentwide2 h4 {
font-size:1;
margin:8px 0 8px 0;
color:#000;
font-weight:bold;
}

#content h5,#contentwide h5, #contentwide2 h5 {
font-size:1;
margin:8px 0 8px 0;
color:#555;
font-weight:bold;
}

#content img,#contentwide img, #contentwide2 img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li, #contentwide2 li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/


.comment {
	background-color:#FFFF00 !important;
	font-weight:bold;
}

.clear {
	clear:both;
}

.people-row {
	float:left; /* so that the left floated images are cleared. can't use clear:left because it clears the left column as well. */
	width: 670px;
	margin-bottom:10px;
}

.people-row img {
	float:left;
	margin:0 10px 2px 0;
	background-color:#fff;
}

.people-row p {
	margin-top:0;
	margin-left:105px;
}

.photocredit-row {
	float:left; /* so that the left floated images are cleared. can't use clear:left because it clears the left column as well. */
	width: 670px;
	padding-bottom:10px;
	border-bottom:1px dotted #aaa;
	margin-bottom:10px;
	
}

.photocredit-row img {
	float:left;
	margin:0 10px 2px 0;
}

.photocredit-row p {
	margin-top:0;
}

.photocredit-row ul {
	margin-top:0;
	list-style:none;
}

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}

.plainlist, .plainlist li {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}

.toplink {
	float:right;
	padding-right:18px;
	background:#fff url(../images/arrow-red-up.gif) right 60% no-repeat;
}

/* ---------------------------------------------------------------------- */

#workshop-footer {
	clear:both; 
	color:#707070;
	font-size:x-small;
	padding-top:12px;
	padding-bottom:10px;
	background:#fff url(../images/blockiu_white.gif) 5px 50% no-repeat; 
	padding-left:40px; 
	border-top:1px solid #999;
	width: 859px;
}
	
#workshop-footer p {
	margin:0;
}

/*******************************
********  pagination  *********
*******************************/

div.pagination {
		position: relative;
		margin: 10px 20px 2px 20px;
}

div.pagination-masked {
		position: relative;
		margin: 10px 20px 10px 20px;
}

a.previous-page-link {
		position: absolute;
		left: 50px;
		bottom: 5px;
}

a.next-page-link {
		position: absolute;
		right: 50px;
		bottom: 5px;
}

p.pagination-info {
		position: relative;
		text-align: center;
		width: 50%;
		margin: 0 auto 5px auto;
}

ul.pagination-links {
		position: relative;
		text-align: center;
		width: 50%;
		margin: 0 auto 5px auto;
		padding: 0 0 0 0;
}

*.pagination-links li {
		list-style: none;
		display: inline;
		margin-right: 5px;
		font-weight: bolder;
		font-size: 90%;
}

/*******************************
******  Alphabet Lists  *******
*******************************/

ul.alphabet {
		text-align: center;
}

ul.alphabet li {
		list-style: none;
		display: inline;
		margin: 0 5px 0 5px;
		font-weight: bolder;
}

ul.alphabet a:hover {
		color: black;
}

/*******************************
******  Progress Lists  *******
*******************************/

ul.ds-progress-list {
		margin: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: center;
}

ul.ds-progress-list li {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: gray;
		overflow: hidden;
		display: inline;
		line-height: 20px;
}

ul.ds-progress-list li.current {
		color: black;
}

ul.ds-progress-list li.arrow {
		font-size: 200%;
		font-weight: bold;
		position: relative;
		top: 6px;
}

ul.ds-progress-list li.disabled.button input.ds-button-field {
	color: rgb(184,184,184);
}

/* errors */

span.error {
	display: block;
	font-size: 85%;
	color: red;
	background-color: inherit;
	margin: 0;
}


input.error,textarea.error,select.error {
	color: inherit;
	background-color: rgb(255, 245, 245);
	border-color: red;
}

/* shrink section titles */

h1.ds-div-head {
    font-size: medium !important;
}    

/* .ds-button-field {
    height: 12px;
}    
*/
.field-help {
	display: block;
	font-size: 80%;
	color: gray;
	background-color: inherit;
	text-align: left;
}

/* Row-level hierarchy */
form.ds-interactive-div li.ds-form-item {
	display: block;
	padding: 5px 0;
	width: 100%;
}

/* The composite field voodoo */
span.ds-composite-field {
	display: table-row;
	padding: 2px;
}

*.ds-composite-field.ds-composite-component {
	display: table-cell;
	text-align: left;
	width: auto;
	padding-right: 10px;
}

*.ds-composite-field input,*.ds-composite-field textarea,*.ds-composite-field select {
	margin-right: 5px;
	margin-bottom: -2px;
}

span.composite-help {
	display: block;
	font-size: 80%;
	color: gray;
	background-color: inherit;
	text-align: left;
}

/* space menu items */
#aspect_artifactbrowser_Navigation_list_browse ul {
		padding-left: 20px;
        margin-left: 0px;
        list-style-type: none;
}

/* #aspect_artifactbrowser_Navigation_list_browse li {
        padding-left: 0px; 
} */

/* keep labels together on item input */

label.ds-composite-component {
	display: block;
	float: left;
	padding: 0px 5px 0 0px;
	font-size: 80%;
	color: #990000;
	background-color: inherit;
	text-align: left;
}

/* browse results list */

ul.ds-artifact-list {
	list-style-type: none;
}

ul.ds-artifact-list li.odd
{
}

ul.ds-artifact-list li.even
{
	background-color: #cccccc;
}

ul.ds-simple-list {
	list-style-type:none;
}

table.ds-includeSet-table {
	width: 670px;
}

/* to fix the full record view spill over */

div.primary {
	overflow: auto;
}

/* item submission form fields */

input#aspect_submission_StepTransformer_field_dc_title
{
	width: 600px !important;
	height: 2em !important;
}

input#aspect_submission_StepTransformer_field_dc_relation
{
	width: 600px !important;
}

select#aspect_submission_StepTransformer_field_dc_subject
{
	width: 600px !important;
}

input#aspect_submission_StepTransformer_field_dc_publisher,
input#aspect_submission_StepTransformer_field_dc_identifier_citationpubloc,
input#aspect_submission_StepTransformer_field_dc_relation_ispartofseries,
textarea#aspect_submission_StepTransformer_field_dc_description_abstract,
input#aspect_submission_StepTransformer_field_dc_identifier_citationconference,
input#aspect_submission_StepTransformer_field_dc_identifier_citationconfloc,
input#aspect_submission_StepTransformer_field_dc_publisher_workingpaperseries,
input#aspect_submission_StepTransformer_field_dc_identifier_citationjournal,
input#aspect_submission_StepTransformer_field_dc_relation_ispartof
{
	width: 600px !important;
}

/* format the front page news */

p#file_news_clicksubmit,
p#file_news_aboutthecommons
{
	text-align: center;
	font-weight:bold;
	font-size: medium;
}


li#file_news_list1,
li#file_news_list2
{
	font-size: small;
	font-weight: normal !important;
}

h3#file_news_list1_head,
h3#file_news_list2_head
{
	font-size: medium;
	font-weight: normal !important;
}

/* handlebox */

div#handlebox 
{
	background-color:#818853;
	height: 1.5em;
	text-align: center;
	color: black;
	font-weight: bold;
}

div#handlebox a
{
	color: white;
}	

/* pdf link on the item page */
#pdflink
{
	line-height: 5em;
}

#otherlinks li 
{
	padding-bottom: 10px;
}

/* thesaurus front page */
#alphabetthes li
{
	display: inline;
	list-style-type: none;
}

/* simplemodal */

#simplemodal-overlay 
{
	background-color:#666;
}

#simplemodal-container 
{
	background-color:#FFF; border:8px solid #444; padding:12px;
}

#ris-shoppingcart-view, 
#ris-shoppingcart-export
{
	color: white;
	font-weight: bold;
	padding-left: 0px;	
	left: 415px;
	top: 95px;
	position: absolute;
	font-size: 1.3em;
}

#ris-shoppingcart-view:hover, 
#ris-shoppingcart-export:hover
{
	background-color: #727A49;
	cursor: pointer; 		
}

td.ris-shoppingcart-table
{
	vertical-align: middle; 
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	
}


#top-navigation a
{
	text-decoration: none;
	color: white;
}

#top-navigation a:hover
{
	text-decoration: none;
	background-color: #727A49;
}


#imageDBLink
{
	top: 95px;
	left: 221px;
	position: absolute;
	color: white;
	font-size: 1.3em;
	
}	


