body {
	background-color:#fff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
}

/* Graphical user interface */

#container {
	display:block;
	position:relative;
	width:1004px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:4px solid #fff;
	background-color:#fff;
	background-image:url('../images/bg_container.jpg');
	background-position:0 0;
	background-repeat:repeat-y;
}

	#container_menu {
		display:block;
		position:relative;
		width:1004px;
		height:50px;
		padding:0;
		margin:0;
		background-image:url('../images/bg_menu.jpg');
		background-repeat:repeat-x;
		z-index:10;
	}
		#menu {
			display:block;
			z-index:11;
			float:right;
		}
			#menu ul {
					display:block;
					padding:0;
					margin:0;
			}
			#menu ul li {
					display:block;
					float:left;
					padding:0;
					margin:0;
					list-style:none;
					list-style-image:none;
			}
			#menu ul li a {
					display:block;
					height:35px;
					padding-top:15px;
					padding-left:10px;
					padding-right:10px;
					padding-bottom:0;
					color:#000;
					font-weight:normal;
					text-transform:uppercase;
					font-size:13px;
					text-decoration:none;
			}
					#menu ul li a:hover {
						color:#f00;
						background-image:url('../images/bg_menu_hover.jpg');
						background-position:20px 40px;
						background-repeat:no-repeat;
					}
			/* Submenu styles */
			#menu ul ul {
				display:none;
				position:absolute;
				/*background-image:url('../images/transparant.png');*/
				/*height:120px;*/
				/*padding-right:200px;*/
				background-color:#fff;
				border:1px solid #f00;
				border-top:0;
				padding-top:5px;
				padding-bottom:5px;
			}
			#menu ul ul li {
				float:none;
			}
			#menu ul ul li a {
				display:block;
				height:20px;
				background:none;
				padding-top:0;
				padding-left:15px;
				padding-right:15px;
				padding-bottom:2px;
				font-size:14px;
				font-weight:normal;
				text-transform:none;
			}
				#menu ul ul li a:hover {
					background-image:url('../images/bg_menu_subarrow.gif');
					background-position:0 0;
					background-repeat:no-repeat;
				}

	#container_page {
		display:block;
		position:relative;
		width:1004px;
		float:left;
		border-bottom:4px solid #fff;
	}
	
		#container_left {
			display:block;
			position:relative;
			width:185px;
			float:left;
			padding-left:15px;
		}
			#cms_left_column {
				display:block;
			}
				#container_logo {
					display:block;
					height:130px;
					background-color:#fff;
					background-image:url('../images/bg_left.jpg');
					background-position:bottom;
					background-repeat:no-repeat;
				}
					#logo {
						display:block;
						height:111px;
						background-image:url('../images/logo.jpg');
						background-position:center;
						background-repeat:no-repeat;
					}
						#logo h1 {
							display:none;
						}
				#container_headlines {
					display:block;
					background-color:#e8e8e8;
					background-image:url('../images/bg_gradient.jpg');
					background-position:top left;
					background-repeat:repeat-x;
				}
				#container_headlines .article {
					display:block;
					width:161px;
					margin-left:auto;
					margin-right:auto;
				}

#container_content .article {
	display:block;
}
#container_content .article div.content {
	display:block;
}
#container_content .article div.title {
	display:block;
}

				
		#container_right {
			display:block;
			position:relative;
			width:776px;
			float:right;
		}
			#header {
				display:block;
				position:relative;
				width:776px;
				height:460px;
				float:left;
			}
				#header .header_back {
					display:block;
					position:absolute;
					background-image:url(../images/header775.jpg);
					background-position:center;
					background-repeat:no-repeat;
					width:775px;
					height:460px;
					float:left;
				}
				#header .header_front {
					display:block;
					position:absolute;
					background-position:center;
					background-repeat:no-repeat;
					width:775px;
					height:460px;
					/*margin-top:-460px;*/
					float:left;
				}
				
				#photo {
					display:block;
					position:absolute;
					width:775px;
					height:460px;
					/*margin-top:-460px;*/
					float:left;
				}
					#tagline {
						display:none;
						position:relative;
						width:520px;
						height:30px;
						padding:10px 10px 10px 15px;
						top:300px;
						float:right;
						background-image:url('../images/transparant.png');
					}
						#tagline h1 {
							font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
							font-size:31px;
							font-weight:bold;
							font-style:normal;
							font-style:italic;
							color:#f00;
							line-height:31px;
							text-transform:uppercase;
						}
				
			#container_content {
				display:block;
				position:relative;
				width:776px;
				float:left;
			}
				#cms_middle_column {
					display:block;
					position:relative;
					width:580px;
					float:left;
					padding-right:10px;
					border:1px solid #fff;
				}
				#cms_right_column {
					display:block;
					position:relative;
					width:183px;
					float:left;
					border-top:5px solid #fff;
					padding-bottom:10px;
				}
				#cms_right_column div.rightmenu {
					display:block;
					background-image:url('../images/bg_gradient.jpg');
					background-position:top left;
					background-repeat:repeat-x;
					margin-bottom:10px;
				}
				#cms_right_column div.social_links {
						display:block;
						border-top:5px solid #fff;
						margin-top:25px;
						padding-top:25px;
						padding-bottom:20px;
					}
						div.social_links ul {
							display:block;
							padding:0;
							margin:0;
						}
						div.social_links ul li {
							display:block;
							padding:0;
							margin:0;
							margin-bottom:7px;
							list-style:none;
						}
							div.social_links ul li a {
								display:block;
								width:183px;
								height:40px;
								text-align:center;
							}
							/*div.social_links ul li a img {
								border:0;
								margin:0 auto;
							}*/
							div.social_links ul li a.linkedin { background:url(../images/social_linkedin.png) center 0 no-repeat; }
							div.social_links ul li a.twitter { background:url(../images/social_twitter.png) center 0 no-repeat; }
							div.social_links ul li a.facebook { background:url(../images/social_facebook.png) center 0 no-repeat; }
							div.social_links ul li a.flickr { background:url(../images/social_flickr.png) center 0 no-repeat; }
							
							div.social_links ul li a:hover { background-position:center -40px; }


						div.search {
							display:block;
							padding:20px;
							padding-bottom:0;
							border-top:5px solid #fff;
						}
						div.search div.title h3 {
							font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
							font-size:16px;
							font-weight:bold;
							font-style:normal;
							line-height:125%;
							color:#f00;
						}


		/* Right Menu */
		.rightmenu {
			display:block;
			position:relative;
			width:184px;
			float:right;
			padding-top:5px;
			z-index:11;
		}
			.rightmenu ul {
					display:block;
					padding:0;
					margin:0;
			}
			.rightmenu ul li {
					display:block;
					float:left;
					padding:0;
					margin:0;
					list-style:none;
					list-style-image:none;
			}
				.rightmenu ul li a {
					display:block;
					width:169px;
					padding-right:0;
					padding-bottom:3px;
					padding-left:15px;
					float:left;
					color:#fff;
					font-weight:normal;
					text-transform:uppercase;
					font-size:13px;
					background-image:url('../images/bg_rightmenu_arrow.gif');
					background-position:-6px center;
					background-repeat:no-repeat;
				}
					.rightmenu ul li a.current_buttonID,
					.rightmenu ul li a:hover {
						color:#f00;
						background-image:url('../images/bg_rightmenu_downarrow.gif');
						background-position:-6px center;
						background-repeat:no-repeat;
					}
			/* Submenu styles */
			.rightmenu ul ul {
				display:none;
			}
			.rightmenu ul ul li {
				float:none;
			}
			.rightmenu ul ul li a {
				display:block;
				background:none;
				padding-top:0;
				padding-left:15px;
				padding-right:10px;
				color:#000;
				font-size:14px;
				font-weight:normal;
				text-transform:none;
			}
				.rightmenu ul ul li a.current_buttonID,
				.rightmenu ul ul li a:hover {
					background-image:url('../images/bg_rightmenu_subarrow.gif');
					background-position:-21px center;
					background-repeat:no-repeat;
				}


	#footer {
		display:block;
		position:relative;
		width:1004px;
		height:27px;
		float:left;
		text-align:center;
		background-image:url('../images/bg_footer.jpg');
		background-repeat:repeat-x;
	}
		#footer p {
			display:inline;
			color:#9d9d9d;
			margin:0;
					padding:3px;

		}
			#footer p b {
				font-weight:bold;
				color:#f00;
			}
			#footer p a {
				color:#9d9d9d;
			}
				#footer p a:hover {
					color:#f00;
				}
					#footer ul {
						display:inline;
						margin:0;
						padding:0;
						padding-left:5px;
					}
					#footer ul li {
						display:inline;
						margin:0;
						padding:0;
						list-style:none;
						border-left:1px solid #9d9d9d;
						padding-left:5px;
						padding-right:5px;
					}
					
/* CMS Content */
#cms_middle_column .article.default {
	display:block;
	clear:both;
	width:100%; /* ! @RUIG */
	padding-top:10px;
	padding-bottom:5px;
}
#cms_middle_column .article.half {
	display:block;
	width:280px; /* ! @RUIG */
	float:left;
	padding-top:10px;
	padding-bottom:5px;
}
#cms_middle_column .article.half.first {
	margin-right:20px;
}
	#cms_middle_column .article div.title {
		display:block;
		position:relative;
		background-image:url('../images/line_dashed_grey.gif');
		background-repeat:repeat-x;
		background-position:bottom left;
		padding-bottom:10px;
		margin-bottom:10px;
	}
		#cms_middle_column .article .title * {
			color:#f00;
		}
	#cms_middle_column .article div.content {
		display:block;
	}
	



.youtube_feed_module {
	display:block;
	margin-top:10px;
	padding-top:10px;
	background-image:url('../images/line_dashed_grey.gif');
	background-repeat:repeat-x;
	background-position:top left;
}
.youtube_feed_module .youtube_listing {
	display:block;
	margin-left:-10px;
}
.youtube_feed_module .youtube_listing .youtube_video_item {
	display:block;
	width:285px;
	height:351px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	background:#fff url(../images/bg_youtube_video_item.jpg) bottom left repeat-x;
}
.youtube_feed_module .youtube_listing .youtube_video_item .youtube_video {
	display:block;
}
.youtube_feed_module .youtube_listing .youtube_video_item .youtube_data {
	display:block;
	padding:5px;
}

.projects_module {
	display:block;
}
.projects_module form.filter {
	display:block;
	padding-bottom:5px;
}
.projects_module .listing {
	display:block;
}
.projects_module .listing .project {
	display:block;
	border:1px solid #fff;
	border-top:1px solid #ccc;
	padding:5px;
	height:150px;
}
.projects_module .listing .project.hover {
	border:1px solid #f00;
	cursor:pointer;
}
.projects_module .listing .project div.line {
	display:block;
	width:361px;
	float:right;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #ccc;	
}
.projects_module .listing .project div.Project {
	padding-top:0;
}
.projects_module .listing .project label {
	display:block;
	width:70px;
	float:left;
	color:#aaa;
}
.projects_module .listing .project span.value {
	display:block;
	width:290px;
	float:right;
}
.projects_module .listing .project div.image {
	display:block;
	float:left;
	width:200px;
	margin-right:5px;
}
.projects_module .listing .project div.Project span.value * {
	font-weight:bold;
	color:#f00;
}
.projects_module .listing .project div.image label {
	display:none;
}
.projects_module .listing .project div.image span.value {
	width:200px;
}

.projects_module .details {
	display:block;
}
.projects_module .details div.line {
	display:block;
	clear:both;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #ccc;
}
.projects_module .details label {
	display:block;
	width:120px;
	float:left;
	color:#aaa;
}
.projects_module .details span.value {
	display:block;
	width:460px;
	float:right;
}
.projects_module .details div.Photos {
	display:block;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;	
}
.projects_module .details div.Photos div.PhotosPane {
	display:block;
}
.projects_module .details div.Photos a {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #fff;
}
.projects_module .details div.Photos a:hover {
	border:1px solid #f00;
}

#projectPhotoAlbumPopup {
	display:none;
}
#projectPhotoAlbumPopup div.photo{
	display:block;
	background-repeat:no-repeat;
	background-position:center;
}
#projectPhotoAlbumPopup div.left {
	display:block;
	float:left;
	width:50px;
	background-image:url(../images/left_nav_but.png);
	background-repeat:no-repeat;
	background-position:center;
}
#projectPhotoAlbumPopup div.right {
	display:block;
	float:right;
	width:50px;
	background-image:url(../images/right_nav_but.png);
	background-repeat:no-repeat;
	background-position:center;
}
#projectPhotoAlbumPopup div.nav {
	display:none;
}
#projectPhotoAlbumPopup div.description {
	display:block;
	position:absolute;
	margin-top:6px;
	padding:2px;
	border:1px solid #fff;
	text-align:center;
	color:#000;
	background-image:url(../images/transparant.png);
}


.custom_headlines_module {
	display:block;
	padding-top:0;
}
.custom_headlines_module .article {
	display:block;
	padding-bottom:10px;
}
.custom_headlines_module .article div.title {
	display:block;
}
.custom_headlines_module .article div.title * {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.custom_headlines_module .article div.content {
	display:block;
}
.custom_headlines_module .article div.content .intro {
	display:none;
}
.custom_headlines_module .article div.content .image {
	display:block;
	border:1px solid #666;
}
.custom_headlines_module .article div.content .more_info {
	display:block;
	padding:2px;
	margin:1px;
	margin-top:-22px;
	width:155px;
	position:absolute;
	z-index:4;
	background-image:url('../images/transparant.png');
	text-align:right;
}
.custom_headlines_module .article div.content .more_info * {
	color:#f00;
}


.news_module .addthis_toolbox {
	display:block;
	padding:10px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #d4d5d7;
	background-color:#eeeeee;
	border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:11px;
}


/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:50%; margin-left:-300px; background-color:#fff; border:3px solid #fff;}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}	
