/*275387: main logo blue*/
/*4984CA: medium blue*/
/*98B9E1: highlight gradient light blue*/
/*f5efe2: very light gold*/
/*eee3cf: medium light gold*/
/*d6bc8b: medium gold*/

/*new blues*/
/*5294c9: medium blue*/
/*afcee7: light blue*/
body {
    background:#f5efe2;
    /* color:#275387; */
    color:#000;
    font-family: Helvetica, sans-serif;
    font-size: 100%;
    line-height: 20px;
    margin:0px;
    /*overflow-y:scroll;*/
    padding:0px;
    text-align: left;
}

#headerwrap {
    /*background: -moz-radial-gradient(30% 30%, farthest-side, #fff, #f5efe2);
    background: -webkit-gradient(radial, 50% 50%, 700, 24% 80%, 190, from(#f5efe2), to(#fff));*/
    display:none;
    height:135px;
    width:100%;
}

#header {
    border:0px solid black;
    height:135px;
    margin:0 auto;
    padding:0;
    position:relative;
    width:980px;
}

#logo {
    background:url('/img/marrinew/logo-research2.png') left bottom no-repeat;/*was logo2.png*/
    border:0px solid black;
    float:left;
    height:135px;
    margin:0;
    margin-left:25px;
    padding:0;
    width:500px;
}

#logo:hover {
    cursor:pointer;
}

#tabs {
    bottom:1px;
    height:25px;
    margin:0px;
    position:absolute;
    right:25px;
    width:980px;
}

.tab {
    background:#eee3cf;
    background: -moz-linear-gradient(top, #eee3cf, #e0cfa3);
    background: -webkit-linear-gradient(#eee3cf, #e0cfa3);
    border:1px solid #f1e9da;
    border-bottom:0px;
    -moz-border-radius-topleft:7px;
    -moz-border-radius-topright:7px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    /* 12-14-11 CHANGE PER PFF color:#333;*/
    color: #2D5983;
    float:right;
    font-size:.875em;
    height:21px;
    margin-right:1px;
    min-width:65px;
    padding:4px 8px 0px 8px;
    text-align:center;
}

.tab:hover {
    background:#e0cfa3;
    background: -moz-linear-gradient(top, #fff, #eee3cf);
    background: -webkit-linear-gradient(#fff, #eee3cf);
    cursor:pointer;
    /* 12-14-11 CHANGE PER PFF color:#222;*/
    color:#2D5983;
}

/*tabbed subnav*/
/*.sub {
    background: -moz-linear-gradient(top, #f5efe2, #f1e9da);
    background: -webkit-linear-gradient(#f5efe2, #f1e9da);
    border:1px solid #caac75;
    border-bottom:0px;
}

.sub:hover {
    background: -moz-linear-gradient(top, #eee3cf, #fff);
    background: -webkit-linear-gradient(#eee3cf, #fff);
}*/

/*underlined subnav*/
.sub {
    /* 12-14-11 CHANGE PER PFF color:#000;*/
    color: #2D5983;
    float:left;
    font-size:.8em;
    height:21px;
    min-width:65px;
    padding:12px 13px 7px 13px;
    text-align:center;
    text-decoration:none;
}

.sub:hover {
    cursor:pointer;
    text-decoration:underline;
}

#subnavresearch:active {
    background: #FFF;
}

#searchwrapper {
    position:relative;
    top:20px;
    right:25px;
}

#rss {
    border:1px solid #f1e9da;
    -moz-border-radius:6px;
    border-radius:6px;
    float:right;
    height:24px;
    margin:0px 1px 0px 0px;
    padding:0px;
}

#emailimg, #twttrimg, #fbimg {
    border:1px solid #f1e9da;
    -moz-border-radius:6px;
    border-radius:6px;
    float:right;
    height:24px;
    margin:0px 1px 0px 0px;
    padding:0px;
}

#rss:hover, #emailimg:hover, #twttrimg:hover, #fbimg:hover {
    opacity:.7;
}

#search {
    border:1px solid #f1e9da;
    -moz-border-radius:7px;
    border-radius:7px;
    float:right;
    font-size:.875em;
    height:25px;
    margin:0px 1px 0px 0px;
    padding:4px 0px 0px 5px;
    width:184px;
}

#search:focus {
    outline-width:0px;
}

#searchsubmit {
    background:#eee3cf;
    background: -moz-linear-gradient(top, #eee3cf, #e0cfa3);
    background: -webkit-linear-gradient(#eee3cf, #e0cfa3);
    border:1px solid #f1e9da;
    -moz-border-radius:7px;
    border-radius:7px;
    color:#333;
    float:right;
    font-size:.875em;
    font-weight:normal;
    height:25px;
    margin:0px;
    padding:1px 0px 0px 0px;
    text-align:center;
    width:92px;
}

#searchsubmit:hover {
    background: -moz-linear-gradient(top, #fff, #eee3cf);
    background: -webkit-linear-gradient(#fff, #eee3cf);
    cursor:pointer;
}

.selected {
    background:#fff;
    background: -moz-linear-gradient(top, #fff, #eee3cf);
    background: -webkit-linear-gradient(#fff, #eee3cf);
    /* 
    bottom:11px;
    font-size:1.1em;
    height:26px;
    padding-top:10px;
	*/
    font-size:.875em;
    height:21px;
    padding: 4px 10px 0px 10px;
    position:relative;
    font-weight:bold;
}



.subselected {
    /*font-size:.96em;*/
    font-weight:bold;
    /* border: 1px solid red;
    background: -moz-radial-gradient(center 45deg, circle closest-side, #fff, #eee3cf);
    background: -webkit-radial-gradient(center 45deg, circle closest-side, #fff, #eee3cf); */
    background: -moz-linear-gradient(top, #fff, #eee3cf);
    background: -webkit-linear-gradient(#fff, #eee3cf);
}

#subnav {
    background:#eee3cf;
    background: -moz-linear-gradient(top, #eee3cf, #d6bc8b);
    background: -webkit-linear-gradient(#eee3cf, #d6bc8b);
    display:none;
    height:6px;
    margin:0px auto 0px auto;
    width:100%;
}

#subnavwrap {
    height:6px;
    margin:0px auto 0px auto;
    padding-left:30px;
    position:relative;
    width:983px;
}

#subnavinnerwrap {
    bottom:0px;
    display:none;
    position:absolute;
    right:0px;
}

#contentwrap {
    background:#fff;
    background: -moz-linear-gradient(top, #fff, #E0EDFE);
    background: -webkit-linear-gradient(#fff, #E0EDFE);
    border-left:1px solid #d6bc8b;
    border-right:1px solid #d6bc8b;
    display:none;
    margin:0px auto 0px auto;
    min-height:90%;
    padding:50px 100px 20px 100px;/*differs for main index page*/
    max-width:980px;
    width:810px;
}

.box {
    -moz-border-radius:10px;
    border-radius:10px;
    float:left;
    margin:0px 30px 30px 0px;
}

.big {
    background:#5294c9;
    background: -moz-linear-gradient(top, #a5c8e4, #5294c9);
    background: -webkit-linear-gradient(#a5c8e4, #5294c9);
    border:1px solid #275387;
    color:#fff;
    height:302px;
    padding:20px;
    width:580px;
}

#leadimg {
    background:#fff;
    border-top:1px solid #222;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-left:1px solid #222;
    -moz-border-radius:10px;
    border-radius:10px;
    float:left;
    margin:0px;
    padding:5px;
}

#leadimg img {
    -moz-border-radius:10px;
    border-radius:10px;
    max-height:350px;
    max-width:350px;
}

#leadtxt {
    float:right;
    max-width:200px;
    padding-left:12px;
    font-size: 14px;
}

#leadtxt p {
    color: #FFF;
}

/*
.big:hover, #leadtxt p:hover, #leadimg:hover {
    cursor:pointer;
}

.big:hover {
    border:1px solid #000;
}
*/

html #leadtxttitle h2 {
    font-size: 32px;
    line-height: 32px;
    margin: 0px 0px 20px 0px;
}

.small {
    border:1px solid transparent;
    height:155px;
    padding-top:0px;
    width:294px;
}

.small img {
    margin-left:15px;
    margin-top:20px;
    max-width:75px;
    float:left;
}

.small p b {
}

.small p, .small p a {
    float:left;
    font-size:.875em;
    font-weight:normal;
    line-height:16px;
    margin:20px 0px 0px 8px;
    max-width:195px;
    text-decoration:none;
}

.small:hover {
    border:1px solid #d6bc8b;
    cursor:pointer;
}

.last {
    margin-right:-1px;
}

#addthis {
    display:none !important;
    position:absolute;
    right:149px;
    top:185px;
    width:150px;
}

#addthis a {
    display:none !important;
}

#at16pf {/*to remove the bottom line in the addthis box*/
    display:none;
}

.item {
    line-height:20px;
}

.item_text, .more {
    display:none;
}

.item_title {
    font-size:1.2em;
}

.date_time {
    display:block;
    margin-bottom:30px;
}

a {
    color:#275387;
}

a:hover {
    text-decoration:none;
}

.footer {
    clear:both;
    /*color:#d6bc8b;*/
    color: #036;
    font-size:.6875em;
    margin-top:50px;
    margin-bottom:0px;
    padding-bottom:40px;
    text-align:center;
}

.footer a {
    /*color:#d6bc8b;*/
    color: #036;
    text-decoration:none;
}

.footer a:hover {
    color:#6295c9;
    text-decoration: underline;
}

/*staff*/
.staff, .staff2{
    background:#eee3cf;
    background: -moz-linear-gradient(top, #f5efe2, #eee3cf);
    background: -webkit-linear-gradient(#eee3cf, #f5efe2);
    border:1px solid #d6bc8b;
    border-radius:10px;
    height:80px;
    margin-top:25px;
    padding:25px;
    position:relative;
    width:93%;
}

.block1, .block2, .block3 {
    float:left;
    font-size:.9em;
    margin-right:20px;
}

.block1 {
    width:20%;
}

.block2 {
    width:32%;
}

.block3 {
    line-height:1.4em;
    width:33%;
}

.staffname, .stafftitle {
    margin:0px 0px 10px 0px;
}

.staffname {
    font-size:1.4em;
}

.stafftitle {
    font-size:.8em;
    font-style:italic;
}

.latest {
}

.work {
    font-size:.9em;
}

.picture {/*for small pics on staff page*/
    background:#ccc;
    border:1px solid #777;
    border-radius:10px;
    height:90px;
    overflow:hidden;
    position:absolute;
    right:20px;
    top:20px;
    width:70px;
}
/*end staff*/

object {/*for videos*/
    clear:right;
    float:right;
    margin:0px 30px 30px 30px;
}

.biopic {/*for large pics on bio pages*/
    float:right;
    margin:0px 30px 30px 30px;
    max-height:220px;
    border:1px solid #777;
    border-radius:10px;
}

.paperiframe {
    height:100%;
    min-width:500px;
    min-height:400px;
    width:100%;
    z-index:-1;
}

/*popup subscription form*/
.hide, .pp_social {
    display:none;
}
.popupimg {
    display:block;
    margin:0px 50px;
    width:500px;
}
.popuph1 {
    text-align:center;
}
/*h1, label, p {
    color:#275387;
}*/

h1, label {
    color:#275387;
}

p {
    color:#000;
}

#inline-1 {
    position:absolute;
    max-height:700px;
    min-width:600px;
}
/*end popup subscription form*/


#morepad h3 {
	margin: 0 0 5px 0;
}

#morepad p {
	margin: 0 0 25px 0;
}








/* An extra div style needed for all pages
EXCEPT home page */

#morepad {
	padding-bottom: 0px; 
	padding-left: 70px; 
	padding-right: 100px; 
	padding-top: 0px;
}


/* Added from Mapping America page */

.ma {
	width:100%;
}
#topics {
	border-right:1px solid #bbb;
	min-width:170px;
	padding-right:20px;
	vertical-align:top;
}
#latest {
	padding-left:20px;
	vertical-align:top;
}
.topics {
	line-height:1.6em;
}

/* Added from Interships Description page */

#zoom {
	z-index:999999;
}
object {
	z-index:10;
}

/* --- GLOBAL SOCMED BTNS -------------------------- */

#smBtnBx {
	width:121px;
	float:right;
	margin: 0 60px 0 0;
	border: 0px solid red;
}

#fcbkBtn 
{
width:50px;float:left; margin-right:8px;
}

#twttrBtn 
{
width:55px;float:left; margin-right:8px;
}



/*--- ARCHIVE RESULTS -------------------------------------*/
.archBx {
	float: left;
	position: relative;
	width: 820px;	
	border: 0px solid green;
}

.pprBx {
	margin: 10px 0;
	border-bottom: 1px solid #CCC;
}

.pprBxLst {
	margin: 10px 0;
	border-bottom: 0px solid #CCC;
}


/*-------------------Sectional Tabs ----------------------*/

.archBx ul.tabs {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	border: 0px solid red;
	width: 150px;
	float: left;
	position: relative;
}

.archBx ul.tabs li {
	width: 140px;
	margin: 0;
	padding: 8px 5px;
	border-top: 1px solid #CCC;
}

.archBx ul.tabs li#noline {
	border: none;
}
.archBx ul.tabs a {
	text-decoration: none;
	color: #000;
	width: 140px;
	height: 20px;
	padding: 0 2px;
	font-size: 12px;
	border: 0px solid #fff;
	outline: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.archBx ul.tabs a:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}	

.archBx ul.tabs a span {
	color: #fff;
}

.archBx ul.tabs li.active span {
	color: #333;
}

.archBx .tab_container {
	float: right;
	width: 650px;
	background: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	border: 0px solid #0F0;
}


.archBx .tab_container h2 {
	color: #036;
	font-size: 18px;
	margin: 0 0 5px;
}
.archBx .tab_container h3 {
	color: #036;
	font-size: 14px;
	margin: 0 0 5px;
}


.archBx .tab_container a {
	color:#036;
	text-decoration: none;
}

.archBx .tab_container a:hover {
	color:#3A70A6;
}


.archBx .tab_content {
	padding: 10px;
	overflow: auto;
}













