/* Eric Meyer Reset v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/


/*generic styles*/


html {
	font-size: 100%; /* http://www.alistapart.com/articles/howtosizetextincss */
	overflow-y: auto; /* http://webdevel.blogspot.com/2007/05/controlling-browser-scrollbars.html */
	background-color: #fff; /*http://www.flickr.com/groups/underwearshowing/*/
}

body {
	font-size: .75em; /* http://clagnut.com/blog/348/#c794 */
	text-align: center; /* center things in <= IE6 */
	vertical-align: baseline;
	font-family: Arial, Helvetica, "sans-serif";
}

a {
	color: #006633;
	text-decoration: underline;
}

/*from http://24ways.org/2009/dont-lose-your-focus?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+24ways+%2824+ways%29&utm_content=Google+Reader */
a:focus { outline: thin dotted;} 
a:hover, a:active { outline: none; }

a:hover {
	color: #006633;
}


#content p {
	margin: 0.5em 0 1.5em;
}

.strong {
	font-weight: bold;
}

hr { display: none; }

::-moz-selection{
background: #b9dd48;
color: #2f4400;
} 

::selection {
background: #b9dd48;
color: #2f4400;
}


.error
{
	background:#F9F0F0 none repeat scroll 0% 0%;
	border:1px solid #DAA2A2;
	padding:3px 5px;
}

.wide {
	width: 100%;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.nomargin {
	margin: 0;
}

#content .hr {
	border-bottom: 1px solid #000;
	padding: 2em 0 2em;
}

.center { /*remember to add a width to the block-level element you want to center */
	margin: 0 auto;
}

.table {
	display:table;
	}
.table-row {
	display:table-row;
	}
.table-cell {
	display:table-cell;
	}

#content table {
	border: 1px solid #ccc;
	padding: 1em;
}
#content table td {
	padding: .5em;
	border: 1px solid #ccc;
}

#content table th {
	background-color: #426dab;
	padding: .5em;
	color: #FFF ;
}


/* External Links (http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html)*/
#content a {
padding-right: 17px;
background: transparent url(../images/icons/external.png) no-repeat right top;
}


#content a[href ^="http://www.uwgb.edu/research/"],
#content a[href ^="http://uwgb.edu/research/"],
#content a[href ^="/research/"] {
padding-right: 0;
background: none;
}

/*PDFs*/
#content a[href$=".pdf"] {
	background:transparent url(../images/icons/pdf.png) no-repeat right top;
	padding-right:17px;
}
/*Mail*/
#content a[href ^="mailto:"] {
   background: transparent url(../images/icons/mail.gif) no-repeat center right;
   padding-right: 17px;
}

/*Powerpoint*/
#content a[href$=".ppt"], #content a[href$=".pptx"] {
   padding-right: 17px;
   background: transparent url(../images/icons/powerpoint.png) no-repeat center right;
}

#content ul, #content ol {
	margin-bottom: 1.25em;
}
#content ol li, #content ul li {
padding-left: 5px;
padding-right: 5px;
line-height: 1.2em;
margin-bottom: 0.66em;
margin-left: 45px;
}

#content ul li {
list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}

blockquote, blockquote p {
	font-family:"Lucida Sans","Lucida Grande",Arial,Helvetica,Sans-Serif;
	font-size: 0.9em;
	font-style: italic;
}
blockquote {
background-color:#F1F1F1;
border-left:10px solid #ccc;
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
font-family:"Lucida Sans","Lucida Grande",Arial,Helvetica,Sans-Serif;
}
blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
blockquote .before { /*for ie if usign jquery super selectors (http://github.com/chrispatterson/jquery-super-selectors) */
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;	
}


blockquote p {
	display:inline;
}

	.citationSource {
		float: right;
		margin-top: -10px;
		margin-bottom: 10px;
		font-style: normal;
		font-weight: bold;
		font-size: 0.9em;
	}

.right {
	float: right;
}
.left {
	float: left;
}

#content img.right {
	 float: right;
	 margin: 0 10px 10px 10px;
	 border: 1px solid #CCC;
}

.clearboth {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/*End Extra Stuff*/

body {
	background: transparent url(/research/files/images/header-background-repeat.gif) repeat-x 0 0;
}


#container {
	width: 960px;
	margin: 0 auto;
	background-color: #ededed;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}
.boxshadow #container {
	border: none;
	box-shadow: #B1B1B1 2px 3px 3px;
	-moz-box-shadow: #B1B1B1 2px 3px 3px;
   	-webkit-box-shadow: #B1B1B1 2px 3px 3px;
}

	#headerUwgb {
		height: 71px;
		border-bottom: 1px solid #fff;
		background: transparent url(/research/files/images/header-gradient.png) repeat-x 0 0;		
	}
	.cssgradients #headerUwgb {
		background: #006633 -webkit-gradient(linear, left top, left bottom,
			from(rgba(0,0,0,0)),
			to(rgba(0,0,0,.42)));
	}
		#headerUwgb h1 {
			background: transparent url(/research/files/images/phoenix.png) no-repeat 0 0;
			float: left;
			margin: 16px 0 0 20px;
		}
		#headerUwgb h1 a {
			text-decoration: none;
			display: block;
			overflow: hidden;
			height: 38px;
			text-indent: -9000px;
			width: 217px;
		}
		#headerUwgb h2 {
			background: transparent url(/research/files/images/connect.png);
			float: right;
			margin: 14px 23px 0 0;
		}
		#headerUwgb h2 a {
			text-decoration: none;
			display: block;
			overflow: hidden;
			height: 50px;
			text-indent: -9000px;
			width: 374px;
		}
	#headerSub {
		height: 32px;
		border-bottom: 1px solid #fff;
		background-color: #009900;
		background: transparent url(/research/files/images/below-header-gradient.png) repeat-x 0;
	}
	.cssgradients #headerSub {
		background: #009900 -webkit-gradient(linear, left top, left bottom,
			from(rgba(0,0,0,0.3)),
			to(rgba(0,0,0,0)));	
	}	
		#headerSub h2 {
			font-size: 1.5em;
			line-height: 32px;
			margin-left: 20px;
			letter-spacing: 0.01em;
			font-weight: lighter;
			width: 50%;
			float: left;
		}
			#headerSub h2 a {
				color: #fff;
				text-decoration: none;
			}
			#headerSub h2 a:hover {
				text-decoration: underline;
			}
			#headerSub #searchForm {
				float: right;
				height: 100%;
				width: 300px;
			}
				#headerSub #searchForm fieldset {
					float: right;
					height: 100%;
					display: block;
					width: 200px;
					position: relative;
				}
				#headerSub #searchText {
					border:1px solid #006633;
					color:#9C9C9C;
					font-weight: lighter;
					background-color: #EDEDED; 
					display:block;
					font-size:0.9em;
					height:14px;
					left:0;
					padding:3px 4px;
					position:absolute;
					top:6px;
					width:150px;
				}
					#headerSub #searchText:focus {
						background-color: #fff;
						border: 1px solid #000;
						color: #2A2A2A;
					}
				#headerSub #searchButton {
					display:block;
					height:19px;
					width:23px;
					border: none;
					float: right;
					margin: 7px 10px 0 0;
				}

	#breadcrumbs {
		height: 18px;
		background-color: #333333;
		font-size: 0.9em;
		border-bottom: 1px solid #fff;	
	}
		#breadcrumbs ol {
			margin: 0;
			padding: 0 !important;
			height: 18px;
		}
		#breadcrumbs ol li {
			background:transparent url(/research/files/images/chevron.png) no-repeat scroll 0 0;
			display:block;
			float:left;
			height:18px; 
			line-height:18px;
			margin-left:9px;
			padding-left:13px;
		}
		#breadcrumbs ol li#phoenix {
			padding: 2px 0 0 0;
			margin-left: none;
			background: transparent none;
		}
			#breadcrumbs ol li a {
				text-decoration: none;
				color: #EDEDED;
			}
			#breadcrumbs ol li a:hover {
				text-decoration: underline;
			}
#contentSidebarContainer {
	background:url("/research/files/images/content-sidebar-background.gif") repeat-y 0 0 transparent;
	}
	
#sidebar {
	width: 212px;
	float: left;
	font-size: 1.05em;
}	
	#sidebar a {
		text-decoration: none;
		display: block;
		height: 100%;
	}
	#sidebar a:hover {
		text-decoration: underline;
	}
	#sidebar  dt, #sidebar dd li {
		height: 30px;
		display: block;
		line-height: 30px;
		border-bottom: 1px solid #d6d6d6;
	}
	#sidebar dt {
		background-color: #e4e4e4;
	}
	#sidebar dt:hover, #sidebar dd li:hover {
		background-color: #e4e4e4;
	}
	#sidebar dt.hover, #sidebar dd li.hover {
		background-color: #e4e4e4;
	}
	#sidebar dt a, #sidebar dt span {
		padding-left: 10px;
	}
	#sidebar li a {
		padding-left: 20px;
	}
	
#content {
	background-color:#FFFFFF;
	color:#454545;
	height:auto !important;
	letter-spacing:0.01em;
	line-height:1.2em;
	min-height:400px;
	padding: 10px 15px 30px;
	width:717px;
	float: right;
}
	#content #main-header-image {
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #CCCCCC;
		border-right: none transparent;
		margin: -10px -15px 10px -15px; /*margin-right for IE */
		padding: 0;
	}
	#content h3 {
		font-size:1.8em;
		font-weight: bold;
		letter-spacing:0.01em;
		line-height:1.2em;
		color: #2F2F2F;
		margin-bottom: 0.9em;
	}
	#content h4 {
		font-size:1.4em;
		font-weight: bold;
		line-height:1.2em;
		color: #2F2F2F;
	}
	div#home-top-content {
		border-bottom:1px solid #ccc;
		margin-bottom:10px;
		padding-bottom:10px;
		}
	div#research-intro {
		width: 330px;
		float:left;
		}
	
	.home #content h3 {
		font-size:1.2em;
		margin-bottom:0.8em;
		}
	#content h3#news-heading {
		clear: both;
		}
	#content div#rotator {
		float: right;
		position:relative;
		height:244px;
		width: 364px;
		}
		#content div#rotator ul {
			margin: 0;
			padding: 0;
			}
		#content div#rotator ul li {
			position:absolute;
			top: 0;
			left: 0;
			list-style: none;
			margin:0;
			padding:0;
			}
		#content div#rotator ul li.show {
			z-index: 500;
			}
		#content div#rotator img {
			border:1px solid #ccc;
			padding: 1px;
			}		
		
	div#news {
		border-left:1px solid #CCCCCC;
		float:right;
		padding-left:25px;
		width:200px;
		}
		div#news li {
			margin-left: 15px;
			}
	div#grants-featured-container {
		width: 100%;
		background: transparent url(../images/ccc-dot.gif) repeat-y 50% 0;
		padding-top:10px;
		}
	div#content a.more-blog {
		text-align:right;
		float:right;
		margin-top:5px;
		text-decoration:none;
		color: #5C5C5C;
		font-size:0.9em;
		}
	div#content a.more-blog:hover {
		text-decoration:underline;
		}
	div#news-grants {
		float: right;
		padding: 0 0 0 25px;
		width:333px;		
		}
		div#news-grants dl {
			margin-bottom: 1.3em;
			}
		div#news-grants dd {
			font-size:0.9em;
			}
			div#news-grants dd li {
				line-height:1.3em;
				}
	div#featured_researcher {
		float: left;
		padding: 0 25px 0 0;
		width:333px;
		}
		div#featured_researcher .featured_pull a {
			background:none;
			padding-right: 0;
			}
		div#featured_researcher img {
			padding: 1px !important;
			border: 1px solid #ccc !important;
			float: left;
			margin:0 15px 8px 0 !important;
			}
		
#footer {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 0.8em;
}
	#grad-footer {
		float: right;
		text-align: right;
	}
		#grad-footer {
			color: #666666;
		}
			#grad-footer a {
				color: #666666;
			}
			#grad-footer a:hover {
				color: #383838;
			}
	#uwgb-footer {
		float: left;
		color: #b1b1b1;

	}
		#uwgb-footer ul li {
			border-right:1px solid #b1b1b1;
			display:inline;
			margin-right:3px;
			padding-right:4px;
		}
		#uwgb-footer ul li:last-child {
			border-right: 0 none transparent;
			margin-right: 0;
			padding-right: 0;
		}		
		#uwgb-footer  ul li.last-child {
			border-right: 0 none transparent;
			margin-right: 0;
			padding-right: 0;
		}
		
		#uwgb-footer a {
			color: #b1b1b1;
			text-decoration: underline;
		}
		#uwgb-footer a:hover {
			color: #292929;
		}
		
		
	#alphabet a {
		float: left;
		border-right: 1px solid;
		margin-left: 5px;
		margin-right: 5px;
	}
		
	div#alphabet a.last {
	border-right: 0px;
	}
	
	div.deadline {
	line-height: 1.7;
	}
	
	p.contacts {
		line-height: 1.5em;
	}
