@font-face {
    font-family: Avenir-Book;
    src: url('/s/site/cumberland/AvenirLTPro-Book.otf');
}

html,body{
	font-family:Avenir-Book;
}

#header{
	padding-top: 65px;
}

#logo{
	width:105px;
	margin:0 auto;
}

#head{
	text-transform:uppercase;
	color:black;
	font-size:16px;
	margin-top: 10px;
}

#head a, #head a:link, #head a:visited{
	color:black;
	text-decoration:underline;
	font-size:16px;
}

#head a:hover, #head a:active, #head a:focus{
	color:#00a1d9;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
}

#body{
	padding: 15px;
	min-height:700px;
}

a, a:link, a:visited{
	color:#00a1d9;
	text-decoration:none;
	transition: all 0.2s ease-in-out;
}

a:hover, a:active, a:focus {
	color: #00a976;
	text-decoration: none;
	border:none;
}

.iconbar .item a:hover, .iconbar .item a:active,.iconbar .item a:focus{
	text-decoration:none;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
	margin-top:130px;
}

#lastSaved{
	margin-top:-70px;
}

#head{
	height:30px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

#appnav{
	padding: 0px;
	width: 200px;
	font-family:Avenir-Book;
	background-color:#dad8d6;
}

#appnav h4{
	border:none;
}

.ftEditForm{
	border:none;	
	width:700px;
}

#appnav h3{
	background: #01AE81;
	color: white;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
	border:none;
}

#appnav li{
	border:none;
	margin:0px;
	font-size: 14px;
	font-weight: 100;
	border-top: 1px solid #cbc6c1;
}

#appnav .current{
	background-color:transparent;
	border:none;
	margin:0px;
	padding:8px;
	border-top: 1px solid #cbc6c1;
	font-weight:bold;
	background-color:#aaa89e;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	padding:8px;
	color:black;
}

#appnav a:hover, #appnav a:active, #appnav a:focus{
	background-color:#aaa89e;
	color:black;
}

.appform h2, .ftEditSectionHeading{
	background-color:#298DCB;
	color:white;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
}

.appform .l{
	width: 197px;
}


.appform{
	width:720px;
}

.iconbar .item-narrow{
	width:175px;
}

#footer{
	height:200px;
	background-color:#282829;
	color:#878787;
}


.footer-position{
	width: 480px;
	padding-right: 40px;
	display:table-cell;
	font-size: 11px;
	line-height: 10px;
}

.footer-position h4{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 24px;
	color: #00a1d9;
}

#footer-content{	
	width:960px;
	margin:0 auto;
	padding-top: 30px;
	font-size:14px;
	font-weight:100;
	line-height:20px
}

.footer-position ul{
	margin-left:0px;
	font-size:12px;
}

.footer-position li{
	padding-bottom:10px;
	list-style:none;
	line-height: 20px;
}