@media all{html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;border:0;font-size:100%;margin:0;padding:0;outline:0;vertical-align:baseline}body{line-height:1}footer,header,section{display:block}a{background:transparent;font-size:100%;margin:0;padding:0;vertical-align:baseline}abbr[title]{border-bottom:1px dotted inherit;cursor:help}table{border-collapse:collapse;border-spacing:0}} @media screen{body{background:#FFF;color:#111}h1,h2,p,code,ol,ul,table{display:block;font:normal normal 400 1em/1.5em 'Proxima Nova',sans-serif;margin:1.5em 0}h1,h2{font-weight:700}h2{color:#BBB;font-size:1.5em;font-weight:700;line-height:1em;margin:0 0 1em}p{margin-right:.375em;text-align:justify}li{display:list-item;padding:0}a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}abbr,acronym{border:none;cursor:help}a abbr,a acronym{cursor:pointer}img{display:block}code{font-family:'Anonymous Pro',monospace,sans-serif}.code{list-style:none}.code li{background:#FFE;margin:0;padding:0 .5em}.code li code{display:block;font-size:81.25%;line-height:2em;margin:0;text-shadow:#FFF 1px 1px 0;-moz-text-shadow:#FFF 1px 1px 0;-webkit-text-shadow:#FFF 1px 1px 0}table{border-collapse:collapse;display:table;font-size:87.5%;line-height:1.5em;margin-bottom:1.5em;width:100%}td, th{border:solid .1em #DDD;padding:.375em .75em;text-align:left}table .default-value, table .key, table .type{width:20%}table thead th{background:#EEE;text-shadow:#FFF 1px 1px 0;-moz-text-shadow:#FFF 1px 1px 0;-webkit-text-shadow:#FFF 1px 1px 0}.caption{font-size:81.25%;line-height:1.5em;margin-bottom:1.5em;text-align:center}.example{background:#EEE;height:30em;margin-bottom:1.5em}.example p{color:#333;font-weight:700;padding:14.25em 3em 0;text-align:center;text-shadow:#FFF 1px 1px 0;-moz-text-shadow:#FFF 1px 1px 0;-webkit-text-shadow:#FFF 1px 1px 0}.example .flickrshow-buttons-title{font-family:'Proxima Nova',sans-serif !important;font-weight:400 !important}body #screen{margin:3em auto;width:45em}body #screen footer{margin-top:6em}body #screen footer p{color:#AAA;font-size:81.25%;line-height:1.5em;margin:0;text-align:center}body #screen header{margin-bottom:3em}body #screen header h1{font-size:3em;line-height:1.5em;margin:0}body #screen section{margin-bottom:3em}body #screen section .ad{height:150px;margin:0 auto;width:180px}} @media all{/* * The following styles are applied to <code> by the Google Prettyprint * Javascript library. */ .prettyprint .atn{color:#606}.prettyprint .atv{color:#080}.prettyprint .com{color:#800}.prettyprint .dec{color:#606}.prettyprint .kwd{color:#008}.prettyprint .lit{color:#066}.prettyprint .pln{color:#000}.prettyprint .pun{color:#660}.prettyprint .str{color:#080}.prettyprint .tag{color:#008}.prettyprint .typ{color:#606}}


/* start 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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 97%;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
}

th, td, caption {
	padding: 4px 10px 4px 5px;
}

th {
	background: none repeat scroll 0 0 #0B2D43;
	color: white;
	font-weight: bold;
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #DFDAD1;
}


.label {
	width: 150px;
	font-weight: bold;
	display: inline;
	float: left;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* End Reset */

body {
	background: #144093;
}

p {margin: 10px 10px 0px 0px;}

h1 {font-size: 32px; color: #144093; font-weight: lighter;}

h2 {font-size: 24px; color: #144093; font-weight: bold; padding-bottom: 5px;}

h3 {font-size: 22px; color: #144093; font-weight: lighter;}

a {color: #144093; text-decoration: none;}

#wrapper {
	width: 960px;
	margin: 20px auto;
}

#banner-container {
	width: 751px;
	height: 166px;
	display: block;
	position: relative;
	background: #FFF;
}

#banner-graphic {
	background: url(/images/interface/banner-graphic.jpg) top left no-repeat;
	height: 141px;
	width: 752px; 
	display: block;
	position: relative;
}

#logo {
	display: block;
	position: relative;
	width: 209px;
	height: 166px;
	float: left;
	background: url(/images/interface/logo.gif) top left no-repeat #FFF;
}

#logo h1 {
	text-indent: -9999px;
}

#logo-bottom {
	width: 309px;
	height: 26px;
	background: #FFF;
	position: relative;
}

#menu {
	width: 752px;
	height: 26px;
	position: relative;
	background: url(/images/interface/menu-bground.gif) top right no-repeat #FFF;
}

#contents-container {
	width: 960px;
	display: block;
	position: relative;
	background: #FFF;
	padding-bottom: 0px;
}

#contents-left {
    background: none repeat scroll 0 0 #F1F2F4;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 22px;
    width: 305px;
}

#contents-left h1, h1.projects {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px;		
}

#contents-left-projects {
	padding: 20px 0px 10px 20px;
	float: left;
	display: block;
	width: 240px;
	margin-bottom: 15px;
}

#contents-right {
	display: block;
    float: right;
    margin-top: 0;
    padding: 11px 10px 20px;
    width: 620px;
}

#welcome,#latestpub {
	margin-left: 7px;
}

#welcome {
	margin-top: 10px;	
}

#news-container {
    padding: 0;
    width: 290px;
	display: block;
    float: left;
    margin-left: 11px;
}

#news-container img {
	display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

#news-container a {
	font-weight: bold;	
}

#news-container p {
	line-height: 111%;	
}

.about-us-image {
	float: left;
	display: block;
	width: 80px;
	height: 110px;
	margin: 0px 10px 20px 0px;
}

#project-images {
	display: block;
	margin: 10px 0px;
}

#project-images img {
	float: left;
	display: block;
	width: 238px;
	height: 164px;
	margin: 9px 0px;
}

.project-list-item {
	padding-bottom: 20px;
	display: block;
	margin-left: 20px;
}

.project-description {
	display: block;
	width: 650px;
}

.project-image {
	display: block;
	padding: 0 20px 20px 0px;
	width: 245px;
}

h1.projects {
	padding: 20px 0 10px 20px;
}

.staff-member {
	margin-bottom: 10px;
}

ul#dots {
	list-style-image: url(/images/interface/dot-point.gif);
	margin: 0 0 10px 20px;
	color: #144093;
	font-weight: bold;
}

ul#dots li {
	list-style-image: url(/images/interface/dot-point.gif);
	margin: 0 0 1px 0;
}
	
.pics {  
    height:  546px;  
    width:   605px;  
    padding: 0;  
    margin:  11px 0 0;  
} 
 
.pics img {  
    background-color: #FFF;  
    width:  605px; 
    height: 546px; 
    top:  0; 
    left: 0 
} 
