body, html{
	font-family:helvetica;
	color:#474747;
}

#header{
	height:120px;
	border-bottom: 2px solid #9f2c2c;
}

#header-wrap{
	width:960px;
	margin:0 auto;
}

#logo{
	padding:20px;
}

#head{
	height: 35px;
	font-size:14px;
}

#headlinks{
	font-size:14px;
}

#head a, #head a:link, #head a:visited{
	color:#919191;
	text-transform:uppercase;
	transition: all 250ms ease-in-out;
	border-left: 1px solid #dadada;
	padding-left:10px;
}

#head a:hover, #head a:active, #head a:focus{
	color:#9f2c2c;
	text-decoration:none;
	border:none;
	border-left: 1px solid #dadada;
}

#headlinks a, #headlinks a:link, #headlinks a:visited{
	border:none;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
}

#body{
	padding: 15px;
	min-height:700px;
	/*margin-top:20px;
	padding-top:40px;*/
}

h1{
	color:#9f2c2c;
	font-weight:100;
	font-size: 28px;
}

a, a:link, a:visited{
	color:#9f2c2c;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #892626;
	text-decoration: underline;
	border: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;
}

#appnav{
}

#appnav h4{
	border:none;
}

.ftEditForm{
	border:none;	
	width:700px;
}

#appnav h3{
	background-color:#9f2c2c;
	border:none;
	color:white;
	padding: 10px;
	font-size: 14px;
}

#appnav li{
	border:none;		
	padding:8px;
	margin-top:0px;
}

#appnav .current{
	border-left:none;
	padding: 8px 8px 8px 16px;
	margin-top:0px;
}

.appform h2, .ftEditSectionHeading{
	background-color:#9f2c2c;
	color:white;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
}

.appform .l{
	width: 197px;
}

#footer{
	overflow:hidden;
}

#footer-top{
	width:1440px;
	margin: 0px auto -4px auto;
}

#footer-main{
	background: linear-gradient(#a12d2d,#5a1819);
	height: 270px;
}

#footer-content{
	width: 960px;
	margin: 0 auto;
	padding-top:40px;
}

#footer h1{
	color: white;
}

#footer a, #footer a:link, #footer a:visited{
	color:white;
}

#footer-content-1, #footer-content-2{
	width:300px;
	float:left;
}

#footer-content-2 ul li{
	list-style:none;
	color:white;
}

#footer-content-2 ul{
	margin-left: 0px;
}