@import url('../Center/style.css');

#fw-head {
	height:100px;
	text-align:right;
}

#fw-title {
	margin-left:0px;
	margin-right:auto;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	white-space:nowrap;
	z-index:1;
}

#fw-smalltitle {
	position: absolute;
	text-align:left;
	top:35px;
	left:10px;
	white-space:nowrap;
	z-index:2;
}

.fw-logo {
	position:relative;
	margin-left:auto;
	width:100%;
	height:100px;
	background-repeat:no-repeat;
	background-position:right;
}

#fw-nav-menu ul {
	text-align:left;
}

.formSpan { display: block; margin-bottom: 1.25em; }

.fw-odd, .fw-secondary {background-color: #fff;}
.fw-even, .fw-primary {background-color: #eee;}
.fw-tertiary {background-color: #ccc; border-color: #ccc;}
