/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, 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;
}


body {
  background-color: #C4D8E2;
  font-family: arial;
  font-size: 0.8em;
  line-height: 1.1;
  scrollbar-face-color: #999999;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #cccccc;
  scrollbar-shadow-color: #999999;
  scrollbar-highlight-color: #999999;
  scrollbar-3dlight-color: #999999;
  scrollbar-darkshadow-Color: #999999;
}
a {
  text-decoration: none;
}
p {
  margin: 0px 0px 10px 0px;
}
h1 {
  font-size: 12pt;
  margin-bottom: 10px;
}
.contentContainer ul {
  padding: 0px 0px 0px 20px;
}
.contentContainer li {
  padding-left: 0px;
  list-style: disc;
  padding-bottom: 5px;
}


/* Page Container */
#pageContainerOuter {
  margin: 0 auto 0;
  width: 900px;
}

#pageContainerOuterReadMe {
  margin: 0 auto 0;
  width: 450px;
}

div.content {
  margin-right : 5px;
  line-height : 1.3em;
  color:#002665;
}

/* Page Header */
#pageHeader {
  background: #fff url(/assets/l/o/logo.jpg) no-repeat 725px 15%;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative;
  height: 110px;
}
#homepageLink {
  position: absolute;
  width: 100px;
  height: 25px;
  top: 85px;
  left: 580px;
  color: #002665;
}

#pageHeader ul {
  padding: 0px;
  margin: 0px;
  clear: left;
  height: 22px;
}
#pageHeader li {
  float: left;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #444;
}
#pageHeader li.last {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
#pageHeader li.selected a {
  font-weight: bold;
}


/* Banner Menu */
#bannerMenu {
  padding: 15px 15px 0px 15px;
  height: 95px;
  width: 700px;
}
#bannerMenu .row1 {
  margin-bottom: 5px;
}
#bannerMenu .row3 {
  margin-top: 20px;
  font-size: 90%;
  width: 550px;
}
#bannerMenu li {
  height: 15px; 
  white-space: nowrap;
}
#bannerMenu li a {
  color: #60605B;
}
#bannerMenu .row1 li a {
  color: #002665;
}
#bannerMenu .row3 li a {
  color: #00A3E2;
}
#bannerMenu .row2 li.selected a {
  color: #00A3E2;
}


/* Search Box */
#searchBox {
  position: absolute;
  width: 206px;
  height: 23px;
  top: 80px;
  left: 680px;
  background: url(/assets/s/e/search_box_background.png) no-repeat;
}
#searchBox legend,
#searchBox label {
  display: none;
}
#searchBox #queryBorder {
}
#searchBox input {
  float: left;
  width: 130px;
  border: 1px solid #fff;
  height: 11px;
  font-size: 11px;
  margin: 4px 5px 4px 5px;
}
#searchBox button {
  float: right;
  border: none;
  margin: 0px;
  background: url(/assets/s/e/search_button_background.png) no-repeat;
  padding: 0px;
  width: 59px;
  height: 23px;
}
#searchBox button span {
  display: none;
}


/* Homepage specifics */
#homepageContentContainer {
  margin-top: 44px;
  height: 594px;
  background-color: #D7D9DF;
  position: relative;
}


/* Main Content Area */
#mainContentContainer {
  height: 500px;
  background-color: #D7D9DF;
  position: relative;
  width: 900px;
  float:left;
}


/* Main Content Area - Read Me Page */
#mainContentContainerReadMe {
  height: 500px;
  background-color: #D7D9DF;
  position: relative;
  float:left;
  width: 450px;
}

.fluid {
   height : auto !important;
}

div.leftColumn {
  width: 430px;
  float: left;
  height: 480px;
  padding: 15px 5px 0px 15px;
  position: relative;
 
}

div.rightColumn {
  width: 430px;
  float: right;
  height: 470px;
  padding: 15px 15px 15px 5px;
}

.overflowing-y {
  overflow-y : auto;
  overflow-x : hidden;
}

div.rightColumn div.top {
  margin-bottom: 15px;
  height: 240px;
}
div.rightColumn div.bottom {
  height: 215px;
  overflow-y: auto;
}
/* IE6 hack to stop 3 pixel height difference */
* html div.rightColumn { overflow: hidden } 

.oneColumnContentContainer {
  padding: 15px;
}

.fixedFullHeight {
  height: 470px;
  overflow: auto;
}


/* New Home Page specifics */
div.homePageRotator {
  width: 870px;
  padding: 15px 15px 15px 15px;
  height: 230px;
}
div.homePageRotator .imageRotator .imageContainer .label {
  display: none;
}
div.homePageColumns {
  width: 870px;
  padding: 0px 15px 0px 15px;
  margin-bottom: 10px;
  height: 230px;
  float: left;
}
div.homePageColumns div.columnOne {
  width: 215px;
  float: left;
  height: 230px;
  padding: 0px 15px 0px 0px;
  position: relative;
}
div.homePageColumns div.columnOne div.top{
  height: 72px;
  margin-bottom: 4px;
}
div.homePageColumns div.columnOne div.middle{
  height: 72px;
  margin-bottom: 4px;
}
div.homePageColumns div.columnOne div.bottom {
  height: 72px;
}
div.homePageColumns div.columnTwo {
  width: 405px;
  float: left;
  height: 230px;
  padding: 0px 15px 0px 0px;
  position: relative;
}
div.homePageColumns div.columnTwo div.top {
  margin-bottom: 5px;
  height: 63px;
  overflow-y: auto;
}
div.homePageColumns div.columnTwo div.bottom {
  height: 155px;
}
div.homePageColumns div.columnThree {
  width: 215px;
  float: left;
  height: 230px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
div.headlinesPanel {
   padding: 2px; 5px; 5px; 2px;
}
div.headlinesPanel h2 {
  color: #00A3E2;
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 10px;
}
div.headlinesPanel li.headline {
  margin-bottom: 5px;
}
div.headlinesPanel li.headline div.extract {
  display: block;
  color:#002665;
  font-size: 0.9em;
}


/* Project page specifics */
.projectPageContentContainer div.subColumnOne {
  float: left;
  width: 150px;
}
.projectPageContentContainer div.subColumnTwo {
  float: right;
  width: 200px;
}
/* IE6 hack to stop gap between columns from being too wide */ 
* html .projectPageContentContainer div.subColumnTwo { overflow: hidden }
.projectPageContentContainer #actv_content_project_summary_container {
  margin-bottom: 10px;
  height: 210px;
  background-color: #998C7C;
  padding: 10px;
  overflow: hidden;
}
.projectPageContentContainer #actv_content_project_summary {
  color: #fff;
  font-size: 11px;
}
.projectPageContentContainer .morganAshurstProjectSheetLinkContainer {
  position: absolute;
  height: 70px;
  width: 200px;
  bottom: 15px;
}
a.projectSheet {
  display: block;
  height: 32px;
  padding: 8px 0px 0px 35px;
  background: url(/assets/p/d/pdf_icon.png) no-repeat left top;
}
.projectPageContentContainer div.morganAshurstImageGallery {
  width: 210px;
  position:relative;
}
.projectPageContentContainer div.morganAshurstImageGallery div.image {
  width: 95px;
  height: 70px;
  margin: 0px 10px 10px 0px;
}
#imageGalleryTarget {
  width: 430px;
  height: 230px;
}
.projectPageContentContainer div.pageMenu {
  width: 130px;
}
.projectPageContentContainer div.pageMenu li {
  border-top: 1px solid #666;
}
.projectPageContentContainer div.pageMenu li a {
  color: #666;
  display: block;
  width: 150px;
  padding: 4px 0px 4px 0px;
}
.projectPageContentContainer div.pageMenu li.selected a {
  color: #000;
  font-weight: bold;
}
.projectPageContentContainer div.pageMenu li.last {
  border-bottom: 1px solid #666;
}


/* Project Search */
#projectSearch {
  color: #fff;
  padding: 10px;
  background-color: #60605b;
  width: 400px;
}
.projectSearchSpinner {
  width: 24px;
  height: 24px;
  background: url(/assets/p/r/project_search_spinner.gif) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}
#projectSearchForm {
  padding: 0px;
}
#projectSearchForm h3 {
  clear: both;
  font-size: 1.3em;
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
#projectSearchForm a {
  color: #CCCCCC;
  padding: 0px 2px 0px 2px;
}
#projectSearchForm a:hover {
  color: #60605b;
  background-color: #888;
}
input.projectSearchButton {
  font-size: 12px;
  color: #000;
  display: block;
  width: 103px;
  height: 32px;
  background: url(/assets/p/r/project_search_search_button.png) no-repeat;
  margin-top: 10px;
  padding: none;
  border: none;
  cursor: pointer;
}
input.projectSearchButton:hover {
  background-color: #60605b;
  color: #fff; 
}
#projectSearch .subContainer {
  margin-top: 20px;
  background-color: #666;
  padding: 10px;
  color: #ccc;
  border: 1px solid #555;
}
#projectSearch #noSectorsMessage,
#projectSearch #noRegionsMessage {
  margin: 5px 0px 15px 0px;
}
.subContainer input.projectSearchButton {
  background: url(/assets/p/r/project_search_create_button.png) no-repeat;
}
.subContainer .projectSearchSpinner {
  background: url(/assets/p/r/project_search_spinner2.gif) no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
}
#projectSearchForm ul {
  float: left;
  margin-bottom: 15px;
}
#projectSearchForm li {
  float: left;
  width: 180px;
}
#projectSearchForm li input {
  float: left;
}
#projectSearchForm li label {
  display: block;
  padding-top: 3px;
}
table.projectSearchResults {
  width: 405px;
  margin-bottom : 10px;
}
table.projectSearchResults th,
table.projectSearchResults td {
  text-align: left;
  padding: 4px;
  border-bottom: 2px solid #c4d8e2;
}
table.projectSearchResults th.col5,
table.projectSearchResults td.col5 {
  text-align: right;
}
table.projectSearchResults td {
  background-color: #d4e8f2;
}

table.projectSearchResults tr.table-break {
  background-color: transparent;
}

table.projectSearchResults tr.table-break td {
  background-color: transparent;
}


/* Search Results */
.searchResultsContentContainer {
  padding: 15px;
  height: 470px;
  overflow: auto;
}
div.result {
  margin-bottom: 20px;
  line-height: 1.2;
}
div.resultTitle a {
  font-size: 12pt;
}
div.resultBreadcrumb a {
  color: green;
}
span.highlight {
  font-weight: bold;
  font-color: #444;
}


/* News desk */
div.morganAshurstNews div.newsFeeds {
  display: none;
}
div.newsContentContainer {
  padding: 15px;
  color:#002665;
}
div.newsContent {
  position: absolute;
  width: 430px;
  height: 230px;
}
div.newsStory {
  float:right;
  height:470px;
  left:460px;
  overflow:auto;
  position:absolute;
  top:10px;
  width:430px;
}
div.newsHeadlines {
  height:445px;
  overflow:auto;
  position:absolute;
  top:40px;
  width:430px;
}
div.newsContainer {
  height: 470px;
  overflow-y: auto;
}
div.newsContainer div.newsFeeds {
  margin-bottom: 10px;
}
div.news h1.headline {
  margin: 0px;
  font-size: 20px;
}
div.news div.date {
  margin-bottom: 10px;
  font-weight: bold;
  font-style: italic;
}
ul.headlines {
  margin-bottom: 1em;
  margin-top: 0px;
  line-height: 1.2;
}
ul.headlines a {
  margin:0;
  font-size:12px;
  color:#002665;
  font-weight: bold;
}
li.headline div.extract {
  display: none;
}
ul.headlines div.date {
  margin: 2px 0px 10px 0px;
  font-size: 0.8em;
  color: #666;
}
div.newsStory div.date {
  margin-bottom: 10px;
  font-size: 0.8em;
}


/* Paginator */
.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #666;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #444;
  font-weight: bold;
  background-color: #666;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}


/* Form Builder */
div.formContainer {
  height: 470px;
}
div.form div.field ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
div.formContainer { position:relative; }
div.form fieldset {
  border: none;
  width: 420px;
  padding: 0px;
}
div.form legend {
  display: none;
}
div.form label {
  display: block;
}
span.fieldDescription {
  display: block;
  font-size: 8pt;
  color: #aaa;
}
div.formRow {
  float: left;
  padding: 5px 0px 5px 0px;
  width: 420px;
}
div.formRow,
div.formButtons {
 clear: both;
}
div.field input.textbox,
div.field textarea {
  width: 415px;
  font-size: 12pt;
}
div.field select {
  font-size: 12pt;
}
div.field input.textbox, 
div.field textarea {
  background: #f6f6f5 none repeat scroll 0 0;
  border-color: #d4d2c5 #f6f6f5 #f6f6f5 #e1dfd7;
  border-style: solid;
  border-width: 1px;
  height: 17px;
  padding: 4px 5px 3px;
  margin-top: 2px;
}
div.field textarea {
  height: auto;
}
div.formButtons {
  padding-top: 10px;
}
div.formButtons button {
  background: transparent url(/assets/b/u/button_background.gif) repeat-x scroll left top;
  border-color: #44433b #2e2d28 #272623 #44433b;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  font-weight: bold;
  height: 24px;
  width: 80px;
  margin-right: 5px;
}
div.errorExplanation {
  padding: 7px;
  padding-bottom: 12px;
  margin: 0px 0px 20px 0px;
  background-color: #ffedda;
  position: relative; /* For IE6 */
}
div.errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  margin: -7px;
  background-color: #f00;
  color: #fff;
}
div.errorExplanation p {
  margin-bottom: 0;
  padding: 10px 5px 0px 5px;
}
div.errorExplanation ul {
  padding-left: 40px;
  margin-top: 0px;
}
div.errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* Reduce form width when in right panel of two column template */
.rightColumn div.formRow {
  width: 400px;
}
.rightColumn div.form fieldset {
  width: 400px;
}
.rightColumn div.field input.textbox, .rightColumn div.field textarea {
  width: 400px;
}


/* Site Map */
div.siteMap ul {
  padding-left: 20px;
  line-height: 16px;
}


/* Google Map */
div.googleMap {
  height: 465px;
}


/* Page Footer */
#pageFooter {
  margin-top: 2px;
}
#pageFooter ul {
   float: right;
}
#pageFooter li {
  float: left;
  margin-left: 10px;
}
#pageFooter a {
  color: #666;
  font-size: 0.7em;
}

.imageRotator .imageContainer .label {
  background-color: #D7D9DF;
  color: #002665;
  font-size: 0.8em;
  font-style: italic;
  margin-left: 0;
  margin-right: 0px;
  margin-top: -2px;
  padding: 3px;
  padding-left: 0px;
  position: relative;
}

/* Print Styles */