/*Edit body here*/
BODY {
		background-image:none;
		background-repeat:repeat-x;
		background-color:gray;
		font-family:Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif; 
		font-size:11px;
		color:#555;
		border-style:solid; border:thin; border-color:#888;}
		

/*Format paragraph elements here*/
P { font-size:11px; font-family: #555 Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif; }


/*Format specific headings here*/
H1 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size:18px;
	color:#633}

H2 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#555;}
	
H3 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#333;}
	
.header {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

		
/*Edit link formatting here*/
A:link 		{ color:black; text-decoration:underline; }
A:visited 	{ color:black; text-decoration:underline; }
A:active 	{ color:black; text-decoration:underline; }
A:hover 	{ color:grey; text-decoration:underline; }

A.rightnav:link 		{ color:black; text-decoration:underline; }
A.rightnav:visited 	{ color:black; size:16px; text-decoration:underline; }
A.rightnav:active 	{ color:black; size:16px; text-decoration:underline; }
A.rightnav:hover 	{ color:grey; size:16px; text-decoration:underline; }

A.nounderline {
	text-decoration:none;
}

	
/*Edit table formatting here*/
TH { font: 12px Arial #555, Arial, Helvetica, sans-serif; }


/*Edit table cell formatting here*/
TD { font: 11px Arial #555, "Trebuchet MS", Helvetica, Tahoma, sans-serif; vertical-align:middle}

/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #436d9c;
}

.topnavigationgroup {
	margin: 0px;
	float: left;
	padding-left: 0px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}


/*Edit table elements here*/
table#auto {
	color:#555;
    background-color:#FFFFFF;
    border: none;
    width: auto; }

table#auto td {
	color:#555;
    padding: 5px;
    border: solid #333 1px; }

.data {
    color: #000000;
    text-align: center;
    background-color:#E0E0E0; }

.data2 {
	text-align: left;
	vertical-align:text-top; }

.toprow {
    font-style:italic;
	font-weight: bold;
    text-align: center;
    background-color: #E7E7E7; }

.leftcol {
    font-weight: bold;
    text-align: right;
    width:auto;
    background-color:#999; }
	
	
/*Format divs here*/
/*This controls the layout divs*/
#container
{
width:730px;
margin-left:auto;
margin-right:auto;
background-color:white;
color: #555;
border: none;
line-height: 120%;
}

#umassbanner
{
width: 730px;
padding: 0;
}

#toppicture
{
margin: 0 280 0 0;
padding: inherit;
width: 730px;
height:120px;
background-color: gray;
color: white;
border-bottom: 1px solid gray;
}

#topbreak
{
margin:auto;
padding:inherit;
background-color:white;
color: white;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 10px;
margin: 10px;
}

#hbartop1
{
padding: 0;
margin: 0;
width: 730px;
height: 20px;
border:none;
background-color:#036;
}

#topnav
{
padding: 0;
margin: 0;
width: 730px;
height: 30px;
border-bottom: 1px solid gray;
}

#hbartop2
{
padding: 0;
margin: 0;
width: 730px;
height: 5px;
border: none;
background-color:#036;
}

/*DO NOT EDIT these sections. jQuery Slider Plugin*/
			#jquerywrapper{
				padding-left:35px;
				border:none;
			}
			
			#featured{
				width:400px;
				padding-right:250px;
				position: relative;
				height:250px;
				background:#fff;
				border:5px solid #ccc;
			}
			
			#featured ul.ui-tabs-nav{
				position:absolute;
				top:0; left:400px;
				list-style:none;
				padding:0; margin:0;
				width:250px;
			}
			#featured ul.ui-tabs-nav li{
				padding:1px 0; padding-left:13px;
				font-size:12px;
				color:#666;
			}
			#featured ul.ui-tabs-nav li span{
				font-size:11px; font-family:Verdana;
				line-height:18px;
			}
			
			#featured .ui-tabs-panel{
				width:400px; height:250px;
				background:#999; position:relative;
					overflow:hidden;
			}
			#featured .ui-tabs-hide{
				display:none;
			}
			
			#featured li.ui-tabs-nav-item a{/*On Hover Style*/
				display:block;
				height:60px;
				color:#333;  background:#fff;
				line-height:20px;
				norder:none;
			}
			#featured li.ui-tabs-nav-item a:hover{
				background:#f2f2f2;
			}
			#featured li.ui-tabs-selected{ /*Selected tab style*/
				background:url('images/selected-item.gif') top left no-repeat;
			}
			#featured ul.ui-tabs-nav li.ui-tabs-selected a{
				background:#ccc;
			}
			
			#featured ul.ui-tabs-nav li img{
				float:left; margin:2px 5px;
				background:#fff;
				padding:2px;
				border:1px solid #eee;
			}
			
			#featured .ui-tabs-panel .info{
				position:absolute;
				top:180px; left:0;
				height:70px; width: 400px;
				background: url('images/transparent-bg.png');
			}
			#featured .info h2{
				font-size:18px; font-family:Georgia, serif;
				color:#fff; padding:5px; margin:0;
				overflow:hidden;
			}
			#featured .info p{
				margin:0 5px;
				font-family:Verdana; font-size:11px;
				line-height:15px; color:#f0f0f0;
			}
			#featured .info a{
				text-decoration:none;
				color:#fff;
			}
			#featured .info a:hover{
				text-decoration:underline;
			}
/*END of non-editable regions*/


#rightnav
{
float: right;
width: 140px;
margin-top:20px;
margin-right:15px;
padding-right:inherit;
padding-top: 1em;
}

#content
{
margin: 25 120 0 0;
border: none;
padding-top: 20px;
padding-left: 35px;
padding-right: 165px;
padding-bottom: 20px;
text-align:justify;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: white;
border-top: 1px solid #CCC;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


