* {
	margin:0; 
	padding:0;
}

body {
	color: #222;
	background:#fff;
}

body#front {
	background:#fff;
	color: #222;
}

img {
	border: 0;
}

.topimg {
	height: 300px;
}

/* Load different picture depending on section */

.front { background: #fff url(../assets/cnolle_top2.jpg) no-repeat bottom center; }
.about {  background: #fff url(../images/1034.jpg) no-repeat bottom; }
.contact {  background: #fff url(../assets/contact.jpg) no-repeat bottom; }
.info {  background: #fff url(../images/1036.jpg) no-repeat bottom; }

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

/* Navigation */

.navline {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	/* background: url(../images/transtop3.png) no-repeat; */
	position:relative;
}

.navline div {
	position:absolute;
	bottom:0;
	left: 10px;
}

ul.topnav {
	width: 100%;
	margin-left: ;
}

ul.topnav li {
	font: 0.9em helvetica,arial,sans-serif;
	text-transform: uppercase;
	float: left;
	display: block;
	background: #fff;
}

ul.topnav li a {
	text-decoration:none;
	padding: 0 0.3em;
	color: #222;
}

ul.topnav li a:hover {
	color: #fff;
	background: #0088cc;
}

ul.topnav li a.current_item {
	color: #fff;
	background: #222;
}

/* Columns */

#frame {  
	width:960px;  
	margin: 0 auto;
    position: relative;
	text-align:left;
}

.column1 {
	float: left; 
	margin: 1em 30px 0 0;
	width: 225px;
}

.column2 {
	width:700px;
	float: left;
	margin: 1em 20px 1em 0;
}

.column3 {
	width: 460px; 
	float: left; 
	margin: 1em 20px 1em 0;
}

.caption_holder {
	width: 250px;
	float: left;
	margin: 1em 0 0 20px;
}

.noleft {
	margin-left: 0;
}

.noright {
	margin-right: 0;
}

/* Typography */

h1 { }

h2 { }

h3 {
	font: bold 0.9em helvetica,arial,sans-serif;
	text-transform: uppercase;
	letter-spacing:0.1em;
	margin: 0.3em 0 0.5em 0;
}

p {
	margin: 0 0 0.5em 0;
}

p,dt,li {
	font:0.8em/1.6em georgia,"Times New Roman",serif;
}

a:link {
	color: #0088cc;
	text-decoration:none;
}

a:hover {
	color: #c92e32;
}

a:visited {
	color: #666;
}

/* Project listing */

#overview {
	width: 100%;
}

ul.work {
	width: 960px;
	margin: 0 auto;
	list-style:none;
	padding: 2em 0;
}

ul.work li {
	float: left;
	display: block;
	margin-bottom:20px;
}

ul.work li a {
	float: left;
	display: block;
	width: 220px;
	color: #222;
	margin-right:26px;
	text-decoration:none;
}

ul.work li.last a {
	margin-right: 0;
}

ul.work li span {
	display: block;
	color: #fff;
	font: 10px helvetica,arial,sans-serif;
	text-transform: uppercase;
	letter-spacing:0.1em;
	padding: 0.1em;
}

ul.work li span a {
	color: #fff;
	width: 220px;
    display: block;
	position:relative;
	background: #222;
}

ul.work li a:hover {
	background: #0088cc;
	color: #fff;
}

/* Links list */

ul.linklist, ul#twitter_update_list {
	list-style:none;
}

ul.linklist li, ul#twitter_update_list li {
	margin: 0.5em 0 1em 0;
	padding: 0 0 0.2em 0;
	border-bottom: 1px dotted #222;
}

ul.linklist li span.link-descrip {
	color: #222;
}

ul.linklist li span.link-date {
	font-style: italic;
	display: block;
	font-size: 0.8em;
}


/* Bulletins news list */

dl.bulletins {
	margin-bottom:1em;
}

dl.bulletins dt { 
	float: left; 
	margin: 0;
}

dl.bulletins dt, dl.bulletins dd { 
	font-family georgia,"Times New Roman",Times,serif;
	padding: 3px 0 3px 0;
}

dl.bulletins dd {
	margin: 0 0 0 4.5em; 
	padding: 0;
}

dl.bulletins dd p {
	margin: 0;
	padding: 4px 0 0.5em 0;
}

/* The MOST beautiful contact form in the world */

fieldset {
	padding: 0 0 0.7em 0;
	border:0;
}

	fieldset label {
		padding-right: 1em;
	}
	
	fieldset p {
		padding: 0.3em 0;
	}
	
	
	fieldset select {
		margin: 0;
		padding: 0;
	}
	
	fieldset input,fieldset select,fieldset label {
		vertical-align:top;
	}
	
	fieldset textarea {
		background: #e6e5dc;
		width: 100%;
	}
	
	fieldset input {
		background: #fff;
		border: 2px dotted #0088cc;
		width: 400px;
	}
	
	fieldset textarea {
		border: 2px dotted #0088cc;
		background: #fff;
		width: 400px;
}

/* Slideshow */

body#project  { 
	margin: 0; 
	padding: 0;
    color: white;
    background:#f2f2f2;
}

.worktext { 
	text-align:center;
}

.workimage {
	margin: 0 auto 0 auto;
	text-align:center;
}

.workimage img {
margin-top:1em;	
	padding: 2em 2em 2em 2em;
}

.innertext {
	padding: 10px;
}

ul.picnav {
	list-style:none;
	padding-bottom: 0.5em;
	text-align:center;
}

ul.picnav li {
	display: inline;
	margin: 0 0.3em;
	color: #222;
}

ul.picnav li span a {
	font-size: 1.5em;
	text-decoration:none;
}

.worktext p {
	line-height:1.5em;
	font-size:0.75em;
}

.worktext h3 {
	margin: 0;
	color: #222;
}

.worktext h3 a {
	color: #222;
	text-decoration:none;
}

.worktext h3 a:hover {
	color: #c92e32;
}

.worktext h2 {
	font-weight: normal;
	color: #222;
}

p.return {
	border-top: 1px dotted #ccc;
	clear: left;
	padding: 1em 0 0 0;
}

p.return a {
	text-decoration:none;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing:0.1em;
	color: #0088cc;
}

p.return a:hover {
	color: #c92e32;
}

#footer {
	margin-top: 1em;
	border-top: 1px dotted #0088cc;
	clear:both;
}

.footercontent {
	padding: 0.5em 0 0 0;
	width:960px;
	margin:0 auto;
	text-align:center;
	color:#0088cc;
}

/* New front */

#workgrid {
 	margin: 1em auto;
	width: 960px;
}

#workgrid h3 {
	font-size: 0.7em;
	font-weight:normal;
}


#workgrid tr.mid td {
  border-top:1px dotted #0088cc;
  height:2px;
  }

#workgrid td {
  border-left:1px dotted #0088cc;
  border-top:1px dotted #0088cc;
  height:8em;
  vertical-align:top;
  position:relative;
  padding: 0.5em;
  }

#workgrid td a img  {
	border: 1px solid #fff;
}

#workgrid td a:hover img  {
	border: 1px solid #0088cc;
}

#workgrid td.updated a img {
	border: 1px solid #c92e32;
}

#workgrid td.left {
  border-left:0;
  }

#workgrid td.top {
  border-top:0;
  padding-top:0;
  }

#workgrid td .logo {
  height:56px;
  display:block;
  margin:0;
  padding:0;
  position:relative;
  }

#workgrid p {
  margin:0 0 1em 0;
  }

button {
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	border: 0;
	padding: 0.3em 0.3em;
	margin-bottom: 1em;
	font-size: 1em;
	background-color: #0088cc;
	color: #fff;
}

.zemSubmit {
	font-size: 1em;
}

/* OTHER STORIES */

ul.recent_articles {
	list-style:none;
}

ul.recent_articles li {
	margin: 0.2em 0;
	padding: 0 0 0.2em 0;
	border-bottom: 1px dotted #222;
}


