@import url('reset.css');
@import url('typography.css');

body{background: #ffffff; font: 12px Arial, sans-serif;}

a:link, a:visited{color:#FF6600;}
a:hover, a:active{color:#333;}

/* ---- container, wrapper, column etc ---- */
#container{
	width:1000px;
	margin:20px auto 0 auto;
	overflow:hidden;
}

#top-row{float:left; width:1000px; border-bottom:2px solid #D6D4D4;}

#mainColumn{
	width:1000px;
	float:left;
	overflow:hidden;
}

#sideColumn{
	width:266px;
	float:left;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

.innerContentWrapper{
	float:left;
	width:541px;
	border-left:2px solid #D6D4D4;
	border-right:2px solid #D6D4D4;
	padding-bottom:2000px;
	margin-bottom:-2000px;
	z-index:3;
}


/* ---- header --- */
#header{
	width:726px;
	float:left;
	border-right:2px solid #D6D4D4;
}
#header h1.logo {float:left; margin:0;}
#header h1.logo a{
	float:left;
	text-indent:-9999px;
	background:url(../images/sophiaImages/sophia-logo.jpg) no-repeat;
	width:128px;
	height:183px;
	margin:0 0 0 30px;
}

#header h1.banner{
	float:left;
	text-indent:-9999px;
	background:url(../images/sophiaImages/header-sophia.jpg) 10px 0 no-repeat;
	width:532px;
	height:183px;
	margin:0 0 0 25px;
	border-left:2px solid #D6D4D4;
}

/* ---- navigation ---- */
.navigation{
	float:left;
	width:183px;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}



.login-extranet{float:left; width:183px; margin:0 0 20px 0;}
.login-extranet table{width:173px; margin:0;}
.login-extranet table td{font-size:11px; padding-left:0;}
.login-extranet h3{text-transform:uppercase; color:#fff; padding:7px 10px 7px 0; width:163px; text-align:right; margin:0 0 10px 0; background:#9AD7F5; font-size:14px; font-weight:bold;}

.login-extranet #ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_umbLogin_4_PanelSignOut a{display:block;}

#nav ul#additional-nav{border-top:2px solid #D6D4D4; margin:50px 0 30px 0; padding:10px 0 0 0;}

/* ---- content ---- */
.content{
	float:left;
	padding:10px 10px 20px 10px;
	width:521px;
	height:auto;
	z-index:3;
}

.content img{margin:5px 10px 5px 5px;}


.content form{float:left; width:510px;}


.content h3{
	font-size:16px;
	color:#fff;
	background:#FAD36C;
	padding:5px 10px;
	width:501px;
	text-transform:uppercase;
	font-weight:bold;
}

/* --- footer ---*/
#container #footer{
	width:1000px;
	font-size:10px;
	border-top:2px solid #D6D4D4;
	clear:both;
	position:relative;
	z-index:3;
}	

#container #footer .yellow-border{position:absolute; top:-20px; left:195px; width:521px; height:10px; display:block; background:#FAD36C;}

#container #footer ul.footerColumn{
	float:left;
	list-style:none;
	margin:0 30px 0 0;
	padding:0;
	width:150px;
}

#container #footer ul.footerColumn.last{
	margin:0;
	width:140px;
}
#container #footer ul.footerColumn.first{
	width:170px;
}

#container #footer ul li{
	margin:0 0 10px 0;
	float:left;
}

#container .footer-description{float:left; margin:0 0 0 183px; width:526px; padding:10px 0 0 15px;
	border-left:2px solid #D6D4D4; 
	border-right:2px solid #D6D4D4;}

/*----- drop down nav ----*/
#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 183px;
		text-transform:uppercase;
		z-index:9999;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 183px;
		z-index:9999;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 183px;
		margin-top : -2.2em;
		opacity:0.97;
		-moz-opacity:0.97;
		-webkit-opacity:0.97;
		z-index:9999;
	}

	#nav li ul li a{
		background:#BCD875;
		text-align:left;
		color:#fff;
		border-bottom:2px solid #fff;
		padding:7px 10px;
		z-index:9999;
	}
	
	#nav li.selected ul li a{background:#BCD875;}
	#nav li.selected ul li a:link, #nav li.selected ul li a:visited{background:#BCD875;}
	#nav li.selected ul li a:hover, #nav li.selected ul li a:active{background:#FAD36C;}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		z-index:9999;
		margin: -28px 0 0 183px;

	}

	#nav li ul ul li a{
		background:#F9B57B;
		margin-left:10px;
	}
	
	#nav li.selected ul ul li a{background:#F9B57B;}
#nav li.selected ul ul li a:link, #nav li.selected ul ul li a:visited{background:#F9B57B;}
#nav li.selected ul ul li a:hover, #nav li.selected ul ul li a:active{background:#FAD36C;}
	
	#nav li a {
		width: 173px;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		padding : 7px 10px 7px 0;
		text-align:right;
	}
	
	#nav li.selected a{background:#FAD36C;}
	
	#nav li a:hover {
		color : white;
		background-color : #FAD36C;
		z-index:9999;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		z-index:9999;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		z-index:9999;
	}



/* project column */
#projectColumn{
	float:left;
	padding:3px 0 0 10px;
	color:#fff;
}

#projectColumn h2{
	width:240px;
	padding:5px 8px;
	background:#C49FC9;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

#projectColumn p{line-height:120%;}
#projectColumn a{color:#fff;}

.contentItem{
	float:left;
	width:112px;
	height:116px;
	margin:0 10px 0 0;
	color:#fff;
	padding:5px;
	overflow:hidden;
} 

.contentItem h3{
	color:#fff;
	margin:0 0 5px 0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#projectColumn .contentItem{
	background:#F291BC;
}

/*---- latest news ----*/
#latestNews{
	float:left;
	padding:10px 0 13px 10px;
	width:256px;
	margin:0;
}

#latestNews, #latestNews li{
	list-style-type:none;
}

#latestNews li{
	float:left;
	margin:0 0 10px 0;
}

#latestNews h2{
	width:240px;
	padding:5px 8px;
	background:#9AD6F5;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

#latestNews p{line-height:120%;}
#latestNews a{color:#fff;}
.contentItem.news-1{
	background:#B8D66E;
	margin:0;
}

.contentItem.news-2{
	background:#C49EC9;
}

.contentItem.news-3{
	background:#9AD7F6;
	margin:0;
}

.leftImage{
	float:left;
	margin:0 10px 0 0;
}

table table.formstyle{margin:0; width:auto; position:relative;}

table table.formstyle-long{margin:0;}
.formstyle-long input{display:inline-block; float:left; margin:0 5px 20px 0; }
.formstyle-long label{float:left; display:block; width:460px;}

.content table{width:500px;}



#nested-form-bug {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
}

a.donatie {float:right; text-indent:-9999px; width:120px; height:27px; background:url(../images/sophiaImages/sophia-donatie.png) no-repeat; margin:0 10px 10px 0;}
a.donatie :link, a.donatie :visited{background-position:0;}
a.donatie :hover, a.donatie :active{background-position:-27px;}

contenttemplate div {display:block; width:100%;}
contenttemplate div table, contenttemplate table{width:100%; display:block; float:left;}


p .heading{font-weight:bold; margin-top:-10px;}


















