/* Containers */
html {
	overflow-x: hidden;
}
body {
	margin: 24px 0px 24px 0px;
	padding: 0px;
	background: #0091d4 url(../img/wallpaper.jpg) no-repeat fixed left top;
	font:normal 12px/16px "lucida grande",helvetica,verdana,sans-serif;
	color:#204A60;
	outline:none
}

	div#photo_overlay_upload {
		position: fixed;
		_position: absolute;
		left: 50%;
		top: 50%;
		z-index: 100;
		width: 300px;
		height: 500px;
		margin-left: -150px;
		margin-top: -250px;
	}

	div#photo_overlay_bg {
		position: fixed;
		_position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 99;
		background-color: #000;
	}

	div#wrapper {
		position: relative;
		margin: 0 auto;
		width: 1006px;
	}

		div#pagewrapper_topshade {
			float: left;
			width: 1006px;
			height: 8px;
			background-image: url("../img/pagewrapper_top.png");
			background-repeat: no-repeat;
			font-size: 0px;
		}

		div#pagewrapper {
			float: left;
			width: 990px;
			height: auto;
			padding: 0px 8px 0px 8px;
			background-image: url("../img/pagewrapper_repeat.png");
			background-repeat: repeat-y;
		}

			div#header {
				width: 990px;
				height: 351px;
				background-image: url("../img/menu.png");
				background-repeat: repeat-x;
			}

			div#menubar {
				width: 990px;
				height: 120px;
				background-image: url("../img/menu.png");
			}
				a#logo {
					display: block;
					float: left;
					width: 299px;
					height: 75px;
					background-image: url("../img/logo.png");
					text-decoration: none;
				}

				div#menu {
					position: relative;
					margin-right: 10px;
					margin-top: -30px;
					top: 0px;
				}
					a.menubutton, a.menubutton_active {
						position: relative;
						float: left;
						margin-left: 4px;
						top: 26px;
						width: auto;
						height: 48px;
						display: block;
						cursor: pointer;
						text-decoration: none;
					}
					div.menubutton_glow {
						position: relative;
						width: 52px;
						height: 2px;
						background-image: url("../img/menubutton_glow.png");
						background-repeat: no-repeat;
						background-position: center top;
						z-index: 3;
						font-size: 0px;
					}
					div.menubutton_left {
						position: relative;
						float: left;
						top: -2px;
						display: block;
						width: 16px;
						height: 48px;
						background-image: url("../img/menubutton_left.png");
						background-repeat: no-repeat;
						z-index: 1;
						font-size: 0px;
					}
					div.menubutton_arrow {
						position: relative;
						margin-top: -5px;
						top: 41px;
						width: 11px;
						height: 6px;
						background-image: url("../img/menubutton_arrow.png");
						background-repeat: no-repeat;
						background-position: center top;
						z-index: 3;
						font-size: 0px;
					}
					div.menubutton_label {
						position: relative;
						float: left;
						display: block;
						width: auto;
						height: 34px;
						margin-top: -2px;
						min-width: 20px;
						color: #FFF;
						padding-top: 14px;
						z-index: 2;
						font:normal 12px/24px "lucida grande",helvetica,verdana,sans-serif;
						background-image: url("../img/menubutton_repeat.png");
						background-repeat: repeat-x;
					}
					div.menubutton_right {
						position: relative;
						float: left;
						top: -2px;
						display: block;
						width: 16px;
						height: 48px;
						background-image: url("../img/menubutton_right.png");
						background-repeat: no-repeat;
						z-index: 1;
						font-size: 0px;
					}
					a.menubutton:hover, a.menubutton_active, a.menubutton:hover div.menubutton_left, a.menubutton_active div.menubutton_left, a.menubutton:hover div.menubutton_right, a.menubutton_active div.menubutton_right {
						background-position: left -48px;
					}
					a.menubutton:hover div.menubutton_arrow, a.menubutton_active div.menubutton_arrow, a.menubutton:hover div.menubutton_label, a.menubutton_active div.menubutton_label {
						background-position: center bottom;
					}

					div.submenu {
						position: absolute;
						display: none;
						top: 74px;
						margin-left: -9px;
						width: auto;
						height: auto;
						text-align: left;
						z-index: 100;
						}
						ul.submenu_items {
							position: relative;
							margin: 10px 0px 20px 0px;
							padding: 0px 10px 0px 10px;
							height: auto;
							z-index: 3;
							list-style: none;
							font-size: 12px;
							}
							ul.submenu_items li {
								_width: 280px;
								display: block;
								}
								ul.submenu_items li a {
									white-space:nowrap;
									display: block;
									height: 22px;
									padding: 2px 14px 0px 14px;
									text-decoration: none;
									color: #FFF;
								}
								ul.submenu_items li a:hover {
									white-space: nowrap;
									color: #FFF;
									background-color: #1B4257;
								}
						div.submenu_shadow {
							position: absolute;
							left: 8px;
							right: 8px;
							top: 0px;
							width: auto;
							height: 65px;
							z-index: 2;
							background-image: url("../img/submenu_shadow.png");
						}
						div.submenu_bg {
							position: absolute;
							left: 0px;
							top: 0px;
							width: 100%;
							_width: 300px;
							height: 100%;
							_height: 130px;
							z-index: 1;
							}
							div.submenu_bg object {
								position: absolute;
							}

				div#header_topbar {
					position: relative;
					top: 150px;
					width: 990px;
					height: 92px;
					background-image: url("../img/gradientbar.png");
				}

			div#content {
				float: left;
				clear: both;
				color: #204A60;
				background-color: #FFF;
				background-image: url("../img/content_bg.png");
				background-repeat: repeat-x;
				z-index: 2;
				width: 990px;
				}
				div#topbar {
					float: left;
					position: absolute;
					left: 8px;
					top: 380px;
					width: 970px;
					height: 57px;
					padding: 8px 0px 0px 20px;
					font:bold 13pt/31px "lucida grande",helvetica,verdana,sans-serif;
					color: #2C5A73;
					background-image: url("../img/gradientbar.png");
					background-repeat: repeat-y;
					text-shadow: 0px 1px 1px #9BD0E8;
					border-top: 2px solid #C9DAE7;
					z-index: 1;
				}

				div.column {
					position: relative;
					float: left;
					width: 986px;
					margin-left: 2px;
					margin-top: 20px;
					z-index: 3;
				}
				div.column_top {
					position: relative;
					float: left;
					width: 986px;
					height: 40px;
					top: 0px;
					bottom: 11px;
					background-image: url("../img/column_top.png");
					background-repeat: no-repeat;
				}

				div.column_content {
					background-image: url("../img/column_repeat.png");
					background-position: 0px -30px;
					background-repeat: repeat-y;
					position: relative;
					float: left;
					left: 0px;
					top: 0px;
					padding: 20px;
					width: 946px;
				}

				div.column_bottom {
					position: relative;
					float: left;
					bottom: 0px;
					width: 986px;
					height: 11px;
					background-image: url("../img/column_bottom.png");
					background-position: left bottom;
					background-repeat: no-repeat;
				}
					div.column_title {
						position: relative;
						float: left;
						color: #FFF;
						margin: 12px 0px 0px 20px;
						font-size: 16px;
						line-height: 17px;
					}

					span.shaded {
						color: #23325A;
						text-shadow: 0px 1px 1px #9BD0E8;
					}

				span.balform_labelwrap {
					position: relative;
					float: left;
					width: 140px;
				}

				span.ideaform_labelwrap {
					position: relative;
					float: left;
					width: 230px;
				}

				input.balform_field {
					width: 270px;
					border: 1px solid #307CA3;
				}

				textarea.balform_field {
					width: 356px;
					border: 1px solid #307CA3;
					font:normal 12px/16px "lucida grande",helvetica,verdana,sans-serif;
				}

				hr {
					position: relative;
					margin-top: -10px;
					margin-bottom: 10px;
				}

				input.button {
					color: #FFF;
					background-color: #307CA3;
					border: 1px solid #204A60;
					padding: 2px 4px 2px 4px;
					cursor: pointer;
				}

				input.button:hover {
					color: #FFF;
					background-color: #204A60;
					border: 1px solid #307CA3;
					padding: 2px 4px 2px 4px;
				}

				#balform_responsemessage, #balform_responsemessage_friends, #balform_responsemessage_comments, #photoform_responsemessage, #responsemessage_idea {
					font-weight: bold;
					color: #BC0000;
				}

				#photoform_responsemessage2 {
					font-weight: bold;
					color: #6EC200;
				}

				.negative {
					color: #BC0000;
				}

				.positive {
					color: #6EC200;
				}

				table#survey_results td {
					border: 1px solid #307CA3;
				}

				td.survey_results_title {
					background-color: #204A60;
					color: #FFF;
				}

				.comment {
					margin: 10px;
					margin-bottom: 20px;
					padding: 10px;
					background-color: #9BD0E8;
					border-radius: 8px;
					-moz-border-radius: 8px;
					-webkit-border-radius: 8px;
				}

					.comment_arrow {
						color: #9BD0E8;
						font-family: verdana, arial, sans-serif;
						font-size: 20px;
						position: relative;
						bottom: -22px;
					}

					.comment_title {
						font-size: 16px;
						margin-bottom: 8px;
					}

					.comment_info {
						color: #307CA3;
						font-size: 11px;
						margin-top: 4px;
						word-wrap: break-word;
					}

				.sociallink {
					position: relative;
					float: left;
					margin: 10px;
					margin-bottom: 20px;
					padding: 10px;
					background-color: #9BD0E8;
					border-radius: 8px;
					-moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					text-decoration: none;
				}

					.sociallink img {
						border: 0px;
						float: left;
						margin: 0px 4px 4px 0px;
					}

					.socialheading {
						font-weight: bold;
						color: #FFF;
					}

					.socialtekst {
						color: #FFF;
					}

					.socialarrow {
						color: #9BD0E8;
						font-family: verdana, arial, sans-serif;
						font-size: 20px;
						position: relative;
						bottom: -22px;
					}

				.sociallink:hover {
					background-color: #FFF;
				}

				.sociallink:hover .socialheading, .sociallink:hover .socialtekst {
					color: #9BD0E8;
				}

				.sociallink:hover .socialarrow {
					color: #FFF;
				}

				#photo_thumbs td {
					margin: 4px;
					padding: 2px;
					border: 1px solid #9BD0E8;
					outline: none;
				}

				#photo_thumbs td:hover {
					border: 1px solid #307CA3;
				}

				img.photo_thumbimage {
					border: none;
				}

				#idea_video, #idea_photo, #idea_text {
					margin-left: 140px;
				}

				.newsitem {
					position: relative;
					float: left;
					margin: 10px 10px 20px 10px;
					padding: 5px;
					font-family: verdana, arial, helvetica;
				}

					.newsitem_title {
						position: relative;
						font-weight: bold;
						font-size: 14px;
						margin-bottom: 5px;
					}

					.newsitem_datetime {
						font-size: 10px;
						color: #307CA3;
					}

					.newsitem_image {
						position: relative;
						float: left;
						margin: 0px 10px 5px 0px;
					}

			div#bottombar {
				float: left;
				position: relative;
				width: 970px;
				height: 55px;
				background-image: url("../img/gradientbar_bottom.png");
				position: relative;
				padding: 29px 0px 0px 20px;
				background-image: url("/img/gradientbar_bottom.png");
				background-repeat: repeat-y;
				margin-top: -20px;
				z-index: 1;
				font:bold 13px/15px "lucida grande",helvetica,verdana,sans-serif;
				color: #E5ECF2;
				text-shadow: 0px 1px 1px #237098;
				text-align:center;

			}
			div#bottombar p {
/*
				font:bold 13pt/31px "lucida grande",helvetica,verdana,sans-serif;
				line-height: 24px; 
				color: #2C5A73;
				font-style: italic;
				text-shadow: 0px 1px 1px #9BD0E8;
				filter: progid:dximagetransform.microsoft.shadow(color=#9BD0E8,direction=180,strength=2);
*/
			}
		div#pagewrapper_bottomshade {
			float: left;
			width: 1006px;
			height: 8px;
			background-image: url("../img/pagewrapper_bottom.png");
			background-repeat: no-repeat;
			font-size: 0px;
		}
		div#footer {
			float: left;
			display: block;
			position: relative;
			width: 990px;
			height: auto;
			padding: 10px 0px 0px 16px;
			background-image: url("../img/footer.png");
			background-repeat: no-repeat;
			}
			div.footer_column {
				position: relative;
				float: left;
				width: 306px;
				_width: 300px;
				margin: 11px;
				margin-top: 9px;
				color: #3488AC;
				font-size: 10pt;
				line-height: 24px;
				z-index: 3;
				}
				div.footer_title {
					color: #10567E;
					font-size: 12px;
					font-weight: bold;
					margin-bottom: 10px;
				}
				a.footer_link {
					color: #3488AC;
					display:block;
					text-decoration: none;
				}
				a.footer_link:hover {
					color: #10567E;
				}

			div#footer_bottom {
				position: relative;
				float: left;
				display: block;
				width: 1006px;
				height: 20px;
				margin-bottom: 30px;
				background-image: url("../img/footer.png");
				background-repeat: no-repeat;
				background-position: left bottom;
				z-index: 1;
			}


/* Links and buttons */
a {
	color: #78ACC6;
	outline: none;
}
a:hover {
	color: #202027;
}
a img{border:none}
/* Headings and paragraphs */
.textblock {
	padding: 40px;
}
h1 {
	font-size:150%;
	font-weight:bold;
	color: #204A60;
	margin: 5px 0px 10px 0px;
}
h2,h3 {
	color: #78ACC6;
	font-size:130%;
	font-weight:normal;
	margin: 5px 0px 10px 0px;
}
h3{
	font-size:120%;
}
p {
	color: #204A60;
	font:normal 12px/20px verdana,helvetica,sans-serif;
	margin: 0px 0px 10px 0px;
}
.small {font-size: 9px}
.medium {font-size: 12px}
.big {font-size: 14px}
.white {color: #FFF}
.blue {color: #33799D}
.darkblue {color: #174055}
.orange {color: #E39A39}
.ucase {text-transform: uppercase}
.bold {font-weight: bold}
.underline { text-decoration: underline;}
div.button {
	float: left;
	display: block;
	cursor: pointer;
	padding-left: 10px;
	width: auto;
	height: 29px;
	background-image: url("../img/button.png");
	background-repeat: no-repeat;
	margin-right: 24px;
	margin-bottom: 4px;
}
	a.button_link {
		position: relative;
		float: left;
		display: block;
		width: auto;
		height: 21px;
		margin-right: -20px;
		padding: 6px 10px 0px 0px;
		background-image: url("../img/button.png");
		background-repeat: no-repeat;
		background-position: right top;
		font-weight: bold;
		font-size: 10pt;
	}
		a.button_link div {
			position: relative;
			color: #FFF;
			cursor: pointer;
			float: left;
			margin: 0px 0px 0px 4px;
			display: block;
		}
		a.button_link:hover {
			color: #FFF;
		}
	div.button:hover {
		background-position: 0px -29px;
	}
		div.button:hover a.button_link {
			background-position: right -29px;
		}
div.button_light {
	float: left;
	display: block;
	cursor: pointer;
	padding-left: 10px;
	width: auto;
	height: 29px;
	background-image: url("../img/button.png");
	background-repeat: no-repeat;
	background-position: 0px -29px;
	margin-right: 24px;
	margin-bottom: 4px;
}
	a.button_light_link {
		position: relative;
		float: left;
		display: block;
		width: auto;
		height: 21px;
		margin-right: -20px;
		padding: 6px 10px 0px 0px;
		background-image: url("../img/button.png");
		background-repeat: no-repeat;
		background-position: right -29px;
		font-weight: bold;
		font-size: 10pt;
	}
		a.button_light_link div {
			position: relative;
			color: #FFF;
			cursor: pointer;
			float: left;
			margin: 0px 0px 0px 4px;
			display: block;
		}
		a.button_light_link:hover {
			color: #FFF;
		}
	div.button_light:hover {
		background-position: 0px 0px;
	}
		div.button_light:hover a.button_light_link {
			background-position: right 0px;
		}
div.button_dark {
	float: left;
	display: block;
	cursor: pointer;
	padding-left: 10px;
	width: auto;
	height: 35px;
	background-image: url("../img/button_dark.png");
	background-repeat: no-repeat;
	margin-right: 24px;
	margin-bottom: 4px;
}
	a.button_dark_link {
		position: relative;
		float: left;
		display: block;
		width: auto;
		height: 25px;
		margin-right: -20px;
		padding: 10px 4px 0px 4px;
		background-image: url("../img/button_dark.png");
		background-repeat: no-repeat;
		background-position: right top;
		font-size: 10pt;
	}
		a.button_dark_link div {
			position: relative;
			color: #FFF;
			cursor: pointer;
			float: left;
			margin: 0px 4px 0px 6px;
			display: block;
		}
		a.button_dark_link:hover {
			color: #FFF;
		}
	div.button_dark:hover {
		background-position: 0px -35px;
	}
		div.button_dark:hover a.button_dark_link {
			background-position: right -35px;
		}
.icon_pdf {
	width: 50px;
	height: 52px;
	background-image: url("../img/icon_pdf.png");
	background-repeat: no-repeat;
}
.icon_notice {
	width: 15px;
	height: 16px;
	background-image: url("../img/icon_notice.png");
	background-repeat: no-repeat;
}
.icon_edit {
	width: 15px;
	height: 16px;
	background-image: url("../img/icon_edit.png");
	background-repeat: no-repeat;
}
.icon_delete {
	width: 14px;
	height: 14px;
	background-image: url("../img/icon_delete.png");
	background-repeat: no-repeat;
}
.icon_save {
	width: 16px;
	height: 16px;
	background-image: url("../img/icon_save.png");
	background-repeat: no-repeat;
}
a.icon_pdf:hover, a.icon_notice:hover, a.icon_edit:hover, a.icon_delete:hover, a.icon_save:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

/* Scroll boxes */
div.scroll_box {
	position: absolute;
	overflow: hidden;
	left: 10px;
	right: 7px;
	top: 38px;
	bottom: 10px;
}

div.scroll_content {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 8px;
	padding-right: 30px;
}

/* Samhoud logos */
.samhoud_corp {
	position: relative;
	display: block;
	width: 70px;
	height: 19px;
	background-image: url("../img/samhoud_corp.png");
	background-repeat: no-repeat;
}
.samhoud_foundation {
	position: relative;
	display: block;
	width: 128px;
	height: 19px;
	background-image: url("../img/samhoud_foundation.png");
	background-repeat: no-repeat;
}
.samhoud_women {
	position: relative;
	display: block;
	width: 111px;
	height: 19px;
	background-image: url("../img/samhoud_women.png");
	background-repeat: no-repeat;
}
.samhoud_school {
	position: relative;
	display: block;
	width: 107px;
	height: 19px;
	background-image: url("../img/samhoud_school.png");
	background-repeat: no-repeat;
}
.samhoud_media {
	position: relative;
	display: block;
	width: 106px;
	height: 19px;
	background-image: url("../img/samhoud_media.png");
	background-repeat: no-repeat;
}
/* Socials */
.social_linkedin {
	width: 24px;
	height: 24px;
	background-image: url("../img/social_linkedin.png");
	background-repeat: no-repeat;
}
.social_facebook {
	width: 24px;
	height: 24px;
	background-image: url("../img/social_facebook.png");
	background-repeat: no-repeat;
}
.social_hyves {
	width: 24px;
	height: 24px;
	background-image: url("../img/social_hyves.png");
	background-repeat: no-repeat;
}
.social_twitter {
	width: 24px;
	height: 24px;
	background-image: url("../img/social_twitter.png");
	background-repeat: no-repeat;
}
.social_blog {
	width: 24px;
	height: 24px;
	background-image: url("../img/social_wordpress.png");
	background-repeat: no-repeat;
}
.social_youtube {
	width: 24px;
	height: 24px;
	background-image: url("../img/social_youtube.png");
	background-repeat: no-repeat;
}
/* Tabs */
div.tab, div.tab_active {
	position: relative;
	display: block;
	float: left;
	width: auto;
	height: 48px;
	margin-right: 10px;
	padding: 0px 10px 0px 0px;
	background-image: url("../img/tab.png");
	background-repeat: no-repeat;
	text-transform: uppercase;
	_margin-right: 20px;
}
div.tab:hover, div.tab_active {
	background-position: 0px -48px;
}
div.tab a, div.tab_active a {
	text-decoration: none;
}
	a.tab_link {
		position: relative;
		display: block;
		float: left;
		width: auto;
		height: 34px;
		margin: 0px -20px 0px 20px;
		padding: 14px 24px 0px 0px;
		background-image: url("../img/tab_noshade.png");
		background-position: right top;
		font-weight: bold;
		z-index: 1;
		_margin-left: 10px;
	}
	a.tab_link:hover {
		color: #FFF;
	}
	div.tab:hover a.tab_link, div.tab_active a.tab_link {
		color: #FFF;
		background-position: right bottom;
	}
	div.tab_arrow {
		position: relative;
		display: none;
		width: auto;
		height: 14px;
		margin-left: 20px;
		margin-top: 41px;
		background-image: url("../img/tab_arrow.png");
		background-repeat: no-repeat;
		background-position: center top;
		z-index: 2;
	}
	div.tab_active .tab_arrow, div.tab:hover .tab_arrow{
		display: block;
		_display: none;
	}
/* Misc elements */
input.textfield {
	font-size: 9px;
	padding: 4px 6px 0px 6px;
	color: #88959D;
	height: 21px;
	background-image: url("../img/textfield.png");
	background-repeat: no-repeat;
	border: none;
	border-right: 1px solid #2D4E63;
}
div.article {
	float: left;
	width:100%;
}
.title {
	float: left;
	display: block;
	width: 100%;
	height: 30px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #33799D;
}
	.title_label {
		position: absolute;
		padding: 4px 0px 0px 16px;
		width: auto;
		height: 30px;
		background-image: url("../img/title.png");
		background-repeat: no-repeat;
		color: #FFF;
		font-size: 12pt;
		font-weight: bold;
	}
	.title_right {
		position: absolute;
		right: -20px;
		top: 4px;
		width: 20px;
		height: 30px;
		margin-top: -4px;
		background-image: url("../img/title.png");
		background-repeat: no-repeat;
		background-position: right top;
	}
	.title_date {
		position: absolute;
		right: 0px;
		margin-right: -224px;
		top: 8px;
		width: 200px;
		height: 30px;
		color: #78ACC6;
		font-size: 9pt;
	}
	div.article_content {
		color: #204A60;
		font-size: 11pt;
	}
		img.article_image {
			float: left;
			margin-right: 10px;
		}
hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #AEC9D9;
	background: none;
}


/* Floats and clears */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
/* Margins */
.margin_medium {
	margin: 4px;
}
.margin_medium_t {
	margin-top: 4px;
}
.margin_medium_b {
	margin-bottom: 4px;
}
.margin_medium_l {
	margin-left: 4px;
}
.margin_medium_r {
	margin-right: 4px;
}
.margin_big {
	margin: 10px;
}
.margin_big_t {
	margin-top: 10px;
}
.margin_big_b {
	margin-bottom: 10px;
}
.margin_big_l {
	margin-left: 10px;
}
.margin_big_r {
	margin-right: 10px;
}


/* Lightbox */
body { _height:100%;_margin:0px; } /* Internet Explorer fix */

div#lightbox {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}
