
/*
 * General page properties
 */
body {
	text-align: center;
	background-color: #ffffff;
	margin: 0px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
img {
	border: none;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 150%;
	color: #4d4d4d;
	font-size: 11px;
}

a, a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:active, a:hover {
	color: #cc0000;
	text-decoration: none;
}

/*
 * Total page wrapper
 * (e.g. Total Page Width goes here)
 */
#pagewrapper {
	width: 725px;
	height: 536px;
	margin: 0px auto;
}

/*
 * Left Arrow; Scroll to the left
 */
#leftcolumn {
	float: left;
	width: 20px;
	margin-right: 10px;
}
#leftcolumn a {
	position: relative;
	top: 381px;
}

/*
 * Right Arrow; Scroll to the right
 */
#rightcolumn {
	float: left;
	width: 20px;
	margin-left: 10px;
}
#rightcolumn a {
	position: relative;
	top: 381px;
}

/*
 * Content
 */
#centercolumn {
	float: left;
	width: 665px;
	text-align: left;
}


/*
 * Content: Header
 */
#header {
	height: 124px;
}

/*
 * Content: Header Elements: Logo (Page Title)
 */
#logo {
	position: relative;
	top: 55px;
	left: 0px;
}

/*
 * Content: Header Elements: Interface Language
 */
#language_nav {
	position: relative;
	top: 35px;
	right: 0px;
	text-align: right;
	color: #000000;
	font-size: 9px;
}
/* Language Link */
#language_nav a, #language_nav a:visited {
	text-decoration: none;
	color: #b2b2b2;
}
#language_nav a:active, #language_nav a:hover {
	text-decoration: none;
	color: #000000;
}
#underconstruction {
	color: #ff0000;
}

/*
 * Content: Content Area
 */
#contentarea {
	height: 412px;
}

/*
 * Carousel of project thumbs: the container
 */
#projectwrapper {
	position: absolute;
	top: 316px;
}

/*
 * Project Thumbnail link
 */
a.thumb {
	display: block;
	width: 117px;
	height: 88px;
	text-align: center;
	margin-bottom: 3px;
}
a.thumb, a.thumb:visited {
	background: url(../img/thumbbg.gif) no-repeat top left;
	text-decoration: none;
}
a.thumb:active, a.thumb:hover {
	background: url(../img/thumbbg_hover.gif) no-repeat top left;
	text-decoration: none;
}
a.thumb img {
	margin-top: 2px;
}

/*
 * Project Description
 */
.project {
	padding: 0px 5px 0px 5px;
	color: #4d4d4d;
	line-height: 150%;
}
.project a, .project a:visited, .project a:active, .project a:hover {
	font-weight: bold;
}

/*
 * Project Card
 */
.card {
	background: url(../img/cardbg.gif) no-repeat top left;
	width: 665px;
	height: 312px;
}
.card .imgcolumn {
	float: left;
	width: 488px;
	text-align: center;
}
.card .imgcolumn img {
	margin-top: 2px;
	margin-left: 2px;
}
.card .infocolumn {
	float: left;
	width: 177px;
}
.card .infocolumn .content {
	padding: 15px;
	font-size: 10px;
	color: #4d4d4d;
	line-height: 150%;
}
.card .infocolumn .out {
	margin: 10px 15px;
}
.card .infocolumn .navbar {
	height: 26px;
}
.card .infocolumn .navbar .close {
	float: right;
	padding: 9px 12px;
}
/* numbered image navigation */
.card .infocolumn .navbar .numbers {
	float: left;
	padding: 9px 12px;
}
.card .infocolumn .navbar .numbers a {
	width: 15px;
	padding: 0px 0px 3px 0px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 5px;
}
.card .infocolumn .navbar .numbers a, .card .infocolumn .navbar .numbers a:visited {
	background: url(../img/number.gif) no-repeat top left;
	color: #ffffff;
}
.card .infocolumn .navbar .numbers a:active, .card .infocolumn .navbar .numbers a:hover {
	background: url(../img/number_selected.gif) no-repeat top left;
	color: #636466;
}
/* selected number */
.card .infocolumn .navbar .numbers a.selected {
	width: 15px;
	padding: 0px 0px 3px 0px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 5px;
}
.card .infocolumn .navbar .numbers a.selected, .card .infocolumn .navbar .numbers a.selected:visited {
	background: url(../img/number_selected.gif) no-repeat top left;
	color: #636466;
}
.card .infocolumn .navbar .numbers a.selected:active, .card .infocolumn .navbar .numbers a.selected:hover {
	background: url(../img/number_selected.gif) no-repeat top left;
	color: #636466;
}

/*
 * Content: Footer
 */
#footer {
	color: #b1b1b1;
	font-size: 10px;
	height: 60px;
}
#footer a, #footer a:visited {
	color: #b1b1b1;
	text-decoration: none;
	background: url(../img/dottedbg_grey.gif) repeat-x bottom left;
	height: 60px;
}
#footer a:active, #footer a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../img/dottedbg_black.gif) repeat-x bottom left;
	height: 60px;
}

/*
 * Clear left-right floated
 */
.clear {
	clear: both;
}

