#fp-menu-wrapper {
	display: none;
}

@media (min-width: 1024px) {
	#fp-menu-wrapper {
		display: block;
	}
}

#fp-menu {
	margin:0 -15px;
	padding:0;
}

#fp-menu::after {
    display: block;
    clear: both;
    content: "";
}

	#fp-menu li, #fp-menu-top li {
		display:block;
		float:left;
	}
	
	#fp-menu li a, #fp-menu-top li a {
		display:block;
	}
	
	#fp-menu-1, #fp-menu-2, #fp-menu-3 {
		position: relative;
		width: 33.332%;
		padding: 0 15px;
	}

	@media (min-width: 1024px) {
		#fp-menu li a, #fp-menu-top li a, #fp-menu-1, #fp-menu-2, #fp-menu-3 {
			height:90px;
		}
	}
	
	#fp-menu-3 a {
		border-right: none !important;
	}
	
	#fp-menu-1 a, #fp-menu-2 a, #fp-menu-3 a {
		background: #334f5b;
		font-family: "museo", Helvetica, "Helvetica Neue", Arial, sans-serif;
		font-size: 24px;
		font-weight: 500;
		color: white;
		padding: 14px 20px 15px 20px;
		text-decoration: none;
		color: white;
		border-radius: 5px;
	}
	
	#fp-menu-1 a:active, #fp-menu-2 a:active, #fp-menu-3 a:active {
		background: #334f5b;
	}
	
	#fp-menu-1 .naviSubtitle, #fp-menu-2 .naviSubtitle, #fp-menu-3 .naviSubtitle {
		font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
		font-size: 14px;
		width: 310px;
		padding: 0 35px;
		position: absolute;
		left: 0;
		bottom: 20px;
		color: white;
		white-space: nowrap;
		cursor: default;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		pointer-events: none;
		display: none;
	}

	@media (min-width: 1024px) {
		#fp-menu-1 .naviSubtitle, #fp-menu-2 .naviSubtitle, #fp-menu-3 .naviSubtitle {
			display: block;
		}
	}


#header {
	height:140px;
	background:url('../images/logo.png') center center no-repeat;
}

	#fp-homelink {
		overflow:hidden;
		display:block;
		position:absolute;
		top:80px;
		left:30px;
		width:231px;
		height:30px;
		line-height:30px;
		color: #678290;
		text-decoration: none;
		font-family: "museo", Arial, Helvetica, Geneva, sans-serif;
		font-weight: 300;
		font-size: 110%;
	}
	#fp-homelink:hover {
		color: #4d6673;
	}
	
	
#fp-menu-top {
	position:absolute;
	top:80px;
	right:74px;
	overflow: hidden;
	border-right: none;
	padding: 0;
	margin: 0;
}

	#fp-menu-top li a {
		height:28px;
		padding: 0 10px;
		line-height: 28px;
		font-size: 80%;
		color: #678290;
		margin-left: -1px;
		text-decoration: none;
	}
	#fp-menu-top li a:active {
		color: #34515d;
	}
	
	#fp-menu-top #fp-menu-top-1,
	#fp-menu-top #fp-menu-top-2,
	#fp-menu-top #fp-menu-top-3 {
		display: none;
	}
		
#content {
	min-height:200px;
}

	#content #left {
		width:554px;
		float:left;
		margin-left:45px;
	}
	
	#content .three-column-wrapper {
		padding: 0 35px;
	}
	
	#content .three-column-wrapper .csc-frame.csc-frame-frame1,
	#content .three-column-wrapper .csc-frame.csc-frame-frame2 {
		color: white;
		border-radius: 3px;
		padding: 10px 12px;
		width: 253px;
		margin-left: -12px;
	}
	
	#content .three-column-wrapper .csc-frame.csc-frame-frame1 {
		background-color: #f19d30;
	}
	
	#content .three-column-wrapper .csc-frame.csc-frame-frame2 {
		background-color: #ef6830;
	}
	
	#content .three-column-wrapper .csc-frame.csc-frame-frame1 p,
	#content .three-column-wrapper .csc-frame.csc-frame-frame1 a,
	#content .three-column-wrapper .csc-frame.csc-frame-frame1 .image-header-1,
	#content .three-column-wrapper .csc-frame.csc-frame-frame2 p,
	#content .three-column-wrapper .csc-frame.csc-frame-frame2 a,
	#content .three-column-wrapper .csc-frame.csc-frame-frame2 .image-header-1 {
		color: white !important;
	}
	
	#content .three-column {
		width:253px;
		float:left;
		margin-right:35px;
	}
	
	#content .three-column .last {
		margin-right:0;
	}
	
	#content #news h1 {
		font-size: 120%;
		margin-bottom: 0.2em;
		color: #334f5b;
	}
	
	#content #news .csc-default,
	#content #news .csc-frame {
		margin-bottom: 1.8em;
	}

#news {
	clear:both;
	padding-top:15px;
}

	#news div:first-child h1 {
		margin-top: 0 !important;
	}

	#news p {
		margin:0 0 5px 0;
		padding:0;
		font-size:80%;
		color:#636363;
		line-height:140%;
	}
	#news a {
		color:#698592;
	}

#search-wrapper {
	clear:both;
	width: 934px;
	padding: 0 0 30px 0;
}
/*#search-submit {
	font-size:1px;
	color:#ede6d6;
}

#search-start {
	height:40px;
}

#search-start h1 {
	margin:10px auto 0 auto;
	padding:0;
	width:254px;
}*/

#search {
	width: 38px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	#search.open {
		width: 295px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

#search-word {
	width:250px !important;
}
