/* Filename: base.css
 * Short Description: Base stylesheet
 * Long Description:
 **************************************************************************
 * Change Log
 **************************************************************************
 * @01 : 2010-04-15 : Kevin Fox : #login, .login_name added.
 * @02 : 2010-04-15 : Kevin Fox : #adminMenu added.
 * @03 : 2010-04-28 : Bob Payn : Yahoo styles added.
 * @04 : 2010-06-07 : Courtney Fieber : Home page mainimage link coordinates updated and .fhpsb_menu styles added.
 **************************************************************************
*/
body {
	background-color:#f7f7f7;
	color:#222222;
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:75%;
	font-style:normal;
	line-height:1.35em;
	margin:0;
	padding:0;
}
a {
	color:#1862bb;
	text-decoration:none;
}
a:hover {
	color:#056deb;
	text-decoration:underline;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:150%;
	font-weight:bold;
	line-height:normal;
	margin-bottom:0;
	margin-top:1em;
	/*padding-bottom: 2px;*/
	position: relative;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:125%;
	font-weight:bold;
	line-height:normal;
	margin-top:1.2em;
	padding-bottom: 2px;
	position: relative;
	text-transform: uppercase;
}
#col2 h2 a, #col3 h2 a {
	background-color:#1862bb;
	color:#ffffff;
	font-size:65%;
	letter-spacing:1px;
	line-height:normal;
	top:0;
	right:0;
	padding:1px 2px;
	position:absolute;
}
#col2 h2 a:hover, #col3 h2 a:hover {
	text-decoration:none;
}
img {
	border:none;
}
h3 {
	font-size:110%;
	font-weight:bold;
	line-height:normal;
	padding-top:1em;
}
h4 {
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 1em;
}
h5, h6, h7 {
	font-weight:bold;
}
img {
	border-style:none;
}
input, textarea {
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:100%;
}
p {
	font-style:normal;
	margin: 0.75em 0;
	line-height:1.4em;
}
em {
	font-style:italic;
}
.errors {
	color:#ff0000;
}
#col1, #col2, #col3 {
	background: url(../images/col_top.gif) top left no-repeat;
}
#col1 {
	float:left;
	margin-right:3px;
	padding:20px;
	width:274px;
}
#col1 p {
	font-size:110%;
	line-height:1.3em;
}
#col2 {
	float:left;
	padding:20px;
	width:274px;
}
#col2 li, #col3 li {
	font-size:100%;
}
#col1 h2, #col2 h2, #col3 h2, #col1 h1 {
	margin-top:0;
}
#col2 h2 {
	width:274px;	
}
#col1 h2.top, #col2 h2.top, #col3 h2.top {
	padding-top:6px;	
}
#col2 ul {
	border-top:1px solid #d4d1c5;
	padding:0;
}
#col2 ul li {
	border-bottom:1px solid #d4d1c5;
	list-style-type:none;
	margin-top:5px;
	padding-bottom:5px;
}
#col3 {
	float:right;
	margin-right:1px;
	padding:20px;
	width:274px;
}
#col3 ul {
	border-top:1px solid #d4d1c5;
}
#col3 ul li {
	border-bottom:1px solid #d4d1c5;
	list-style-type:none;
	margin-top:5px;
	padding-bottom:5px;
}
#council_main #header {
	background:white url(../images/subheader_back.gif) top left no-repeat;
}
#footer {
	color:#363636;
	font-size:90%;
	padding:5px 0;
	text-align:center;
}
#header {
	background:white url(../images/subheader_back.gif) top left no-repeat;
	height:92px;
}
#header ul {
	/*background: url(../images/topnav.gif) no-repeat;*/
	float:right;
	height:20px;
	padding:5px 2px;
}
#header ul li {
	border-right:1px solid #d4d1c5;
	display:inline;
	font-size:85%;
	font-weight:bold;
	height:20px;
	list-style-type:none;
	margin-left:3px;
	padding-right:4px;
	text-transform: uppercase;
	vertical-align:middle;
	position: relative;
}
#header a:hover {
    text-decoration: underline;
}
#header ul li input {
	font-size:100%;
}
#header ul div {
	display: none;
}
#header ul li.mega div {
	border: 1px solid #d4d1c5;
	width: 28em;
	position: absolute;
	top: 1.6em;
	left: 0em;
	padding: .25em;
	background: #fff;
	z-index: 10;
}
#header ul li.hovering div {
	display: block;
}
#header ul div ul {
	background: none;
	float: none;
	height: auto;
}
#header ul div ul li {
	border-right:none;
	display:list-item;
	font-size:90%;
	height:auto;
	background: url(../images/dot.gif) top left no-repeat;
	margin: 0;
	padding: 2px 0 0 12px;
}
#header .search_btn {
	display:inline; 
	background-color:#1862BB; 
	border:1px solid #1862BB; 
	color:white; 
	font-size:9px; 
	letter-spacing:1px; 
	padding:1px 3px; 
	position:relative; 
	text-transform:uppercase;
}
/* @01 start */
#login {
	margin:10px 0 0 8px;
	font-size:90%;
	color:#999;
}
.login_name {
	font-weight:normal;
	font-style:italic;
	text-transform:capitalize;
}
/* @01 end */
/* @02 start */
#adminMenu {
	margin:10px 0;
}
/* @02 end */
#homepagebottom {
	background: url(../images/homepagebottom_back.gif) no-repeat left bottom;
	clear:both;
	height:5px;
}
#logo {
	padding:30px 0 0 40px;
}
#logo a {
	background: url(../images/wbdg_logo.gif) top left no-repeat;
	display:block;
	height:45px;
	width:355px;
}
#maincontent {
	margin-left:203px;
	min-height:400px;
	padding:.75em 0 1em 0;
	width:540px;
}
ul, ol {
	padding-left:2em;
}
#maincontent a {
	text-decoration:underline;
}
#maincontent a.noborder {
	text-decoration:none;
}
img.border {
	border:1px solid #333333;
}
#maincontent img.noborder {
	border:none;
}
table.data {
	border-left:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
	font-size:95%;
	margin-top:0;
	width:100%;
}
table.data tr th {
	font-weight:bold;
}
table.data tr th, table.data tr td {
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	padding:3px;
}
#maincontent {
	font-style:normal;
}
#maincontent a:visited, #supplement a:visited {
	color:#cc3399;
}
#main {
	background: url(../images/col_back.gif) top left repeat-y;
	border-top:10px solid #e7e7e7;
	margin:0 auto;
	width:950px;
}
#mainimage {
	background: url(../images/mainimage.jpg) top left repeat-y;
	height:140px;
	margin:0 auto;
	padding:0;
	/*position:relative;*/
	width:944px;
}
#nav {
	background: url(../images/navback.gif) repeat-x;
	height:27px;
	margin:0 auto;
	padding:0;
	width:944px;
}
#nav ul {
	padding:0;
}
#nav ul li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav a, #nav a:visited {
	color:white;
	float:left;
	height:27px;
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
}
#nav li a span {
	display:none;
}
#nav a {height:27px;}
#nav a.nav-dg {background: url(../images/nav_design.gif) no-repeat top left; width:114px;}
#nav a.nav-pm {background: url(../images/nav_project.gif) no-repeat top left; width:142px;}
#nav a.nav-om {background: url(../images/nav_om.gif) no-repeat top left; width:175px;}
#nav a.nav-dr {background: url(../images/nav_references.gif) no-repeat top left; width:167px;}
#nav a.nav-t {background: url(../images/nav_tools.gif) no-repeat top left; width:51px;}
#nav a.nav-ce {background: url(../images/nav_education.gif) no-repeat top left; width:149px;}
#nav a.nav-bim {background: url(../images/nav_bim.gif) no-repeat top left; width:31px;}
#nav a.nav-ar {background: url(../images/nav_research.gif) no-repeat top left; width:115px;}

#nav a.nav-dg:hover{background: url(../images/nav_design_on.gif) no-repeat top left;}
#nav a.nav-pm:hover{background: url(../images/nav_project_on.gif) no-repeat top left;}
#nav a.nav-om:hover{background: url(../images/nav_om_on.gif) no-repeat top left;}
#nav a.nav-dr:hover{background: url(../images/nav_references_on.gif) no-repeat top left;}
#nav a.nav-t:hover{background: url(../images/nav_tools_on.gif) no-repeat top left;}
#nav a.nav-ce:hover{background: url(../images/nav_education_on.gif) no-repeat top left;}
#nav a.nav-bim:hover {background: url(../images/nav_bim_on.gif) no-repeat top left;}
#nav a.nav-ar:hover{background: url(../images/nav_research_on.gif) no-repeat top left;}

#popupwindow {
	margin:8px;
}

#sub3col { background: url(../images/sub_3col_back.gif) top left repeat-y;}
#sub2col { background: url(../images/sub_2col_back.gif) top left repeat-y;}
#sub1col { background: url(../images/sub_1col_back.gif) top left repeat-y;}

#sub3col .rp { background: url(../images/sub_rp3colcontent_back.gif) top left no-repeat;}

#sub1col #maincontent {
	margin:0 10px;
	width:930px;
}
#sub2col #maincontent {
	width:740px;
}
#subnav {
	border-right:2px solid white;
	float:left;
	margin-top:5px;
	padding-left:3px;
	width:180px;
}
#subnav ul {
	padding:5px 0;
	margin:0;
}
#subnav ul li {
	list-style-type:none;
	padding:7px 0 7px 8px;
}
#subnav ul li a {
	/*color:#5a5145;*/
	font-size: 95%;
	font-weight:bold;
	line-height:normal;
	margin:0;
}
#subnav a.on {
	color: #626262;
}
#subnav ul li.level1 {
	background: url(../images/subnav_back.gif) bottom left repeat-x;
	border-bottom: 1px solid #e5d6ea;
	line-height:normal;
	text-transform:uppercase;
}
#subnav ul li.level1 .on {
	font-style: italic;
}
#subnav ul.level2 li {
	border-bottom:1px solid #e2e2e2;
	padding:.25em .2em .25em 8px;
	text-transform:none;
}
#subnav ul.level2 li.noborder {
	border:none;
}
#subnav ul.level2 a {
	font-size: 90%;
}
#subnav ul.level2 li ul.level3 li {
	background: url(../images/dot_off.gif) top left no-repeat;
	border:none;
	line-height:none;
	padding:2px 0 3px 10px;
}
#subnav ul.level2 li ul.level3 li a {
	color:#1862bb;
	padding:1px 0 1px 0;
}
#supplement {
	float:right;
	padding-right:8px;
	width:180px;
}
#supplement h3 {
	margin:5px 0;
	text-transform:uppercase;
}
#supplement ul {
	margin:0;
	padding:0;
}
#supplement ul li {
	font-size:90%;
	list-style-type:none;
}
#supplement span {
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
}
#supplement .wbdgservices, #supplement .pa {
	margin-top:25px;
}
#supplement .resourcepgs {
	padding-top:15px;
}
#supplement .resourcepgs ul {
	padding-top:5px;
}
#supplement .resourcepgs li {
	background: url(../images/resourcepg_icon.gif) top left no-repeat;
	border-bottom:1px solid #d6d6d6;
	padding: 2px 0 6px 15px;
}
#supplement .resourcepgs li.noicon {
	padding: 0 0 5px 3px;
}
#supplement .resourcepgs .noicon {
	background-image:none;
}
#supplement .resourcepgs .index {
	font-size:90%;
	padding: 5px 0 0 0;
}
#supplement .resourcepgs ul li.login {
	background: url(../images/btn_login.gif) no-repeat left top;
}
#supplement .resourcepgs ul li.logout {
	background: url(../images/btn_logout.gif) no-repeat left top;
	border-style:none;
}
#supporters {
	background: url(../images/supporters_back.gif) top left no-repeat;
	clear:both;
	height:48px;
	padding:16px 0 0 20px;
	position:relative;
	width:931px;
}
#supporters h2 {
	border-right:1px solid #d4d1c5;
	padding-top:0px;
	position:absolute; 
	height:40px;
	left:20px;
	margin-top:0px;
	width:140px;
}
#supporters ul {
	display:inline;
	padding-left:150px;
}
#supporters ul li {
	display:inline;
	padding:0 12px;
}
#wrapper {
	background-color:#e7e7e7;
	margin:0 auto;
	padding:0 5px 5px;
	position:relative;
	width:950px;
}
#content .author {
	font-size:90%;
	margin:0;
	padding:0;
}
#confirmation {
	font-size:100%;
	font-weight:bold;
	color:red;
}
.backtotop {
	font-size:80%;
	text-align:right;
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}
.bottom {
	margin-bottom:12px;¹
}
.breadcrumb {
	font-size:90%;
	font-style:italic;
}
.breadcrumb a {
	text-decoration:none;
}
ul.bullet li {
	background: url(/images/li_bullet.gif) top left no-repeat;
	border-bottom:1px solid #d4d1c5;
	list-style-type:none;
	margin-top:2px;
	padding-bottom:2px;
	padding-left:12px;
}
.ccb {
	background-color:#eee8ec;
}
.center {
	margin:0 auto;
	text-align:center;
}
.clear {
	clear:both;
}
.clearer {
	clear: both;
	height: 1px;
}
.councilslist {
	padding:0;
}
.councilslist li {
	background: url(../images/dot.gif) top left no-repeat;
	border-bottom: 1px solid #d4d1c5;
	list-style-type:none;
	padding:3px 0 3px 12px;
}
.emailpage, .comment, .social, .addthis_default_style, .logout a {
	font-size:80%;
	font-weight:bold;
	padding-left:20px;
	text-transform: uppercase;
}
.comment {
	background: url(../images/comment_icon.gif) top left no-repeat;
	margin-top:10px;
}
.emailpage {
	background: url(../images/email_icon.gif) top left no-repeat;
	margin-top:5px;
}
.logout {
	background: url(../images/btn_logout.gif) top left no-repeat;
	margin-top:5px;
}
.social {
	background: url(../images/add_icon.gif) top left no-repeat;
	margin-top:5px;
}
.fhpsb_menu hr {
	color:#d6e2e9;
}
.fhpsb_menu p {
	background-color:#eff8ee; 
	font-size:95%; 
	margin-left:170px; 
	padding: 5px;
}
.file {
	font-size:85%;
	color:#444444;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
table.form td {
	padding:0.25em 0;
}
.image p, .imageleft p, .imageright p {
	font-size:90%;
	margin: 0;
	padding: 0.5em;
}
.image {
	margin:1em 0;
	text-align:left;
}
.imageleft {
	float:left;
	margin:0 1em 1em 0;
	text-align:left;
}
.imageright {
	float:right;
	margin:1em 0 1em 1em;
}
.image img, .imageleft img, .imageright img {
	border: 1px solid #333333;
}
ul.indent li {
	list-style-type:none;
	padding-left: 2.5em;
}
.italic {
	font-style:italic;
}
.italic a {
	font-style:italic;
}
.mainimage_more {
	display:block;
	height:34px;
	margin-left:875px;
	margin-top:45px;
	position:absolute;
	width:60px;
}
.next_btn {
	position:absolute;
	top:9px;
	left:923px;
}
.marginleft {
	margin-left:12px;
}
img.noborder {
	border:none;
}
.nomargin {
	margin:0;
	padding:0;
}
.notop {
	margin-top:0;
	padding-top:0;
}
ul.nostyle {
	padding:0;
}
ul.nostyle li{
	list-style-type:none;
}
table.nostyle, table.nostyle tr td {
	border: none;
}
.pagebottom {
	background: url(../images/page_bottom.gif) bottom left no-repeat;
	clear:both;
	height:5px;
}
.pagenav {
	background: url(../images/pagenavcurve.gif) top left no-repeat;
	padding: 8px 6px 8px 8px;
	width: 150px;
	float:right;
	margin:2.25em 0 1em 1em;
	text-align:left;
	font-size: 90%;
}
.pagenav li {
	line-height:normal;
	margin-bottom: 2px;
}
.pagenav ul li ul li {
	margin-left: -12px;
}
ul.periodicals li {
	border-bottom:1px solid #d4d1c5;
	list-style-type:none;
	padding:5px 0 5px 0;
}
ul.refs li {
	padding-bottom:3px;
}
.resourcepage {
	background-color:#68757F;
	color:white;
	padding:3px;
}
.shaded {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.small {
	font-size:90%;
}
.social {
	margin-top:5px;
}
.tabletitle {
	font-style:italic;
	font-weight:bold;
}
.top{
	margin-top:12px;
}
.viewall, .submit {
	background-color:#1862bb;
}
.viewall {
	position:absolute;
	top: 0; 
	right: 0;
}
.viewall a, span.submit a {
	color: white;
	padding: 0px 3px;
}
.submit {
	font-size: 90%;
	letter-spacing: 1px;
	padding:2px;
}
.viewall a {
	font-size: 60%;
	letter-spacing: 1px;
}
.viewall a:hover, #header span.submit a:hover {
	text-decoration:none;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2;}.yui-panel{position:relative;}.yui-panel-container form{margin:0;}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}.mask.block-scrollbars{overflow:auto;}.masked select,.drag select,.hide-select select{_visibility:hidden;}.yui-panel-container select{_visibility:inherit;}.hide-scrollbars,.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.show-scrollbars{overflow:auto;}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible;}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto;}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px;}.yui-effect-fade .underlay,.yui-effect-fade .yui-tt-shadow{display:none;}.yui-tt-shadow{position:absolute;}.yui-override-padding{padding:0!important;}.yui-panel-container .container-close{overflow:hidden;text-indent:-10000em;text-decoration:none;}.yui-overlay.yui-force-redraw,.yui-panel-container.yui-force-redraw{margin-bottom:1px;}.wbdg .mask{background-color:#000;opacity:.25;filter:alpha(opacity=25);}.wbdg .yui-panel-container{padding:0 1px;*padding:2px;}.wbdg .yui-panel{position:relative;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;*border-width:1px;*zoom:1;_zoom:normal;}.wbdg .yui-panel .hd,.wbdg .yui-panel .bd,.wbdg .yui-panel .ft{border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;*margin:0;*border:0;}.wbdg .yui-panel .hd{border-bottom:solid 1px #ccc;}.wbdg .yui-panel .bd,.wbdg .yui-panel .ft{background-color:#F2F2F2;}.wbdg .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 -200px;}.wbdg .yui-panel .bd{padding:10px;}.wbdg .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%;}.wbdg .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) no-repeat 0 -300px;cursor:pointer;}.wbdg .yui-panel-container .underlay{right:-1px;left:-1px;}.wbdg .yui-panel-container.matte{padding:9px 10px;background-color:#fff;}.wbdg .yui-panel-container.shadow{_padding:2px 4px 0 2px;}.wbdg .yui-panel-container.shadow .underlay{position:absolute;top:2px;left:-3px;right:-3px;bottom:-3px;*top:4px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_left:0;_right:0;_bottom:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;filter:alpha(opacity=12);}.wbdg .yui-dialog .ft{border-top:none;padding:0 10px 10px 10px;font-size:100%;}.wbdg .yui-dialog .ft .button-group{display:block;text-align:right;}.wbdg .yui-dialog .ft button.default{font-weight:bold;}.wbdg .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px;}.wbdg .yui-dialog .ft span.default .first-child{border-color:#304369;}.wbdg .yui-dialog .ft span.default button{color:#000;}.wbdg .yui-dialog .ft span.yui-button-disabled{background-position:0 -1500px;border-color:#ccc;}.wbdg .yui-dialog .ft span.yui-button-disabled .first-child{border-color:#ccc;}.wbdg .yui-dialog .ft span.yui-button-disabled button{color:#a6a6a6;}.wbdg .yui-simple-dialog .bd .yui-icon{background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left;}.wbdg .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px;}.wbdg .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px;}.wbdg .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px;}.wbdg .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px;}.wbdg .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px;}.wbdg .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px;}.wbdg .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#D4C237 #A6982B #A6982B #A6982B;border-width:1px;border-style:solid;background-color:#FFEE69;}.wbdg .yui-tt.show-scrollbars .bd{overflow:auto;}.wbdg .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000;}.wbdg .yui-tt-shadow-visible{opacity:.12;filter:alpha(opacity=12);}
