@charset "UTF-8";
@import url(/clientlib/css/jquery.fancybox.css);
@import url(tinymce.css);

/**********************************
*             Css Reset             *
**********************************/
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, sup, 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; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; width:100%; }

/* CSS Document */

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 12px;
  color: #707070; 
  background: #efefef url(../images/background/bg.png) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  border-top:#666 1px solid;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 22px; line-height: 1; margin-bottom: 0.5em; color:#0079c2; line-height: 1.4	 }
h2 { font-size: 16px; margin-bottom: 0.75em; color:#111;	color:#0079c2}
h3 { font-size: 14px; line-height: 1; margin-bottom: 1em; font-weight: bold; color: #333;}
h4 { font-size: 13px; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold; color: #0079c2;}
h5 { font-size: 12px; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 12px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height:1.5;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus 	{color: #05507e;} 
a:hover     { color: #1691db; text-decoration: underline;  }
a           { color: #0079c2; text-decoration:underline;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: normal; line-height: 1.3em; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 0px 4px 0px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


.serif{ font-family:"Hoefler Text",Baskerville,Garamond,"Palatino Linotype",Georgia,"Times New Roman",serif; text-transform:uppercase; letter-spacing:1px; }

.inner{ padding:10px;}
.pad{ padding:5px;}
.outer{ margin:10px;}
.cb{ clear:both;}
.border{border:solid 1px #999;}
.left{ float:left;}
.right{ float:right;}

.spacer{ height:20px;}
.space{ height:10px;}
.divide{border-bottom:1px solid #fff;  border-top:1px solid #e4e4cf; }

/*.error,
.notice, 
.success    { padding: .8em; margin: 5px 0; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }*/

.container{ background:#fff; width:952px; margin:0px auto; border:#dedede solid 1px; border-top:none;}
.contain	{ width:894px; margin:auto; }

.header{ background:url(../images/background/header-bg.png) no-repeat ; height:116px;}
.header .logo{ position:absolute; display:block; margin:30px 0px 0px 20px;}
.header .asx{ position:absolute; background:url(../images/background/asx-bg.png) no-repeat; width:336px; height:82px; margin:0px 0px 0px 636px; color:#fff;}
.header .asx .share{ float:left; margin:35px 0px 0px 103px;display: inline;}
.header .asx .gold{ float:right; margin:35px 0px 0px 0px; width:116px; display: inline;}
.header .accessibility{ position:absolute; margin:75px 0px 0px 830px;}
.header .accessibility a{ display:block; float:left; border-left:#fff solid 1px; border-right:#e0e0e0 solid 1px; height:26px; padding:0px 2px;}
.header .accessibility a.first{ border-left:none;}
.header .accessibility a.last{ border-right:none;}


.menu{ z-index: 20; }
.menu ul{ z-index: 15; width:792px; height:45px; text-align:center; background:url(../images/background/menu-bg.png) repeat-x; border:#efefef 1px solid; margin-bottom:0px; border-top:none; border-bottom:none; padding:0px 60px;}
.menu ul li{ display:block; padding-right:1px; background:url(../images/background/menu-divide.png) right center no-repeat; float:left;}
.menu ul li a{ display:block; padding:0px 21px; height:45px; line-height:45px; color:#828282; text-decoration:none;}
.menu ul li a:hover{ color:#231f20; text-decoration:none;}
.menu ul li a.active{ color:#231f20; background:#fff; border:#efefef solid 1px;  border-bottom:none;}
.menu ul li ul{ position:absolute; width:200px; height:auto; background:#e3e3e3; text-align:left; margin:0px; padding:0px; margin-top:-1px; border-color:#fff; z-index:99; display:none;  margin-top:45px;}
.menu ul li ul li{ background:none;}
.menu ul li ul li a{ height:auto; line-height:25px; display:block; width:200px; padding:0; text-indent:10px;}

* html .menu ul{ margin:0;}
* html .menu ul li{ display:inline-block;}
* html .menu ul li a{ display:inline-block;}
* html .menu ul li ul{ margin-top:45px; margin-left:-3px;  }

.promo, * html .promo{ height:130px;}

body.home .promo, * html body.home .promo {
	height: 264px;
}

.projects{ position:absolute; background:url(../images/background/projects-bg.png) no-repeat 0px 1px; height:68px; width:542px; margin:216px 0px 0px -21px; z-index: 10;}
.projects ul{ margin-left:125px; height:50px; width:417px;}
.projects ul li{ display: inline;}
.projects ul li a{ display:block; float:left; background:url(../images/background/projects-menu.png) no-repeat; height:50px;  width:138px; border-left:1px #fff solid; overflow: hidden; text-indent: -9000px;}
.projects li.pBronzewing a{}
.projects li.pLeonora a{ background-position:-139px 0px; }
.projects li.pCummins a{ background-position:-279px 0px; }

.pagetitle{ position:absolute; background:url(../images/background/pagetitle.png) no-repeat 0px 1px; height:68px; width:542px; margin:82px 0px 0px -21px;}
.pagetitle h1 {
	color: #fff;
	height: 47px;
	background-color: #606060;
	line-height: 47px;
	margin-top: 1px;
	padding: 0 0 0 47px;
	width: 400px;
	border: 1px solid #fff;
	border-bottom: none;
	border-left: none;
}

#s1 {
	z-index: 5;
}

.body{ background:url(../images/background/body-bg.png) no-repeat center top; border-top:solid 1px #fff; padding-bottom:20px; padding-top:40px;}
.body .contain{ 
	margin:auto auto 40px auto;
	width:800px;
}

.body {
	
}

.body .main{ float:left; width:348px; margin-right:40px;}
.body .main p{ font-size:13px; line-height:1.5;}
.body .news{ float:left; width:177px; border-left:1px dashed #dedede; padding:0px 30px;}
.body .join{ float:left; width:153px; border-left:1px dashed #dedede; min-height:220px; padding-left:20px;}

.body .content{ float:left;  border-left:1px right #dedede; width:610px;  padding-right: 10px; }
.body .column{ float:right; width:180px; padding:0px 0px 0 0px; }
body#contact .body .content { width: 515px; }
body#contact .body .column { width: 275px; }
ul.news-list { list-style:none; margin:0; padding:0 }
ul.news-list li{ margin-bottom:10px; line-height:1.3; display:block;}
ul.news-list a{ text-decoration:none; color:#707070; }
ul.news-list li a:hover{ text-decoration:underline; }
ul.news-list li em{ text-transform:uppercase; font-size:11px; color:#0079c2; font-style:normal; display:block; margin-bottom:2px; font-weight:bold; }
ul.news-list li a:hover em{ text-decoration:none !important; }
span.date {
	display:block;
	font-size:0.9em;
	color: #0079c2;
	color: #000;
	padding: 0.5em 0;
	margin: -0.7em 0 .7em;
	font-variant: small-caps;
	border-style: dotted;
	border-color: #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
a.external {
	display:block;
	float:right;
	text-indent: -3000em;
	background: transparent url(../images/icons/newspaper.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height:16px;
}
ul.news-full a.external {
	float:none;
	display:inline;
	padding-left: 30px;
	margin-left: 6px;
	background-position: 8px 0;
	border-left: 1px solid #e5e5e5;
}
ul.news-full li em { float: left; width: 80px; clear: left; padding-top: 1px; }

.body li{ line-height:1.5;}

.footer{ color:#707070; margin-top:10px; margin-bottom:20px;}
.footer a{ color:#707070; text-decoration:none;}
.footer a:hover{ text-decoration:underline;}
.footer .contain{}
.footer .left{  margin-left:50px;}
.footer .right{ width:225px;}
.footer p{ margin-bottom:5px;}


/********************
	FORM
********************/


/*.form { margin: 15px 0; padding: 0; }
.form .clear { border-top: 1px solid #e3e3e3; clear: both; display: block; height: 1px; margin: 10px 0; }
.form label { color: #111; display: block; font-size: 1em; font-weight: bold; float: left; line-height: 2.25em; margin-right: 15px; text-align: left; text-transform: uppercase; width: 120px; }
.form .input, .form .textarea { background-color: #EEE; border: 1px solid #CCC; color: #333; display: block; font-size: 1em; padding: 5px; width: 200px; }
.form .textarea { width: 350px; }
.form .required { border: 1px solid #666; }
.submit { margin: 10px 0 0 0; background:#0079c2; padding:6px 15px; color:#fff;}
a.errorAnchor { display: none; }
.formError { background-color: #EEE; border: 1px solid #C00; color: #C00; font-family: Arial, Helvetica, sans-serif; padding: 10px 0; text-align: center; }
.formError strong { font-size: 1.1em; }
.formError p { margin: 0; }
.inputError { background-color: #C00; clear: both; color: #FFF; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; margin: 5px 0 0 135px; padding: 5px; width: 198px; }
.formLinks { line-height: 2em; }*/

#sidenav, .project-contacts {
	border-left:1px dashed #dedede;
	padding: 0 0 0 25px;
}
#sidenav ul, #sidenav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 5px;
}

#sidenav li.current a, #sidenav li.current a:link, #sidenav li.current a:visited,#sidenav li.current a:hover, #sidenav li.current a:active {
	color: #fff;
	background-color: #606060;
	background-image: none;
}
#sidenav li a, #sidenav li a:link, #sidenav li a:visited,#sidenav li a:active {
	display: block;
	border: 1px solid #dedede;
	padding: 4px 5px;
	text-decoration: none;
	color: #707070;
}
#sidenav li a:hover {
	background: #dbdbdb url(/images/background/subnav.gif) repeat-x 0 0;
	color: #1691db;
}




.fast_facts_table {
	border: 1px solid #a0b1c5;
	background: #97b4da url(/images/background/fast-facts-table.jpg) no-repeat;
	width: 610px;
	color: #333;
}
.fast_facts_table td, .fast_facts_table th {
	vertical-align: top;
	text-align: left;
	padding: 7px 15px;
	border-bottom: 1px solid #97b4da;
}
.fast_facts_table th.fast_facts_heading {
	text-align: center;
	font-size: 1.3em;
}

.fast_facts_table td.fast_facts_footer {
	text-align: center;
	font-style: italic;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #dedede; }




table.filelist {
	width: 100%;
	margin-bottom: 1em;
}
table.filelist, table.filelist td, table.filelist th {
	border: 1px solid #cfdae1;
	border-collapse: collapse;
}
table.filelist td, table.filelist th {
	padding: 5px 5px;
	text-align: left;
	vertical-align: top;
}
table.filelist td {
	/*padding-bottom: 8px;*/
}
table.filelist tr.alt td {
	background-color: #fff;
}
table.filelist td.name, #contact table.filelist .pdf {
	padding-left: 30px;
	background: url(/images/icons/doc.gif) no-repeat 7px 50%;
}

table.filelist th {
	background-color: #606060;
	color: #fff;
}

.pdf { background-repeat: no-repeat; background-position: 0 50%; padding: 2px 0 2px 20px; }
table.filelist td.webcast, .webcast { background-image: url(/images/icons/webcast.gif); }
table.filelist td.pdf, .pdf { background-image: url(/images/icons/pdf.gif); }
table.filelist td.wmv, .wmv { background-image: url(/images/icons/wmv.gif); }
table.filelist td.zip, .zip { background-image: url(/images/icons/zip.gif); }
table.filelist td.mp3, .mp3 { background-image: url(/images/icons/mp3.gif); }
table.filelist td.ppt, .ppt { background-image: url(/images/icons/ppt.gif); }
table.filelist td.xls, .xls { background-image: url(/images/icons/xls.gif); }
table.filelist td.eps, .eps { background-image: url(/images/icons/eps.gif); }
table.filelist td.indd, .indd { background-image: url(/images/icons/indd.gif); }


table.filelist td.gif, .gif { background-image: url(/images/icons/gif.gif); }
table.filelist td.jpg, .jpg { background-image: url(/images/icons/jpg.gif); }
table.filelist td.mov, .mov { background-image: url(/images/icons/mov.gif); }
table.filelist td.mpg, .mpg { background-image: url(/images/icons/mpg.gif); }
table.filelist td.png, .png { background-image: url(/images/icons/png.gif); }
table.filelist td.swf, .swf { background-image: url(/images/icons/swf.gif); }


.filesize {  font-size: 0.9em; }

table.filelist td.datepub { text-align: left; font-size: 1em; }

p.top {
	text-align: right;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #dedede;
	background-color: #fff;
	margin: 1.5em 0 !important;
	margin: 0;
}



#contactForm {
	width: 100%;
	margin-bottom: 0;
	background-color: #f8f8f8;
}
#contactForm table {
	border: 1px solid #dedede;
}
#contactForm td, #contactForm th {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #dedede;
}
#contactForm th {
	width: 150px;
}
#contactForm textarea, #contactForm input.text-input {
	width: 250px;
	font-size: 1em;
	color: #756c6e;
	border: 1px solid #dedede;
	padding: 5px;
}
#contactForm textarea {
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	font-size: .95em;
}

.error-return h2 {
	color: #fff;
}
#contactForm label.block {
	display: block;
}
#contactForm label.block input {
	width: auto;
}
.formError {
	background-color: #d20000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 1em;
}

#contactForm .error {
	display: block;
	color: #d20000;
	padding: 3px 0;
	margin: 2px 0 0 0;
	font-size: .9em;
	line-height: 1.4;
}


#thegallery h2 {
	padding-top: 5px;
	color: #fff;
}
#thegallery p {
	color: #fff;
}
.filmstrip li {
	/*background-color: orange;*/
	overflow: hidden;
}


.gallery {
	width: 100%;
}
.photoholder {
	float: left;
	display: inline;
	margin: 0 13px 12px 0;
}
.scene {
	width: 150px;
	height: 150px;
	/*padding: 1px;*/
	background-color: #fff;
	border: 2px solid #dedede;
	overflow: hidden;
	display: block;
}
.scene:hover {
	border-color: #0079c2;
}
.scene img {
}

.photoholder p {
	margin-bottom: 0;
	text-align: center;
	/*color: #f8d56f;*/
}
.photoholder p {
	width: 154px;/* 154 */
}

.photoholder p a {
	/*color: #f8d56f;*/
	text-decoration: none;
	display: block;
	padding: 0 4px;
	font-size: .8em;
	margin-top: 3px;
	color: #333;
}
.photoholder p a:hover {
	color: #000;
	text-decoration: underline;
}
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
br.clear { clear: both }

a.audio {
	display: block;
	float: right;
	margin-right: 0.5em;
	width: 16px;
	height: 16px;
	text-indent: -3000em;
	outline: 0;
	background: transparent url(../images/icons/sound.png) 0 0 no-repeat;
}

.disclaimer {
	font-size: 0.8em;
	font-style:italic;
	color: #a5a5a5;
}
p dfn {
	float:left;
	clear:left;
	width: 100px;
	font-style:normal;
	font-weight:normal;
	color: #000;
}

/*IE Hack for fancy box*/
#fancy_overlay {
	visibility: hidden
}


table.general {
	border-collapse: separate;
	table-layout: auto;
	border-spacing: 1px;
	font-size: 1em;
}

table.general thead th,
table.general thead td {
	vertical-align: bottom;	
	color: #EEFFFF;
	background-color: #0265CB;
	font-size: 1.2em;
}
table p { margin:0; padding: 0 }

table.general tfoot td,
table.general tfoot th,
table.general tbody td{
	vertical-align: top;
}
table.general tbody th { vertical-align: bottom }
table.general td {
	text-align: left;
	background-color: #E6E6E6;
}
table.general th {
	text-align: center;
	background-color: #D4D1EF;
}
table.general td,
table.general th {
	padding: 3px 5px;
}


div#rssincl-box-109516 {
	padding:0 0 2em 0;
	position: relative;
	overflow: visible;
	display: inline;
	clear: both;
}
 
div#rssincl-box-109516 { 
}
 
div#rssincl-box-109516 div.rssincl-head { 
	padding:3px; 
	background-color: #FFFFFF;
	 
}
 
div#rssincl-box-109516 div.rssincl-head p.rssincl-title,
div#rssincl-box-109516 div.rssincl-head p.rssincl-title a { 
	font-size: 16px;
	font-weight:normal;
	color: #0079C2;
	text-decoration:none;
	margin-bottom: 0.2em;
}
 
div#rssincl-box-109516 div.rssincl-content {}
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry { 
	padding:3px;
	float: left;
	width: 280px;
	margin: 0 1em 1em 0;
}
 
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-last { 
	border-bottom:none;
}
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle {
	margin-bottom:0;
}
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	color: #0079C2;
}
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc,
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
}
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry div.rssincl-backlink {
	font-family: ;
	font-size: 10px;
	color: #0079C2;
}
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry div.rssincl-backlink a {
	color: #0079C2;
	line-height:130%;
    text-decoration: none;
}
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc img {
	margin: 5px;
}
 
div#rssincl-box-109516 div.rssincl-content div.rssincl-entry div.rssincl-clear {
	clear:both;
}