* {
	border: 0;
	padding: 0;
	margin: 0;
}

/**
 * BEGIN: Center bugfix for IE 6
 */
* html body {
	text-align: center;
}

* html div#container {
	text-align: left;
}
/**
 * END: Center bugfix for IE 6
 */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Lucida, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
}

div#container {
	width: 935px; /* old: 1000px; */
	/* margin: auto; */
	position: absolute;
	margin-left: -467px; /* 935px / 2 */
	left: 50%;
	margin-top: -21em;
	top: 50%;
}

div#header {
	margin-top: 0.5em;
}

div#header span {
	float: right;
	margin-right: 2.5em;
}

div#footer {
	clear: both;
	font-size: 0.7em;
	text-align: left;
}

div#navigation {
	float: right;
	width: 11em;
}

h1 {
	font-size: 1.2em;
}

div#contact address {
	font-size: 0.80em;
	font-style: normal;
	line-height: 130%;
}

div#contact p {
	font-size: 0.70em;
	margin-top: 1.5em;
}

fieldset {
	margin-bottom: 1em;
	padding: 1em;
	padding-top: 0;
	border: 1px solid #CCCCCC;
}

form br {
	clear: both;
}

select {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

select option {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0.2em;
}

legend {
	padding: 0.5em;
	font-size: 0.9em;
}

textarea {
	border: 1px solid #666666;
	padding: 0.2em;
}

input.button, input.cancelbutton {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #CCCCCC;
	color: #000000;
	padding: 0.2em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-left: 12em;
}

input.cancelbutton {
	margin-left: 2em;
}

span.textInput {
	float: left;
	padding: 0.2em;
}

input.textInput {
	float: left;
	width: 10.5em;
	border: 1px solid #666666;
	padding: 0.2em;
}

input.radio {
	float: left;
	padding: 0.2em;
	margin-top: 0.3em;
}

input.longTextInput {
	float: left;
	width: 20em;
	border: 1px solid #666666;
	padding: 0.2em;
}

input.dateTextInput {
	float: left;
	width: 5em;
	border: 1px solid #666666;
	padding: 0.2em;
}

label.textInput {
	float: left;
	text-align: right;
	width: 12em;
	margin-right: 0.3em;
	padding-top: 0.2em;
}

label.sideTextInput {
	float: left;
	text-align: right;
	width: 7em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	padding-top: 0.2em;
}

input.dualTextInput {
	/*float: left;*/
	width: 1.7em;
	border: 1px solid #666666;
	padding: 0.2em;
}

label.radio {
	float: left;
	text-align: right;
	vertical-align: bottom;
	width: 12em;
	margin-right: 0.3em;
	margin-top: 0.3em;
}

table.list {
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
}

table.list tr.chosenRow {
	background-color: #EEEEEE;
}

table.list tr.finishedRow {
	background-color: #F0F0F0;
}

table.list td {
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
	padding: 0.7em;
	vertical-align: top;
}

table.list th {
	font-weight: bold;
	padding: 0.7em;
	border-bottom: 2px solid #666666;
}

table.list td.rowdivider {
	padding: 0;
	margin: 0;
	background-color: #AAAAAA;
	height: 1px;
	font-size: 0.1em;
	line-height: 10%;
}

img.icon {
	vertical-align: middle;
}

span.emphasize {
	font-weight: bold;
}

span.nowrap {
	white-space: nowrap;
}

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

div#navigation a:link {
	color: #666666;
	text-decoration: none;
}

div#navigation a:visited {
	color: #666666;
	text-decoration: none;
}

div#navigation a:hover {
	color: #666666;
	text-decoration: none;
}

div#navigation ul {
	list-style-type: none;
	margin-left: 1em;
	margin-top: 1em;
	font-size: 1em;
}

div#navigation ul li {
	margin-top: 4.1em;
	text-transform: uppercase;
}

div#navigation ul li.firstNavItem {
	margin-top: 1em;
}
	
div#navigation ul ul li {
	margin-top: 0.5em;
	text-transform: none;
	font-weight: normal;
}

div#navigation ul ul {
	list-style-type: none;
	margin-left: 1.5em;
	margin-bottom: 0em;
	font-size: 1em;
}

div#navigation li.selected {
	font-weight: bold;
}

div.message {
	border: 1px dashed #3D3028;
	padding: 1em;
}

div.message h3 {
	font-size: 1em;
	font-weight: bold;
	color: #156570;
	margin-bottom: 0.5em;
}

div.message h3.error {
	color: #9E3039;
}

div.message ul {
	list-style-type: square;
	margin-left: 1.5em;
}

div#content {
	margin-top: 0.5em;
	margin-right: 11.5em;
}

div#contact {
	/*margin-top: 11em;*/
	text-align: left;
}

div.mainImage {
	float: right;
	height: 427px;
	width: 427px;
	vertical-align: bottom;
	text-align: right;
}

div.mainText {
	width: 275px; /*old: 340px;*/
	height: 427px;
	text-align: justify;
	overflow: auto;
	padding-right: 0.7em;
/*	margin-top: -5px; */ /* negative value to put it up */
}

div.mainText span.footnote {
	font-size: 0.8em;
}

p#currentProject {
	/*border: 1px solid #666666;*/
	height: 1.2em;
	width: 275;
	padding: 0.3em;
	padding-left: 0em;
	text-align: left;
	margin-bottom: -2.5em;
	font-weight: bold;
}

p#currentProfile {
	width: 275px;
	padding: 0.3em;
	padding-left: 0em;
	text-align: left;
	font-weight: bold;
	height: 2.3em;
}

p#currentProfile span.additional {
	font-size: 0.8em;
}

p#currentPhilosophy {
	width: 275px;
	padding: 0.3em;
	text-align: left;
	margin-bottom: -1.5em;
	font-weight: bold;
}

ul.mainItems {
	list-style-type: none;
	float: right;
/*	margin-left: 1em; */
	margin-right: 2.2em;
	margin-top: -1px; /* negative value to put it up */
}

ul.mainItems li {
	margin-bottom: 7px;
	font-size: 0em;
}

div.news h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
	text-align: left;
}

div.news p {
	font-size: 0.9em;
}

div.news p.posttime {
	margin-top: 1.5em;
	font-size: 0.7em;
	text-align: center;
}

div.news div.newsitem {
	/*margin-bottom: 2em;*/
	/*border: 1px solid #999999;*/
	/*padding: 1em;*/
}

ul.projects {
	margin-top: 1em;
	list-style-type: none;
	float: right;
}

ul.projects li {
	display: inline;
	margin-left: 0.19em;
}

ul.projects a:link {
	text-decoration: none;
	font-size: 1px;
}

ul.projects a:visited {
	text-decoration: none;
	font-size: 1px;
}

ul.projects a:hover {
	text-decoration: none;
	font-size: 1px;
}

ul.projectimages {
	list-style-type: none;
	margin-right: 60px;
	text-align: center;
}

ul.projectimages li {
	display: inline;
}

p.projectimage {
	text-align: center;
}
