/* defines default settings for all child div tags  
/* .......................................................................................... */
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
font-size: 1em;
font-weight: normal;
font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding-left: 5px;
}
/* LAYOUT */
.clear {
	clear: both;
}
.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float - DW CS3 */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* .......................................................................................... */

.fix-ie-opacity-text {
 *filter:progid:DXImageTransform.Microsoft.Chroma(color=#ffffff); /*in this case, #ffffff (pick from its parent element's background image color) will smooth the edge of texts*/
 *zoom:1;
 *background-color:#ffffff;
	background-color:#0000FF;
}
#nav_accordion,
#content {
	background-color: #ffffff;
}
body {
	background-color: #F7F7F7;
	font-size: 100%;  /* Fixes exaggerated text resizing in IE6 and IE7 */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 7.5pt;
	/* font-size-adjust:none; */
	font-style: normal;
	font-weight: normal;
	color: #333333;
	
	/* font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif; */
	
	line-height: 12pt;/* letter-spacing: 0.3pt; */
}
/* page is the main container for the page...
   allows us to position the entire page  
/* .......................................................................................... */
   
#page {
	/* Use a 10px base font size with a 14px line height */
    /*font-size: .625em;   16px x .71875 = 11.5px */
    /*line-height: 1.55em;  10px x 1.304 = 15.5px */
		
	position: relative;
	width: 984px;
	margin: 0 auto;
	/* border: 1px solid #FF00CC; */
	top: 5px;
	height: 585px;
	padding: 0;
	background-color: #fff;
	overflow: visible;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
/* .......................................................................................... */
/* hyperlink text styles  
/* .......................................................................................... */
a.active { /* for js toggle to onstate (.active) for album links  */
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	color: #FF0000 !important;
}
a {
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	color: #333333;
}
a.other {
	color: #990000;
	font-size: 1em;
}
a.minor {
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	color: #666666;
}
/* a:visited {
	color: #666666;  _____Disabled_________________
}
*/

a:hover {
	color: #FF0000 !important;  		/*#FFFF00; */
}
a:active {
	color: #FF0000; 	
	/* color: #999999; */
}
/* ON STATE */
.profile a.profile, .people a.people, .portfolio a.portfolio, .recognition a.recognition, .contact a.contact, .links a.links {
	color: #FF0000;
}
a.pdf {
	display: block;
	padding-left: 20px;
	background-image: url(/includes/images/globalicon_pdf12x12.gif);
	background-repeat: no-repeat;
	background-position: 0 -.1em;
	*background-position: 0 0; /* ie */
	_background-position: 0 0; /* ie */
}
a.pdf.inline {
	display: inline;
	padding-left: 0px;
	padding-right: 15px;
	background-position: right 0.1em;
	
}
/* light grey for mailto hrefs (set id="email")  
/* .......................................................................................... */

.email {
	color: #999999;
}
/* redefine hover color for email id hrefs non-IE browsers  
/* .......................................................................................... */

.email:hover {
	color: #FF0000;
}
/* redefine hover color for email id hrefs IE 
/* .......................................................................................... */

a.email:hover {
	color: #FF0000;
}
h1 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 10px;
}
/* hide outlines/dotted boxes visible in Firefox (etc?) */
* {
	outline: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
/* ............ */


.special {
	width:5px;
	visibility:hidden;
}
img {
	border: none;
}

.highlight {
	color: #FF0000;
}

.bold, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* for larger + sign in Da+u */
span.larger {
	display: inline;
	font-size: 1.3em;
	vertical-align: middle;
	*font-size: 1.1em;
}

h2 { 
	font-size: 1em;
  color: #666666;
  font-weight: bold;
}

p {
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 8px;
}

.contact p {
	position: relative;
	float: right;		
	text-align: right;
	display: block;
	width: auto;
}
.indent-15 {
	margin-left: 15px;
}

/* .......................................................................................... */
/* styles for the top (header) navigation in the page  
/* .......................................................................................... */

#top-nav {
	position: absolute;
	top: 0px;
	font-size: 1.1em;
	margin-bottom: 4px;
	margin-left: 15px;
	margin-top: 17px;/* text-transform: uppercase; */
}
#top-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top-nav li {
	display: inline;
	padding-left: 1.25em; /*padding-right: 5px; */
}
#top-nav li.first {
	padding-left: 0;
}
/* .......................................................................................... */
/* styles for left-column content (images)  _____*/
#left-column {
	position: absolute;
	top: 260px; /* Previously 20px (23Jan07-BL)--*/
	width: 370px; /* width: 260px; --*/
	height: auto;
	margin-left:15px;
}
.contact #content,
.contact #content .billboard {
	width: 556px;
}
.contact #content .billboard {
	position: absolute;
	top: 120px;
	left: 0;
	height: 204px;
	width: 556px;
	margin-top: 10px;
	background: transparent url(/images/sally-garden-smp.jpg) no-repeat 0 0;
}

.profile #content .billboard {
	position: absolute;
	width: 275px;
	height: 355px; /* bg img h=183px; */
	top: 100px;
	right: 0;
	background: transparent url(/images/9702-SMP-construction-tfk-sm.jpg) no-repeat 0 0;
	
}

/* Promo */

/* xmas 2009 */
.promo #message {
  height:475px;
  left:0;
  margin-left:25px;
  margin-top:1px;
  position:absolute;
  top:55px;
  width:220px;
  z-index:10;
}
.promo #message h1 {
  color: #ff0000;
  font-size: 21px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 50px;
}
.promo #message h1 span {
  color: #666; 
  display: block;
  font-size: 19px;
}
.promo #message a {
  font-size: 13px;
  display: block;
  padding-bottom: 25px;
  line-height: 1.25em;
  font-weight: normal;
}
.promo #message a strong {
  font-weight: bold;
}
.promo #message a:hover {
  color: #396 !important;
}
.promo #message a span { color: #6CB7A5; font-size: 11px; }
.promo .billboard {
	position: absolute;
	width: 620px;
	height: 413px; 
	top: 62px;
	right: 25px;
	background: transparent url(/promo/images/dau_xmas_2009.jpg) no-repeat 0 0;
	}
.promo .billboard img {
	float: right;
}
.promo #caption {
  color: #ff0000;
  font-size: 13px;
  position: absolute;
	width: 646px;
	height: 413px; 
	top: 485px;
	right: 0px;
}

/* christmas peom */

.promo.peom#page {
  height: auto;
}
.promo.peom #message {
  height:auto;
	margin:0 0 150px 345px;
	position:relative;
	width:300px;
  font-size: 12px;
  line-height: 1.75em;
}
.promo.peom #message h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.promo.peom #message h2 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1em;
  font-style:italic;
}
.promo.peom #footer {
 	position: relative; 
}
.promo.peom #message h1 {
  color: #396;
  font-size: 18px;
}
.promo.peom #message h1 span {
  font-size: 14px;
}

/* pagan greeting */

.promo.pagan #message {
  height:auto;
	margin:130px 0 150px 345px;
	position:relative;
	width:500px;
  font-size: 13px;
  line-height: 1.75em;
}
.promo.pagan #message p span {
  color: #ff0000;
}
.promo.pagan #message p.author {
  color: #777;
  font-size: 11px;
}

/* .......................................................................................... */
/* styles for the profile navigation  _____*/


            /* .......................................................................................... */
            /* styles for the left hand navigation  
            /* .......................................................................................... */
            
            #left-nav {
              position: absolute;
              top: 55px;
              left: 0px;
              width: 220px; /* 235px;  275px; */
              height: 475px;
              margin-left: 15px;
              margin-top: 0px;
              z-index: 10;
            }
            #left-nav ul {
              list-style: none;
              margin-bottom: 5px;
            }
            .projects.main-categories #left-nav  li {
              margin: 0 0 4px 0;
            }
            /*.projects.main-categories #left-nav  li li {
              margin: 0 0 2px 0;
            }
            */
            #left-nav ul ul {
              padding-left: 10px;
              margin: 5px 0 10px 0;
            }
            #left-nav ul ul ul {
              padding-left: 10px;
              margin: 5px 0 5px 0;
            }
            #left-nav li {
              padding: 0;
              margin: 0 0 4px 0;
            }
            #left-nav li li {
              padding: 0;
              margin: 0 0 4px 0;
            }
            #left-nav li li li {
              padding: 0;
              margin: 0 0 0 0;
            }
            
            
            #left-nav span {
              font-weight: bold;
            }
            #left-nav a {
              font-weight: normal;
            }
            li li a {
              color: #333333;
            }
            /* ON STATE */
            li a.active {
              color: #FF0000;
            }
            /*.cat-1 li.cat-1 li a, .cat-2 li.cat-2 li a, .cat-3 li.cat-3 li a, .cat-4 li.cat-4 li a, .cat-5 li.cat-5 li a, .cat-6 li.cat-6 li a, .cat-7 li.cat-7 li a, .cat-8 li.cat-8 li a, .cat-9 li.cat-9 li a, .cat-10 li.cat-10 li a, .cat-11 li.cat-11 li a, .cat-12 li.cat-12 li a {
              color: #333333;
            }*/
            /* ON STATE */
            /*.cat-1 li.cat-1 a, .cat-2 li.cat-2 a, .cat-3 li.cat-3 a, .cat-4 li.cat-4 a, .cat-5 li.cat-5 a, .cat-6 li.cat-6 a, .cat-7 li.cat-7 a, .cat-8 li.cat-8 a, .cat-9 li.cat-9 a, .cat-10 li.cat-10 a, .cat-11 li.cat-11 a, .cat-12 li.cat-12 a  {
              color: #FF0000;
            }*/
            
            #nav_accordion {
              /*display: none;		  	<<<<<<<  see master_header  NOSCRIPT  */
              visibility:hidden;  /*	<<<<<<<  see master_header  NOSCRIPT  */
              /* visibility: visible;
              display: block;
              overflow: auto; */
            /* <<<<<<<  show all #content and #nav_accordian */
              width: 200px;
              position: absolute;
              top: 0;
              left: 0;
              height: 460px;
              background-color: #fff;
            }
            
            .projects.gallery #nav_accordion {
              visibility: visible;
              display: block;
            }
            
            /*
            .projects 			li 			 li { display: none;  }
            .projects.cat-1 li.cat-1 li,
            .projects.cat-2 li.cat-2 li,
            .projects.cat-3 li.cat-3 li,
            .projects.cat-4 li.cat-4 li,
            .projects.cat-5 li.cat-5 li,
            .projects.cat-6 li.cat-6 li,
            .projects.cat-7 li.cat-7 li,
            .projects.cat-8 li.cat-8 li,
            .projects.cat-9 li.cat-9 li,
            .projects.cat-10 li.cat-10 li,
            .projects.cat-11 li.cat-11 li,
            .projects.cat-12 li.cat-12 li { display: block; }*/



/* .......................................................................................... */

/* main content styles  
/* .......................................................................................... */

#content {
	visibility:hidden;  /*	<<<<<<<  see master_header  NOSCRIPT  */
	/* visibility: visible;
	display: block; */

	/* opacity:0;
filter:alpha(opacity=0); */
 	background-color: #fff;
 
	position: relative;
	left: 335px;
	top: 55px;	/* 45px; */
	width: 600px; 	/* Previously 633px. Needs to be a MINIMUM width of	152 (#content #info incl. padding) + 440 (Images & Slideshows) = 592px  --*/
	height: auto; 
	margin-top: 0px;
}

.contact #content {
	height: 475px; /*auto; */
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#content-loader {
	position: absolute;
	left: 210px;
	z-index: 20;
	top: 62px;
	width: 750px;
	height: 475px; /* 435px; */
	background:url(/images/spinner_666666.gif) no-repeat 360px 105px; /*  250px 40px;    24x24px  NOTE: when js is disabled: 1. noscript display: none;  OR OPT 2. top: 55px; positions (hides) the spinner behind  the get flash logo */
	/* option: static word "Loading..." -->background:url(../../portfolio/images/loading_bg.gif) no-repeat 0 right; */
}
.projects #content-loader {
	left: 185px;
	width: 775px;
	background-position: 373px 105px;
}
#description.button {
	position: absolute;
	z-index: 1002;
	top: 25px;
	left: 2px;
}
#text-drawer-cover {
	position: absolute;
	z-index: 1000;
	bottom: 430px;
	top: 45px;
	left: 0px;
	height: 400px;
	width: 165px;
	background-color: #fff; /*#F6F6F6;*/
}
#gallery.button {
	position: absolute;
	z-index: 0;
	bottom: 72px;
	left: 406px; /* border: solid 1px red; */
	width: 52px;
	height: 22px;
}
#ssp-ext-nav {
	position: absolute;
	bottom: -114px;
	left: 829px;
	height: 99px;
	display: none;
}
#ssp-ext-nav a {
	color: #CCCCCC;
	font-weight: normal;
}

#flashcontent {
	position: relative;
	width:100%;
	height:475px;
	background-color: transparent;
	z-index: 100;
}

/* .......................................................................................... */
/* alternate content
/* .......................................................................................... */
#alternate-content {
	position: relative;
	width:100%;
	height:100%;
	background: transparent url(/images/projects_noscript.gif) no-repeat right -10px; /* transparent gif to show loader (spinner_666666.gif) */
}
.home #alternate-content {
	position: relative;
	width:100%;
	height:100%;
	background: transparent url(/images/home_noscript.jpg) no-repeat 180px 0; /* transparent gif to show loader (spinner_666666.gif) */
}

#flash-message {
	position: relative;
	color: #777;
	text-align: center;
}
#flash-message p {
	padding-bottom: 1.1em;
	margin-top: 0;
}
#flash-message h3 {
	font-style: normal;
	color: #FF0000;
	font-size: 1em;
	padding-bottom: 3.1em;
}
/* .......................................................................................... */
/* table styles for the contact & people pages
/* .......................................................................................... */
#content td {
	padding: 0px 15px 10px 0px;
	vertical-align: top;  /* added to move text to top of cell in table for employment opportunities
						(we may not use table though)
						Had no effect on people table as it consists of only 1 lined rows
						(23Jan07-BL)_____*/
}
#content td #name {
	font-weight: bold;
	margin: 0px 0px 0px 0px;  /* 0px 0px 0px -2px would move the table left in alignment
							to any title above the table; but it fails in Explorer (23Jan07-BL)--*/
}
#content td #title {
	font-weight: bold;
	color: #666666;
}

/* people */

#content ul#people {
	width: 100%;
	height: auto;
	list-style: none;
	padding: 0px 15px 10px 0px;
	font-size: 1em;
	position: relative;
}
#content ul#people li {
	position: relative;
	height: 1.30em;
	width: 100%;
	_margin-bottom: 4px;
	*margin-bottom: 4px;
}
#content ul#people li div.email {
	float: left;
	clear: none;
	margin-right: 5px;
	width: 25%;
	height: 15px; 
}
#content ul#people li div.name {
	font-weight: bold;
	float: left;
	clear: none;
	margin-right: 5px;
	width: 25%;
	height: 15px; 
}
#content ul#people li div.title {
	font-weight: bold;
	float: left;
	clear: none;
	margin-right: 5px;
	color: #666666;
	width: 40%;
	height: 15px; 
}
/* .......................................................................................... */

#content ul, #content ol {
	list-style: disc;
	padding: 0;
	margin-top: 10px;
}
#content li {
	list-style-position: outside;
	text-indent: 0px;
	position: relative;
	width: auto;
	text-align: left;
	border: none;
	padding-left: 0px;
	margin-bottom: 8px;
}
.profile #content li {
	margin-left: 15px;
}
.links #content ul {
	list-style: none;
}
.links #content li {
	margin-left: 0;
}
/* .......................................................................................... */
/* style for the recognition page 
/* .......................................................................................... */

#content .award-year {
	position: relative;
	clear: both;
	padding-top: 10px; /* update to li later - BL */
}
#content .year {
	float: left;
	width: 40px;
	font-weight: bold;
}
#content .awards {
	float: left;
  width: 80%;
}
#content .award {
	margin-bottom: 20px;
}
#project-thumbnails {
	position: absolute;
	top: 10px;	    /* Previously -15px.Other option: top:-15px with margin-top: 25px (23Jan07-BL)--*/
	left: 509px;	/* Previously 469px --*/
	width: 450px;	   /* added to make IE show thumbnails inline. Don't go so wide that the overflow
					shows the slider bar. Min=406px (7x(48+10)) + Room for arows = ?
					(22Jan07-BL)
/* .......................................................................................... */
}
#project-thumbnails img {
	padding-right: 10px;
}
#project-thumbnails #arrows {  /* style for arrows  (12Jun06-BL)_____*/
	display: inline;
	padding-left: 0px; /* arrow gets left padding from the above
						#project-thumbnails img padding-right: 10px; --*/
	padding-right: 10px;
}
#content #project-image {
	float: left;
	width: 440px;	/* Previously 483px --*/
	height: 100%;
}
/* .......................................................................................... */
/* styles for the project text
/* .......................................................................................... */

#content #info {
	position: relative;
	float: left;
	width: 150px; /* previously 150px with NO padding-right  (10Jun06-BL)
/* .......................................................................................... */
	height: 100%;
	padding-right: 2px; /* previously NO padding  (10Jun06-BL)
/* .......................................................................................... */
}
#info #info-title {
	color: #666666;
	font-weight: bold;
	height: 90px;
}
#info #info-description {
	height: 210px;
}
#info #info-footer {
	position: absolute;
	width: 100%; /* fixes prob w narrow column of text displayed in Explorer 5.2.3-Mac (Jan07)___*/
	bottom: 25px; /* previously 20px padding  (Jan07-BL)
/* .......................................................................................... */
	font-size: 7pt;
	letter-spacing: 0pt;
	color: #999999;
	line-height: normal;
}
/* clear: both pushes the footer past the left-nav and content containers  
/* .......................................................................................... */

#footer {
	/*  float: left;
	clear: both;  top position option */
	position: absolute;
	height: 45px;
	z-index: 9998;
	bottom: 15px;
	left: 0px;
	margin-top: 10px;
	margin-left: 15px;	 /* moves the logo to the right. Previously left: 0px; (22Jan07-BL)___________*/
	width: 230px; /* 870px; added to allow for increased width of #footer #bot-nav links
					bot nav is different from top nav in that it is effected by
					the values of #footer
					(22Jan07-BL) */
	z-index: 9998;
}
#footer img {
	position: absolute;
	z-index: 9998;
}
/* .......................................................................................... */


/* .......................................................................................... */
/* styles for the bottom (footer) navigation in the page - single or multiple link items  __________*/

#footer #bot-nav {
	position: absolute;
	top: 25px;
	right: 0px;
	/*left: 459px;  decrease value with increased number & width of footer bot nav links...
					Option-1: left: 360px;  with text-align: left;
					Option-2: right: 0px    with text-align: right; and 
					with margin-right: 50; = margin: 0px 50px 0px 0px; in #footer #bot-nav ul
					Adjust padding-right: 15px; in #footer #bot-nav li for spacing bwtween links (text) 
					(22Jan07-BL)____*/
text-align: right;
	width: 100%;   /* try 100% or 400px (22Jan07-BL)___________*/
	margin-bottom: 4px;
}
#footer #bot-nav ul {
	list-style-type: none;
	margin: 0px 15px 0px 0px;	/* Previously margin: 0px; (22Jan07-BL)___________*/
	padding: 0px;
}
#footer #bot-nav li {
	display: inline;
	padding-right: 15px;
}


#copyright-terms {
	text-align:right;
	margin: 0px auto;
	width: 980px !important;
	width: 984px; 	
	color:#CCCCCC;
	display: none; /* disable outside of page */
}
#copyright-terms ul {
	margin-top: 8px;
}
#copyright-terms li {
	display: inline;
	margin-left: 15px;
	margin-top: 5px;
}
#copyright-terms a {
	color:#BBBBBB;
	text-decoration:none;
	font-weight: normal;
}

/*#copyright-terms span {
	color:#CCCCCC;
}*/
#page.links #copyright-terms  {
	position: relative;
	width: auto !important;
	display: block;
	text-align: left;
	margin-top: 20px;
	color: #999999;
}
#page.links #copyright-terms li {
	display: block;
	margin-left: 0;
	margin-right: 15px;
}
#page.links #copyright-terms a {
	color: #444444;
}
#page.links #copyright-terms a:hover {
	color: #FF0000;
}
/* .......................................................................................... */
/* (unused option) style for the bottom (footer) navigation in the page - single link item ______*/

#footer #footer-links {
	position: absolute;
	top: 25px;
	left: 698px;
}

.outage {
	background: transparent url(/images/outage.jpg) no-repeat 0 0;
}

.outage #info {
	position: relative;
	left: 15px;
	top: 55px;
	width: 250px;
	height: auto;
}

.outage #message {
	color: #FF0000;
}
/* .......................................................................................... */
/* hivelogic enkoder */
a.email.text-white,
a.email.text-readable {
	float: left;
	width: 150px; /* 100%; */
	height: 15px; /*  15px;*/
	overflow:hidden;	
	color:#FFF;
	background: #fff url(/includes/emails/email_bg_mail.gif) no-repeat 0 0;
}

#page.people a {
	background-position: 0 1px !important;
	*background-position: 0 2px !important;
}

#page.people .fdambrosio a.email.text-white, 		#page.people .fdambrosio a.email.text-readable		{	background: #fff url(/includes/emails/email_bg_01.gif)  no-repeat 0 0; } 
#page.people .gdamant a.email.text-white, 			#page.people .gdamant a.email.text-readable 			{	background: #fff url(/includes/emails/email_bg_02.gif)  no-repeat 0 0; } 
#page.people .jbrown a.email.text-white, 				#page.people .jbrown a.email.text-readable 				{	background: #fff url(/includes/emails/email_bg_03.gif)  no-repeat 0 0; } 
#page.people .mcencich a.email.text-white, 			#page.people .mcencich a.email.text-readable 			{	background: #fff url(/includes/emails/email_bg_04.gif)  no-repeat 0 0; } 
#page.people .bgreenway a.email.text-white, 		#page.people .bgreenway a.email.text-readable			{	background: #fff url(/includes/emails/email_bg_05.gif)  no-repeat 0 0; } 
#page.people .jharvey a.email.text-white, 			#page.people .jharvey a.email.text-readable 			{	background: #fff url(/includes/emails/email_bg_06.gif)  no-repeat 0 0; } 
#page.people .lilnytzky a.email.text-white, 		#page.people .lilnytzky a.email.text-readable 		{	background: #fff url(/includes/emails/email_bg_07.gif)  no-repeat 0 0; } 
#page.people .tkopeck a.email.text-white, 			#page.people .tkopeck a.email.text-readable 			{	background: #fff url(/includes/emails/email_bg_08.gif)  no-repeat 0 0; } 
#page.people .klogan a.email.text-white, 				#page.people .klogan a.email.text-readable 				{	background: #fff url(/includes/emails/email_bg_10.gif)  no-repeat 0 0; } 
#page.people .jmarinus a.email.text-white, 			#page.people .jmarinus a.email.text-readable 			{	background: #fff url(/includes/emails/email_bg_11.gif)  no-repeat 0 0; } 
#page.people .rnykolaishen a.email.text-white, 	#page.people .rnykolaishen a.email.text-readable	{	background: #fff url(/includes/emails/email_bg_12.gif)  no-repeat 0 0; } 
#page.people .togden a.email.text-white, 				#page.people .togden a.email.text-readable 				{ background: #fff url(/includes/emails/email_bg_13.gif)  no-repeat 0 0; } 
#page.people .billporteous a.email.text-white, 	#page.people .billporteous a.email.text-readable	{	background: #fff url(/includes/emails/email_bg_14.gif)  no-repeat 0 0; } 
#page.people .esangster a.email.text-white, 		#page.people .esangster a.email.text-readable 		{	background: #fff url(/includes/emails/email_bg_15.gif)  no-repeat 0 0; } 
#page.people .csmart a.email.text-white, 				#page.people .csmart a.email.text-readable 				{	background: #fff url(/includes/emails/email_bg_16.gif)  no-repeat 0 0; } 
#page.people .ptrafford a.email.text-white, 		#page.people .ptrafford a.email.text-readable 		{	background: #fff url(/includes/emails/email_bg_17.gif)  no-repeat 0 0; } 


#page.contact a.email.text-white,
a.email.text-white {
	/* padding-top: -5px; */
}
#page.contact a.email.text-white,
#page.contact a.email.text-readable {
	background-position: 80px 0;
	float: right;
}
/* profile > careers - syled relative to a parent span with the class position: relative; */
/*#page.profile span.relative {
	position: relative;
}

#page.profile span.relative a.email.text-white,
#page.profile span.relative a.email.text-readable {
	width: 150px;
	left: 5px;
	background-position: left 1px;
  *background-position: left 3px;
  display: inline-block;
  overflow: visible;
  float: none;
}*/

/* HTML:
 <p>Applications to include CV, portfolio in PDF format, references or letters of recommendation to be submitted by email to
     <span class="relative"><?php include_once($_SERVER['DOCUMENT_ROOT'] . "/includes/emails/careers_enkoded_email.php"); ?></span>
    </p>
*/

    .projects.art #art_text {
      height:450px;
      left:208px;
      position:absolute;
      top:54px;
      width:147px;
      z-index: 10000;
    }

/* .......................................................................................... */


/* PRINT */
@media print {

.Accordion {
	overflow: visible !important;
}
.AccordionPanelContent {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}

}
/* 	From Spry Accordion Widget: The "!important" on these rules is necessary because the Accordion widget places inline styles
		on the actual AccordionPanelContent elements when opening and closing them. 
  	Since inline styles have a higher CSS specificity then CSS class rules, "!important" is necessary to "trump" the inline styles.	*/