/*
	layout.css
	----------
	defines rules for the template structure and important site elements

*/

/* leave the links accessible to screen readers */
#AccessibilityLinks {
	position: absolute;
	top: -9999px;
}
/* -- BEGIN: top-level items ---------------------------------------------- */

#PageWrapper {
	width: 970px;
	background: url(../images/bg.page.png) 0 0 repeat-y;
	margin: 0 auto;
	padding: 0 3px;
	position: relative;
	z-index: 1;
}
* HTML #PageWrapper {
	background: url(../images/bg.page.gif) 0 0 repeat-y;
}
#LayoutWrapper {
	border-bottom: 20px solid #666;
}
#HeaderWrapper {
	height: 100px;
	width: 960px
}
* HTML #HeaderWrapper {
	height: 140px;
}
#BodyWrapper {
	width: 964px;
	margin: 2px auto 0;
	background: url(../images/bg.body-wrapper.gif) 0 0 repeat-y;
}
#PageWrapper #LayoutWrapper #HeaderWrapper #NavWrapper {
	padding: 0px 0px;
	width: 964px;
	border-color: white;
	border-width: 3px 0px;
	border-style: solid;
}
/* WORKAROUND: for IE6/win hidden from IE5/mac */
/* \*/
* HTML #BodyWrapper {
	zoom: 1;
}
*:first-child+HTML #BodyWrapper {
	zoom: 1;
}
* HTML #FooterWrapper {
	position: relative;
}
/* */

/* ------------------------------------------------ END: top-level items -- */



/* -- BEGIN: HeaderWrapper ------------------------------------------------ */

#SiteLogo, #SiteLogo A, #SiteLogo IMG {
	display: block; /* width: 250px; height: 50px; */
}
#SiteLogo {
	float: left;
	padding: 25px 25px 21px;
}
* HTML #SiteLogo {
}
#UtilNav {
	float: right;
	margin: 10px;
	padding: 0;
	font-size: .92em;
}
#UtilNav SPAN {
	margin: 0 4px;
}
#UtilNav A, #UtilNav A:link, #UtilNav A:visited {
	text-decoration: underline;
}
#site_search_form {
	float: right;
	width: 200px;
	margin-top: 28px;
}
* HTML #site_search_form { /*width: 205px; */
}
#site_search_form .Field, #site_search_form .FormAction {
	display: inline;
	margin: 2px;
}
#site_search_form .TextInput {
	width: 140px;
} /* setting height for safari -- see bottom for reset */
#NavWrapper {
	clear: both;
	width: 964px;
	margin: 0 auto;
	height: 1px
}
#MainNav {
	list-style-type: none;
	min-height: 45px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 200;
}
* HTML #MainNav {
	height: 45px;
}
#MainNav LI {
	float: left;
	display: block;
	height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#MainNav LI SPAN {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#MainNav LI A {
	display: block;
	height: 45px;
	background: transparent url(../images/matrix.nav.gif) 0 -45px no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 250;
	outline: 0;
}
.LanguageEspanol #MainNav LI A {
	background: transparent url(../images/matrix.nav.es.gif) 0 -45px no-repeat;
}
.LanguagePortugues #MainNav LI A {
	background: transparent url(../images/matrix.nav.pt.gif) 0 -45px no-repeat;
}
#MainNav LI UL {
	position: absolute;
	top: -9999px;
	z-index: 225;
	list-style-type: none;
	background: #FFF url(../images/bg.sub-nav.gif) top left repeat-x;
	margin: 0;
	padding: 14px 4px;
	border: 1px solid #666;
	border-top: none;
}
#MainNav LI.Hover UL {
	top: 42px;
}
#MainNav LI.Selected UL {
	top: -9999px;
}
#MainNav LI UL LI {
	float: none;
	display: block;
	height: auto;
	list-style-type: none;
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
	padding: 0;
}
#MainNav LI UL LI A {
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
	color: #333;
	padding: 5px 10px;
	line-height: 1.25em;
	background-image: none;
}
.LanguageEspanol #MainNav LI UL LI A, .LanguagePortugues #MainNav LI UL LI A {
	background-image: none;
}
#MainNav LI UL LI A:hover {
	color: #FFF;
	text-decoration: none;
}
#MainNav LI UL LI.color-1 A:hover {
	background: #4c6881;
}
#MainNav LI UL LI.color-2 A:hover {
	background: #547b2c;
}
#MainNav LI UL LI.color-3 A:hover {
	background: #a4480b;
}
#MainNav LI UL LI.color-4 A:hover {
	background: #af7402;
}
#MainNav LI UL LI.color-5 A:hover {
	background: #605ca8;
}
#MainNav LI UL LI.color-6 A:hover {
	background: #336666;
}
#MainNav #nav_about, #MainNav #nav_about A {
	width: 242px;
	background-position: 0 -45px;
}
#MainNav #nav_about.Hover A {
	background-position: 0 -90px;
}
#MainNav #nav_about.Selected A {
	background-position: 0 0;
}
#MainNav #nav_about.Hover UL {
	left: 46px;
}
#MainNav #nav_history, #MainNav #nav_history A {
	width: 168px;
	background-position: -242px -45px;
}
#MainNav #nav_history.Hover A {
	background-position: -242px -90px;
}
#MainNav #nav_history.Selected A {
	background-position: -242px 0;
}
#MainNav #nav_history.Hover UL {
	left: 8px;
}
#MainNav #nav_fellows, #MainNav #nav_fellows A {
	width: 104px;
	background-position: -410px -45px;
}
#MainNav #nav_fellows.Hover A {
	background-position: -410px -90px;
}
#MainNav #nav_fellows.Selected A {
	background-position: -410px 0;
}
#MainNav #nav_fellows.Hover UL {
	left: 4px;
}
#MainNav #nav_news, #MainNav #nav_news A {
	width: 152px;
	background-position: -514px -45px;
}
#MainNav #nav_news.Hover A {
	background-position: -514px -90px;
}
#MainNav #nav_news.Selected A {
	background-position: -514px 0;
}
#MainNav #nav_news.Hover UL {
	left: 12px;
}
#MainNav #nav_applicants, #MainNav #nav_applicants A {
	width: 124px;
	background-position: -666px -45px;
}
#MainNav #nav_applicants.Hover A {
	background-position: -666px -90px;
}
#MainNav #nav_applicants.Selected A {
	background-position: -666px 0;
}
#MainNav #nav_applicants.Hover UL {
	left: 7px;
}
#MainNav #nav_donations, #MainNav #nav_donations A {
	width: 174px;
	background-position: -790px -45px;
}
#MainNav #nav_donations.Hover A {
	background-position: -790px -90px;
}
#MainNav #nav_donations.Selected A {
	background-position: -790px 0;
}
#MainNav #nav_donations.Hover UL {
	left: 5px;
}
#MainNav #nav_donations.Hover UL LI A {
	width: 139px !important;
}
/* Main Nav: Espanol */
.LanguageEspanol #MainNav #nav_about, .LanguageEspanol #MainNav #nav_about A {
	width: 242px;
	background-position: 0 -45px;
}
.LanguageEspanol #MainNav #nav_about.Hover A {
	background-position: 0 -90px;
}
.LanguageEspanol #MainNav #nav_about.Selected A {
	background-position: 0 0;
}
.LanguageEspanol #MainNav #nav_about.Hover UL {
	left: 48px;
}
.LanguageEspanol #MainNav #nav_history, .LanguageEspanol #MainNav #nav_history A {
	width: 172px;
	background-position: -242px -45px;
}
.LanguageEspanol #MainNav #nav_history.Hover A {
	background-position: -242px -90px;
}
.LanguageEspanol #MainNav #nav_history.Selected A {
	background-position: -242px 0;
}
.LanguageEspanol #MainNav #nav_history.Hover UL {
	left: 8px;
}
.LanguageEspanol #MainNav #nav_applicants, .LanguageEspanol #MainNav #nav_applicants A {
	width: 134px;
	background-position: -414px -45px;
}
.LanguageEspanol #MainNav #nav_applicants.Hover A {
	background-position: -414px -90px;
}
.LanguageEspanol #MainNav #nav_applicants.Selected A {
	background-position: -414px 0;
}
.LanguageEspanol #MainNav #nav_applicants.Hover UL {
	left: 10px;
}
.LanguageEspanol #MainNav #nav_fix, .LanguageEspanol #MainNav #nav_fix A {
	width: 416px;
	background-position: -548px -45px;
}
/* Main Nav: Portugues */
.LanguagePortugues #MainNav #nav_about, .LanguagePortugues #MainNav #nav_about A {
	width: 242px;
	background-position: 0 -45px;
}
.LanguagePortugues #MainNav #nav_about.Hover A {
	background-position: 0 -90px;
}
.LanguagePortugues #MainNav #nav_about.Selected A {
	background-position: 0 0;
}
.LanguagePortugues #MainNav #nav_about.Hover UL {
	left: 48px;
}
.LanguagePortugues #MainNav #nav_history, .LanguagePortugues #MainNav #nav_history A {
	width: 178px;
	background-position: -242px -45px;
}
.LanguagePortugues #MainNav #nav_history.Hover A {
	background-position: -242px -90px;
}
.LanguagePortugues #MainNav #nav_history.Selected A {
	background-position: -242px 0;
}
.LanguagePortugues #MainNav #nav_history.Hover UL {
	left: 2px;
}
.LanguagePortugues #MainNav #nav_applicants, .LanguagePortugues #MainNav #nav_applicants A {
	width: 180px;
	background-position: -420px -45px;
}
.LanguagePortugues #MainNav #nav_applicants.Hover A {
	background-position: -420px -90px;
}
.LanguagePortugues #MainNav #nav_applicants.Selected A {
	background-position: -420px 0;
}
.LanguagePortugues #MainNav #nav_applicants.Hover UL {
	left: -1px;
}
.LanguagePortugues #MainNav #nav_fix, .LanguagePortugues #MainNav #nav_fix A {
	width: 364px;
	background-position: -600px -45px;
}
#MainNav LI UL LI A {
	width: 168px !important;
}
#MainNav .Selected {
	zoom: 1;
	z-index: 250;
	position: relative;
}
#MainNav .Hover {
	z-index: 215;
	position: relative;
}
#MainNav .SubMenu {
	zoom: 1;
	z-index: 225;
}
/* -------------------------------------------------- END: HeaderWrapper -- */



/* -- BEGIN: BodyWrapper -------------------------------------------------- */

#BodyWrapper A {
	text-decoration: underline;
}
#home-flash {
	width: 964px;
	height: 250px;
	font-size: 0;
}
#home-flash-replace A {
	display: block;
	text-align: center;
	margin-top: 6px;
}
#SideColumn {
	float: left;
	width: 175px;
	margin: 0;
	background: #F2F2F2;
	min-height: 400px;
}
* HTML #SideColumn {
	height: 400px;
}
#MainColumn {
	float: left;
	padding: 6px 12px 12px 24px;
	margin: 12px auto 0;
	line-height: 1.5em;
	min-height: 450px;
}
* HTML #MainColumn {
	height: 450px;
}
.Home #MainColumn {
	float: none;
	padding: 0 0 1px 0;
	width: 964px;
	background: url(../images/bg.main-column.home.gif) 1px bottom no-repeat;
}
#RightColumn {
	float: right;
	width: 225px;
	padding: 6px 18px 12px 0;
	line-height: 1.5em;
}
/* -- BEGIN: Colors ------------------------------------------------------- */

.Home .color-1 H2 {
	background: #4C6881;
}
.Home .color-4 H2 {
	background: #AF7402;
}
.Home .color-2 H2 {
	background: #547B2C;
}
.Home .color-3 H2 {
	background: #A4480B;
}
/* Color-1 : Blue */
.color-1 H1, .color-1 H2, .color-1 H2 A, .color-1 H3, .color-1 #MainColumn A {
	color: #4C6881;
}
.color-1 #MainColumn .LinkMore, .Home .color-1 .LinkMore {
	color: #4C6881;
	background: url(../images/bg.arrow-blue.gif) right center no-repeat;
}
.color-1 #RightColumn H2, .color-1 #RightColumn H2 A, .color-1 #RightColumn H3, .color-1 #RightColumn .listing-panel DT, .color-1 #RightColumn A, .color-1 #RightColumn .LinkMore {
	color: #AF7402;
}
.color-1 #RightColumn .LinkMore {
	color: #AF7402;
	background: url(../images/bg.arrow-orange.gif) right center no-repeat;
}
.color-1 #RightColumn .listing-panel {
	border: 1px solid #AF7402;
}
.color-1 .feature-photo IMG {
	padding: 2px;
	border: 1px solid #4C6881;
}
/* Color-2 : Green */
.color-2 H1, .color-2 H2, .color-2 H2 A, .color-2 H3, .color-2 .listing-panel DT, .color-2 #MainColumn A {
	color: #547B2C;
}
.color-2 #MainColumn .LinkMore, .Home .color-2 .LinkMore {
	color: #547B2C;
	background: url(../images/bg.arrow-green.gif) right center no-repeat;
}
.color-2 #RightColumn H2, .color-2 #RightColumn H2 A, .color-2 #RightColumn H3, .color-2 #RightColumn .listing-panel DT, .color-2 #RightColumn A, .color-2 #RightColumn .LinkMore {
	color: #AF7402;
}
.color-2 #RightColumn .LinkMore {
	color: #AF7402;
	background: url(../images/bg.arrow-orange.gif) right center no-repeat;
}
.color-2 #RightColumn .listing-panel {
	border: 1px solid #AF7402;
}
.color-2 .feature-photo IMG {
	padding: 2px;
	border: 1px solid #547B2C;
}
/* Color-3 : Brown */
.color-3 H1, .color-3 H2, .color-3 H2 A, .color-3 H3, .color-3 .listing-panel DT, .color-3 #MainColumn A {
	color: #A4480B;
}
.color-3 #MainColumn .LinkMore, .Home .color-3 .LinkMore {
	color: #A4480B;
	background: url(../images/bg.arrow-brown.gif) right center no-repeat;
}
.color-3 #RightColumn H2, .color-3 #RightColumn H2 A, .color-3 #RightColumn H3, .color-3 #RightColumn .listing-panel DT, .color-3 #RightColumn A, .color-3 #RightColumn .LinkMore {
	color: #4C6881;
}
.color-3 #RightColumn .LinkMore {
	color: #4C6881;
	background: url(../images/bg.arrow-blue.gif) right center no-repeat;
}
.color-3 #RightColumn .listing-panel {
	border: 1px solid #4C6881;
}
.color-3 .feature-photo IMG {
	padding: 2px;
	border: 1px solid #A4480B;
}
/* Color-4 : Orange */
.color-4 H1, .color-4 H2, .color-4 H2 A, .color-4 H3, .color-4 .listing-panel DT, .color-4 #MainColumn A {
	color: #AF7402;
}
.color-4 #MainColumn .LinkMore, .Home .color-4 .LinkMore {
	color: #AF7402;
	background: url(../images/bg.arrow-orange.gif) right center no-repeat;
}
.color-4 #RightColumn H2, .color-4 #RightColumn H2 A, .color-4 #RightColumn H3, .color-4 #RightColumn .listing-panel DT, .color-4 #RightColumn A, .color-4 #RightColumn .LinkMore {
	color: #4C6881;
}
.color-4 #RightColumn .LinkMore {
	color: #4C6881;
	background: url(../images/bg.arrow-blue.gif) right center no-repeat;
}
.color-4 #RightColumn .listing-panel {
	border: 1px solid #4C6881;
}
.color-4 .feature-photo IMG {
	padding: 2px;
	border: 1px solid #AF7402;
}
/* Color-5 : Purple */
.color-5 H1, .color-5 H2, .color-5 H2 A, .color-5 H3, .color-5 .listing-panel DT, .color-5 #MainColumn A {
	color: #605CA8;
}
.color-5 #MainColumn .LinkMore, .Home .color-5 .LinkMore {
	color: #605CA8;
	background: url(../images/bg.arrow-purple.gif) right center no-repeat;
}
.color-5 #RightColumn H2, .color-5 #RightColumn H2 A, .color-5 #RightColumn H3, .color-5 #RightColumn .listing-panel DT, .color-5 #RightColumn A, .color-5 #RightColumn .LinkMore {
	color: #AF7402;
}
.color-5 #RightColumn .LinkMore {
	color: #AF7402;
	background: url(../images/bg.arrow-orange.gif) right center no-repeat;
}
.color-5 #RightColumn .listing-panel {
	border: 1px solid #AF7402;
}
.color-5 .feature-photo IMG {
	padding: 2px;
	border: 1px solid #605CA8;
}
/* Color-6 : Teal */
.color-6 H1, .color-6 H2, .color-6 H2 A, .color-6 H3, .color-6 .listing-panel DT, .color-6 #MainColumn A {
	color: #336666;
}
.color-6 #MainColumn .LinkMore, .Home .color-6 .LinkMore {
	color: #336666;
	background: url(../images/bg.arrow-teal.gif) right center no-repeat;
}
.color-6 #RightColumn H2, .color-6 #RightColumn H2 A, .color-6 #RightColumn H3, .color-6 #RightColumn .listing-panel DT, .color-6 #RightColumn A, .color-6 #RightColumn .LinkMore {
	color: #AF7402;
}
.color-6 #RightColumn .LinkMore {
	color: #AF7402;
	background: url(../images/bg.arrow-orange.gif) right center no-repeat;
}
.color-6 #RightColumn .listing-panel {
	border: 1px solid #AF7402;
}
.color-6 .feature-photo IMG {
	padding: 2px;
	border: 1px solid #336666;
}
/* -- BEGIN: nav column --------------------------------------------------- */

#SideNav {
	width: 155px;
	min-height: 200px;
	padding: 12px 0;
	margin: 0 auto;
}
* HTML #SideNav {
	height: 200px;
}
#SideNav LI {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: none;
	border-bottom: 1px solid #DBDBDB;
}
#SideNav LI A, #SideNav LI LI A {
	color: #333;
	font-weight: bold;
	display: block;
	padding: 4px 0 2px 4px;
	text-decoration: none;
	font-size: 12px;
}
* HTML #SideNav LI A {
	width: 100%;
}
#SideNav LI A:hover {
	color: #FFF;
	text-decoration: none !important;
}
#SideNav LI LI A:hover {
	color: #FFF;
	text-decoration: none !important;
}
#SideNav LI.Selected A {
	color: #FFF;
	background: #666;
}
#SideNav LI.Selected LI A {
	background: none;
	color: #333;
}
#SideNav LI A.color-1:hover, #SideNav LI LI A.color-1:hover {
	background-color: #4c6881;
	color: #FFF;
}
#SideNav LI A.color-2:hover, #SideNav LI LI A.color-2:hover {
	background-color: #547b2c;
	color: #FFF;
}
#SideNav LI A.color-3:hover, #SideNav LI LI A.color-3:hover {
	background-color: #a4480b;
	color: #FFF;
}
#SideNav LI A.color-4:hover, #SideNav LI LI A.color-4:hover {
	background-color: #af7402;
	color: #FFF;
}
#SideNav LI A.color-5:hover, #SideNav LI LI A.color-5:hover {
	background-color: #605ca8;
	color: #FFF;
}
#SideNav LI A.color-6:hover, #SideNav LI LI A.color-6:hover {
	background-color: #336666;
	color: #FFF;
}
#SideNav LI.Selected A:hover {
	background-color: #666;
}
#SideNav LI.Selected UL {
	padding: 0 0 0 16px;
	margin: 0;
}
#SideNav LI.Selected UL LI {
	border: none;
}
/* ----------------------------------------------------- END: nav column -- */


/* the right-hand column */

/* ---------------------------------------------------- END: BodyWrapper -- */



/* -- BEGIN: FooterWrapper ------------------------------------------------ */

#FooterWrapper {
	clear: both;
	padding: 10px 0 5px;
	width: 784px;
	float: right;
	border-top: 1px solid #CCC;
}
#FooterWrapper P {
	font-size: 92.5%;
	color: #A7A7A7;
	text-align: center;
	margin: 8px;
}
#FooterWrapper A {
	text-decoration: none !important;
}
#FooterWrapper SPAN {
	color: #C60;
	margin: 0 6px;
}
.Home #FooterWrapper {
	float: none;
	width: 964px;
	border: none;
}
.SearchResults #FooterWrapper {
	width: 100%;
}
/* -------------------------------------------------- END: FooterWrapper -- */



/* -- BEGIN: default styles for standard elements ------------------------- */

/* set font-size and line-height of main col */
#MainColumn {
}
/* except for FORMs and DataTables, which are a specific size */
#MainColumn .DataTable, 
/* set the default styles for headers in the main column */
#MainColumn H1 {
	font-size: 166%;
}
#MainColumn H1 A {
	text-decoration: none;
}
#MainColumn H1 A:hover {
	text-decoration: underline;
}
#MainColumn H2 {
	font-size: 133%;
}
#MainColumn H2 A {
	text-decoration: none;
}
#MainColumn H2 A:hover {
	text-decoration: underline;
}
#MainColumn H3 {
	font-size: 112%;
	line-height: 1.66em;
}
#MainColumn H4 {
	line-height: 1.5em;
}
#MainColumn H5 {
}
#MainColumn H6 {
}
/* --------------------------- END: default styles for standard elements -- */



/* -- BEGIN: site elements ------------------------------------------------ */

/* a standard promo */
.Promo {
}
.Promo TABLE TD {
	margin: 0;
	padding: 0 16px;
	text-align: left;
	vertical-align: top;
}
/* abstract listing elements */
#ListingHeader {
}
#ListingContent {
}
#ListingFooter {
}
.PageNavigation {
}
.PageNumber {
}
.PageNumbers {
}
#PageTools {
	float: right;
	padding: 0 24px;
	font-size: 92.5%;
	min-height: 24px;
	margin: 4px 0px;
	position: relative;
	width: 165px;
}
* HTML #PageTools {
	height: 24px;
	padding: 0 18px;
}
#PageTools A {
	float: right;
	display: block;
	margin: 0 5px;
	padding: 5px 24px 5px 5px;
	cursor: pointer;
}
#PageTools #tools-print {
	background: url(../images/icon.print.gif) right center no-repeat;
}
#PageTools #tools-email {
	background: url(../images/icon.email.gif) right center no-repeat;
}
#PageTools #tools-back {
	position: absolute;
	left: 0;
}
.Right {
	float: right;
}
.Left {
	float: left;
}
.HiddenMedia {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
/* Listing Panel */
.listing-panel {
	width: 192px;
	margin: 0;
	padding: 10px;
	clear: both;
}
.listing-panel H2 {
	font-size: 133%;
}
.listing-panel TD {
	padding: 0;
}
.listing-panel DL {
	margin: 0 0 1em;
}
.listing-panel DT {
	margin: 1em 0 .25em;
	width: 190px;
}
.listing-panel DD {
	margin-bottom: 0;
	width: 190px;
}
.listing-panel DD, .listing-panel .blurb {
	font-size: 92.5%;
}
.listing-panel DD .LinkMore {
	font-size: 100%;
}
.listing-panel .LinkMore {
	font-size: 92.5%;
}
.listing-panel DT A {
	text-decoration: none !important;
}
.listing-panel DT A:hover {
	text-decoration: underline !important;
}
.listing-panel TABLE {
}
/* Feature Photo */
.wysiwyg-output TABLE.Right {
	border-left: 25px solid #FFF;
}
.wysiwyg-output TABLE.Left {
	border-right: 25px solid #FFF;
}
.wysiwyg-output TABLE.feature-photo TD, .wysiwyg-output TABLE.feature-photo TD P {
	padding: 0;
	margin: 0;
}
.wysiwyg-output TABLE.feature-photo .caption {
	font-size: 92.5%;
	color: #201D2F;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
.wysiwyg-output TABLE.feature-photo .caption P {
	margin-bottom: .5em;
}
#RightColumn .wysiwyg-output TABLE.feature-photo {
	margin: 8px 0;
}
* HTML #RightColumn .wysiwyg-output TABLE.feature-photo {
	margin: 12px 0;
}
#RightColumn .wysiwyg-output TABLE.feature-photo .caption P {
	margin-bottom: 0;
}
/* pagination */
.pagination A, .pagination SPAN {
	margin: 0 2px;
}
.pagination .arrow {
	color: #547B2C;
}
.pagination-links {
	width: 300px;
	float: right;
	text-align: right;
}
.results-sum {
	width: 300px;
	float: left;
	text-align: left;
}
/* -------------------------------------------------- END: site elements -- */



/* -- BEGIN: layouts ------------------------------------------------------ */


/* General */
.wysiwyg-output TABLE {
	border-collapse: collapse;
	border: none;
}
/*.wysiwyg-output TABLE TD { margin: 0; padding: 16px; text-align: left; vertical-align: top; }*/
.wysiwyg-output TABLE TD {
	margin: 0;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 3 px;
}
/* Home */
.Home #MainNav {
	min-height: 42px;
}
* HTML .Home #MainNav {
	height: 42px;
}
.Home #MainNav LI {
	height: 42px;
}
.Home #MainNav LI LI {
	height: auto;
}
.Home #MainNav LI A {
	height: 42px;
}
.Home #MainNav LI LI A {
	height: auto;
}
.Home #BodyWrapper {
	margin: 0 auto;
	background-image: none;
}
.Home .Promo .LinkMore {
	color: #AF7402;
	background: url(../images/bg.arrow-orange.gif) right center no-repeat;
}
.Home .Column {
	width: 317px;
	border-top: 1px solid #CCC;
	float: left;
	margin-left: 4px;
}
.Home .Column.left {
	margin-left: 2px;
}
* HTML .Home .Column.left {
	margin-left: 1px;
}
.Home .Column.center {
	background: #EBEBEB;
}
.Home .Column.right {
}
.Home TABLE.col-head TH H2 {
	font-size: 133%;
	text-align: left;
	color: #FFF;
	min-height: 40px;
	line-height: 40px;
	padding-left: 16px;
	margin-bottom: 0;
}
.Home TABLE.col-head TH H2 A {
	color: #FFF;
	text-decoration: none !important;
}
.Home .Column .wysiwyg-output TABLE {
	width: 92.5%;
	margin: 0 auto 12px;
}
.Home .Column .wysiwyg-output TABLE.col-head {
	width: 100%;
	margin: 0 auto 12px;
}
.Home .Column .wysiwyg-output TABLE TH {
	padding: 0;
}
.Home .Column .wysiwyg-output TABLE TD {
	padding: 8px;
}
.Home .Column .wysiwyg-output TABLE TD.feature-photo IMG {
	border: 1px solid #D2D2D2;
}
.Home .Column .wysiwyg-output TABLE TD P {
	margin-bottom: .5em;
}
.Home .Column TABLE.Promo {
	background: #F2F2F2 url(../images/bg.promo-newsletter.grey.gif) 4px 4px no-repeat;
	width: 92.5%;
	margin: 0 auto;
	border: 1px solid #CCC;
	margin-top: 12px;
}
.Home .Column TABLE.Promo TD {
	padding: 8px 8px 4px 90px;
}
/* Article */
.Article #MainColumn {
	margin-top: 20px;
}
.Article #MainColumn .Content {
	width: 600px;
	padding: 6px;
}
.Article #MainColumn .wysiwyg-output {
	padding: 8px 0;
}
.Article #MainColumn .wysiwyg-output .ListItem {
	margin: 0 0 2em;
}
.Article #RightColumn {
	margin-top: 24px;
}
/* Article Full Width */
.Wide #MainColumn {
	margin-top: 0;
	padding-top: 0;
}
.Wide #MainColumn .Content {
	width: 735px;
	padding: 0 6px;
}
.Wide #MainColumn .Content .wysiwyg-output {
	width: 725px;
}
.Wide #MainColumn .Content .wysiwyg-output .feature-photo IMG {
	margin-bottom: 10px;
}
.Wide #MainColumn .Content .wysiwyg-output .ListItem {
	margin: 1em 0;
}
.Wide #MainColumn .Content .wysiwyg-output .ListItem P {
	margin-bottom: .5em;
}
.Wide #MainColumn .Content .wysiwyg-output {
	padding-top: 0;
}
/* Listing */
.Listing #MainColumn {
	margin-top: 20px;
}
.Listing #MainColumn .Content {
	width: 492px;
	padding: 6px;
}
.Listing #MainColumn .Content H3 {
	font-size: 133%;
}
.Listing #MainColumn .Content H3 A {
	text-decoration: none;
}
.Listing #MainColumn .Content H3 A:hover {
	text-decoration: underline;
}
.Listing #MainColumn .Content TABLE {
	border-bottom: 16px solid #FFF;
}
.Listing #MainColumn .Content TABLE TD {
	padding: 8px 16px 8px 0;
}
.Listing #MainColumn .Content TABLE TD P {
	margin-bottom: .5em;
}
.Listing #RightColumn {
	margin-top: 16px;
}
/* Two-Feature */
.Feature-2 .Content {
	width: 735px;
	padding: 0 6px;
}
.Feature-2 #MainColumn {
	padding-top: 0;
	margin-top: 6px;
}
.Feature-2 #MainColumn .Content H2 {
	font-size: 150%;
}
.Feature-2 .wysiwyg-output TD {
	padding: 0;
}
.Feature-2 .wysiwyg-output TD.feature-photo {
	padding: 0 0 8px;
}
.Feature-2 .Column {
	width: 356px;
	padding: 0;
}
/* Three-Feature */
.Feature-3 .Content {
	float: left;
	width: 492px;
	padding: 12px 6px;
	margin-top: 8px;
}
.Feature-3 .wysiwyg-output TD.feature-photo {
	padding: 0 0 16px;
}
.Feature-3 .Column-2 {
	padding: 1em 6px;
	clear: both;
	width: 492px;
}
.Feature-3 .Column-2 .wysiwyg-output {
	float: left;
	width: 50%;
	padding: 0;
}
.Feature-3 .Column-2 .wysiwyg-output TABLE TD {
	padding: 0 24px 0 0;
}
/* Landing Three-Feature */
.Landing .Feature-3 .Content {
	width: 725px;
	padding-top: 0;
}
.Landing .Feature-3 .wysiwyg-output .feature-photo TD {
	padding: 0 16px 16px;
}
.Landing .Feature-3 .Column-2 {
	width: 725px;
	padding: 1em 12px;
}
.Landing .Feature-3 .Column-2 .wysiwyg-output {
	width: 320px;
	padding-right: 36px;
}
/* Fellows Landing */
.Fellows #MainColumn {
	margin-top: 0;
	padding-top: 0;
	min-height: 490px;
}
* HTML .Fellows #MainColumn {
	height: 490px;
}
.Fellows #MainColumn .Content {
	width: 735px;
	padding: 0 6px;
}
.Fellows #MainColumn .Content H2 {
	font-size: 166%;
}
.Fellows #MainColumn .CarouselWidget {
	width: 732px;
	position: relative;
	margin-bottom: 2em;
}
.Fellows #MainColumn .BoxFix {
	background: url(../images/bkg.featured-fellows.gif) 0 0 repeat-y;
	width: 732px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	overflow: hidden;
}
.Fellows #MainColumn .Carousel {
	width: 712px;
	overflow: hidden;
	margin: 0 10px;
	position: relative;
}
.Fellows #MainColumn UL.CarouselList {
	list-style: none;
	position: relative;
	width: 10000000px;
	margin: 0;
	padding: 0;
}
.Fellows #MainColumn .CarouselWidget LI {
	min-height: 172px;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 92.5%;
	position: relative;
}
* HTML .Fellows #MainColumn .CarouselWidget LI {
	height: 172px;
}
.Fellows #MainColumn .Fellow {
	padding: 0 5px;
}
.Fellows #MainColumn .FellowPhoto {
	display: block;
	padding: 10px 8px;
	width: 152px;
	height: 152px;
	zoom: 1;
}
.Fellows #MainColumn .FellowPhoto IMG {
	display: block;
	border: 1px solid #666;
	margin: 0;
	padding: 0;
	zoom: 1;
}
.Fellows #MainColumn .CarouselWidget .Active .FellowPhoto {
	background: #547B2C;
}
.DetailBubble {
	width: 152px;
	color: #FFF;
	padding: 4px 8px;
	background: #547B2C;
	font-size: .92em;
	position: absolute;
	top: -9999em;
	left: -9999em;
	z-index: 100;
}
.DetailBubble .LinkMore {
	background: url(../images/bg.arrow-fellows.gif) right center no-repeat;
	color: #FFF;
}
.DetailBubble .FellowName A {
	font-size: 112%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.DetailBubble .FellowName A:hover {
	text-decoration: underline;
}
.DetailBubble P {
	margin-bottom: .5em;
	line-height: 1.25em;
}
.Fellows #MainColumn #prev-arrow, .Fellows #MainColumn #next-arrow {
	position: absolute;
	top: 58px;
	width: 17px;
	height: 57px;
}
.Fellows #MainColumn #prev-arrow SPAN, .Fellows #MainColumn #next-arrow SPAN {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
.Fellows #MainColumn #prev-arrow {
	left: -20px;
	background: url(../images/btn.fellow-nav.prev.gif) 0 0 no-repeat;
	cursor: pointer;
}
.Fellows #MainColumn #next-arrow {
	right: -20px;
	background: url(../images/btn.fellow-nav.next.gif) 0 0 no-repeat;
	cursor: pointer;
}
.Fellows #MainColumn #prev-arrow.Disabled {
	background: url(../images/btn.fellow-nav.prev.off.gif) 0 0 no-repeat;
	cursor: default;
}
.Fellows #MainColumn #next-arrow.Disabled {
	background: url(../images/btn.fellow-nav.next.off.gif) 0 0 no-repeat;
	cursor: default;
}
#fellows-finder {
	width: 730px;
	border-top: 1px solid #D1D1D1;
	float: left;
	padding: 1em 0 2.5em;
}
#fellows-finder #fellows-search-form {
	padding: 1em 0;
	width: 500px;
}
#fellows-finder #fellows-search-form .FormTable {
	clear: none;
}
#fellows-finder #fellows-search-form SELECT {
	display: block;
	text-align: left;
	margin: 0 6px;
}
#fellows-finder #fellows-search-form LABEL {
	display: block;
}
#fellows-finder #fellows-search-form .SelectInput {
	width: 150px;
} /* for pulldown menus and multi-selects */
#fellows-finder #fellows-search-form .Submit {
	display: block;
	float: right;
	margin: 0 6px;
}
#fellows-finder #fellows-search-form .Left {
	width: 180px;
}
#fellows-finder #fellows-search-form .Left TH {
	padding: 0;
}
#fellows-finder #fellows-search-form .Left LABEL {
	text-align: left;
}
#fellows-finder #fellows-search-form .Left INPUT {
	width: 160px;
}
#fellows-finder #fellows-search-form .Left SELECT {
	width: 65px;
	margin: 0;
	display: inline;
}
#fellows-finder #fellows-search-form .Left #fellowship-year SPAN {
	margin: 0 6px;
}
#fellows-finder #fellows-search-form .Right {
	width: 320px;
	margin-top: 2em;
}
#fellows-finder #fellows-search-form .Right LABEL {
	text-align: right;
	margin: 0 6px;
}
.Fellows #MainColumn #RightColumn {
	padding: 0;
	width: 215px;
}
.Fellows #MainColumn #RightColumn H2 {
	font-size: 133%;
}
/* Fellows Profile */
.Profile #PageTools {
	padding-left: 0;
	width: 750px;
	margin-bottom: 12px;
}
.Profile #MainColumn {
	width: 500px;
	margin-top: 0;
}
.Profile .feature-photo {
	float: left;
	padding: 0 12px 12px 0;
}
.Profile .feature-photo IMG {
}
.Profile #fellow-detail {
	line-height: 1.25em;
}
.Profile #fellow-detail P {
	margin: .75em 0;
}
.Profile #MainColumn .fellow-bio {
	color: #666;
	font-size: 100%;
}
.Profile #MainColumn H2 {
	margin-top: 2em;
	clear: both;
}
.Profile #media-features {
	font-size: 92.5%;
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}
.Profile #media-features LI {
	float: none;
	padding: 0 0 1em;
}
.Profile #media-features LI P {
	width: 120px;
	margin: 0 0 .25em;
	line-height: 1.25em;
}
.Profile #media-features LI A {
	color: #547B2C;
	font-weight: bold;
	text-decoration: none;
}
.Profile #media-features LI A:hover {
	text-decoration: underline;
}
.Profile #fellows-finder {
	width: 500px;
}
/* Fellows Listing */
#fellows-list TABLE H3 {
	margin-bottom: 0;
}
/* Popup */
.Popup {
	background: none;
}
.Popup #PageWrapper {
	background: none;
	width: 450px;
	padding: 0;
}
.Popup #HeaderWrapper {
	min-height: 80px;
	border-bottom: 10px solid #666;
}
* HTML .Popup #HeaderWrapper {
	height: 80px;
}
.Popup #HeaderWrapper #jsgmf-logo IMG {
	display: block;
	margin: auto;
	padding: 12px 0;
}
.Popup #LayoutWrapper {
	min-height: 605px;
}
* HTML .Popup #LayoutWrapper {
	height: 605px;
}
.Popup #BodyWrapper {
	width: 400px;
	background: none;
	padding: 24px;
}
.Popup H1 {
	font-size: 166%;
	color: #547B2C;
}
.Popup .TextInput {
	display: block;
}
.Popup .FormAction {
	margin: 24px 0 0;
}
.Popup .HorizRule {
	margin: 10px 0;
}
.Utility #MainColumn {
	width: 600px;
	margin-top: 24px;
}
.Utility #MainColumn H1 {
	margin-bottom: 1em;
}
.Utility #MainColumn UL LI {
	margin-bottom: 1em;
}
/* Search Results */
.Results {
	float: left;
	margin-bottom: 0;
	padding: 1em 0;
}
.SearchResultsList {
	padding: 1em 0;
	margin: 0;
	list-style: none;
}
.SearchResultsList LI {
	padding: 0;
	margin: 0 0 1.5em;
	line-height: 1.25em;
}
.SearchResultsList LI H3 {
	margin-bottom: 0;
}
#fellows-search-form {
	margin-top: 1em;
}
#fellows-search-form H3 {
	font-size: 150%;
}
#fellows-search-form .FormTable TH {
	text-align: left !important;
}
#fellows-search-form .Submit {
	float: right;
}
#fellows-search-form #fellowship-year SPAN {
	line-height: 1.75em;
	margin: 5px;
}
.SearchResults#BodyWrapper {
	background: none;
}
.FellowsResults #MainColumn, .SearchResults #MainColumn {
	margin-bottom: 12px;
}
.SearchResults #MainColumn .Content {
	width: 660px;
}
.SearchResults .pagination {
	float: right;
	padding: 1em 0;
}
.SearchResults #RightColumn {
	margin-top: 86px;
}
* HTML .SearchResults #RightColumn {
	margin-top: 90px;
}
/* Fellows Search */
.FellowsResults #MainColumn, .FellowsResults #MainColumn .Content {
	width: 735px;
	padding-bottom: 0;
}
.FellowsResults #MainColumn .HorizRule {
	width: 480px;
}
.FellowsResults #MainColumn .NoResults {
	width: 480px;
	float: left;
}
#FellowsResultsTable {
	clear: both;
	width: 480px;
	float: left;
	margin: 1em 0;
}
#FellowsResultsTable TH {
	padding: .5em .5em .5em 0;
	text-align: left;
	color: #666;
}
#FellowsResultsTable TD {
	padding: .5em .5em .5em 0;
	line-height: 1.25em;
}
#FellowsResultsTable THEAD {
	background: url(../images/bg.fellows-table.gif) bottom left repeat-x;
}
#FellowsResultsTable A {
	font-weight: bold;
	text-decoration: none;
}
#filter-nav {
	clear: both;
	float: none;
	font-size: 92.5%;
	line-height: 1.5em;
	margin: 0;
	padding: .5em 0 1em;
}
#filter-nav UL {
	display: inline;
	font-weight: bold;
	line-height: 2em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}
#filter-nav UL LI {
	display: inline;
	line-height: 1.5em;
}
#filter-nav UL A, #filter-nav UL A:visited {
	border: 1px solid #CCC;
	font-weight: normal;
	text-decoration: none;
}
#filter-nav UL A {
	padding: 5px 5px 3px;
}
#filter-nav UL LI SPAN {
	background: none;
	border: 1px solid #FFF;
	color: #CCC;
	font-weight: bold;
	padding: 5px 5px 3px;
}
#filter-nav UL LI.Active A {
	border: 1px solid #AEAEAE;
	font-weight: bold;
	background-color: #CCC;
	color: #FFF;
}
.FellowsResults .pagination {
	float: left;
	text-align: left;
	font-size: 92.5%;
	margin: 0;
	padding: 1.5em 0 .25em;
	width: 100%;
}
.FellowsResults .pagination A, .FellowsResults .pagination SPAN {
	padding: 5px 5px 3px;
	margin: 2px;
}
.FellowsResults .pagination A:hover, .FellowsResults .pagination A:active {
	border-color: #AEAEAE;
	color: #000;
}
.FellowsResults .pagination SPAN.current {
	border: 1px solid #AEAEAE;
	font-weight: bold;
	background-color: #CCC;
	color: #FFF;
}
.FellowsResults .pagination SPAN.disabled {
	border: 1px solid #eee;
	color: #ddd;
}
#BodyWrapper.FellowsResults .pagination A {
	border: 1px solid #CCC;
	text-decoration: none;
}
.FellowsResults .Results {
	width: 200px;
	float: right;
	padding: 1.66em 18px 0 0;
	margin: 0;
	color: #666;
	font-weight: bold;
}
.FellowsResults #RightColumn {
	margin-top: 0;
	padding: 0;
	clear: right;
}
.FellowsResults #RightColumn #fellows-search-form {
	margin-top: .5em;
}
.color-2 #MainColumn #FellowsResultsTable .incomplete, .Listing #MainColumn .Content LI.incomplete H3 A {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	cursor: default;
}
.SearchResults .pagination {
	float: left;
	text-align: left;
	font-size: 92.5%;
	margin: 0;
	padding: 1.5em 0 .25em;
	width: 100%;
}
.SearchResults .pagination A, .SearchResults .pagination SPAN {
	padding: 5px 5px 3px;
	margin: 2px;
}
.SearchResults .pagination A:hover, .SearchResults .pagination A:active {
	border-color: #AEAEAE;
	color: #000;
}
.SearchResults .pagination SPAN.current {
	border: 1px solid #AEAEAE;
	font-weight: bold;
	background-color: #CCC;
	color: #FFF;
}
.SearchResults .pagination SPAN.disabled {
	border: 1px solid #eee;
	color: #ddd;
}
#BodyWrapper.SearchResults .pagination A {
	border: 1px solid #CCC;
	text-decoration: none;
}
/* Contact Us Forms */

.Form .FormTable TH {
	padding: 5px 4px 13px;
	vertical-align: top;
}
.Form .FormTable TH.TextareaHeader {
	vertical-align: top;
}
.Form .FormTable .TextInput {
	width: 300px;
}
.Form .FormTable .TextArea {
	width: 300px;
	height: 150px;
}
.Form .FormTable .Required {
	vertical-align: bottom;
}
.Form .FormAction {
	padding-left: 100px;
	width: 300px;
}
.Form .FormAction .Helper {
	float: left;
	font-size: .89em;
	color: #999;
	width: 200px;
}
.Form .FormAction #submit {
	float: right;
	clear: both;
}
* HTML .Form .FormAction {
	width: 307px;
}
*:first-child+html .Form .FormAction {
	width: 307px;
}
.Form #collapsed-states .State {
	display: none;
}
.Form #collapsed-states .Expanded {
	display: block !important;
}
.Form FORM TD.help {
	vertical-align: middle;
	padding: 0;
}
.Form FORM .Required, .Form FORM .error-with-field .error {
	color: #ff6666;
}
.Form FORM .validation-failed, .Form FORM .error-with-field INPUT {
	background: #ffcccc;
}
.Form #BodyWrapper #MainColumn .error-404-list LI {
	margin-bottom: 2em !important;
	font-weight: normal!important;
}
.validation-advice {
	color: #F66;
	padding-top: 3px;
}
/* Sitemap*/

#Sitemap H2 A:hover {
	text-decoration: underline;
}
#Sitemap UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Sitemap UL.Left {
	width: 45%;
	margin-top: 6px;
}
#Sitemap UL LI {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#Sitemap UL LI UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Sitemap UL LI UL LI {
	background: url(../images/blt.gray-circle.gif) 0 6px no-repeat;
	list-style: none;
	margin: 10px 16px;
	padding: 0 10px;
}
#Sitemap UL LI UL LI UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Sitemap UL LI UL LI UL LI {
	background: url(../images/blt.gray-square.gif) 0 6px no-repeat;
	list-style: none;
	margin: 10px 16px;
	padding: 0 10px;
}
/* -------------------------------------------------------- END: layouts -- */
/* COS Group List */

.wide720px {
	width: 720px;
}
#cosGroupList {
	width: 700px;
}
#cosGroupList thead th {
	text-align: left;
	padding: 5px;
	text-indent: 12px;
	color: #333;
	cursor: pointer;
	text-transform: uppercase;
	background: url(/images/sort_arrows.gif) 0 8px no-repeat;
}
#cosGroupList thead th strong {
	border-bottom: 1px dotted #CCC;
}
#cosGroupList thead th#groupID {
	width: 40px;
}
#cosGroupList .actionRow {
	width: 140px;
}
#cosGroupList thead th#groupName {
	width: 220px;
}
#cosGroupList thead th.headerSortDown, #cosGroupList thead th.headerSortUp {
}
#cosGroupList thead th strong:hover, #cosGroupList thead th.headerSortDown strong, #cosGroupList thead th.headerSortUp strong {
	border-bottom: 2px dotted #af9400;
	color: #af9400;
}
#cosGroupList thead th.headerSortDown {
	background: url(/images/sort_arrows.gif) 0 -20px no-repeat;
}
#cosGroupList thead th.headerSortUp {
	background: url(/images/sort_arrows.gif) 0 -44px no-repeat;
}
.pointer {
	cursor: pointer;	
}

/* Download list for COS */
.evenRow {
	border: 1px dotted #999;
	border-left: none;
	border-right: none;
}
.expandToggler {
	display: block;
	line-height: 20px;
	text-indent: 15px;
}
.paddLeft15 {
	padding-left: 15px;	
}
.collapsedSign, .expandToggler {
	background: url('plus-minus-medium/expand-medium-violet-Shapes4FREE.png') 0 50% no-repeat;
}

.expandedSign {
	background: url('plus-minus-medium/collapse-medium-blue-Shapes4FREE.png') 0 50% no-repeat;	
}


/* Add Reference */

#AddReferencePage tr.homeField, #AddReferencePage tr.officeField, #EditReferencePage.addresstype_office tr.homeField {
	display: none;
}

#AddReferencePage tr.homeField h3, #EditReferencePage tr.homeField h3 {
	text-align: left;
	margin-top: 40px;
}

#EditReferencePage.addresstype_home tr.homeField {
	
}

#EditReferencePage tr.homeField.addresstype_home td {
	width: 100%;
}