/*
	Apex by Pixelarity
	License: pixelarity.com/license
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	h2
	{
	letter-spacing: 0;
	margin-right: 0;
	margin-left: 0;
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	font-style: normal;
	font-weight: 400;
	font-size: xx-large;
	}
	
	

	h3
	{
	font-size: 120%;
	color: #87081D;
	font-weight: 400;
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	font-style: normal;
	}

	.side-padded
	{
	padding-left: 2em;
	}

	.right-sidebar
	{
	padding-left: 2em;
	margin-top: 40px;
	}
	
	.right-sidebar2
	{
	padding-left: 2em;
	margin-top: 40px;
	}
	
	
	.left-sidebar
	{
		padding-right: 2em;
	}
	
	section > :last-child, article > :last-child
	{
		margin-bottom: 0;
	}
	
	.blocks
	{
	}

		.blocks a
		{
		}

		.blocks a:after
		{
			right: 25px;
			bottom: 40px;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
	background: #a6192e; /* was A81933 */
	padding-top: 1em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	}

	#banner-wrapper
	{
	position: relative;
	background: #2f2f2f url('images/overlay.png');
	padding-top: 3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 3em;
	}
	
	#banner-wrapper:before
	{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url('images/highlight.png') bottom center no-repeat;
		background-size: 1800px 100%;
	}

	
	#search-wrapper
	{
	background: #A81933;
	border-bottom: solid 1px #000000;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2px;
	}

	#main-wrapper
	{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2em;
	padding-top: 2em;
	}

	#footer-wrapper
	{
	background: #2f2f2f;
	border-top: solid 1px #d9d9d9;
	padding-top: 3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 3em;
	}

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

	#page-header
	{
		color: #fff;
		position: relative;
	}

	#page-header h1
		{
	font-size: 2em;
	letter-spacing: -2px;
	float: none;
		}

	#page-header h1 a
			{
				text-decoration: none;
			}
			
	#page-header h1 span
			{
				font-weight: 400;
			}

	#page-header a
		{
	color: #fff;
	font-weight: bold;
		}
		
	#page-header nav
		{
	position: absolute;
	right: 0;
	top: 30px;
		}
		
	#page-header nav ul
			{
	list-style-type: none;
			}
		
	#page-header nav ul li
				{
	display: inline-block;
	margin-left: 1.5em;
	list-style-type: none;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", sans-serif;
	font-style: normal;
	font-weight: 400;
	/*font-size: small;*/
				}
 


	#page-header nav ul li a
					{
	outline: 0;
	position: relative;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 1px;
	padding-left: 1em;
	padding-bottom: .5em;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
					}

	#page-header nav ul li.active a, #page-header nav ul li:hover a
					{
	background: rgba(0,0,0,0.15);
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	font-style: normal;
	font-weight: 400;
	/*font-size: small; */
	border-color: #FDC6C6;
	border-bottom-width: thin;
	border-bottom-style: solid;
					}

	/*#page-header nav ul li .arrow
					{
						 outline: medium dotted white;
} **/
	#page-header nav ul li .arrow:focus {
    outline: medium dotted white;
}
	
	
padding-right: 2em; {
  
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: small;
	}
					
#page-header nav ul li .arrow:after
					{
						position: absolute;
						display: inline-block;
						content: '';
						border-top: solid 5px #fff;
						border-left: solid 5px transparent;
						border-right: solid 5px transparent;
						top: 1.5em;
						right: .25em;
					}

#page-header nav > ul > li > ul 
			{
	display: none;
	list-style-type: none;
	 
			}


	
	.dropotron
	{
	background: #A81933;
	background: rgba(185,23,21,0.9);
	padding-top: 1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 1em;
	line-height: 3em;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	list-style-type: none;
	}


		.dropotron a, .dropotron span
		{
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	padding: 0 3em 0 1em;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	list-style-type: none;
		}
	
		.dropotron .arrow:before
		{
			content: '';
			display: block;
			position: absolute;
			right: 1em;
			bottom: 1em;
			border-left: solid 5px #fff;
			border-top: solid 5px transparent;
			border-bottom: solid 5px transparent;			
		}
		
		.dropotron li:hover > a, .dropotron li:hover > span
		{
	background: rgba(0,0,0,0.15);
	list-style-type: none;
		}
	
	.dropotron.level-0
	{
	margin-top: 1.9em;
	list-style-type: none;
	}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		width: 100%;
		overflow: hidden;
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
		height: 440px;
	}
	
		#banner .nav-next, #banner .nav-previous
		{
			position: absolute;
			width: 52px;
			height: 64px;
			z-index: 3;
			transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			opacity: 0;
			cursor: pointer;
			text-align: center;
			line-height: 64px;
		}

		#banner .nav-next:before, #banner .nav-previous:before
		{
			font-family: FontAwesome;
			text-decoration: none;
			font-size: 72px;
			font-style: normal;
			font-weight: normal;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
			
			color: #fff;
		}

		#banner:hover .nav-next, #banner:hover .nav-previous
		{
			opacity: 0.45;
		}
		
		#banner .nav-next:hover, #banner .nav-previous:hover
		{
			opacity: 1.0;
		}
	
		#banner .nav-next
		{
			bottom: 20px;
			right: 20px;
		}

		#banner .nav-next:before
		{
			content: "\f105";
		}

		#banner .nav-previous
		{
			bottom: 20px;
			right: 72px;
		}

		#banner .nav-previous:before
		{
			content: "\f104";
		}
	
		#banner .captions
		{
	position: absolute;
	background: #A81933;
	background: rgba(168,25,51,0.5);
	padding: 1em 5em 2.5em 2.5em;
	bottom: 1.5em;
	left: 1.5em;
	color: #fff;
	width: 55%;
	z-index: 1;
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
		}

			#banner .captions:after
			{
				content: "\f0a9";
				font-family: FontAwesome;
				text-decoration: none;
				font-size: 55px;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;

				cursor: default;
				display: block;
				width: 48px;
				height: 48px;
				position: absolute;
				right: 30px;
				bottom: 40px;
			}
		
			#banner .captions .caption-line-1
			{
				display: block;
				font-size: 1em;
				letter-spacing: 0px;
				margin: 0 0 0.75em 0;
			}
		
			#banner .captions .caption-line-2
			{
				display: block;
				font-size: 1em;
				letter-spacing: 0px;
				line-height: 1em;
				color: rgba(255,255,255,0.8);
			}
			
			
		
		#banner .viewer
		{
			background: #fff;
		}
		
		#banner .slide
		{
		}
		
			#banner .slide .caption-1
			{
	display: none;
	font-size: medium;
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
			}		
			
			#banner .slide .caption-2
			{
	display: none;
	letter-spacing: 1px;
			}
			
	
			
			#banner .slide img
			{
	display: block;
	max-width: 100%;
			}
			
			#banner .slide .link
			{
				position: absolute;
				text-indent: -9999px;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 2;
			}
			
/*********************************************************************************/
/* Search                                                                        */
/*********************************************************************************/

	#search1
	{
	position: relative;
	height: 32px;
	}
	
		#search span
		{
			position: absolute;
			left: 0;
			top: 0.5em;
		}
	
		#search form
		{
	overflow: hidden;
	float: right;
		}
		
			#search form input.text
			{
				display: block;
				width: 100%;
				height: 34px;
			}
		
			#search form input.button
			{
				width: 34px;
				height: 34px;
				position: absolute;
				right: 0;
				top: 0;
				display: block;
				z-index: 1;
				border: 0;
				padding: 0;
				opacity: 0;
			}
			/**** To put search icon back put in the following ***   content: "\f002"; ******/
			
			
			#search form:before {
				font-family: FontAwesome;
				text-decoration: none;
				font-size: 18px;
				font-style: normal;
				font-weight: bold;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;

				position: absolute;
				right: 0;
				top: 0;
				z-index: 2;
				background: #A81933;
				color: #fff;
				width: 34px;
				height: 34px;
				line-height: 34px;
				text-align: center;
			}
			
			.hidden 
 {position:absolute;
 left:-10000px;
 top:auto;
 width:1px;
 height:1px;
 overflow:hidden;}
 
 #searchbox_results
	{
	font-size: 12px;
	line-height: 100%;
		
	}

		
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	color: #000000;
	}
	
		#content > section, #content > article
		{
	margin-bottom: 1.5em;
		}

		#content > section:last-child, #content > article:last-child
		{
	color: #000000;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: x-large;
	width: auto;
	line-height: 140%;
		}
		
			#content section header, #content article header
			{
	margin-right: 0;
	margin-left: 0;
	color: #000000;
	line-height: 0%;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 0.5em;
	margin-top: 22px;
	border-top: 7px solid #A81933;
			}
			
				
	
				
				
				#content section header h2, #content article header h2
				{
	margin-right: 0;
	margin-left: 0;
	color: #000000;
	font-weight: 400;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", sans-serif;
	font-style: normal;
	font-size: x-large;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 10px;
	letter-spacing: -1px;
	}
				
				#content section.featured header h2, #content article.featured header h2
				{
	margin-right: 0;
	margin-left: 0;
	font-weight: 400;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	color: #000000;
	font-style: normal;
	font-size: xx-large;
	margin-top: 10px;
	line-height: 140%;
	letter-spacing: -1px;
				}
				
				#content section header .byline, #content article header .byline
				{
					display: block;
					color: #a0a0a0;
					font-size: 1.25em;
				}
				
				#content section.featured header .byline, #content article.featured header .byline
				{
	font-size: 24em;
	letter-spacing: -2px;
	color: #000000;
				}
				
				#content section.featured h3, #content article.featured h3
				{
	letter-spacing: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
	font-weight: 400;
	color: #a81933;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	line-height: 145%;
	font-style: normal;
	font-size: x-large;
				}

		
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}
	
		#sidebar h2
		{
	letter-spacing: 0px;
	font-weight: 400;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", sans-serif;
	font-style: normal;
	font-size: xx-large;
	padding-bottom: 25px;
	padding-top: 25px;
		}
	
		#sidebar > section
		{
	margin-bottom: 1em;
		}

		#sidebar > section:last-child
		{


		}
		
			#sidebar section header
			{
	border-top: solid 7px #A81933;
	padding-top: 1em;
	padding-bottom: 0.1em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	line-height: 0%;
	margin-bottom: 0.1em;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
			}
			
				#sidebar section header h2
				{
	color: #000000;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", sans-serif;
	line-height: 140%;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	letter-spacing: -1px;
				}
				
				#sidebar section.featured header h2
				{
					font-size: 4em;
					letter-spacing: -3px;
					margin: 0.25em 0 0.75em 0;
				}

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

	#page-footer
	{
	}

		#page-footer h2
		{
			font-size: 1.2em;
			letter-spacing: -1px;
		}
	
		#page-footer section
		{
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3em;
		}

		#page-footer > section:last-child
		{
			margin-bottom: 0;
		}
		
			#page-footer section h2
			{
	margin: 0 0 1.5em 0;
	color: #FFFFFF;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: 400;
			}
			
		#page-footer a
		{
	color: #FFFFFF;
	font-weight: 400;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	font-style: normal;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
	border-top: solid 1px #d9d9d9;
	text-align: center;
	padding-top: 3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 3em;
	color: #fff;
}




	


ul.bodytext_unorderedlists {
	margin-bottom: 5px;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: disc;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	line-height: 120%;
	list-style-position: outside;
	font-size: medium;
	font-style: normal;
	font-weight: 400;
}
ul.bodytext_unordered_lists      {
	margin-right: 0px;
	margin-left: 30px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	list-style-type: disc;
	line-height: 120%;
	margin-bottom: 5px;
	list-style-position: outside;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
}

ol .bodytext_orderedlists_ltr {
	margin-bottom: 0px;
	margin-left: 25px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: upper-alpha;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	font-size: 100%;
	line-height: 140%;
	list-style-position: outside;
}
/*h2.homepage {
	font-family: pt-sans;
	font-size: 140%;
	line-height: 140%;
	color: #131AA2;
	font-style: normal;
	font-weight: 400;
}*/
h3.link {
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	line-height: 120%;
	color: #1A1616;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
}
/*********************************************************************************/
/* PAG lists                                                                       */
/*********************************************************************************/
ol.toc_ltr {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	list-style-position: outside;
	list-style-type: upper-alpha;
	font-size: medium;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
ol.toc_roman {
	margin-left: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-position: outside;
	list-style-type: upper-roman;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	font-size: medium;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

ol.toc_decimal {
	margin-left: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-position: outside;
	list-style-type: decimal;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	font-size: medium;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
ol.toc_indent {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	list-style-position: outside;
	list-style-type: lower-roman;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	font-size: medium;
}
ol.toc_small_ltr_indented {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	list-style-position: outside;
	list-style-type: lower-alpha;
	font-size: medium;
	line-height: 120%;
}
li.toc {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	list-style-position: outside;
	font-size: medium;
	line-height: 120%;
	
}
li.toc_indent {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	list-style-position: outside;
	font-size: medium;
	line-height: 120%;
}

ul.toc {
	margin-left: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	list-style-position: outside;
	list-style-type: disc;
	font-size: large;
	line-height: 140%;
}

li.indent {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	list-style-position: outside;
	font-size: medium;
	line-height: 120%;
}
/*********************************************************************************/
/* Data Tables                                                                     */
/*********************************************************************************/



table.data {
	width: auto;
	font-size: medium;
	border-collapse: collapse;
	line-height: 120%;
}

/*tr:nth-child(even){background-color: #f2f2f2}*/

tr.header {
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f2f2f2;
	font-weight: bold;
	line-height: 120%;
	font-size: medium;
} 
th.header {
	border: 1px solid #000000;
	padding-left: 5px;
}

tr.regular {
	margin-left: 10px;
	padding: 10px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	text-align: left;
	border: 1px solid #000000;
	line-height: 120%;
	font-size: medium;
}
td.regular {
	margin-left: 10px;
	padding: 10px;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	text-align: left;
	border: 1px solid #000000;
	line-height: 120%;
	font-size: medium;
}

th.rowtitle {
	text-align: left;
	border: 1px solid #000000;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	font-size: medium;
}

th.regular {
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	font-weight: bold;
	text-align: left;
	border: 1px solid #000000;
}

/*********************************************************************************/
/* Data Tables 2                                                                    */
/*********************************************************************************/


table.data2 {
	width: 100%;
	font-size: large;
	border-collapse: collapse;
}

/*tr:nth-child(even){background-color: #f2f2f2}*/

tr.header2 {
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f2f2f2;
	font-weight: bold;
} 
th.header2 {
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	border: 1px solid #000000;
	text-align:left;
	font-weight: bold;
	margin-left: 10px;
	padding: 10px;
}
tr.regular2 {
	margin-left: 10px;
	padding:10px;
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	text-align: left;
	border: 1px solid #000000;
	line-height: 140%;
}
td.regular2 {
	margin-left: 10px;
	padding:10px;
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	text-align: left;
	border: 1px solid #000000;
	line-height: 140%;
}

th.rowtitle2 {
	
	text-align: left;
	border: 1px solid #000000;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

th.regular2 {
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: pt-sans,"Lucida Sans", "MS Sans Serif", san-serif;
	font-weight: bold;
	text-align: left;
	border: 1px solid #000000;
}













h2.footer {
	color: #FFFFFF;
}


/*********************************************************************************/
/* PI Lecture                                                                    */
/*********************************************************************************/


#piLecture_left_column
{
	width: 60%;
	float: left;
}
#piLecture_right_column
{
	width: 40%;
	float: right;
	text-align: center;
	margin-bottom: 10px;
}
div.piLecture_split_img {
	float: left;
	display: block;
	width: 50%;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	text-align: center;
	padding-left: 2px;
}
div.piLecture_split_text {
	float: left;
	display: block;
	width: 50%;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 8px;
	padding-bottom: 1px;
	text-align: left;
}
div.piLecture_split_cal_img {
	float:left;
	display:block;
	width:95%;
	font-size:90%;
	padding: 10px 2px;
	text-align:center;
}
div.piLecture_split_cal_text {
	float:left;
	display:block;
	width:95%;
	font-size:90%;
	padding: 1px 2px;
}
div.piLecture_split_upcoming_img {
	float:left;
	display:block;
	width:20%;
	font-size:90%;
	padding: 10px 2px;
	text-align:center;
}
div.piLecture_split_upcoming_text {
	float: right;
	display: block;
	width: 75%;
	font-size: 90%;
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	margin-left: 5px;
}

div.piLecture_surround  { /*calendar*/
	width: 97.2%;
	clear: both;
	border: 1px dotted #999;
	overflow: auto;
	/*background:#efefef;*/
	margin: 0px 8px 8px 8px;
	padding-left: 10px;
}
div.piLecture_surround_presented  {
	width:97.2%;
	clear:both;
	border:1px dotted #999;
	overflow:auto;
	background:#efefef;
	margin:0px 8px 8px 8px;
}
#piLecture_left_column h3.piLecture_h3{
	width: 97.2%;
	margin-top: 5px;
	margin-right: -10px;
	margin-left: 9px;
	margin-bottom: 10px;
	font-size: x-large;
	line-height: 145%;
	font-weight: 400;
}
h3.piLecture_h3{
	width: 90%;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: x-large;
	line-height: 145%;
	font-weight: 400;
}
h2.piLecture {
	font-weight: bold;
	margin: 0px 5px;
	color: #000;
}
div.piLecture_h2{
	width: 97.2%;
	background: #cbc3c1;
	border-right: 1px dotted #333;
	border-left: 1px dotted #333;
	border-top: 1px dotted #333;
	margin: 0px 8px;
	padding: 3px 0px;
	font-size: large;
}



/* link for monthly nav */
.month_picklist {
	font-size: 85%;
	font-weight: normal;
}

.month_picklist_prev_next {
	font-size:80%;
	font-weight: normal;
}

/*********************************************************************************/
/* Skip To Content                                                                   */
/*********************************************************************************/


div#skipto {
	margin: 0;
	padding: 0;
	width: 15px;
	background-color: #A81933;
	border-top: 4px solid #A81933;
	float: left;
}
ul.skiptoul {
	margin: 0;
	padding: 3px 9px 5px 9px;
	list-style: none;
	font-size: 80%;
	font-weight: normal;
	color: #A81933;
	text-align: left;
}
li.skiptoli {
	margin: 0;
	padding: 0;
	
}
div#skipto a {
    left: -9999px;
}
div#skipto a:focus, div#skipto a:hover {
    left: 10px; 
    font-weight: bold; 
    color: #fff;
    outline: medium dotted #fff;
}
	
	
/*****}
div#skipto a {
	text-decoration: underline;
	color: #A81933;**/

div#skipto a:visited {
	text-decoration: underline;
	color: #A81933;
}
div#skipto a:hover {
	color: #A81933;
	text-decoration: underline;
}

/*********************************************************************************/
/* CONTENT BACK TO NAV DIV  */
/*********************************************************************************/


div#skip3 {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 2%;
	line-height: .45;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/**div#skip3 a {
	text-decoration: underline;
	color: #FFF; **/


div#skip3 a {
    text-decoration: underline;
    color: #000;
    left: -9999px;
}

div#skip3 a:focus, div#skip3 a:hover {
    left: 10px;
    outline: medium dotted black;
} 


div#skip3 a:visited {
	text-decoration: underline;
	color: #FFF;
}
div#skip3 a:hover {
	color: #FFF;
	text-decoration: underline;
}



/*********************************************************************************/
/* BOX TO HIGHLIGHT WORKSHOPS ON PI PAGE  */
/*********************************************************************************/

div#workshop_highlight {
	border-top: 8px solid #B00609;
	border-bottom: 8px solid #B00609;
}


/********* Body Text Breadcrumbs for Sub-pages only***************/ 

p.breadcrumbs {
	margin-top: 0;
	margin-right: 6px;
	margin-left: 0px;
	margin-bottom: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: small;
}

a.breadcrumbs {
	margin: 0 10px;
	padding: 0;
	color: #5b3109;
	font-weight: normal;
	font-size: small;
}
/* **********END Body Text Breadcrumbs for Sub-pages only********/ 



div.arrows {
	display: block;
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* **********BEGIN PI HIGHLIGHT only********/ 
	
.image_with_caption {
	margin: 2px 5px;
	padding: 2px;
	border: 1px solid #000; /*#684c48; */
	background: transparent;
	font-size: 50%;
	text-align: center;
}

/* **********END PI HIGHLIGHT only********/ 

/* **********BEGIN Contact us page only********/ 
p.bodytext_image_map {
	float: right;
	margin: 0 0 8px 0;
	background: #fff;
}

/* **********END Contact us page only********/ 


/***************Searchbox************/

div.searchbox {
	padding: 0;
	margin: 0 0 0px 20px;
	width: 400px;
	height:55px;
}

span.red {
	color:red;
}