@CHARSET "ISO-8859-1";

/*****************************************sty_reset below*************************************************/
/*
body, ul, li, a, p, td, tr, table, form {margin: 0px; padding: 0px;}
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*****************************************sty_reset above*************************************************/
/*****************************************sty_header_styles below*************************************************/
/* TODO: need to change the background of the header to be an image-gradient */
#header {/*background-color: #000033;*/ position: relative; width: 100%; background: url(images/header_gradient.gif) repeat-x;}

#headerimage {float: left; margin-left: 10px; margin-top: 10px; margin-bottom: 10px;}

#header_title {color: #ffffff; font-size: 45px; float: left; margin-left: 15px; margin-top: 6px; line-height: 1;}
#header_title .header_title_line_two {margin-left: 56px; margin-top: 8px; display: block;}


#headersearchbox {position: absolute; right: 7px; bottom: 7px; width: 250px;}
#headersearchbox a {color: #ffffff; font-size: 12px; text-decoration: none;}
#headersearchbox a:hover {color: #990000;}

#headersearchbox form {margin-top: 3px;}
/*#headersearchboxinner {width: 100%; position: relative; height: 34px; background-color: white;}*/
#headersearchboxinner {width: 100%; position: relative; height: 30px; background-color: white;}

/*input#searchbutton {border: 1px solid black; background-color: #ffffff; color: #ffffff; position: absolute; right: 3px; top: 3px;}*/
input#searchbutton {background-color: #ffffff; color: #ffffff; position: absolute; right: 3px; top: 3px;}
/* input#searchtextfield {width: 170px; border: 0px solid #ffffff; height: 24px; position: absolute; top: 4px; left: 3px; font-size: 16px; line-height: 24px; color: #d3d3d3;} changed to fix search field being too big */
input#searchtextfield {width: 170px; border: 0px solid #ffffff; height: 18px; position: absolute; top: 4px; left: 3px; font-size: 16px; line-height: 24px; color: #d3d3d3;}

/*****************************************sty_header_styles above*************************************************/
/* need to set font-face */
/*****************************************sty_content_styles below*************************************************/

h1 {color: #000033; font-size: 26px; text-align: center; margin-top: 26px; margin-bottom: 24px; font-family:Arial,Helvetica,Tahoma,sans-serif; clear: both;}
h2 {color: #000033; font-size: 20px; text-align: left; margin-top: 26px; margin-bottom: 24px; font-family:Arial,Helvetica,Tahoma,sans-serif; clear: both;}
h3 {color: #000033; font-size: 16px; text-align: left; margin-top: 26px; margin-bottom: 24px; font-family:Arial,Helvetica,Tahoma,sans-serif; clear: both;}
p {margin-top: 16px; margin-bottom: 16px;}
ul {list-style-type: disc;}
ul, ol {margin-left: 40px;}

td, th, p, dd, li {font: 14px Arial,Tahoma,Verdana,sans-serif; line-height:1.3;}
li {color: #363636;}
a {text-decoration:underline;}
a:link, a {color: #0057ae;}
a:visited {color: #232370;}
a:hover {color: #990000;}
a:active {color: #002851;}
em {font-style: italic;}

h2+p,h3+p,h4+p{margin-top:3px;}


DL{margin-bottom:16px;margin-top:16px;}
DT{font:bold 10pt Arial,Tahoma,Verdana,sans-serif;margin-top:3px;}
DD{margin-left:15px;}
/*.stocklist dd{margin-left:10px;}*/

/* table styles */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; margin-top: 13px;}
th {border: 1px solid black; font-weight: bold; text-align: left; padding: 5px; vertical-align: middle;}
td {color: #000000; border: 1px solid black; padding: 5px; text-align: left; vertical-align: top;}

p+table {margin-top: 0px;} /* table immediately following p tag has 0px margin top */

table.layout {margin: 0px; padding: 0px;}
table.layout th, table.layout td {margin: 0px; padding: 0px; border: 0; text-align: left;}
.table-nostyle{ border:none;margin-bottom:0;margin-top:0;background:none !important;}
.table-nostyle td{border:none;padding:0;}

/* image alignment styles */
img.border{display:block;padding:8px;border:solid;border-color:#dddddd #aaaaaa #aaaaaa #dddddd;border-width:1px 2px 2px 1px;background-color:white;}
.imageright {float: right; margin-bottom: 8px; margin-left: 8px;}
.imageleft {float: left; margin-bottom: 8px; margin-right: 8px;}

/* image gallery styles */
/* width = 3x photo width + 4x photo margin left */
/*.imagegallery {border-radius: 0px 0px 10px 10px; width: 565px; background: url(images/detail_image_gradient_middle.gif) left top repeat-x; margin-left: auto; margin-right: auto; padding-top: 2px;}*/
.imagegallery {border-radius: 0px 0px 10px 10px; width: 565px; margin-left: auto; margin-right: auto; padding-top: 2px;}

/* gallery nav */
.gallerynav p {text-align: center; font-size: 12px; padding: 0px; margin-left: 10px; margin-right: 10px; margin-top: 0px; margin-bottom: 13px;}
.gallerynav a {font-size: 14px; color: #000033; text-decoration: none; font-style: italic;}
.gallerynav a:hover {color: #990000;}
.gallerynav a.prev {float: left; margin-left: 10px;}
.gallerynav a.next {float: right; margin-right: 10px;}

.bottomgallerynav {width: 565px; margin-left: auto; margin-right: auto; margin-top: 13px;}
.bottomgallerynav p {margin-bottom: 0px;}

/* gallery home page */
.galleryhome_container {border-radius: 0px 0px 10px 10px; width: 650px; margin-left: auto; margin-right: auto; padding-top: 2px;}
.galleryhome {float: left; width: 140px; height: 140px; text-align: center; margin-left: 10px; margin-bottom: 10px; padding-left: 20px; padding-bottom: 20px;}
img.galleryhome{display:block;padding:8px;border:solid;border-color:#dddddd #aaaaaa #aaaaaa #dddddd;border-width:1px 4px 4px 1px;background-color:white;}

/* gallery image part */
.galleryphoto {float: left; width: 175px; height: 175px; text-align: center; margin-left: 10px; margin-bottom: 10px;}
.galleryphoto span {display: block; font-size: 12px; margin-top: 3px;}

/* lightbox nav */
.lightboxnav a {text-decoration:none;}
.lightboxnav a:hover {color: #990000;}
.lightboxnav a:active {color: #002851;}
.lightboxnav a:visited {color: #232370;}

/* single photo page */
.photodetail {text-align: center; padding-top: 24px; /*margin-top: 24px;*/ background: url(images/detail_image_gradient_middle.gif) left top repeat-x;} /* centers the image */
.photodetail ul {list-style-type: none; margin-left: auto; margin-right: auto; margin-top: 0px; width: 90%; margin-bottom: 6px;}
.photodetail li {display: inline; float: left; width: 24%; text-align: center;}
.photodetail li.firstli {text-align: left;}
.photodetail li.fourthli {text-align: right; width: 28%;}
.photodetail li a {text-decoration: none; color: #232370;}
.photodetail li a:hover {color: #990000;}
.photodetail .horizontalline {width: 86%; margin-left: auto; margin-right: auto; border-bottom: 1px solid #000033;}

.photodetail input {border: 0px; background-color: transparent; color: #232370; font: 14px Arial,Tahoma,Verdana,sans-serif;}
.photodetail input:hover {color: #990000; cursor: pointer;}

.photodetail img {margin-bottom: 35px;}
.photodetail p.copyright {font-size: 11px; width: 86%; margin-left: auto; margin-right: auto; text-align: center; padding-bottom: 40px; margin-bottom: 0px;}

p.imageinfo {text-align: left; margin-left: 25px; margin-top: 7px;}

p.keywords {font-size: 11px; width: 86%; margin-left: auto; margin-right: auto; text-align: center; padding-bottom: 40px; margin-bottom: 0px;}

/* homepage styles */
/*  body.homepage h1 {color: #ffffff; font-style: italic; font-size: 26px; text-align: center; margin-top: 20px; margin-bottom: 35px;} */
body.homepage h1 {color: #ffffff; font-style: italic; font-size: 26px; text-align: center; margin-top: 20px; margin-bottom: 35px;}
#homepage_collage {margin-left: 15px; margin-right: 15px; margin-bottom: 70px;}
#homepage_collage .collage_left {width: 100px; margin-right: 5px; float: left;}
#homepage_collage .collage_left img {float: left; margin-bottom: 5px;}

#homepage_collage .collage_center {width: 600px; float: left;}

#homepage_collage .collage_right {width: 100px; margin-left: 5px; float: left;}
#homepage_collage .collage_right img {float: left; margin-bottom: 5px;}
/*****************************************sty_content_styles above*************************************************/

/*****************************************sty_pageshell below*************************************************/
body {background-color: #b9b9b9;}
#pagecontainer {background-color: #ffffff; width: 840px; margin-left: auto; margin-right: auto; border: 1px solid #000000; border-radius: 0px 0px 10px 10px;}

#contentarea {width: 100%; padding-bottom: 20px;}


#maincontent {margin-bottom: 20px;}

/* styles applying to two column layout */
#contentarea.twocol #maincontent {float: left; width: 600px; margin-left: 30px;}
/*body.twocol #maincontent {float: left; width: 600px; margin-left: 30px;}*/

/* styles applying to one column layout */
/*body.onecol #maincontent {width: 100%;}*/
#contentarea.onecol #maincontent {width: 90%; margin-left: auto; margin-right: auto;}

/* styles applying to home page */
/*body.homepage #contentarea {background-color: #000033; border-top: 1px solid #000033; border-bottom: 1px solid #000033;}*/
#contentarea.homepage {background-color: #000033; border-top: 1px solid #000033; border-bottom: 1px solid #000033;}
/*****************************************sty_pageshell above*************************************************/
/*****************************************sty_leftnav below*************************************************/


#leftcolumn {float: left; width: 180px;}
#leftcolumninner 
{
	float: left; 
	width: 175px; 
	margin-top: 20px; 
	margin-left: 5px; 
	margin-right: 0px; 
	margin-bottom: 30px;
	background: url(images/sidebar_nav_middle.gif) repeat-y 0 0;
}

#leftcolumn p.lnav 
{
	font-size: 18px; 
	color: #000033; 
	background: url(images/sidebar_nav_top.gif) no-repeat 0 0;
	/* background: url(../images/bg.jpg) no-repeat 0 0; */
	
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 1;
}

#leftcolumn ul.lnav 
{
	list-style-type: none; 
	background: url(images/sidebar_nav_bottom.gif) no-repeat 0 100%;
	
	padding-bottom: 40px;
	padding-left: 10px;
	margin-left: 0px;
}

#leftcolumn ul.lnav li {margin-bottom: 3px; line-height: 1;}
#leftcolumn ul.lnav li a {font-size: 16px; color: #000033; text-decoration: none; font-style: italic;}
#leftcolumn ul.lnav li a:hover {color: #990000;}
#leftcolumn h3.lnav {padding-top: 10px;}

/* admin section nav */


#admin_leftcolumninner 
{
	float: left; 
	width: 175px; 
	margin-top: 20px; 
	margin-left: 5px; 
	margin-right: 0px; 
	margin-bottom: 30px;
}

#leftcolumn ul.researcher_lnav 
{
	list-style-type: none; 
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	margin-left: 0px;
}

/*****************************************sty_leftnav above*************************************************/
/*****************************************sty_globalnav below*************************************************/
#globalnav {width: 100%; background-color: #cccccc; border-bottom: 2px solid #000033;}
#globalnav ul {list-style-type: none; float: left; width: 100%; margin: 0px; padding: 0px;}
#globalnav li {display: inline; float: left; margin-left: 0px; margin-top: 5px; margin-bottom: 6px; padding: 0px; line-height: 1;}
#globalnav a {color: #000000; font-size: 16px; text-decoration: none; text-shadow: #555555 2px 2px 4px;}
#globalnav a:hover {color: #990000;}
/*****************************************sty_globalnav above*************************************************/
/*****************************************sty_footer below*************************************************/
#footer {width: 100%; border-top: 2px solid #000033;}

#footer-top {background-color: #cccccc; width: 100%:}
#footer-top p {text-align: center; padding-top: 4px; padding-bottom: 5px; margin: 0px; line-height: 1;}
#footer-top a {color: #000000; text-decoration: none; font-size: 14px; text-shadow: #555555 2px 2px 4px;}
#footer-top a:hover {color: #990000;}

#footer-mid {background-color: #000033; width: 100%;}
#footer-mid p {color: #ffffff; text-align: center; font-size: 13px; padding-top: 4px; padding-bottom: 4px; margin: 0px; line-height: 1;}

#footer-bottom {width: 100%;}
#footer-bottom p {text-align: center; font-size: 11px; padding-top: 10px; padding-bottom: 25px; margin: 0px; line-height: 1.1;}


/* homepage footer alterations */
/* body.homepage #footer-bottom p {background-color: #000033; color: #ffffff; padding-top: 25px; padding-bottom: 40px;}*/
#contentarea.homepage #footer-bottom p {background-color: #000033; color: #ffffff; padding-top: 25px; padding-bottom: 40px;}
/*****************************************sty_footer above*************************************************/


