/* CSS for page layout */

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#main {
	width: 900px;
	position: relative;
	margin: auto;
	text-align: left;
	background-color: #9faeb8;
}

#head {
	position: relative;
	height: 230px;
    background-color: #e9eae4;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		width: 414px;
		height: 62px;
		position: absolute;
		right: 14px;
		top: 130px;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 130px;
		width: 900px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#mainNav {
		position: absolute;
        bottom: 0;
		left: 0px;
        width: 100%;
        background: url(../images/mainnav_bg.gif) repeat-x 0 0; 
	}
	
	#mainNav li {
		float: left;
	}
        
    #mainNav li.first {
        padding-left: 19px;
    }
	
	#mainNav li a {
        line-height: 30px;
        padding: 5px 10px 0 11px;
		display: block;
		font-size: 11px;
/*        font-weight: bold;*/
		color: #e8e9e4;
		letter-spacing: 0.8px;
	}
	
	#mainNav a:hover {
        text-decoration: underline;       
    }
        
    #mainNav a.act,
	#mainNav a.cur {
		 font-weight: bold;
         background: url(../images/mainnav_act_bg.gif) repeat-x 0 5px;
	}
	
	#langNav {
		z-index:10;
		position:absolute;
		right:30px;
		bottom:0;
	}
	
	#langNav li {
		float: left;
		text-align:center;
		color:#fff;
		font-size: 11px;
		margin-left:3px;
	}
	
	#langNav li a, 
	#langNav li span {
        line-height: 30px;
		font-size: 11px;
		color:#fff;
	}
	
	#langNav li a.act {
		font-weight:bold;
	}
	
#leftCol {
	width: 230px;
	float: left;
}

	#subNav {
		margin: 60px 0 0 22px;
	}
	
	#subNav li a {
		display: block;
        /*color: #4b5d66;*/
		color: #374044;
        font-style: italic;
        font-size: 11px;
        line-height: 17px;
		letter-spacing: 0.8px;
	}
        
	#subNav li a {
		padding: 5px 10px 6px 10px; 
	}
	
	#subNav li.level1 {
		border-bottom: 1px solid #ebece7;
	}
	
	#subNav li.level1 ul{
		padding-bottom:5px;
	}
	
	#subNav li.level2 a {
        line-height: 15px;
		padding-left: 12px;
		background: url(../images/thirdnav_bg.gif) no-repeat 10px 6px;
		border:none;
		padding: 0 5px 3px 25px;
	}
	
	#subNav a.act,
	#subNav a.cur,
	#subNav a:hover,
	#subNav li.level2 a.act,
	#subNav li.level2 a.cur,
	#subNav li.level2a:hover {
         color: #ebede7;
	}
	
	#subNav a.act,
	#subNav a.cur,
	#subNav li.level2 a.act,
	#subNav li.level2 a.cur {	
			font-weight: bold;
	}
        
	#subNav li.level2 a.act,
	#subNav li.level2 a.cur,
	#subNav li.level2 a:hover {
         background: url(../images/thirdnav_act_bg.gif) no-repeat 10px 7px;
    }
	
#midCol {
	margin-left: 230px !important;
	margin-left: 227px; /* ie6 3px jog bugfix */
}

#home #midCol {
	margin-left: 100px !important;
	margin-left: 100px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		margin: 66px 31px 30px 30px;
		min-height: 420px;
		height: auto !important;
		height: 420px;
	}
	
	#home #midCol .ctArea {
		margin: 46px 31px 0px 30px;
		min-height: 440px;
		height: auto !important;
		height: 440px;
	}

#footer {
	clear: both;
	position: relative;
	width: 900px;
	height: 30px;
    background-color: #e8e9e4;
}

        #metaNav,
        #copyrightPhotograph,
        #copyrightSVH {
             position: absolute;
             top: 8px;
        }
		
		#metaNav {
			right: 284px;
		}
        
        #copyrightPhotograph {
			display: none;
            left: 464px;
			color: #666666;
			padding-right: 13px;
			font-size: 10px;
			letter-spacing: 1px;
        }
		
		#home #copyrightPhotograph {
			display: block;
		}
        
        #copyrightSVH {
            left: 618px;
        }
        
        #home #metaNav {
            right: 438px;
        }

		#metaNav li {
			float: left;
		}
	
		#metaNav a, 
        #copyrightSVH {
			display: block;
			color: #666666;
			padding-right: 13px;
			font-size: 10px;
			letter-spacing: 1px;
		}

		#copyright {
			visibility: hidden;
			display: none;
			font-size: 11px;
			line-height: 12px;
			position: absolute;	
			left: 238px;
			width: 100px;
			top: 50px;
		}
	
		#copyright a {
			position: absolute;
			top: 0px;
			left: 62px;
			display: block;
			width: 100px;
			text-indent: -102px;
			overflow: hidden;
			font-size: 11px;
			line-height: 12px;
			color: #000;
		}

