html,body{
	font-family:Tahoma;
	color:#333F48;
}

#header{
	height:135px;
	background-color:#00B2A9;
}

#logo{
	width:960px;
	margin: 0 auto;
	height:97px;
}
/*
#title-bar{
	height:47px;
	background-color:#586F78;
}*/

#head-bar{
	height:38px;
	background-color:#333F48;
}

#head{
	color:white;
	height: 38px;
	font-size: 16px;
	line-height: 28px;
}

#head a, #head a:link, #head a:visited{
	color:white;
	text-decoration:none;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 5px;
	border-left:1px solid white;
}

#head a:hover, #head a:active, #head a:focus{
	color:white;
	text-decoration:underline;
	border:none;
	border-left:1px solid white;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	margin-top: -38px;
}

#body{
	padding: 15px;
	min-height:700px;
	/*margin-top:20px;
	padding-top:40px;*/
}

a, a:link, a:visited{
	color:#00B2A9;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #00B2A9;
	text-decoration: underline;
	border:none;
}

h1{
	font-size: 30px;
	color: #05a99d;
	font-weight: 400;
}

h4{
	font-size: 20px;
	margin-bottom: 10px;
}

.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;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

#appnav{
	float:left;
	background-color:#00B2A9;
	border:none;
	padding:0px;
	margin-bottom:-400px;
	color:white;
	width: 185px;
}

#appnav .current{
	border:none;
	border-left:none;
	margin:0px;
	color:white;
	padding:8px;
	background-color:#00B2A9;
	font-family: tahoma;
	font-size: 14px;
	font-weight:600;
	border-bottom: 1px solid white;
}

#appnav .current .page_review.anchor_{
	padding:0px;
	font-weight:600;
}

#appnav h3{
	border: none;
	text-align: center;
	font-size: 16px;
	color: white;
	background-color: #00B2A9;
	margin:0px;
	padding:8px;
	border-bottom: 1px solid white;
}

#appnav li{
	border:none;
	padding:0px;
	margin:0px;
	border-bottom: 1px solid white;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	color:white;
	padding:8px;
	font-weight: 300;
	font-family: tahoma;
	font-size: 14px;
}

#appnav a:hover, #appnav a:active, #appnav a:focus{
	text-decoration:underline;
	border:none;
}

#appnav hr{
	padding:0px;
	margin:0px;
	visibility:hidden;
}

#htmlForm .appform{
	margin-left:200px;
}

.ftEditForm{
	/*margin-left: 190px;*/
	width: 100%;
}

.appform h2, .ftEditSectionHeading{
	background-color:#333F48;
	color:white;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border: none;
	padding: 5px;
	background: white;
	margin: 10px 0 10px 0;
	height: 28px;
	/*width:100%;*/
	position: relative;
}

.appform .btn .mid{
	width:60%;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
	background-color: #05a99d;
	color: white;
	border: none;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
	opacity: 0.8;
	background-color: #05a99d;
	cursor:pointer;
}

.review.btndisabled{
	cursor:not-allowed !important;
}

.appform .l{
	width: 197px;
}

#footer{
	height:147px;
	background-color:#00B2A9;
	color:white;
	font-size:14px;
}

#footer-content{
	width:960px;
	margin:0 auto;
}

.footer-position{
	width: 24%;
	float: left;
	height: 110px;
	padding: 20px;
}

#footer-logo{
	width:37%;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom:5px;
}

#footer a, #footer a:link, #footer a:visited{
	color:white;
	text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:white;
	text-decoration:underline;
	border:none;
}