@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,900');

html,body{
	font-family:Nunito Sans;
	background-image: url(/s/site/fisheriesvic/quick_links_background.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom 200px;
}

#header{
	height: 169px;
	position: fixed;
	width: 100%;
	background-color: white;
	z-index:8;
}

@-moz-document url-prefix() {
    #header{
        height: 176px;
    }
}

#logo{
	width:960px;
	margin:0 auto;
}

#head-bar{
	background: linear-gradient(to right, #00829B, #03406C);
	height:50px;
}

#head{
	height: 50px;
	margin-top: -60px;
	color:white;
	line-height: 40px;
	z-index: 9;
	position: fixed;
	width: 960px;
}

@-moz-document url-prefix() {
    #head{
        margin-top:-54px;
    }
}

/*
head moz 
	margin-top:-54px;
*/
	
#head a, #head a:link, #head a:visited{
	color:white;
	text-decoration:none;
	padding: 10px 20px;
	font-size:16px;
}

#head a:hover, #head a:active, #head a:focus{
	border:none;
	border-bottom: 4px solid white;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 120px;
}

#body{
	padding: 15px;
	min-height:700px;
	/*margin-top:20px;
	padding-top:40px;*/
}

a, a:link, a:visited{
	color:#00778F;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #00778F;
	text-decoration: underline;
	border:none;
}

h1{
	font-size: 35px;
	color: #00819a;
	font-weight: 900;
}

h2{
	color:#004976;
	font-size: 24px;
	font-weight:700;
}

h4{
	font-size: 20px;
	margin-bottom: 15px;
}

.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;
	border:none;
	margin-bottom:-4000px;
	color:white;
	padding:0px;
	margin-top: 48px;
	width:180px;
	background-color:#E5F7F9;
	font-size: 14px;
}

#appnav h3{
	border:none;	
	padding: 8px;
	background: #00829B;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
}

#appnav li{
	border:none;
	padding:0px;
	margin:0px;
}

#appnav .current{
	padding: 14px 10px;
	background-color:#004876;
	color:white;
	font-weight:600;
	border:none;
	border-bottom:1px solid #004876;
	margin:0px;
	font-weight:700;
	font-size: 14px;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	padding: 14px 10px;
	background-color:#E5F7F9;
	color:#004876;
	font-weight:600;
	border-bottom:1px solid #004876;
	font-size: 14px;
}

#appnav a:hover, #appnav a:active, #appnav a:focus{
	font-weight:700;
	text-decoration:underline;
}

#appnav hr{
	margin: 0px;
	visibility: hidden;
}

.page_review.anchor_{
	border-bottom:none !important;
}

#htmlForm .appform{ 
	margin-left:200px;
}

.ftEditForm{
	/*margin-left: 190px;*/
	width: 100%;
}

.appform h2, .ftEditSectionHeading{
	background: linear-gradient(to right, #00829B, #03406C);
	color:white;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	padding: 5px;
	background: transparent;
	margin: 10px 0 10px 0;
	height: 28px;
	/*width:100%;*/
	position: relative;
	z-index: 1;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
	transition: all 0.35s ease-in;
	background-color: #008099;
	color: #ffffff;
	font-weight:bold;
	border:none;
	cursor:pointer;
	padding:0px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover{
	background-color:#004976;
}

.appform .btn .mid{
	width:60%;
}

.appform .l{
	width: 197px;
}

#footer{
	background-color:white;
}

#footer-bar{
	background: linear-gradient(to right, #00829B, #03406C);
	height:50px;
}

#footer-lower{
	height:200px;
	width:960px;
	margin:0 auto;
}

#footer-logo{
	background-image: url(/s/site/fisheriesvic/vic_govt_logo.PNG);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 40%;
}

.footer-position{
	width: 30%;
	float: left;
	height: 110px;
	padding: 16px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom:5px;
}
