/* 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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
img {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
address {
	font-style: normal;
}
/* reset */


body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFCC66;
	line-height: normal;
	min-width: 900px;
}

p {
	margin: 0 0 1.357em 0;
	line-height: 135%;
}
p.lead {
	font-size: 18px;
	color: #000000;
	line-height: 135%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #FF3300;
	text-decoration: underline;
}
a:hover {
    color: #FF3300;
	text-decoration: none;
}
a:visited {
    color: #FF3300;
}

blockquote {
	background-color: #FFFFFF;
	border: 1px solid #bbd6e1;
	padding: 10px;
	margin: 0 0 15px 20px;
	}
	blockquote cite {
		display: block;
		font-weight: bold;
		margin-bottom: 3px;
		padding-left: 21px;
		background: 0 3px no-repeat url(../gfx/quote.png);
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #FF3300;
	
}
h1.name {
	font-size: 27px;
	color: #000000;
	font-weight: normal;
}
h1.name .cufon {
	margin-bottom: 3px;
}
div.position {
	font-size: 12px;
	margin-bottom: 25px;
}

table td {
	vertical-align: top;
}

.clear {
	clear: both;
}
.clear2 {
	clear: both;
	height: 0px;
	overflow: hidden;
}
img.block { display: block; }

/* IE6 fix */
* html img.fix,
* html #content {
	behavior: url(/js/iepngfix.htc);
}

ul.sitemap {
	margin-top: 25px;
	list-style: disc inside;
	}
	ul.sitemap li {
		padding: 2px 0;
	}
	ul.sitemap ul {
		margin: 5px 0 10px 20px;
		list-style: none;
		list-style: circle inside;
	}

div.wrap {
	width: 900px; 
	position: relative; 
	z-index: 50;
}

/* Modal window */
#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 100;
	background-color: #000000;
}
#modalProject {
	position: absolute;
	z-index: 150;
	top: 100px;
	left: 50%;
	width: 728px;
	margin-left: -364px;
	display: none;
	}
	div.content {
		background-color: #FFFFFF;
		margin: 0 23px 0 23px;
	}
	#modalProject div.image {
		padding: 16px 16px 23px 16px;
	}
	#modalProject div.contentText {
		padding: 0 40px 20px 40px;
		font-size: 13px;
	}
	#modalProject div.contentText p {
		margin: 0;
		padding: 5px 0 0 0;
	}
	#modalProject div.contentText p span.cufon {
		padding-bottom: 5px;
	}
	* html #modalProject div.contentText p span.cufon {
		padding-bottom: 0px;
	}
	#modalProject div.contentText h2 {
		font-size: 17px;
		color: #FF3300;
		font-weight: normal;
		margin: 0;
	}
	#modalPrev img,
	#modalNext img {
		display: block;
	}
	#modalPrev {
		position: absolute;
		z-index: 200;
		left: 0px;
	}
	#modalNext {
		position: absolute;
		z-index: 200;
		right: 0px;
	}
	#modalProject div.close {
		text-align: right;
		padding: 0 23px 5px 23px;
	}
	#modalClose:link,
	#modalClose:visited {
		text-decoration: none;
		font-size: 17px;
		color: #FF6600;
	}
	#modalClose:hover,
	#modalClose:active {
		text-decoration: underline;
	}
/**
 * Content
 */
#content {
	background-color: #FFFFFF;
	position: relative; 
	z-index: 10; 
	width: 50%; 
	overflow: hidden; 
	left: 50%; 
	margin-left: -450px; 
	padding-right: 450px;
	background: 0 0 repeat url(../gfx/bg-content.png);
}
#languages {
	list-style: none;
	display: block;
	padding: 10px 0 0 60px;
	font-size: 12px;
	}
	#languages li {
		float: left;
		display: inline-block;
		padding: 0 20px 0 0;
	}
	#languages li.clear {
		clear: both;
	}
	#languages a:link,
	#languages a:visited {
		color: #000000;
		text-decoration: none;
	}
	#languages a.active:link,
	#languages a.active:visited,
	#languages a:hover,
	#languages a:active {
		color: #FF3300;
		text-decoration: none;
	}
#logo {
	float: right;
	margin: 15px 75px 0 0;
}
#mainMenu {
	list-style: none;
	display: block;
	padding: 40px 0 0 60px;
	font-size: 17px;
	height: 20px;
	}
	#mainMenu li {
		float: left;
		display: inline-block;
		padding: 0 20px 0 0;
	}
	#mainMenu li.clear {
		margin: 0;
		padding: 0;
		clear: both;
	}
	#mainMenu a:link,
	#mainMenu a:visited {
		color: #000000;
		text-decoration: none;
	}
	#mainMenu a.active:link,
	#mainMenu a.active:visited,
	#mainMenu a:hover,
	#mainMenu a:active {
		color: #FF3300;
		text-decoration: none;
	}
#subMenu {
	list-style: none;
	display: block;
	padding: 25px 0 0 60px;
	font-size: 17px;
	width: 100%;
	height: 20px;
	clear: both;
	}
	#subMenu li {
		float: left;
		display: inline-block;
		padding: 0 20px 0 0;
	}
	#subMenu a:link,
	#subMenu a:visited {
		color: #000000;
		text-decoration: none;
	}
	#subMenu a.active:link,
	#subMenu a.active:visited,
	#subMenu a:hover,
	#subMenu a:active {
		color: #FF3300;
		text-decoration: none;
	}
#contentText {
	min-height: 250px;
	padding: 65px 0 55px 60px;
	}
	/* layout begin */
	#contentText div.twoColumns {
		}
		#contentText div.twoColumns div.leftColumn {
			float: left;
			width: 470px;
			overflow: hidden;
		}
		#contentText div.twoColumns div.rightColumn {
			float: left;
			padding-left: 30px;
			width: 290px;
			overflow: hidden;
		}
		
	/* front layout */
	#contentText.front div.twoColumns {
		}
		#contentText.front div.twoColumns div.leftColumn {
			float: left;
			width: 405px;
		}
		#contentText.front div.twoColumns div.rightColumn {
			float: left;
			padding-left: 35px;
			width: 370px;
		}
	/* people layout */
	#contentText.people div.twoColumns {
		}
		#contentText.people div.twoColumns div.leftColumn {
			float: left;
			width: 345px;
		}
		#contentText.people div.twoColumns div.rightColumn {
			float: left;
			padding-left: 35px;
			width: 250px;
		}
	/* layout end */
	#contentText p span.cufon {
			padding-bottom: 5px;
	}
	* html #contentText p span.cufon {
		padding-bottom: 0px;
	}
	#contentText div.wideText {
		width: 600px;
	}
	#contentText ul.contentLinks {
		overflow: auto;
		list-style: none;
		font-size: 17px;
		padding: 10px 0 0 0;
		}
		#contentText ul.contentLinks li {
			float: left;
			color: #FF3300;
			padding: 0 15px 0 0;
		}
		#contentText ul.contentLinks a:link,
		#contentText ul.contentLinks a:visited {
			text-decoration: none;
		}
		#contentText ul.contentLinks a:hover,
		#contentText ul.contentLinks a:active {
			text-decoration: underline;
		}
		#contentText ul.contentLinks span.cufon {
			padding-bottom: 3px;
		}
	#contentText table.imgTable {
		border-collapse: collapse;
		}
		#contentText table.imgTable td {
			border: 1px solid #FFFFFF;
		}
	#contentText div.peopleData {
		font-size: 12px;
		}
		#contentText div.peopleData h2 {
			color: #FF3300;
			font-size: 17px;
			font-weight: normal;
			margin-bottom: 7px;
		}
		#contentText div.peopleData a:link,
		#contentText div.peopleData a:visited {
			text-decoration: none;
		}
		#contentText div.peopleData a:hover,
		#contentText div.peopleData a:active {
			text-decoration: underline;
		}
		#contentText div.peopleData table {
			margin-bottom: 25px;
			} 
			#contentText div.peopleData table td {
				color: #FF3300;
				padding: 2px 0 2px 0;
			}
			#contentText div.peopleData table td.name {
				color: #000000;
				padding-right: 25px;
			}
			#contentText div.peopleData table td span.cufon {
				padding-bottom: 4px;
			}
		#contentText div.peopleData ul.contentLinks {
			font-size: 12px;
			padding-top: 0;
		}
	#contentText div.gallery {
		}
		#contentText div.gallery div.image {
			width: 94px;
			height: 94px;
			margin: 0 1px 1px 0;
			float: left;
			display: inline-block;
		}
		#contentText div.gallery div.image img {
			display: block;
		}

/**
 * Footer
 */
#footer {
	background: 0 0 repeat-x url(../gfx/bg-footer.png);
	position: relative; 
	z-index: 10; 
	width: 50%; 
	overflow: hidden; 
	left: 50%; 
	margin-left: -450px; 
	padding-right: 450px;
	}
	#footer div.wrap {
		height: 554px;
	}
	#footer #footerOrange {
		margin-left: 578px; 
		position: absolute;
		z-index: 25;
	}
	#footer div.threeColumns {
		padding: 25px 0 0 35px;
		}
		#footer div.threeColumns div.leftColumn {
			float: left;
			padding: 10px 30px 10px 25px;
			border-right: 1px solid #FF6600;
		}
		#footer div.threeColumns div.centerColumn {
			float: left;
			padding: 10px 30px 10px 25px;
			border-right: 1px solid #FF6600;
		}
		#footer div.threeColumns div.rightColumn {
			float: left;
			padding: 10px 0 0 25px;
		}
	#footer h2 {
		color: #FFFFFF;
		font-size: 17px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	#footer table {
		}
		#footer table td {
			color: #000000;
			font-size: 14px;
			vertical-align: middle;
			padding: 3px 0 3px 0;
		}
		#footer table td.name {
			color: #FFFFFF;
			padding-right: 17px;
		}
	#footer div.banner {
		float: left;
		margin-bottom: 18px;
	}
	#footer a:link,
	#footer a:visited {
		color: #000000;
		text-decoration: none;
	}
	#footer a:hover,
	#footer a:active {
		text-decoration: underline;
	}