@charset "utf-8";

body {
	background: #dbe8f0 url(/assets/templates/default/site_images/bground-tile.png) repeat-x left top;
}

/* Main blocks and reusable bg color - but not columns and grids */
#wrapper {background: #FFFFFF url(/assets/templates/default/site_images/header.png) no-repeat left top;}
#header {height: 133px;} 
#logo {padding-top: 50px; margin-left: 12px;}
.bg_colorW {background: #fff;}
.page { background: url(/assets/templates/default/site_images/page-bg.png) repeat-x left bottom;
	    border-top: 3px solid #003366; padding: 9px;}
.pageBlue {background-color: #003366; padding: 9px; color: #fff;}

/* PRIMARY NAV - Primary navigation currently shown in top horizontal - replace with PrimeNav CSS from library */
#navPrime {
	background: #003366;
	width: 100%;	float: left;
}
#navPrime {
	background: #003366;
	width: 100%; float: left;
}
#navPrime ul { font-weight: bold; list-style: none; margin: 0; padding: 0;}
#navPrime li {
	position:relative; float:left; 	
        margin: 0 1px 0 0; font-size: 13px;
}
#navPrime li a {
	text-decoration: none;
	cursor:pointer; color:#fff; display: block;
	padding: 9px 18px;
	background: url(/assets/templates/default/site_images/nav-line.png) no-repeat right center;
}
#navPrime a:hover {color:#ccc;}
#navPrime li.last {border-bottom:none;}

#breadcrumbs {margin-top: 10px; margin-left: 9px; clear:both;} 
#breadcrumbs li  {font-size: 11px;padding: 4px 0; color: #999999;}
#breadcrumbs li a {color: #999999; }
#breadcrumbs li a:hover {color: #000; }

/* Subnavigation and styles used in sidebar */
ul.topnav {margin: 5px 0 18px 5px;}
ul.topnav ul {padding-left: 5px;}
#column4 li {
	list-style: none; background: url(/assets/templates/default/site_images/nav-dot.png) repeat-x left bottom;
	padding-bottom: 2px; padding-top: 2px; font-size: 12px;
	color: #333333; line-height:16px; display:block;
}
#column4 li ul li {background: url(none);}
#column4 li a { margin:0 0 1px; padding:2px 5px; text-decoration:none; cursor:pointer; color: #333; display:block; }
#column4 li a:visited {}
#column4 li a:hover {background: #e4edf2;} 
#column4 ul li ul {display:none; }
#column4 ul li.activeLink {display: block; background: #e7f1f6;}
#column4 ul ul li.activeLink.last {display: block; background: #ecf3f8;}
#column4 ul li.activeLink ul {display: block; text-size: 10px; margin-top: 1px; background: #ecf3f8;}

#column4 h4 {
	color: #333333; font-size: 13px;
	background: #b2cdd9; padding: 9px 9px 9px 5px;
}
.lightBlue {background: #f4f9fb;}

/* List formatting */
#column1 ol {margin: 9px 9px 9px 25px; list-style: decimal}
#column1 ul {margin: 9px 9px 9px 25px; list-style: square}
#column1 table ul {list-style: none; margin-left: 9px;}
ol.listExpand li, ul.listExpand li{padding-left: 5px; margin-bottom: 9px;}

/* General Links formatting */
a, a:link, a:hover {background:transparent;text-decoration:underline;cursor:pointer;} 
a { color:#3366CC;}
a:hover,a:active {color:#7a9c26;} 
.pageBlue a {color: #dbe8f0;}
.pageBlue a:hover {color:#7a9c26;} 
.websiteBy a {color: #ccc; text-decoration: none;}

/* apply a specific style to links on images */
a img, img a {border:none} 

/* FORMS ELEMENTS*/
/* Search */
#search {color:#fff;position:absolute; top:30px; right:20px;}
#search form {margin:0;}
#search input { margin: 0; background-color: #FFFFFF; }
#search label {padding:9px 0 0; display:inline; font-size: 12px;}
#search input.submit { width:auto; margin:0; background-color: #333333; color: white; font-weight: bold;}
#header #cambridge {
	position: absolute;
	right: 12px; top: 48px;
}
.pubsearch {position:relative;}
#pubSearch fieldset {margin: 5px 0;}
#publicationTitle{margin-left: 22px; height: 22px; width: 200px;} 
#publicationDate {margin-left: 20px; height: 22px; width: 200px;}
#publicationAuthor {margin-left: 10px; height: 22px; width: 200px;}

p.authors { margin-bottom:4px; border-top: 1px solid #fbfdfe; padding-top: 4px;} 
span.date {}
p.title { font-size: 12px; line-height: 16px;  margin-bottom: 7px;}

fieldset {width: 260px;}
#searchButton {
	background: #ccc;
	position: absolute;
	right: 9px; bottom: 12px;
	font-size: 14px;
	padding: 1px 2px;
}
#sitesearch {
	margin: 4px 9px;
	background: url(/assets/templates/default/site_images/search-icon.png) no-repeat left center;
	padding-left: 23px;
}
#info {
	background: url(/assets/templates/default/site_images/info.png) no-repeat;
	height: 26px; width: 26px;
	float: right;
}
#info:hover {
	background: url(/assets/templates/default/site_images/info-down.png) no-repeat;
}

#sitesearch #ajaxSearch_input {color: #666; padding: 1px 0 2px;}

.pub_summary {
	margin-bottom: 5px; margin-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.search-results .pub_summary {
	 padding: 9px; margin-bottom: 9px; background: #f4f9fb;
}
.pub_summary p.title {font-size: 1em; margin:0 0 3px 0; padding: 0; font-weight:normal;}
.pub_summary p {margin:0; padding: 0 5px 0 0; display:inline;}
.pub_summary span.publication {font-style: italic;}
.pub_summary p.authors {}

dt {
	font-weight: normal;
	line-height: 125%;
	color: #000000;
	margin: 0.6em 0px 0px;
	padding: 0.6em 0px 0px;
	font-size: .9em;
	border-top: 1px solid #F3F1EB;
}

dd {
	font-size: .9em;
	padding: 0px;
	margin: 0px;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
}



.profile {
	padding: 5px;
	height: 90px;
	width: 72px;
	margin: 0 20px 0 0;
	border: 1px solid #E2DCCD;
	float: left;
}
.imgborder {
    padding: 5px;
    margin: 0 20px 20px 20px;
    border: 1px solid #E2DCCD;
    float: right;
    display: inline;

}

.phone {
    background: url(/assets/images/assets/phone.gif) no-repeat left center;
    padding: 2px 0 2px 24px;
    color: #666666;
    font-size: .9em;
    margin: 0 1px;
    height:1.5em;
    line-height:1.5em;

}

.mail {
    background: url(/assets/images/assets/envelope.gif) no-repeat left center;
    padding: 2px 0 2px 24px;
    margin: 0 1px;
    color: #666666;
    font-size: .9em;
}

.info {float:right; width: 640px;}

.bio {
    clear:left;
    padding-top:10px;
}

.people {float: left; margin-top: 20px;}

.people h4 {
	color: #988758;
	margin-top: .1em;
	margin-bottom: .1em;
	font: bold 1.3em "Times New Roman", Times, serif;
	text-transform: uppercase;
line-height: normal;
}

.people p {margin-bottom: .5em; line-height: 125%;}

.ruler {
	height: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	background: url(/assets/images/assets/ruler.gif) no-repeat center center;
	clear: both;
}

.tablepeople {
	width: 100%;
}
.tablepeople td {
	padding: 2px 10px 2px 10px;
	background: #f4f9fb; border-bottom: 1px solid #fff;
	vertical-align: middle;
        width: 35%;
}

.tablepeople th {
	padding: 2px 25px 2px 10px;
	background-color: #dfebf1; border-bottom: 1px solid #fff;
	text-align: left;
	width: 30%;
}

td.tableheading, th.tableheading {
	font-weight: bold;
        color: #fff;
	background-color: #003366;
}

#footer .websiteBy {
	font-size: 10px;
	color: #CCCCCC;
	float: right;
}

#info-popup {
	position: absolute;
	width: 300px;
	padding: 9px;
	background: #fff;
	color: #333;
	display: none;
	z-index: 50;
        border: 3px solid #B2CDD9;
}

