/* 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, sup, 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 {
	padding: 20px 0px 10px 20px;
	float: left;
	display: block;
	width: 280px;
	margin-bottom: 15px;
}

#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 20px 20px;
	width:620px;
}


#news-container {
	padding: 20px 0px 10px 20px;
	float: left;
	display: block;
	width: 260px;
	background: #fbd27f;
	margin-top: 5px;
}

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

.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:  10px 0 0;  
} 
 
.pics img {  
    background-color: #FFF;  
    width:  605px; 
    height: 546px; 
    top:  0; 
    left: 0 
} 