@import url('reset.css');
@import url('fonts.css');

a{
text-decoration: none;
color: rgb(21,50,84);}
a:hover {color:#A03123;} 

html, body, #page {
	/*padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;*/
}

html {
	background: transparent url(images/header.png) repeat-x left top;
}

body {
	text-align: center;
	background: transparent url(images/body.png) no-repeat center top;
}

#page {
	text-align: left;
}

#info .entity dt, #info .entity dt a {
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: rgb(21,50,84);
	text-decoration: none;
	line-height: 1.2em;
}

#info .entity dt a:hover {color:#A03123;} 


h3, h3 a {
	font-family: Arial;		/*Changed, EH 2014/05/01, before font-family: "Neutra Text", "Times New Roman", Times, serif;*/
	font-size: 17px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.2em;
}

h3 a:hover {color:#A03123;} 



.wrapper {
	width: 960px;
	margin: 0 auto;
}

.grid {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid .grid_wrapper {
	width: 100%;
	float: left;
	clear: both;
}

.grid .grid_wrapper, .grid .grid_wrapper ul {
	list-style: none;
}

.grid .entity {
	float: left;
}

.cols_4 .entity {
	width: 230px;
	margin-right: 13px;
}

.cols_3 .entity {
	width: 198px;
	margin-right: 18px;
}

.cols_4 .row_start {
	margin-right: 14px;
}

.grid .row_end {
	margin-right: 0;
}

.meta {
	font-family: "Neutra Text", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #404041;
	margin-top: 5px;
}

.clear {
	clear: both;
}

#global-header {
	
}

#global-header .wrapper {
	padding: 0 20px;
	padding-top: 52px;
	padding-top: 37px;
	position: relative;
	background: transparent url(images/branding.png) no-repeat right 0px;
}

#branding {
	padding-top: 18px;
	height: 124px;
	overflow: hidden;
}

#branding h1 {
	float: left;
	width: auto;
	margin-left: 39px;
}

/*adjust height for smeef logo, EH 03/13/2014*/
#branding img{
	height:90px;
}


#branding blockquote {
	display: block;
	width: auto;
	float: right;
	color: #fff;
	font-family: "Lato Light", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 124px;
	font-style: italic;
	font-weight: normal;
}

#nav-main li, #nav-main li a {
	display: block;
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


#nav-main {
	width: 960px;
	height: 39px;
	overflow: hidden;
	list-style: none;
	.border-top: 1px solid #2d4765;/*edited by ES,22sep2015*/
}

#nav-main li {
	border-left: 1px solid #2d4765;
	float:left;	/*changed by EH 2/24/2014*/
	border-top: 1px solid #2d4765;/*added by ES,22sep2015*/
}
#nav-main li.item-5 {/*edited by ES,22sep2015*//*edited by ES,28sep2015*/
	border-right: 1px solid #2d4765;
	float:left;	/*changed by EH 2/24/2014*/
}

/*added by EH 2/24/2014 */
#nav-main li:hover {
	background: #2d4765;
	cursor: pointer;
}
/*added by EH 2/24/2014 */
#nav-main li.item-1 ul{
	background: #2d4765;
	visibility: hidden;
	float: left;
	width: 288px;
	position: absolute;
	margin-top:39px;
	left: 0;
	z-index: 999;
}

/*added by EH 2/25/2014 */
#nav-main li.item-1 ul li a,#nav-main li.item-2 ul li a,
#nav-main li.item-3 ul li a,#nav-main li.item-4 ul li a,
#nav-main li.item-5 ul li a
{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
	line-height:120%;
	text-align:left;
	border-bottom:1px solid #153254;
	padding:5px;
	background-color:#2d4765;
}
/*added by EH 2/25/2014 */
#nav-main li ul{
	background: #2d4765;
	visibility: hidden;
	float: left;
	width: 288px;
	position: absolute;
	margin-top:39px;
	z-index: 999;
	/*padding: 0 5px 0 5px;*/
}
li.item-2 ul{
	.left: 240px; /*edited by ES,22sep2015*/
	left: 193px;/*edited by ES,28sep2015*/
	
}
li.item-3 ul{
	.left: 476px;/*edited by ES,22sep2015*/
	left: 386px; /*edited by ES,28sep2015*/
}
li.item-4 ul{
	.left: 715px;/*edited by ES,22sep2015*/
	left: 577px;	/*edited by ES,28sep2015*/
}
li.item-5 ul{
	left: 767px;/*edited by ES,22sep2015*/
}

/*added by EH 2/24/2014 */
#nav-main li:hover > ul, #na-main li ul:hover{
	visibility: visible;
}
/*added by EH 2/24/2014 */
#nav-main li ul li{
	clear: both;
	border-left:none!important;
	width: 100% !important;/*edited by ES,22sep2015*/
	border-top-width:0;/*added by ES,22sep2015*/
}
/*added by EH 2/24/2014 */
#nav-main li ul li a:hover{
	background: #fefefe;
	color:#153254;
}

#nav-main li.item-1{
	.width: 192px;	/*changed by EH 2/14/2014*/
	.width: 238px;	/*edited by ES,22sep2015*/
	width: 191px;	/*edited by ES,28sep2015*/
}


#nav-main li.item-2 {
	width: 191px;	/*changed by EH 2/14/2014*//*edited by ES,22sep2015*//*edited by ES,28sep2015*/
}

#nav-main li.item-3 {
	width: 191px;	/*changed by EH 2/14/2014*//*edited by ES,22sep2015*//*edited by ES,28sep2015*/
}

#nav-main li.item-4 {
	width: 190px;	/*changed by EH 2/14/2014*//*edited by ES,22sep2015*//*edited by ES,28sep2015*/
}

#nav-main li.item-5 {
	width: 190px;	/*changed by EH 2/14/2014*/
}

#nav-main li.item-6 {
	width: 142px;
}

#nav-main li.item-7 {
	width: 143px;
}

#nav-main li.item-8 {
	width: 101px;
}

#nav-main li.row_start {
	border-left-width: 0;
}

#nav-main li a {
	float: left;
	width: 100%;
	text-align: center;
	font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 39px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	display: block;
}

#nav-main li a:hover, #nav-main li a.active {
	color: #153254;
	background-color: #fefefe;
	background-color: #dbdd56; /* hover background color on the main navigation */
}


/*Added by EH 2/18/2014*/
#nav-main li .item-5 a:active{
	color: #153254;
	background-color: #fefefe;
}

#nav-main .donate {
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
}

#nav-social, #nav-social li, #nav-social a {
	display: block;
	float: left;
	width: auto;
}

#nav-social {
	position: absolute;
	top: 0;
	right: 20px;
	width: 308px;
	z-index: 100;
}

#nav-social li {
	padding: 0 3px;
}

#nav-social a {
	margin-top: 11px;
	margin-top: 0px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(images/social.png);
	background-position: 0 -32px;
	background-repeat: no-repeat;
}

#nav-social a.facebook { background-position: 0 -32px; }
#nav-social a.facebook:hover { background-position: 0 0; }
#nav-social a.youtube { background-position: -32px -32px; }
#nav-social a.youtube:hover { background-position: -32px 0; }
#nav-social a.twitter { background-position: -64px -32px; }
#nav-social a.twitter:hover { background-position: -64px 0; }
#nav-social a.in { background-position: -96px -32px; }
#nav-social a.in:hover { background-position: -96px 0; }
#nav-social a.rss { background-position: -128px -32px; }
#nav-social a.rss:hover { background-position: -128px 0; }

#nav-social a.donate {
	width: 98px;
	height: 70px;
	height: 66px;
	height: 45px;
	margin-top: 0;
	float: right;
	background: #a03123 none no-repeat left top;
	color: #fff;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	line-height: 66px;
	line-height: 45px;
	text-decoration: none;
}

#nav-social li.row_end {
	padding: 0;
	padding-left: 20px;
}

#nav-social a span {
	display: none;
}

#sponsors {
	position: absolute;
	left: 20px;
	top: 0;
	width: 652px;
	height: 52px;
	height: 45px;
	overflow: hidden;
	line-height: 52px;
	line-height: 45px;
	font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;/*edited by ES, 22sep2015*/
}

#sponsors span, #sponsors ul, #sponsors li, #sponsors a {
	display: block;
	width: auto;
	float: left;
	line-height: 34px;
}

#sponsors span {
	padding: 0 10px 0 15px;
}

#sponsors a {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	position: relative;
	color: #000;
	text-decoration: none;
	line-height: 44px;
}

#sponsors a .ico {
	display: block;
	width: 31px;
	height: 32px;
	padding: 0 3px 0 0;
	background: transparent url(images/icons.png) no-repeat left center;
}

#content {
	margin-top: 25px;
	margin-bottom: 25px;
	
}

#signup {
	display: block;
	float: left;
	background-color: #efefef;
	margin: 0;
	padding: 0;
	padding: 20px 14px 0;
	width: 932px;
	height: 41px;
	margin-bottom: 22px;
	
}



#signup header, #signup form, #signup form .inputbox, #signup form .inputbtn {
	display: block;
	width: auto;
	float: left;
}

#signup header {
	margin-right: 16px;
}

#signup form .inputbox, #signup-sub form .inputbox {
	padding: 0 9px;
	margin: 0;
	border-width: 0;
	width: 229px;
	height: 28px;
	font-family: Arial;
	font-size: 17px;
	line-height: 28px;
	color: #a2a2a2;
	margin-right: 14px;
	margin-top: -2px;
}

#signup-sub form .inputbox {
	margin: 0;
	margin-bottom: 12px;
}

#signup form .inputbtn, #signup-sub form .inputbtn {
	display: block;
	width: 78px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-width: 0;
	background-color: #a03123;
	cursor: pointer;
	font-family: Arial;
	font-size: 15px;
	color: #fff;
	margin-left: 40px;
	margin-top: -2px;
}

#signup-sub form .inputbtn {
	background-color: #efefef;
	color: #153254;
	margin: 0;
	margin-left: 170px;
}

#info {
	width: 960px;
	margin-bottom: 22px;
}

#info .entity {
	position: relative;
	padding-top: 181px;
}

#info .entity .thumb {
	display: block;
	position: absolute;
	width: 230px;
	height: 170px;
	overflow: hidden;
	left: 0;
	top: 0;
}

#info .entity .thumb img {
	display: block;
	width: 230px;
}

#info .entity dt {
	margin-bottom: 5px;
}

#info .entity dd {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.5em;
}

#news-and-events {
	width: 446px;
	float: left;
	border-right: 1px solid #efefef;	/*removed by EH 2/20/2014*/
	/*border-top: 1px solid #efefef;*/	/*removed by EH 2/20/2014*/
	padding-right: 33px;
}

/*added by EH 2/20/2014*/
#clear_block{
	clear:both;
	background: white;
	height:22px;
}

#find-smeef {
	width: 470px;
	float: right;
	/*border-top: 1px solid #efefef;*/		/*removed by EH 2/20/2014*/
	padding-left: 10px;
}

#find-smeef2 {
	width: 470px;
	float: left;
	padding-left: 10px;	
}

/*added by EH 2/20/2014*/
#find-smeef ul{
	padding-left:20px;
}




#news-and-events header, #find-smeef header {
	/*padding: 15px 0 15px;		/*removed by EH 2/20/2014*/
	padding: 0 0 15px;
}

#news-and-events ul, #news-and-events li {
	list-style: none;
}

#news-and-events li header {
	padding-top: 0;
}

#news-and-events li {
	border-top: 1px solid #efefef;
	padding: 17px 0;
}

#news-and-events li.first {
	padding-top: 0;
	border-top-width: 0;
	position: relative;
	min-height: 104px;
	padding-left: 160px;
}

#news-and-events li.first .thumb {
	display: block;
	width: 142px;
	height: 104px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#news-and-events footer, #news-and-events footer .more {
	text-align: right;
	color: #153254;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
	/*margin-bottom:22px; /*added by EH 2/20/2014*/
}

#global-footer {
	background: #687559 url(images/footer.png) repeat-x left top;
}

#global-footer, #global-footer a {
	color: #fff;
	font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#global-footer .wrapper {
	background: #687559 url(images/footer.png) repeat-x left top;
	padding-left: 18px;
	width: 942px;
}

#global-footer .wrapper-inner {
	background: transparent url(images/waterpng.png) no-repeat center top;
	padding-top: 18px;
	width: 924px;
}

#nav-supp, #nav-supp li {
	list-style: none;
}

#nav-supp, #nav-supp li, #nav-supp a {
	display: block;
	float: left;
	width: auto;
	line-height: 28px;
}

#nav-supp li {
	margin-right: 10px;
}

#search-supp {
	display: block;
	width: 245px;
	height: 28px;
	float: left;
	margin-right: 34px;
}

#search-supp .inputbox {
	width: 227px;
	height: 28px;
	padding: 0;
	margin: 0;
	border-width: 0;
	background-color: #ebebeb;
	line-height: 28px;
	padding: 0 9px;
	font-family: Arial;
	font-size: 17px;
	line-height: 28px;
	color: #666;
}

#address, #phone {
	display: block;
	float: left;
	/*width: 275px;*/
	height: 28px;
	padding-top: 1px;
	overflow: hidden;
}

#phone {
	margin-right: 0;
	float: right;
}

#copyright {
	clear: both;
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-bottom: 350px;
}

#copyright h6 {
	margin-bottom: 10px;
}

#eResources {
	width: auto;
	float: right;
	margin-top: 30px;
}

#content-main {
	width: 630px;
	float: left;
	overflow: hidden;
	min-height: 350px;
}

/*added for table issues on tmce, EH 2014/11/02 */
#content-main #page_description table{
	border-collapse:collapse!important;	
}
#content-main #page_description table,#content-main #page_description tbody,
#content-main #page_description tfoot,#content-main #page_description thead,
#content-main #page_description tr,#content-main #page_description th, 
#content-main #page_description td{
	outline:0;
	vertical-align:baseline;
	border:1px solid #000000;
	background:transparent;
}

#content-main #page_description form table,#content-main #page_description form tbody,
#content-main #page_description form tfoot,#content-main #page_description form thead,
#content-main #page_description form tr,#content-main #page_description form th, 
#content-main #page_description form td{
	outline:0;
	vertical-align:baseline;
	background:transparent;
	border:0;
}

/* specific selector for fotf description */
#content-main #page_description form table tr[valign="top"] td > table, 
#content-main #page_description form table tr[valign="top"] td > table tbody tr,
#content-main #page_description form table tr[valign="top"] td > table tbody td
{
	outline:0;
	vertical-align:baseline;
	background:transparent;
	border:1px solid #000000;
}

/*end of addred for table issues on tmce, EH 2014/11/02 */

#page_description {
	background-color: #efefef;
	padding: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

#page_description header {
	margin-bottom: 3px;
}

#page_description header h2 {
	font-family: Arial;
	font-size: 28px;
	color: #000;
	color: #153254;
}

#page_description p {
	font-family: Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.2em;
}

#people {
	width: 630px;
}

#people .entity {
	margin-bottom: 25px;
}

#people .entity dt {
	font-family: "Proxima Nova Light", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 6px;
	padding-bottom: 3px;
	padding-right: 25px;
	line-height: 1.2em;
    
}

#people .entity dd, #people .entity dd a {
	font-family: Arial;
	font-size: 14px;
}

#people .entity .avatar {
	margin-bottom: 10px;
	vertical-align:top;
}

#people .entity .who, #people .entity .who a {
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	margin-bottom: 5px;
}

#content-sub {
	width: 308px;
	float: right;
	overflow: hidden;
}

#category-tree {
	width: 282px;
	margin-bottom: 55px;
}

#category-tree dt, #category-tree dt a {
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #153254;
	text-decoration: none;
}

#category-tree dt a:hover {color:#A03123;}

#category-tree dt {
	padding-bottom: 10px;
	padding-left: 28px;
	border-bottom: 1px solid #efefef;
}

#category-tree dd, #category-tree dd a {
	display: block;
	padding: 16px 0 14px 28px;
	font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #153254;
	text-decoration: none;
	line-height: 1.2em;
}

#category-tree dd a:hover, #category-tree dd a.active {
	background-color: #153254;
	color: #fff;
}

#category-tree dd {
	padding: 0;
	border-bottom: 1px solid #efefef;
}

#signup-sub {
	padding: 15px 30px;
	background-color: #a03123;
	margin-bottom: 55px;
}


#search-sub {
	padding: 15px 30px;
	background-color: #a03123;
	margin-bottom: 55px;
}

#signup-sub h2 {
	color: #fff;
	margin-bottom: 15px;
}


#find-smeef-sub header {
	padding-left: 30px;
	margin-bottom: 15px;
}

#find-smeef-sub  {
margin-bottom: 55px;
}

#find-smeef-sub form {
	display: block;
	width: 308px;
	margin-bottom: 15px;
}

#find-smeef-sub img {
	width: 308px;
}

.slide {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slide ul, .slide li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 99;
}

.slide .content-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 14px;
	background: transparent url(images/slide.png) repeat left top;
}

.slide .content-text,.slide .content-text h2, .slide .content-text h2 a, .slide .content-text a {
	color: #fff;
	font-family: Arial;
	font-size: 20px;
}

.slide .content-text h2, .slide .content-text h2 a {
	font-family: "Proxima Nova Semibold", Arial, Helvetica, sans-serif;
}

.slide .content-text .summary {
	margin: 3px 0;
}

.slide .content-text .more {
	text-align: right;
}

.slide .content-text .more, 
.slide .content-text .more a {
	font-size: 15px;
	text-decoration: none;
}

.slide .flex-control-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	list-style: none;
	margin-right: 60px;
}

.slide .flex-control-nav li, .slide .flex-control-nav li a {
	display: block;
	list-style: none;
	float: left;
	width: auto;
	cursor: pointer;
}

.slide .flex-control-nav li a {
	background-color: #fff;
	width: 23px;
	height: 23px;
	color: #145470;
	font-family: "Proxima Nova Semibold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #e4e6e6;
	margin-left: 10px;
}

.slide .flex-control-nav li a.flex-active {
	background-color: #a5b436;
	color: #fff;
	color: #ffffff; /* numbers in the rotating feature color */
}

#slide_home {
	height: 378px;
	margin-bottom: 25px;
}

#slide_home .content-img {
	width: 100%;
	height: 378px;
	overflow: hidden;
}

#slide_home .content-text {
	width: 367px;
}

#slide_home .content-text .content-text-wrapper {
	margin-bottom: 6px;
	max-height: 329px;
	overflow: hidden;
}

#content-main .slide {
	height: 307px;
	margin-bottom: 25px;
}

#content-main .slide .content-img {
	width: 100%;
	height: 307px;
	overflow: hidden;
}

#content-main .slide .content-text {
	width: 296px;
}

#content-main .slide .content-text .content-text-wrapper {
	max-height: 267px;
	margin-bottom: 8px;
	padding-top: 8px;
	overflow: hidden;
}

#content-main .slide .content-text .summary {
	font-size: 15px;
}

.selector {
	width: 100%;
	position: relative;
}

.selector .selected {
	display: block;
	border: 1px solid #a8a8a8;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	font-family: Arial;
	font-size: 17px;
	color: #a2a2a2;
	background: #fff url(images/dropdown.png) no-repeat right top;
	cursor: pointer;
}

.selector ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 27px;
	border: 1px solid #a8a8a8;
}

.selector ul, .selector li {
	list-style: none;
	font-family: Arial;
	font-size: 17px;
	line-height: 26px;
	background-color: #fff;
	cursor: pointer;
}

.selector li {
	padding-left: 30px;
}

.selector li:hover {
	background-color: #a8a8a8;
	color: #fff;
}

p {
	font-family: Arial, Helvetica, sans-serif !important;
}

h1, h2 {
	color: #153254;
}

#info .entity dt {
	margin-bottom: 5px;
	
}

.entity dl dd ul li  {
padding-left : 5px;
margin-left : 15px;
}

.entity dl dd ol li {
padding-left : 5px;
margin-left : 15px;
}
.entity dl dd p {
	margin-bottom : 8px;

}

#content-sub #contentHL {

	
	margin-bottom: 55px;
}

#content-sub #contentHL header h2 {
	font-size: 20px;
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	color: rgb(21,50,84);
	margin-bottom:4px;
	/*padding-left: 10px;*/

}


#content-sub #contentHL header h2 a {
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	color: rgb(21,50,84);
	/*padding-left: 10px;*/
	margin-bottom: 15px;
	font-size: 20px;
}

#content-sub #contentHL header h2 a:hover {color:#A03123;}

#content-sub #contentHL #content ul li {
margin-left : 28px;
padding-left : 5px;
font-family: Arial;
font-size: 16px;
line-height:initial;
}

#content-sub #contentHL ol li {
margin-left : 28px;
padding-left : 5px;
font-family: Arial;
font-size: 16px;
line-height:initial;
}

#content-sub #content h1{
font-size: 24px;
font-family: Arial;
margin-bottom: 10px;
line-height: 110%;
}

#content-sub #content h1 a{
text-decoration:none;
color: rgb(21,50,84);
}

#content-sub #contentHL #content h2 {
padding-left: 0px;
font-size: 22px;
font-family: Arial;
margin-bottom: 10px;
line-height: initial;
}

#content-sub #content h2 a{
text-decoration:none;
color: rgb(21,50,84);
}

#content-sub #content h3 {
font-size: 20px;
font-family: Arial;
margin-bottom: 10px;
line-height: initial;
}

#content-sub #content h3 a{
text-decoration:none;
color: rgb(21,50,84);
}

#content-sub #content h4 {
font-size: 16px;
font-family: Arial;
margin-bottom: 10px;
line-height: initial;
}

#content-sub #content h4 a{
text-decoration:none;
color: rgb(21,50,84);
}

#content-sub #content h5 {
font-size: 14px;
font-family: Arial;
margin-bottom: 10px;
line-height: initial;
}

#content-sub #content h5 a{
text-decoration:none;
color: rgb(21,50,84);
}

#content-sub #content  h6 {
font-size: 12px;
font-family: Arial;
margin-bottom: 10px;
line-height: initial;
}

#content-sub #content h6 a{
text-decoration:none;
color: rgb(21,50,84);
}

#content-sub #content p {
	color: #000000;
	font-family: Arial;
	line-height: initial;
	margin-bottom: 15px;
}

#page_description ul li{
padding-left: 5px;
margin-left : 28px;
font-size: 17px;
font-family: Arial;
line-height:initial;
}

#page_description ol li{
padding-left: 4px;
margin-left : 28px;
font-size: 17px;
font-family: Arial;
line-height:initial;
}

#page_description ul ul, ol ol, ul ol, ol ul{		/* added by IF - Feb 10, 2015 */
margin-left : +28px;
}

#page_description p{
font-size: 17px;
font-family: Arial;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 15px;
line-height:1.2em;
}


#content-main #page_description h1 {
font-size: 24px;
font-family: Arial;
margin-bottom: 10px;
line-height:110%;
}

#content-main #page_description h1 a,h2 a,h3 a,h4 a, h5 a, h6 a{
color: rgb(21,50,84);
text-decoration:none;
}

#content-main #page_description header h2 {
font-weight: normal;
font-size: 28px;
font-family: Arial;
margin-bottom: 10px;
color:black;
color: #153254;
}


#content-main #page_description h2 {
font-size: 22px;
font-family: Arial;
margin-bottom: 10px;
line-height:110%;

}

#content-main #page_description h3 {
font-size: 20px;
font-family: Arial;
margin-bottom: 10px;
line-height:initial;
}

#content-main #page_description h4 {
font-size: 16px;
font-family: Arial;
margin-bottom: 10px;
line-height:initial;
}

#content-main #page_description h5{
font-size: 14px;
font-family: Arial;
margin-bottom: 10px;
line-height:initial;
}

#content-main #page_description h6 {
font-size: 12px;
font-family: Arial;
margin-bottom: 10px;
line-height:initial;
}


#page_description p sub,sup {
    font-size: 75%;
    line-height: 1.2em;
    position: relative;
    vertical-align: baseline;
}

#page_description p sub{
bottom: -0.25em;

}

#page_description p sup {
    top: -0.5em;
}

#page_description p a{
color: rgb(21,50,84);
text-decoration:none;
}

#page_description ul li a{
color: rgb(21,50,84);
text-decoration:none;
}


#page_description ul li  a:hover {color:#A03123;} 

#signup header h2  {
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #153254;
	text-decoration: none;
	line-height: 1.2em;
}




#signup-sub header h2, #signup-sub header h2 a {
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
}



#find-smeef-sub header h2 a{
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: rgb(21,50,84);
	text-decoration: none;
	line-height: 1.2em;
}


.sign_up h2 a{
font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: rgb(21,50,84);
	text-decoration: none;
	line-height: 1.2em;
}



.sign_up h2 {
font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: rgb(21,50,84);
	text-decoration: none;
	line-height: 1.2em;
}

.slide .slides .content-text .more a{
color:white;
text-decoration:none;
}

.slide .slides .content-text .more  a:hover {color:#A03123;} 

.sign_up{
margin-bottom: 55px;
}

#content p a {
text-decoration:none;
color: rgb(21,50,84);
}

#content p  a:hover {color:#A03123;} 



#contentHL #content ul li a{
text-decoration:none;
color: rgb(21,50,84);
}

#contentHL #content ul li   a:hover {color:#A03123;} 

#contentHL #subtitleHL  {
	font-size: 17px;
	font-family: "Proxima Nova Semibold", "Proxima Nova", Arial, Helvetica, sans-serif;
	color: rgb(21,50,84);
	margin-bottom: -10px;
	/*padding-left: 10px;*/
}

#contentHL #rightImg{
margin-bottom: 10px;
}

#page_description #listing h6{
font-size: 14px;
font-family: Arial;
line-height: initial;
margin-bottom: 0px;
margin-top:20px;
}

#page_description #listing p a{
font-size: 14px;
text-decoration: none;
color: rgb(21,50,84);
}

#page_description #listing p  a:hover {color:#A03123;}

#page_description #listing p {
font-size: 17px;
font-family: Arial;
margin-bottom: 15px;
line-height: 1.2em;
}

#page_description #listing #author p{
margin-bottom: 10px;
}

#page_description #listing a{
font-size: 14px;
text-decoration: none;
color: rgb(21,50,84);
font-family: Arial;
}

#page_description #listing  a:hover {color:#A03123;}

#view_all{
margin-top:20px;
}

#page_description #listing header h2{
font-weight: normal;
font-size: 28px;
font-family: Arial;
/*margin-bottom: -10px;*/	/*removed because subtitle stacked on title, EH 2014/07/29 */
color: black;
}

#page_description #listing #title p a{
font-size:18px;
font-weight:bold;
}

#page_description #listing #title p a:hover {color:#A03123;}

#page_description #listing #subtitle p {
font-size:16px;
font-style: italic;
}

#page_description #listing #Pub_abstract p {
margin-bottom:5px;
}

#lyrConfirmfail{
font-family: Arial;
color: red;
font-size:12px;
}

#lyrConfirmOK{
font-family: Arial;
color: blue;
font-size:12px;
}

.FOTF{
font-family: Arial;
}

#searchresult{
font-family: Arial;
font-size: 17px;
line-height: 1.2em;
margin-bottom: 15px;
}

#searchresult a{
text-decoration:none;
color: rgb(21,50,84);
}


#searchresult a:hover {color:#A03123;}

#page_description dt{
font-family: Arial;
font-size: 15px;
border-bottom: 1px solid #efefef;
margin-bottom: 6px;
padding-bottom: 3px;
padding-right: 25px;
line-height: 1.2em;
}

#page_description .who{
font-family: Arial;
font-size: 20px;
color: #000;
text-decoration: none;
margin-bottom: 5px;
}

#page_description dd{
font-family: Arial;
font-size: 14px;
margin-bottom:8px;
}

#page_description #bio{
font-family: Arial;
font-size: 14px;
}

#content-main .pic{
margin-bottom: 20px;
}
blockquote{
margin-left:15px;
margin-right:15px;
}

#news-and-events h2{
font-family: Arial;
font-size: 20px;
font-weight: normal;
color: #153254;
text-decoration: none;
line-height: 1.2em;
}

#find-smeef h2{
font-family: Arial;
font-size: 20px;
font-weight: normal;
color: #153254;
text-decoration: none;
line-height: 1.2em;
}

#signup-sub #searchbox .inputbox{
width:140px;
height:28px;
}


#signup-sub #searchbutton .inputbtn{
background-color: #efefef;
color: #153254;
margin: 0;
margin-left: 169px;
margin-top: -40px;
}

#content-main .scholarname{
font-family: "Proxima Nova Light", "Proxima Nova", Arial, Helvetica, sans-serif;
font-size: 15px;
border-bottom: 1px solid #efefef;
margin-bottom: 6px;
padding-bottom: 3px;
padding-top: 25px;
padding-right: 25px;
line-height: 1.2em;
vertical-align: bottom;
}
#content-main .location{
font-family: Arial;
font-size: 14px;
padding-right:10px;
line-height: 15px;
}

#content-main .applicant, #content-main .applicant  a {
font-family: Arial;
font-size: 20px;
color: #000;
text-decoration: none;
padding-top:10px;
padding-bottom:3px;
}

#content-main .applicant a:hover {color:#A03123;}

img.top
{
vertical-align:text-top;
margin-right:10px;
margin-top:5px;
}

#insname{
margin-top: -14px;
font-size: 17px;
font-family: Arial;

}

#insaddress{
font-size: 17px;
font-family: Arial;
margin-top: -15px;
}

#insdetail,#pubabstract{
font-size: 17px;
font-family: Arial;
margin-top: -15px;
margin-bottom: 20px;
}

#pubtype{
font-size: 17px;
font-family: Arial;
}

#pubtitle{
font-size: 17px;
font-family: Arial;
margin-top: -10px;
}

#spontitle
{
font-size: 17px;
font-family: Arial;
line-height: 1.2em;
}

#primeh2{
margin-top:18px;
}

#scholarwinner{
font-size: 17px;
font-family: Arial;
margin-top: -15px;
}