body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	color: #57727b;
	text-shadow: 0px 1px 0px #FFF;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

html, body
{
	height: 100%;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

h1
{
	font-size: 2.0em;
	margin: 0 0 0.5em 0;
}

h2
{
	font-size: 1.5em;
	margin: 1em 0 0.3em 0;
}

h3
{
	font-size: 1.3em;
	margin: 0.8em 0 0.2em 0;
}

h4
{
	font-size: 1.1em;
	margin: 0.6em 0 0.2em 0;
}

ul, ol, p
{
	margin: 0 0 1em 0;
	line-height:1.4em;
	color: #555;
	text-shadow: 0 1px 0px #FFF;
}

a
{
	color: #f7724d;
	text-decoration: none;
}

a:hover
{
	color: #ff3300;
	text-decoration: underline;
}


blockquote
{
	padding: 10px;
	margin: 0 0 1em 0;
	background: #d5e77a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul, ol
{
	padding: 0 0 0 2em;
	margin: 0 0 1em 0;
}

hr
{
	width:100%;
	display: block;
}

img.right, img.left
{
	border: 1px solid #CCC;
}

.right
{
	float: right;
}

img.right, a.right
{
	margin: 0 0 0 20px;
}

.left
{
	float: left;
}

img.left, a.left
{
	margin: 0 20px 0 0;
}

a:hover span.expand-icon
{
	background: transparent url(/img/Search1.png) top left no-repeat;
	display block;
	height: 48px;
	width: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.center
{
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.clear
{
	clear: both;
}

.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.vtop
{
	vertical-align: top;
}

.vbottom
{
	vertical-align: bottom;
}

.vcenter
{
	vertical-align: middle;
}

.marginleft
{
	margin-left: 20px;
}

.marginright
{
	margin-right: 20px;
}

.nopad
{
	padding: 0 !important;
}

.notopmargin
{
	margin-top: 0 !important;
}

.nomargin
{
	margin: 0 !important;
}

.nowrap
{
	white-space: nowrap;
}

.row1
{
	background: #777;
}

.row2
{
	background: #999;
}

.row3
{
	background: #BBB;
}

.row4
{
	background: #DDD;
}


#page
{
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px;
	
}

* html #page
{
	height: 100%;
}

#page-inner
{
	
	margin: 0 auto;
	/*border-left: 1px green dotted;
	border-right: 1px green dotted;*/
}

/*
 * HEADER
 */
 
#header
{
	background: #729f76;
	/*background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #608663),
	    color-stop(0.5, #729f76),
	    color-stop(1.0, #729f76)
	);
	
	background: -moz-linear-gradient(top, #608663, #729f76 50%, #729f76);*/
	border-bottom: 2px solid #1D4F22;
	display: none;
}

#header a
{
	color: #c1ea30;
	color: gray;
	text-decoration: none;
}

#header a:hover
{
	color: #e7fd8f;
	color: #c1ea30;
}

#header-inner
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header-inner h1#logo
{
	margin: 0;
}

#header-inner h1#logo a
{
	float: left;
	display: block;
	height: 90px;
	width: 245px;
	background: transparent url(/img/logo1.png) top left no-repeat;
	text-indent: -6000px;
}

#header-inner ul#site-nav
{
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}

#header-inner ul#site-nav li
{
	float: left;
}

#header-inner ul#site-nav li a
{
	color: #F2F2F2;
	text-shadow: none;
}

#header-inner ul#site-nav li a:hover
{
	color: #c1ea30;
}

#header-inner ul#site-nav li a span
{
	display: block;
	padding: 5px;
	font-size: 0.85em;
}

#header-inner ul#main-nav
{
	list-style: none;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	right: 0;
}

#header-inner ul#main-nav li
{
	float: left;
}

#header-inner ul#main-nav li a
{
	color: #FFF;
	text-shadow: 0px 0px 3px #000;
	font-size:1.1em;
	display: block;
	width: 85px;
	text-align: center;
	margin-left: 2px;
	background: transparent;
	/*background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #FFF),
	    color-stop(0.5, #FFF),
	    color-stop(1.0, #F2F2F2)
	);
	background: -moz-linear-gradient(top, #FFF, #FFF 50%, #F2F2F2);
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: 0px -1px 2px #555; */
}

#header-inner ul#main-nav li a span
{
	display: block;
	padding: 5px;
	white-space: nowrap;
}

#header-inner ul#main-nav li a:hover, #header-inner ul#main-nav li a.current
{
	text-shadow: 0 0 3px #FFF;
	font-weight: bolder;
	/*color: #1A4F20; dark green */
	color: #FFF;
	font-size: 1.2em;
}

/*
 * SIDEBAR-LEFT
 */

.sidebar300
{
	width: 300px;
	
	background: #f9efd3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;*/
	display: none;
}

.sidebar300-inner
{
	padding: 10px;
}

h3.sidebar1
{
	color: gray;
}

ul.sidebar1
{
	list-style: none;
	padding: 0 0 0 1em;
}

ul.sidebar1 li a
{
	display: block;
	padding: 3px 0;
	position: relative;
}

ul.sidebar1 li a:hover
{
	background: #F2F2F2;
}

ul.sidebar1 li a span.recruit
{
	display: block;
	padding: 0;
	width: 210px;
	float: right;
	
}

/*
 * BUTTONS and INTERFACES
 */

a.button1
{
	font-size: 1.2em;
	color: green;
	text-shadow: 0px 1px 0px #FFF;
	padding: 0px 0 0px 0px;
	background: transparent url(/img/button1_l.png) top left no-repeat;
	display: block;
}

a.button1 span
{
	display: block;
	padding: 16px 24px 20px 22px;
	background: transparent url(/img/button1_r.gif) top right no-repeat;
}

a:hover.button1
{
	background: transparent url(/img/button2_l.png) top left no-repeat;
	text-decoration: none;
}

a:hover.button1 span
{
	background: transparent url(/img/button2_r.gif) top right no-repeat;
	
}


/*
 * CONTENT
 */
 
#content
{
	margin: 20px 0 0 0;
}

#content-inner
{
	display: block;
	position: relative;
}

/*
 * FRONT PAGE
 */
 
span#department-title
{
	display: block;
	color: #777;
	font-size: 0.95em;
	margin: 0 0 1em 0;
}

.front-top
{
	width: 530px;
	margin: 0 20px 0 0;
}

.front-page-image
{
	
	/*display: block;
	float: right;
	padding: 10px;
	margin: 0px;
	background: #FFF url(/) top left no-repeat;*/
}

.front-page-image img.frontimg
{
	padding: 10px;

	border: 0px solid gray;
	background: #FFF;
	float: right;
	
	-moz-box-shadow: 0px 2px 4px #555; /* FF3.5+ */
	 -webkit-box-shadow: 0px 2px 4px #555; /* Saf3.0+, Chrome */
	         box-shadow: 0px 2px 4px #555; /* Opera 10.5, IE 9.0 */
	

    -moz-transform: rotate(2deg);   /* FF3.5+ */
    azimuth-o-transform: rotate(2deg);   /* Opera 10.5 */
    -webkit-transform: rotate(2deg);   /* Saf3.1+, Chrome */
/* -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=2px, Color='#888888').Matrix(M11=0.99939083, M12=-0.03489950, M21=0.03489950, M22=0.99939083)";  IE8 
     filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=2px, Color='#888888').Matrix(M11=0.99939083, M12=-0.03489950, M21=0.03489950, M22=0.99939083);  IE6,IE7 
     
     Sorry, IE, but using these filters is too much of a mess. No rotation/shadows for you!
     */
}

.front-box1 a, .front-box2 a
{
	display: block;
	height: 150px;
}

.front-box1 a
{
	background: transparent url(/img/icons2/male_user_info.png) 20px 50px no-repeat;
}

.front-box2 a
{
	background: transparent url(/img/icons2/megaphone.png) 20px 50px no-repeat;
}

.front-box1 a:hover, .front-box2 a:hover
{
	background-color: #FFF;

}

.front-box1 h2, .front-box2 h2
{
	font-family: Georgia,Times,"Times New Roman",serif;
	margin: 0 0 0.3em 0;
	color: gray;
}

.front-box1 span.text, .front-box2 span.text
{
	padding: 0 0 0 100px;
	display: block;
}

.front-box1
{
	/*background: #FFF;
	border: 1px gray dashed;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*-moz-box-shadow: 0px 1px 2px #555;
	-webkit-box-shadow: 0px 1px 2px #555;*/
	display: block;
	height: 150px;
	margin-bottom: 10px;
}

.front-box2
{
	/*background: #FFF;
	border: 1px gray dashed;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* -webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555; */
	display: block;
	height: 150px;
	margin-bottom: 10px;
}

.front-box1-inner, .front-box2-inner
{
	padding: 10px;
	
}



/*
 * MEMBERS SECTION
 */

table.memberlist
{
	width: 50%;
}

table.memberlist2
{
	width: 100%;
}

table.memberlist tr th
{
	background: #57727b;
	color: #FFF;
	padding: 10px;
	border-right: 1px solid #FFF8E3;
	border-bottom: 1px solid #FFF8E3;
}

table.memberlist tr td
{
	padding: 5px;
	border-right: 1px solid #FFF8E3;
	border-bottom: 1px solid #FFF8E3;
}

table.memberlist tr td a.memberinfopopup
{
	cursor: pointer;
}

div.memberinfopopup
{
	margin: 0 0 100px 0;
	display: block;
	width: 450px;
	position: relative;
}

div.memberinfopopup-inner
{
	padding: 0 0 0 80px;
}

div.memberinfopopup-inner-nopic
{
	padding: 0;
}

div.memberinfopopup .instructions
{
	background: #f9efd3;
	padding: 20px;
}

/*
 * PUBLICATIONS
 */
 
/*
 * MEMBERS SECTION
 */

table.publicationlist
{
	width: 100%;
}

table.publicationlist tr th
{
	background: #57727b;
	color: #FFF;
	padding: 10px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

table.publicationlist tr td
{
	padding: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}


/*
 * GALLERY
 */
 
 table.gallery-library
 {
 }
 
 table.gallery-library tr td
 {
 
 }
 
 table.gallery-library tr td a
 {
 	padding: 10px;
 	display: block;
 	width: 220px;
 	text-decoration: none;
 }
 
 table.gallery-library tr td a:hover
 {
 	
 }

 table.gallery-library tr td a img
 {
  	border: 2px solid #57727B;
  	position: relative;
  	display: block;
 }
 
 table.gallery-library tr td a:hover.gallery-thumb img
 {
  	border: 2px solid green;
 }
 
 table.gallery-library tr td a.gallery-thumb
 {
 	position: relative;
 }
 
 table.gallery-library tr td a.gallery-thumb img.color, table.gallery-library tr td a.gallery-thumb img.bw
 {
 	padding: 10px 10px 30px 10px;
 	background: #FFF;
 	border: 1px solid #AAA;
 }
 
 table.gallery-library tr td a:hover.gallery-thumb img.color, table.gallery-library tr td a:hover.gallery-thumb img.bw
 {
 	border: 1px solid #000;
 	-moz-box-shadow: 0 0 5px #4daef7;
 	-webkit-box-shadow: 0 0 5px #4daef7;
 }
 
 table.gallery-library tr td a.gallery-thumb img.color, table.gallery-library tr td a:hover.gallery-thumb img.bw
 {
 	display: none;
 }
 
 table.gallery-library tr td a:hover.gallery-thumb img.color,table.gallery-library tr td a.gallery-thumb img.bw
 {
 	display:  block;
 }
  
 table.gallery-library tr td a span.gallery-date
 {
 	display: block;
 	text-decoration: none;
 	font-size: 0.8em;
 	color: #888;
 }
 

span.gallery-img-description
{
	
}

.other-galleries
{
	width: 300px;
	margin: 0 0 50px 20px;
	background: #f9efd3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;*/
	display: block;
	
}

.other-galleries-inner
{
	padding: 10px;
}

.other-galleries .item
{

}

.other-galleries .item a
{
	display: block;
	height: 50px;
	padding: 5px;
}

.other-galleries .item a:hover
{
	background: #F2F2F2;
}

.other-galleries .item a span.other-galleries-title
{
	display: block;
	padding: 0;
	width: 210px;
	float: right;
}

/*
 * EVENTS
 */
table#events
{

}

table#events td.year
{
	width: 15%;
	border-right: 5px solid gray;
	margin: 0 0 10px 0;
	text-align: right;
	padding: 0 30px 0 0;
	font-size: 2.0em;
	font-style: italic;
}

table#events td.next-to-year
{
	padding: 0 0 0 30px;
}

table#events td div.events-inner
{
	padding: 0 0 10px 10px;
}

table#events td.row1, table#events td.row2
{
	padding: 5px;
}

table#events td h2
{
	margin: 0;
}

table.labmembers
{
}

table.labmembers tr th
{
	background: #57727b;
	padding: 5px;
	color: #FFF;
	border-bottom: 1px solid #FFF8E3;
	border-right: 1px solid #FFF8E3;
}

table.labmembers tr td, table.labmembers-icons tr td
{
	padding: 5px;
	border-bottom: 1px solid #FFF8E3;
	border-right: 1px solid #FFF8E3;
}

table.degrees tr td
{
	padding: 10px;
}

/*
 * BLOG
 */


.blog-date
{
	color: #999;
	font-size: 0.85em;
	display: block;
	margin: 0 0 0.5em 0;
}

table.calendarBG
{
	background: #CCC;
}

table.calendarBG tr td
{
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

table.calendarBG tr td.calendarCell
{
	padding: 5px;
}

table.calendarBG tr td.calendarBlank
{
	background: #F2F2F2;
}

/*
 * PROTOCOL SECTION
 */


h1.protocol
{
	font-size: 0.5em;
	color: red;
}

.protocol-commands
{
	
	 font-size: 0.8em;
}

.protocol-commands a.edit-protocol, .protocol-commands a.print-protocol
{
	display: none;
	float: right;
	width: 36px;
	height: 36px;
	outline: none;
}


.protocol-commands a.edit-protocol span, .protocol-commands a.print-protocol span
{
	display: block;
	padding: 10px;
	text-indent: -6000px;
}

.protocol-commands a.print-protocol
{
	background: transparent url(/img/icons/printer.png) center center no-repeat;
}

.protocol-commands a.edit-protocol
{
	background: transparent url(/img/icons/pencil-color.png) center center no-repeat;
}

.protocol-commands a:hover.edit-protocol, .protocol-commands a:hover.print-protocol
{
	background-color: #57727b;
	color: #FFF;
}

a.sidebar-edit-protocol
{

}

a.sidebar-edit-protocol span
{
	display: block;
	float: right;
	text-indent: -6000px;
}


table.protocol-steps
{
	
	width: 630px;
	margin: 0;
	padding: 0;
}

table.protocol-steps tr th
{
	background: #57727b url(/img/table_header1.jpg) bottom center repeat-x;
	color: #FFF;
	padding: 5px 10px;
}

table.protocol-steps tr td
{
	padding: 10px 10px 20px 10px;
	background: #FFF;
	border-bottom: 1px gray dotted;
}

table.protocol-steps tr td.description
{
	padding-bottom: 0px;
}

table.protocol-steps tr td span.step-number
{
	font-size: 2em;
	font-weight: bold;
}

table.protocol-steps tr td div
{
	
}

/*
 * CONTACT FORM
 */
 
#contact-form
{
	
}

#contact-form label
{
	font-size: 1.3em;
	color: #57727b;
	text-shadow: 0px 1px 0px #FFF;
}

#contact-form input, #contact-form textarea
{
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #999;
}

#contact-form input:focus, #contact-form textarea:focus
{
	background: #ffffc2;
	border: 2px solid #729f76;

}

/*
 * FOOTER
 */
 
 #footer
 {
 	height: 300px;
 	position: relative;
 	background: #729f76;
 	background:url("/img/footer1.jpg") no-repeat scroll center center #729F76;
 	border-top: 2px solid #1D4F22;
 	display: none;
 }
 
 #footer-inner
 {
 	width: 960px;
 	margin: 0 auto;
 	padding: 20px 0 20px 0;
 }
 
 #footer-inner h6
 {
 	margin: 0 0 0.5em 0;
 	font-size: 1.3em;
 	font-family: Helvetica, Arial, sans-serif;
 	color: #333;
 	text-shadow: 0 1px 0 #7dc096;
 }
 
 #footer-inner a
 {
 	color: #FFF;
 }
 
 #footer-inner ul
 {
 	padding: 0;
 	list-style: none;
 	text-shadow: 0 1px 0 #1A4F20;
 }
 
 #footer-inner p
 {
 	color: #DDD;
 	padding: 0;
 	text-shadow: 0 1px 0 #1A4F20;
 }
 
 .clearfooter
 {
 	height: 300px;
 	clear: both;
 }
 
 .foot-col, .foot-col-first, .foot-col-last
 {
 	height: 260px;
 	float: left;
 	display: block;
 	width: 230px;
 	border-right: 1px #555 solid;
 	border-left: 1px solid #7dc096;
 }
 
 .foot-col-first
 {
 	border: none;
 	border-right: 1px #555 solid;
 }
 
 .foot-col-last
 {
 	border: none;
 	border-left: 1px solid #7dc096;
 }
 
 .foot-col-inner
 {
 	padding: 10px 20px 10px 30px;
 }

