/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*  01.  Reset
/*  02.  Special
/*  03.  Typography
/*  04.  Links
/*  05.  Images
/*  06.  Forms
/*  07.  Tables
/*  08.  Layout
/* --------------------------------------------------------------------- */   

/* --------------------------------------------------------------------- */   
/*	Color Guide
/*		#64584A dark brown
/*		#899639 green
/* --------------------------------------------------------------------- */   

/* --------------------------------------------------------------------- */
/* Reset
/* --------------------------------------------------------------------- */ 

/* http://meyerweb.com/eric/tools/css/reset/ */

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;
}

/* --------------------------------------------------------------------- */
/* 02. Special
/* --------------------------------------------------------------------- */ 

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }

/* --------------------------------------------------------------------- */
/* 03. Typography
/* --------------------------------------------------------------------- */ 

body {
	color: #717174;
	font-size: .625em;
	font-family: Verdana, sans-serif;
	background: #A2927F url(/sup/img/layout/body.jpg) 0 0 repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 3.2em;
	line-height: 1.2;
}
body.survey h1 {
	font-size: 2.2em;
}

h2 {
	color: #8F6431;
	font-size: 2.0em;
	line-height: 1.2;
	margin: 0 0 .375em 0;
}
body.survey h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0 0 .375em 0;	
}
body.survey h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	
}

h6 {
	
}

p {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;	
}

ul {
	color: #50636d;
	font-size: 1.2em;
	line-height: 1.5;
	list-style-type: square;
	margin: 1.5em 0;
}

ol {
	color: #50636d;
	font-size: 1.2em;
	line-height: 1.5;
	list-style: decimal;
}

li {
	margin: 0 0 .4em 1.25em;
}

dl {
	
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0 2em;
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl,
ul p,
ol p,
dl p {
	margin: 0;
	font-size: 1em;
}


blockquote {
	
}

cite {
	
}

.vcard {
}

code {
	
}

pre {
	
}

hr {
	
}

.intro {
	color: #444;
	font-size: 1.4em;
}

.notes {
	color: #F00;
}

/* --------------------------------------------------------------------- */
/* 04. Links
/* --------------------------------------------------------------------- */ 

a {
	color: #2671B5;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

/* --------------------------------------------------------------------- */
/* 05. Images
/* --------------------------------------------------------------------- */ 

img {
	
}

/* --------------------------------------------------------------------- */
/* 06. Forms
/* --------------------------------------------------------------------- */ 

form {
	margin-bottom: 3em;
}

form label .help {
  color: #A69A8C;
}

/** This exists because checkbox fields float left and don't clear properly **/
body.survey div.form_field {
	clear: left;
}
	body.survey fieldset {
		margin-top: 2em;
		clear: left;
	}
	body.survey fieldset.yes_no_questions {
		padding: 1.5em 1.5em 0;
		margin-bottom: 3em;
		margin-top: 0;
		background-color: #f3f3f3;
	}
body.survey label.inline {
	display: inline;
}

/* --------------------------------------------------------------------- */
/* 07. Tables
/* --------------------------------------------------------------------- */ 

table {
	font-size: 1.2em;
	border: 1px solid #999;
	background: #f1f0f0;
	border-collapse: separate;
	color: #333;
}

table p,
table ul li,
table ol li {
	font-size: inherit;
}

th {
	font-size: 1.1em;
	padding: 1em;
	background: url("/sup/img/backgrounds/blue_button.gif") repeat-x scroll left bottom #3771A9;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,.1);
	text-shadow: 0px -1px 0px rgba(0,0,0,.3);
}

th:last-child,
td:last-child {
	border-right: 0;
}

tr:last-child td {
	border-bottom: 0;
}

td {
	padding: 1em;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

tr:nth-child(odd) td {
	background: #fff;
}

.financial {
	text-align: right;
}

.numeric {
	white-space: nowrap;
}

/** This exists because the stylesheet can't handle table + h2 **/
body.survey table {
	margin-bottom: 1.5em;
}

/* --------------------------------------------------------------------- */
/* 08. Layout
/* --------------------------------------------------------------------- */ 

.section {
	width: 980px;
	margin: 0 auto;
	background: #FFF;
	border-top: 4px solid #899639;
}
	.section .header {
		background: #0E213A url(/sup/img/layout/header.jpg) 0 0 no-repeat;
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
		box-shadow: 0 0 15px rgba(0,0,0,.5);
	}
		.section .header a.logo {
			z-index: 1000; /* high value to avoid being behind homepage feature */
			float: left;
			width: 90px;
			height: 79px;
			position: relative;
			text-indent: -9999px;
			text-decoration: none;
			margin: 12px 33px -28px 33px;
			background: url(/sup/img/layout/logo.png) 0 0 no-repeat;
		}
		.section .header .nav {
			float: right;
		}
			.section .header .nav ul {
				float: right;
				font-size: 1.4em;
				line-height: 63px;
				margin: 0 26px 0 0;
				list-style-type: none;
			}
				.section .header .nav ul li {
					float: left;
					margin: 0 0 .75em 0;
				}
					.section .header .nav ul li a {
						float: left;
						color: #D2E3EE;
						padding: 0 10px;
						line-height: 33px;
						margin: 15px 7px 0 7px;
						text-transform: uppercase;
					}
					.section .header .nav ul li.active a,
					.section .header .nav ul li a:hover,
					.section .header .nav ul li a:focus {
						color: #FFF;
						background: #899639;
						text-decoration: none;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
					}
	
		.section .header .feature {
			clear: left;
			position: relative;
			background: url(/sup/img/feature/feature.jpg) 0 0 no-repeat;
		}		
			.section .header .feature .slideshow {
				height: 324px;
				overflow: hidden;
			}
			.section .header .feature .slideshow div {
				width: 100%;
				height: 324px;
				padding: 73px 0 0 0;
			}
				.section .header .feature .slideshow div p {
					color: #f5fbff;
					font-size: 1.5em;
					margin: 10px 0 0 34px;
					width: 28em;
				}
				.section .header .feature .slideshow div h2 {
					height: 23px;
					width: 422px;
					text-indent: -9999px;
					margin: 0 0 0 34px;
				}
				.section .header .feature .slideshow div.demand_more h2 {
					background: url(/sup/img/feature/headings/demand_more.png) 0 0 no-repeat;
				}
				.section .header .feature .slideshow div.remaining_independent h2 {
					background: url(/sup/img/feature/headings/remaining_independent.png) 0 0 no-repeat;
				}
				.section .header .feature .slideshow div.questioning_convention h2 {
					background: url(/sup/img/feature/headings/questioning_convention.png) 0 0 no-repeat;
					width: 459px;
				}
				.section .header .feature .slideshow div.taking_a_stand h2 {
					background: url(/sup/img/feature/headings/taking_a_stand.png) 0 0 no-repeat;
				}
					.section .header .feature .slideshow div p a {
						display: block;
						color: #84ceff;
					}
				.section .header .feature .slideshow div img {
					display: none;
				}

			.section .header .feature .nav {
				bottom: 0;
				margin: 0;
				z-index: 6;
				left: 10px;
				float: left;
				width: 960px;
				position: absolute;
			}
				.section .header .feature .nav li {
					margin: 0;
					padding: 0;
					float: left;
					list-style: none;
				}
					.section .header .feature .nav li a {
						float: left;
						width: 240px;
						height: 55px;
						text-indent: -9999px;
						text-decoration: none;
					}
					.section .header .feature .nav li.demand_more a {
						background: url(/sup/img/feature/feature_nav.png) 0 -57px no-repeat;
					}
					.section .header .feature .nav li.demand_more a:hover,
					.section .header .feature .nav li.demand_more a:focus,					
					.section .header .feature .nav li.demand_more a.active {
						background: url(/sup/img/feature/feature_nav.png) 0 2px no-repeat;
					}
					.section .header .feature .nav li.independent a {
						background: url(/sup/img/feature/feature_nav.png) -240px -57px no-repeat;
					}
					.section .header .feature .nav li.independent a:hover,
					.section .header .feature .nav li.independent a:focus,
					.section .header .feature .nav li.independent a.active {
						background: url(/sup/img/feature/feature_nav.png) -240px 2px no-repeat;
					}
					.section .header .feature .nav li.innovation a {
						background: url(/sup/img/feature/feature_nav.png) -480px -57px no-repeat;
					}
					.section .header .feature .nav li.innovation a:hover,
					.section .header .feature .nav li.innovation a:focus,
					.section .header .feature .nav li.innovation a.active {
						background: url(/sup/img/feature/feature_nav.png) -480px 2px no-repeat;
					}
					.section .header .feature .nav li.performance a {
						background: url(/sup/img/feature/feature_nav.png) -720px -57px no-repeat;
					}
					.section .header .feature .nav li.performance a:hover,
					.section .header .feature .nav li.performance a:focus,
					.section .header .feature .nav li.performance a.active {
						background: url(/sup/img/feature/feature_nav.png) -720px 2px no-repeat;
					}

	.homepage .section .section {
		background: #FFF;
		padding: 33px 30px 12px 30px;
	}
		.homepage .section .section h2 {
			color: #899639;
			border-bottom: 1px solid #e3e3e3;
		}
	.homepage .section .section .info {
	  border: none;
	  background: none;
	  color: #867A6C;
	  margin: 0;
	  padding: 0;
	  font-size:1.2em;
	  line-height:1.5;
	}
		.homepage .section .section .info a {
			color: #867A6C;
			text-decoration: underline;
		}
		.homepage .section .section .info a:hover {
			text-decoration: none;
		}
		
	.section .section {
		width: auto;
		border: none;
		padding: 33px 0 33px 23px;
		background: #17446E url(/sup/img/backgrounds/section.jpg) 0 0 no-repeat;
	}

	.section .section .aside {
		float: right;
		width: 310px;
		margin: 0 0 0 33px;
	}

/* homepage */

		.section .section .our_offices {
			float: left;
			width: 210px;
			padding: 0 24px 0 0;
		}
			.section .section .our_offices ul {
				list-style: none;
				margin-left: 0;
			}
				.section .section .our_offices ul li {
					margin-left: 0;
					font-size: .8em;
				}
				.section .section .our_offices ul.vcards li.detroit_mi,
				.section .section .our_offices ul.vcards li.charlotte_nc,
				.section .section .our_offices ul.vcards li.las_vegas_nv,
				.section .section .our_offices ul.vcards li.redwood_city_ca,
				.section .section .our_offices ul.vcards li.atlanta_ga {
					display: none;
				}
			.section .section .our_offices .map {
				width: 164px;
				height: 101px;
				margin: 0 0 10px 0;
				position: relative;
				background: url(/sup/img/map/map.png) 0 0 no-repeat;			
			}
				.section .section .our_offices .map li a {
					width: 8px;
					height: 12px;
					position: absolute;
					text-indent: -9999px;
					text-decoration: none;
					background: url(/sup/img/map/map_marker.png) -8px 0 no-repeat;
				}
				.section .section .our_offices .map li a:hover,
				.section .section .our_offices .map li a:focus,
				.section .section .our_offices .map li a.active {
					background: url(/sup/img/map/map_marker.png) 0px 0 no-repeat;					
				}
				.section .section .our_offices .map li.cambridge_ma a {
					top: 15px;
					right: 4px;
				}
				.section .section .our_offices .map li.detroit_mi a {
					top: 22px;
					right: 40px;
				}
				.section .section .our_offices .map li.charlotte_nc a {
					top: 53px;
					right: 27px;
				}
				.section .section .our_offices .map li.las_vegas_nv a {
					top: 47px;
					right: 130px;
				}
				.section .section .our_offices .map li.redwood_city_ca a {
					top: 38px;
					right: 153px;
				}
				.section .section .our_offices .map li.atlanta_ga a {
					top: 63px;
					right: 40px;
				}

			.section .section .our_offices .vcard {
			}
				.section .section .our_offices .vcard span {
					display: block;
				}
			
		.section .section .our_services {
			float: left;
			width: 210px;
			padding: 0 24px 0 0;
		}
		.section .section .recent_research {
			float: left;
			width: 210px;
			padding: 0 24px 0 0;	
		}
		.section .section .recent_research h2 span {
			float: left;
		}
		.section .section .recent_research h2 a.rss {
			width: 10px;
			float: right;
			text-indent: -9999px;
			text-decoration: none;
			background: url(/sup/img/icons/rss.png) 0 50% no-repeat;
		}
			.section .section .recent_research ul {
				font-size: 1em;
				list-style-type: none;
			}
				.section .section .recent_research ul li {
					margin-left: 0;
				}
				.section .section .recent_research ul li a {
					zoom: 1;
					display: block;
					padding: 0 0 0 19px;
				}
				.section .section .recent_research ul li a:hover {
					text-decoration: none;
				}
				.section .section .recent_research ul li.pdf a {
					background: url(/sup/img/icons/pdf.png) 0 5px no-repeat;
				}
				.section .section .recent_research ul li.page a {
					background: url(/sup/img/icons/page.png) 0 5px no-repeat;
				}
					.section .section .recent_research ul li a .title {
						display: block;
						font-size: 1.2em;					
					}
					.section .section .recent_research ul li a:hover .title {
						text-decoration: underline;
					}
					.section .section .recent_research ul li a .date {
						color: #717174;
						display: block;
					}
		.section .section .the_latest {
			margin: 0;	
			float: left;
			width: 210px;
		}

/* inner page */

		.section .section .sub_nav {
			float: left;
			width: 222px;
			list-style: none;
			padding: 47px 0;
			margin: 13px 0 0 0;
			background: url(/sup/img/backgrounds/sub_nav.jpg) 100% 0 no-repeat;
		}
			.section .section .sub_nav li {
		  margin: 0;
		padding: 0 0 10px 0;
			}
				.section .section .sub_nav li a {
					color: #B1E1FF;
			  display: block;
			  line-height: 1.2;
			  padding: 10px 30px;
				}
				.section .section .sub_nav li a:hover {
					color: #FFF;
					text-decoration: none;
				}
				.section .section .sub_nav li.active {
					font-weight: bold;					
					background: url(/sup/img/backgrounds/sub_nav_active_list_item.gif) 0 100% no-repeat;
				}
				.section .section .sub_nav li.active a {
					color: #FFF;
					background: url(/sup/img/backgrounds/sub_nav_active.gif) 0 50% no-repeat;
				}

		.homepage .section .section .article {
			padding: 0;
			float: none;
			width: auto;
			background: #FFF;
		}
		.section .section .article {
			margin: 0;
			float: left;
			width: 652px;
			padding: 47px 25px;
			background: #FFF url(/sup/img/backgrounds/article.jpg) 50% 0 no-repeat;
		}
		.about_us .section .section .article,
		.services .section .section .article,
		.clients .section .section .article,
		.research .section .section .article,
		.investment_managers .section .section .article {
			min-height: 480px;
		}

	.section .footer {
		background: #3F3F3F;	
	}
		.section .footer ul {
			margin: 0;
			padding: 0 33px;
			font-size: 1.1em;
			line-height: 43px;
			list-style-type: none;
		}
			.section .footer ul li {
				float: left;
				margin: 0;
			}
				.section .footer ul li a {
					color: #b5dfff;
					padding: 0 10px;
					border-right: 1px solid #666;
				}
				.section .footer ul li:first-child a {
					padding: 0 10px 0 0;
				}
				.section .footer ul li:last-child a {
					border-right: none;
				}
				
/* vcards */

.vcard {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}
	.vcard span {
		display: block;
	}

.investment_managers .vcard {
  float: left;
  width: 180px;
  padding: 10px;
  background: #F9F9F9;
  margin: 10px 15px 0 0;
  border-top: 2px solid #35689B;
  border-right: 1px solid #A2B4C5;
  border-bottom: 1px solid #A2B4C5;
  border-left: 1px solid #A2B4C5;
}
  .investment_managers .vcard h3 {
	font-size: 1.2em;
	font-weight: bold;
  }
  .investment_managers .vcard dl {
	color: #666;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: #F9F9F9;
	border-top: 1px solid #cdd6de;
  }
	.investment_managers .vcard dl dd {
	  margin: 0;
	}
				
/* Paul's styles - Dave told me to do it */

body#tinymce {
	padding: 10px;
}

.site_date {
	float: left;
	margin-top: .4em;
	margin-bottom: 1em;
	margin-right: 1.7em;
	padding: .8em;
	text-align: center;
	border: 1px solid #a2b4c5;
	border-top: 3px solid #35689b;
}
	.site_short_date,
	.site_year {
		display: block;
		text-transform: uppercase;
	}
	.site_short_date {
		font-size: 1.2em;
		font-weight: bold;
		color: #92a620;
	}
	.site_year {
		font-size: 2em;
		color: #aeaeae;
		padding-top: .1em;
	}

.article h1 {
	margin-bottom: .5em;
}

.corporate_glossy {
	float: right;
	margin: 0 0 10px 10px;
}
.button_link {
	display: inline-block;
	background: #3771a9 url(/sup/img/backgrounds/blue_button.gif) repeat-x bottom left;
	font-size: 1.2em;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
	padding: .4em .7em;
	border: 1px solid #19518d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px -1px 0px rgba(0,0,0,.3);
	-webkit-transition: background .25s linear;
	-moz-transition: background .25s linear 0;
}

.button_link:focus,
.button_link:active {
	top: 1px;
	text-decoration: none;
}

.button_link:hover {
	text-decoration: none;
	background: url(/sup/img/backgrounds/blue_button.gif) repeat-x top left;
}
	.button_link img {
		margin-bottom: -4px;
		margin-right: 7px;
	}
	
	.sm_download {
		padding-bottom: 7px;
		line-height: 1.3;
	}

.listing {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 2em;
}
	.listing .button_link {
		float: right;
	}
	.listing p {
		float: left;
		width: 80%;
	}
	.listing a.article_link {
		float: right;
	}

.listing:last-child {
	border: 0;
}

.simple_date {
	color: #999;
}

.employee_block {
	border: 1px solid #a2b4c5;
	border-top: 3px solid #35689b;
	text-align: center;
	padding: 1em;
	white-space: normal;
	background: #f9f9f9;
}
	.employee_block p {
		margin: 0;
		line-height: 1.1;
	}
		.additional_employees em,
		.employee_block em {
			margin-top: .5em;
			color: #999;
			font-size: .85em;
		}
		.employee_block em {
			display: block;
		}
	.employee_block img {
		display: block;
		border: 1px solid #dfdfdf;
	}

/*.additional_employees li {
	width: 47%;
	float: left;
}*/
	
.employee_listing {
	width: 16%;
	float: left;
	min-height: 16em;
	margin-bottom: 3em;
	margin-right: 3em;
}
	.employee_listing img {
		margin: 0 auto .5em;
	}

.employee_view {
	background: #aeaeae;
	width: 220px;
	float: right;
	margin-left: 2em;
	margin-bottom: 3em;
	border: 1px solid #aeaeae;
	-moz-box-shadow: 0px 0px 7px #aeaeae;
	-webkit-box-shadow: 0px 0px 7px #aeaeae;
}
	.employee_view img {
		margin: 0;
		display: block;
	}

.related_information {
	clear: both;
	border: 1px solid #a2b4c5;
	border-top: 3px solid #35689b;
	background: url(/sup/img/backgrounds/related.gif) repeat-x;
	margin-top: 4em;
}
	.related_information h2 {
		color: #92a620;
		background: #fff;
		padding: .5em .9em;
		font-size: 1.6em;
	}
	.related_information h3 {
		font-size: 1.4em;
	}
	.related_information div {
		padding: 1em;
		float: left;
		width: 28%;
		margin: 0 .5em;
	}
	
.inset_image {
	display: block;
	border-top: 3px solid #b4cf10;
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

	.clients_and_service {
		border-left: 1px solid #DFDFDF;
		float: left;
		margin-left: 2em;
		padding-left: 2em;
		width: 22%;
	}
	
	.previous_affiliation {
		border-left: 1px solid #DFDFDF;
		float: left;
		margin-left: 2em;
		padding-left: 2em;
		width: 40%;
	}
	
		.info_blocks .clients_and_service p {
			margin: 0;
			width: auto;
		}
	
	.info_blocks h2 {
		background: #555555 url(/sup/img/backgrounds/mosaic.png) top right;
		color: #FFFFFF;
		font-size: 1.6em;
		margin: 2em 0 1em 0;
		padding: 0.5em 0.75em;
	}
		.info_blocks h2 a {
			color: #fff;
		}
	
	.info_blocks p {
		margin-left: 1em;
		float: left;
		width: 68%;
	}
	
	.emerging h2 span {
		display: block;
		margin-top: .3em;
		float: right;
		font-size: .7em;
		color: #aeaeae;
	}
	
	.emerging p {
		margin-left: 1em;
		float: left;
		width: 50%;
	}
	
		.info_blocks p .button_link {
			font-size: .9em;
			display: inline-block;
			margin-top: 1em;
		}
	
	.info_blocks h3 {
		color: #899639;
		font-weight: bold;
	}
	
	.info_blocks ul {
		margin-left: 0;
	}

/*.info_blocks {
	border: 1px solid #a2b4c5;
	border-top: 3px solid #35689b;
	background: url(/sup/img/backgrounds/related.gif) repeat-x 0 10px;
	margin-right: 2em;
	margin-bottom: 2em;
}
	.info_blocks h2 {
		color: #92a620;
		background: #fff;
		padding: .5em .9em;
		font-size: 1.6em;
		border-bottom: 1px solid #d9d9d9;
	}
	.info_blocks p {
		padding: 0 1.3em;
	}*/
	
.form_field {
	padding-bottom: 2em;
}
#submit_RFP .form_field {
	width: 50%;
	float: left;
}
	.form_field label {
		display: block;
		font-size: 1.2em;
		line-height: 1.5;
		color: #899639;
		margin-bottom: 2px;
	}
	.text_field input,
	.textarea_field textarea {
		font-family: Verdana,sans-serif;
		border: 1px solid #aeaeae;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 1.4em;
		padding: .5em .75em;
		width: 85%;
		color: #717174;
	}
	.checkbox_field {
		float: left;
		margin-bottom: 2em;	
	}
	.checkbox_field label {
		display: inline;
		font-size: 1.4em;
		color: #717174;
		margin-right: 2em;
	}
	.submit_field {
		clear: both;
	}
		.submit_field input:hover {
			cursor: pointer;
		}
	
.legal_copy {
	font-size: .9em;
	color: #666;
	margin-top: 2em;
}

.office_listing {
	width: 48%;
	float: left;
}
	.office_location {
		font-weight: bold;
	}
	
	.directions_link {
		background: url(/sup/img/backgrounds/directions_link.gif) no-repeat 1px 2px;
		padding-left: 16px;
	}

.job_listing {
	margin-bottom: 2em; 
}
	.job_listing .info {
		font-size: 1em;
		margin-bottom: 2em;
	}

	.job_listing h2 {
		background: #444 url(/sup/img/backgrounds/mosaic.png) no-repeat top right;
		color: #fff;
		padding: .5em .75em;
		margin-bottom: 1.5em;
		font-size: 1.6em;
	}
		.job_listing h2 span {
			display: block;
			margin-top: .3em;
			float: right;
			font-size: .7em;
			color: #aeaeae;
		}
	.job_listing h3 {
		color: #899639;
	}
	.job_listing h3 ,
	.job_listing h4 {
		font-weight: bold;
		margin-bottom: .2em;
	}
	.job_info {
		border-right: 1px solid #dfdfdf;
		float: left;
		width: 20%;
		padding: 0 2em 0 1.3em;
		margin-right: .5em;
	}
		.job_info ul {
			margin-top: .4em;
		}
		.job_info ul li {
			margin-bottom: .2em;
		}
	.job_description {
		float: left;
		width: 65%;
		padding-left: 1.3em;
	}
	
#reference_form {
	padding-right: 2em;
}

#reference_form .form_field,
#login-form .form_field {
	width: 50%;
	float: left;
}

.grouping_2 {
	width: 46%;
	float: left;
}
	.grouping_2 input {
		width: 84%;
	}
	
.grouping_3 {
	width: 31%;
	float: left;
}
	.grouping_3 input {
		width: 74%;
	}

.grouping input {
	width: 80%;
}

#reference_form label {
	display: none;
}

#reference_form .submit_field {
	clear: none;
}

.status_info_key {
	float: right;
	width: 33%;
	margin-left: 1em;
	border: 1px solid #a2b4c5;
	border-top: 3px solid #35689b;
	background: url(/sup/img/backgrounds/related.gif) repeat-x;
}
	.status_info_key h2 {
		color: #92a620;
		background: #fff;
		padding: .5em .9em;
		font-size: 1.6em;
	}
	.status_info_key ul{
		padding: 1em;
	}

#status,
.status_info_key {
  display: none;
}

#filtered_table,
#status {
	float: left;
	font-size: 1.5em;
	width: 62%;
	border: 1px solid #123A57;
}
	#filtered_table th,
	#status th {
		text-align: left;
		background: #123A57;
		color: #FFFFFF;
		font-weight: normal;
		margin-bottom: 1.5em;
		padding: .5em;
	}
	#filtered_table td,
	#status td {
		padding: .5em;
	}
	#filtered_table tr td.status,
	#status tr td.status {
		border-left: 1px solid #d0d0d0;
	}
	#filtered_table tr.odd td,
	#status tr.odd td {
		background: #e6e6e6;
	}
	
	
.completed {
	color: #3dad00;
}

.finals_stage,
.in_progress,
.presentation_process {
	color: #004682;
}

.closed,
.canceled {
	color: #ad0000;
} 

.hold {
	color: #e27c00;
}

.searching {
	margin-left: 2em;
}


.job_glossary {
	background: url("/sup/img/backgrounds/related.gif") repeat-x ; 
	border: 1px solid #A2B4C5;
	border-top: 3px solid #35689B;
	margin-bottom: 1em;
	margin-left: 3em;
	width: 37%;
	float: right;
}
	.job_glossary ul {
		padding: 0 1em 1em 1em;
	}
	.job_glossary ul li {
		/*float: left;
		width: 33%;	*/
	}
	
	.job_glossary h2 {
		background: #FFFFFF;
		color: #92A620;
		font-size: 1.6em;
		padding: 0.5em 0.9em;
	}

.icc_content {
	width: 45%;
	float: left;
	margin-right: 2.5em;
}	

.pagination ul {
	list-style-type: none;
}

	.pagination ul li {
		float: left;
		margin: 0 .5em 0 0;
	}
	
		.pagination ul li a {
			position: relative;
			background: #215997 url(/sup/img/backgrounds/blue_button.gif) repeat-x bottom left;
			font-size: .9em;
			color: #fff;
			font-family: verdana, arial, sans-serif;
			text-transform: uppercase;
			padding: .4em .7em;
			border: 1px solid #19518d;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			text-shadow: 1px -1px 0px rgba(0,0,0,.3);
		}
		
		.pagination ul li.current a {
			background: #96a536 url(/sup/img/backgrounds/green_button.gif) repeat-x bottom left;
			border: 1px solid #3c4501;
		}
		
		.pagination ul li a:hover {
			background: url(/sup/img/backgrounds/blue_button.gif) repeat-x top left;
			text-decoration: none;
		}

		.pagination ul li.current a:hover {
			background: #96a536 url(/sup/img/backgrounds/green_button.gif) repeat-x top left;
		}
		
		.pagination ul li a:focus,
		.pagination ul li a:active {
			top: 1px;
			text-decoration: none;
		}
		
.form_micro {
	clear: left;
	font-size: 1em;
}

/* --------------------------------------------------------------------- */
/* 09. Validation Messages
/* --------------------------------------------------------------------- */ 

.not_found,
.error,
.success {
	padding: 1.25em 2em;
	margin-bottom: 2em;
	width: 84%;
	color: #fff;
}

.success {
	background: #7aa168;
	border: 1px solid #3d5c00;
}

.info {
	background: #4e7caf;
	border: 1px solid #215997;
	color: #fff;
	font-size: 1.4em;
	padding: .5em .75em 0;
}
	.info p {
		margin-bottom: .7em;
	}
	.info a {
		color: #fff;
		text-decoration: underline;
	}
	.info a:hover {
		text-decoration: none;
	}

.error,
.not_found {
	background: #af4e4e;
	border: 1px solid #5C0000;
}

	.error p,
	.not_found p,
	.success p {
		color: #fff;
		font-size: 1.8em;
		margin-bottom: 1em;
		text-shadow: 0px -1px 0px rgba(0,0,0,.4);
	}
		
	.error ul li,
	.not_found ul li {
		color: #fbdcdc;
	}

.image_align_left {
	display: block;
	float: left;
	margin: 0 2em 1em 0;
}

.image_align_right {
	display: block;
	float: right;
	margin: 0 0 1em 2em;
}


/* 404 page - resets most of the validation messages styles to display page correctly */

body.not_found {
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
	color: #717174;
  background: #A2927F url(/sup/img/layout/body.jpg) 0 0 repeat-x;
}

  body.not_found p,
  body.not_found ul li {
	color: #717174;
	font-size: 1.2em;
	text-shadow: none;
  }
  
  body.not_found .error p {
	color: #FFF;
	font-size: 1.8em;
  }
  
/* research - categories */

ul.categories li {
	margin: 0;
	width: 33.333%;
	float: left;
	list-style: none;
}
	ul.categories li a {
		color: #FFF;
		padding: .6em .75em .75em .75em;
		line-height: 1.2;
		display: block;
		margin: 0 20px 20px 0;
		background: #3771a9 url(/sup/img/backgrounds/blue_button.gif) repeat-x bottom left;		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	ul.categories li a:hover,
	ul.categories li a:focus {
	text-decoration: none;
	background: #16427e url(/sup/img/backgrounds/blue_button.gif) repeat-x top left;
	}
	
	ul.categories li a span {
		font-size: .75em;
		margin-top: 1px;
		float: right;
		color: #b8dcff;
	}
	
.file_name {
	font-size: .9em;
	color: #999;
}

.listing .research_content {
	width: 73%;
	margin-right: 2em;
	float: left;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}

.listing .research_content p {
	float: none;
	width: 100%;
}

.listing .research_content .simple_date {
	font-size: 1.2em;
}

.related_information .display_module {
	background: #fff;
	border: 5px solid #555;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	position: fixed;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 600px;
}

.display_module ul {
	max-height: 300px;
	overflow: auto;
	padding: 2em;
	margin: 0;
}

.close {
	background: url(/sup/img/buttons/close_x.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	margin-top: -14px;
	margin-left: -14px;
	z-index: 200;
}

.related_information .button_link {
	margin-left: 15px;
}

#filtered_table div.status_info {
	color: #888;
	font-size: .7em;
	margin-top: 3px;
}

#filtered_table div.status_info span {
	display: block;
}