/* 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 745px 15%;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative;
  height: 110px;
  z-index: 1;
}
#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;
  /* Hide top row text because we're using a drop-down for this level */
  position: relative;
  left: -9999px;
}
#bannerMenu .row3 {
  margin-top: 26px;
  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;
}



/**** START OF DROP-DOWN BANNER MENU ****/

ul#ddm {
  top: 15px;
  left: 8px;
  position: absolute;
  z-index: 9999;
}
ul#ddm li {
  position: relative;
  border: none;
  padding: 4px 0px 5px 0px;
  margin: -4px 0px 0px 0px;
  color: #002665;
  cursor: pointer;
}
ul#ddm li.empty {
  padding-bottom: 0px;
}
ul#ddm li:hover,
ul#ddm li.ddhover {
  color: #3cb8f0;
  background-color: #d5f0fd;
}
ul#ddm a.top {
  color: #002665;
  display: block;
  border-right: 1px solid #444;
  text-align: center;
  margin-bottom: 5px;
}
ul#ddm li.menu8 a.top {
  border: none;
}
ul#ddm li a.selected {
  font-weight: bold;
}
ul#ddm li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 184px;
  margin-left: -5px;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 5px;
  background: url(/assets/d/r/drop_down_menu_shadow.png) no-repeat left bottom;
}
ul#ddm li ul li {
  display: block;
  width: 174px;
  padding: 0px;
}
ul#ddm li ul a {
  display: block;
  padding: 8px 12px 8px 12px;
  border-right: none;
  color: #00aef0;
}
ul#ddm li ul ul {
  position: absolute;
  margin: 0px 0px 0px 169px;
  top: 0px;
  background: url(/assets/s/e/second_level_drop_down_menu_shadow.png) no-repeat left bottom;
  padding-top: 0px;
  padding-bottom: 9px;
}
ul#ddm li ul ul li {
  margin-top: 0px;
}
ul#ddm li:hover ul ul li a,
ul#ddm li.ddhover ul ul li a {
  background-color: #bedef5;
}
ul#ddm li:hover ul ul li a:hover,
ul#ddm li.ddhover ul ul li a:hover {
  background-color: #8dc0ea;
}
ul#ddm li:hover ul ul, 
ul#ddm li:hover ul ul ul, 
ul#ddm li.ddhover ul ul, 
ul#ddm li.ddhover ul ul ul {
  left: -999em;
}
ul#ddm li:hover ul, 
ul#ddm li li:hover ul, 
ul#ddm li li li:hover ul, 
ul#ddm li.ddhover ul, 
ul#ddm li li.ddhover ul, 
ul#ddm li li li.ddhover ul {
  left: auto;
}

/* Top blue bar for each menu */
ul#ddm li ul li.top { margin-top: -15px; background: url(/assets/d/r/drop_down_menu_background.png) no-repeat; }
ul#ddm li ul li.top a { margin-top: 15px; }
ul#ddm li.menu1 { width: 56px; }
ul#ddm li.menu1 li.top { background-position: -144px 0px; }
ul#ddm li.menu3 { width: 94px; }
ul#ddm li.menu3 li.top { background-position: -106px 0px; }
ul#ddm li.menu4 { width: 114px; }
ul#ddm li.menu4 li.top { background-position: -86px 0px; }
ul#ddm li.menu5 { width: 74px; }
ul#ddm li.menu5 li.top { background-position: -126px 0px; }
ul#ddm li.menu6 { width: 62px; }
ul#ddm li.menu6 li.top { background-position: -138px 0px; }
ul#ddm li.menu7 { width: 54px; }
ul#ddm li.menu7 li.top { background-position: -146px 0px; }
ul#ddm li.menu8 { width: 84px; }
ul#ddm li.menu8 li.top { background-position: -116px 0px; }

/* Hover color for the top row */
ul#ddm li:hover a,
ul#ddm li.ddhover a,
ul#ddm li.top:hover a,
ul#ddm li.ddhover a {
  color: #359bdb;
}

/* Hover color for first drop-down level */
ul#ddm li ul li:hover a,
ul#ddm li ul li.ddhover a,
ul#ddm li ul li.top:hover a {
  background-color: #e0e0e1;
}

/* What We Do Menu */
ul#ddm li.menu2 {
  width: 85px;
}
ul#ddm li.menu2 ul {
  margin-left: -46px;
  padding: 4px 5px 16px 5px;
  width: 600px;
  background: url(/assets/w/h/what_we_do_menu_shadow.png) no-repeat left bottom;
}
ul#ddm li.menu2 li.mega,
ul#ddm li.menu2 li.mega:hover {
  background: url(/assets/w/h/what_we_do_menu_background.png) no-repeat left top;
  color: #3596db;
  width: 600px;
}
ul#ddm li.menu2 div.megaContent {
  position: relative;
  padding: 4px 3px 10px 30px;
}
ul#ddm li.menu2 div.column1,
ul#ddm li.menu2 div.column2 {
  padding-top: 18px;
  float: left;
  width: 182px;
  margin-right: 10px;
}
ul#ddm li.menu2 div.column3 {
  float: right;
  width: 180px;
  overflow: hidden;
}
ul#ddm li.menu2 div.megaContent ul,
ul#ddm li.menu2 div.megaContent li,
ul#ddm li.menu2 div.megaContent a {
  position: static;
  display: block;
  float: none;
  left: auto;
  width: auto;
  height: auto;
  margin: 0px;
  background: none;
  padding: 0px;
  font-size: 11pt;
}
ul#ddm li.menu2 div.megaContent li a:hover {
  text-decoration: underline;
  background: none;
}
ul#ddm li.menu2 div.megaContent .column1 ul li,
ul#ddm li.menu2 div.megaContent .column2 ul li {
  background: url(/assets/b/u/bullet.png) no-repeat left 5px;
  padding-left: 10px;
  width: 160px;
  float: left;
  clear: both;
  margin: 4px 0px 2px 0px;
}
ul#ddm li.menu2 div.megaContent .column1 ul ul li,
ul#ddm li.menu2 div.megaContent .column2 ul ul li {
  background: #fff;
  margin: 1px 0px 0px 0px;
}
ul#ddm li.menu2 div.megaContent .column1 ul ul a,
ul#ddm li.menu2 div.megaContent .column2 ul ul a {
  font-size: 8pt;
  color: #aaa;
}
.megaContent .capabilities {
  margin-top: 3px;
  width: 180px;
  height: 95px;
  padding: 35px 10px 10px 10px;
  background: url(/assets/c/a/capabilities.png) no-repeat;
}
ul#ddm li.menu2 div.megaContent .column3 ul {
  border: none;
  padding: 0;
  margin; 0;
}
ul#ddm li.menu2 div.megaContent .column3 li {
  background: none;
  padding: 0px;
  border: none;
  margin-bottom: 7px;
  zoom: 1; /* IE fix */
}
ul#ddm li.menu2 div.megaContent .column3 a {
  color: #999;
}
ul#ddm .megaContent .column3 img { display: block; }
ul#ddm .megaContent .box {
  margin-top: 3px;
  width: 178px;
  height: 170px;
  border: 1px solid #ccc;
}

/* IE6 Hacks */
* html ul#ddm li { width: 1px; white-space: nowrap; }
* html ul#ddm li ul li { white-space: normal; }
* html ul#ddm a.top { padding-bottom: 2px; }
* html ul#ddm li ul { background: url(/assets/i/e/ie6_drop_down_menu_shadow.gif) no-repeat left bottom; }
* html ul#ddm li ul ul { background: url(/assets/i/e/ie6_second_level_drop_down_menu_shadow.gif) no-repeat left bottom; }
* html ul#ddm li.menu2 ul { background: url(/assets/i/e/ie6_what_we_do_menu_shadow.gif) no-repeat left bottom; }
* html ul#ddm li.menu2 li.mega { width: 599px; }

/* IE7 Hacks */
html>body ul#ddm li:hover { height: auto; background-position: 0 0; }


/**** END OF DROP-DOWN BANNER MENU ****/



/* 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;
}

.top2bottom1 div.bottom { padding: 0 15px 15px; }
.top2bottom1 div.top { overflow-y: hidden; }
.top2bottom1 div.leftColumn { height: 250px; padding: 15px 5px 0 15px; }
.top2bottom1 div.rightColumn { height: 250px; padding: 15px 15px 0 5px; }


/* 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: 20px;
  right: 30px;
}
#projectSearchForm {
  padding: 0px;
}
#projectSearchForm h3 {
  clear: both;
  font-size: 1.3em;
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
#projectSearchForm a {
  color: #ccc;
  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.msNews 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 */
