/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html 	{ overflow-y: scroll; }	/* Add this in to always generate vertical scrolls (and avoid page shift on centered layouts) */
a:focus	{ outline: 0; } 		/* Gets rid of outlines in FF */
.clear 	{ clear: both; }


/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #929294 url(../images/shared/bgTile.gif) repeat-x;
	text-align: center;
}

/* Container for entire document (including "D" graphic)  */

#background {
	margin: 0;
	padding: 0;
	background-image: url(../images/shared/background_D_NEW.gif);
	background-repeat: no-repeat;
	background-position: 845px 0px;
}

/* Container for entire page content */

#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	background-image: url(../images/shared/wrapper_bgTile.png);
	background-repeat: repeat-y;
}

#headerBlock {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 118px;
	/* background-color: #9999FF; */
	background-image: url(../images/shared/horizRule_double.gif);
	background-position: 0px 114px;
	background-repeat: repeat-x;
	
	margin-left: 30px;
}

#pageContentBlock {
	margin: 0;
	padding: 0;
	width: 740px;
	/*height: 335px;*/
	
	margin-left: 30px;
}

#footerBlock {
	max-height: 100px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/shared/footer_horizRule.gif) no-repeat  30px 0;
	width: 740px;
	padding-left: 40px;
}

/* Used to clear the left sde nav column in the #pageContentBlock so nav doesn't go over the footer */
#clear {
	clear: both;
}

.clear {
	clear: both;
}

a:link {
	color: #0E422C;
	text-decoration: none;
}
a:visited {
	color: #0E422C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}


/* ------------------------------------------------------------------------------------------------------*/
/* HEADER BLOCK (LOGO & MAIN NAV)  ----------------------------------------------------------------------*/


#logo {
	margin: 0;
	padding: 53px 0 0 30px;
	width: 160px;
	height: 35px;
	float: left;
}

#topNav {
	width: 480px;  /*455 */
	padding: 76px 0 0 0;
	margin: 0 0 0 253px;
	height: 41px;
}

/* Alt properties for standards-based browsers  */
html > body #topNav { padding: 77px 0 0 0; }

#topNav ul{
	list-style: none;
	margin: 0 0 0 -18px;
	padding: 0;
}

/* Alt properties for standards-based browsers  */
html > body #topNav ul  { margin: 0 0 0 -12px; }

#topNav ul li{
	display: inline;
	margin: 0 0 0 17px;
	padding: 0 0 24px 0;
	height: 41px;
	min-height: 41px;	/* For Safari */
}

/* Alt properties for standards-based browsers  */
html > body #topNav ul li { margin: 0 0 0 13px; }

#topNav .currentSection {
	background-image: url(../images/shared/nav_highlightBar.gif);
	background-position: 0px 38px;
	background-repeat: repeat-x;
}

/* Alt properties for standards-based browsers  */
html > body #topNav .currentSection { background-position: 0px 37px; }



/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / SUBNAV & LEFT COLUMN AREA  ------------------------------------------------------*/

#sideNav {
	width: 220px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #626262;
	line-height: 12px;
	text-transform: uppercase;
	min-height: 335px; 	/* For Safari */
	height: 335px;
	background-image: url(../images/shared/subNav_gradient.gif);
	background-repeat: no-repeat;
	float: left;
}

/* Alt properties for Firefox: We need to decalre a height in #sideNav for IE to completely show background.
   but in Firefox, becasue there was a defined height, if the text inside went past that, the "clear wouldn't
   account for it and the footer would appear on top of the text. So reset it to 100% for all non-ie browsers 
   (no additional issues in Safari or Netscape when set to 100%)  */

html > body #sideNav { height: 100%; }


#sideNav ul{
	list-style: none;
	margin: 0;
	padding: 25px 0 10px 0;
}

#sideNav ul li{
	margin: 0;
	padding: 6px 0 6px 30px;
}

#sideNav .currentPage {
	font-size: 10px;
	color: #0E422C;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
	background-color: #D2D3D5;
	background-image: url(../images/shared/subNav_highlightBar.gif);
	background-repeat: repeat-y; 
}

#sideNav a:link {
	color: #626262;
	text-decoration: none;
}
#sideNav a:visited {
	color: #626262;
	text-decoration: none;
}
#sideNav a:hover {
	color: #000000;
	text-decoration: none;
}
#sideNav a:active {
	color: #000000;
	text-decoration: none;
}



/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / SIDENAV SUB LINKS  --------------------------------------------------------------*/

#sideNav_subLinks {
	padding: 0 0 0 10px;
	margin: 0 0 0 -30px;
	font-size: 10px;
	color: #626262;
	line-height: 12px;
	text-transform: capitalize;
	border-bottom: 1px solid #D7D8D9;
}

/* Alt properties for standards-based browsers  */
html > body #sideNav_subLinks { padding: 12px 0 0 10px }

#sideNav_subLinks ul{
	list-style: none;
	margin: -10px 0 0 18px;
	padding: 0 0 10px 0;
}

#sideNav_subLinks ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 13px;
	background-image:url(../images/shared/subLinks_listBullet_off.gif);
	background-repeat: no-repeat;
	background-position: .4em .5em;
}

#sideNav_subLinks .currentProject {
	margin: 0 0 10px 0;
	padding: 0;
	color: #0E422C;
	background-image:url(../images/shared/subLinks_listBullet_on.gif);
	background-repeat: no-repeat;
	background-position: .4em .5em;
	padding-left: 13px;
}

#sideNav_subLinks a:link {
	color: #626262;
	text-decoration: none;
}
#sideNav_subLinks a:visited {
	color: #626262;
	text-decoration: none;
}
#sideNav_subLinks a:hover {
	color: #000000;
	text-decoration: none;
}
#sideNav_subLinks a:active {
	color: #000000;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / CONTENT COLUMN  -----------------------------------------------------------------*/

#contentColumn {
	width: 450px;
	/*height: 335px;*/
	margin: 0 0 0 254px;
	padding: 30px 0 0 0;
	/* float: right; */
}

#contentColumn h1{
	font-size: 12.5px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
	color: #0E422C;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	
}

#contentColumn h2{
	font-size: 11.5px;
	line-height: 18px;
	margin: 0 0 2px 0;
	padding: 0;
	color: #000000;
}

#contentColumn p{
	font-size: 11.5px;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0;
	color: #707172;
}

#contentColumn ul {
 	color: #707172;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11.5px;
	line-height: 14px;
}

#contentColumn ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 13px;
	background-image:url(../images/shared/linksList_bullet.gif);
	background-repeat: no-repeat;
	background-position: .4em .5em;
}

.horizRule_double {
	clear: right;
	margin: 0;
	font-size: 6px;
	line-height: 6px;
	background-image: url(../images/shared/horizRule_double.gif);
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

.horizRule_single {
	clear: right;
	margin: 0;
	font-size: 6px;
	line-height: 6px;
	background-image: url(../images/shared/horizRule_single.gif);
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

.miceType {
	font-size: 9px;
	line-height: 10px;
	color: #B6B6B6 !important;	 /* Using this to override some of the elements in the basic p definition */
}

.miceType a:link {
	color: #707172;
	text-decoration: none;
}
.miceType a:visited {
	color: #707172;
	text-decoration: none;
}
.miceType a:hover {
	color: #000000;
	text-decoration: underline;
}
.miceType a:active {
	color: #000000;
	text-decoration: underline;
}

img.grayArrow {
	margin: 0 2px -2px 0;
}

img.grayEnlarge {
	margin: 0 2px -2px 0;
}


/* -------------------------------------------------------------------------------------------------------*/
/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/

/* Better Business Bureau banner */
div#bbb-banner {
	float: left;
	width: 150px;
	height: 57px;
	margin: 5px 0 7px 18px;
}

#footerBlock p {
	width: 450px;
	margin: 25px 15px 8px 245px;
	padding: 0;
	font-size: 9px;
	line-height: 10px;
	color: #B6B6B6;
}

#footerBlock a:link {
	color: #707172;
	text-decoration: none;
}
#footerBlock a:visited {
	color: #707172;
	text-decoration: none;
}
#footerBlock a:hover {
	color: #000000;
	text-decoration: underline;
}
#footerBlock a:active {
	color: #000000;
	text-decoration: underline;
}



/* ------------------------------------------------------------------------------------------------------*/
/* MISCELLANEOUS TABLES & DIVS  -------------------------------------------------------------------------*/


/* Two Column table w/ divider currently used on "Safety" and "Contact" pages  */

table#twoColumn_locations {
	width: 100%;
	font-size: 11.5px;
	line-height: 14px;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #707172;
}

col#washington {
	width: 45%; 
}

col#divider {
	width: 10%; 
	background-image: url(../images/shared/vertRule_single.gif);
	background-position: 20px 0px;
	background-repeat: repeat-y;
}

col#alaska {
	width: 45%; 
}


/* Used to display staff bio images on "Firm Partners/Staff" page  */

div .bioPhoto {
	width: 71px;
	height: 120px;
	margin-right: 20px;
	background-image:  url("../images/shared/horizRule_thickGray.gif");
	background-repeat: repeat-x;
	background-position: 0px 99px;
	float: left;
}


/* Used to display photographs on awards, community pages  */

div .rtSidePhoto {
	margin-left: 20px;
	font-size: 9px;
	text-align: right;
	/*padding-bottom: 9px;
	background-image:  url("../images/shared/horizRule_thickGray.gif");
	background-repeat: repeat-x;
	background-position: bottom;*/
	float: right;
}

div .rtSidePhoto_caption  {
	margin-top: 3px;
	padding: 3px;
	background-color: #ECECEC;
}


/* Two Column table w/ divider currently used on "Articles" page  */

table#articles, table#bulletins {
	width: 100%;
	font-size: 11.5px;
	line-height: 14px;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #707172;
}

col#date {
	width: 10%; 
}

col#spacer {
	width: 3%; 
}

col#headlines {
	width: 87%; 
}



/* "Project Bulletins" button found in Projects section  */

a#bulletinsLink {
		display: block;
		width: 221px;
		height: 23px;
		margin: 18px 0 0 0;
		text-indent: -5000px;
		background: url(../images/projects/btn-project-bulletins.gif) no-repeat;}
a#bulletinsLink:hover  { background-position: -221px 0; }
a#bulletinsLink:focus  { outline: 0; }
	

