/* CSS Document */

/*#############*/
/*    Header   */
/*#############*/

#headerCont {
	width:100%;
	position: relative;
	/*overflow:auto; FlowBehind*/
	background-color:rgba(255, 255, 255, 0.80);
	border-bottom:1px solid #069494;  /* Template Change */
}

#headerWrap {
	/*width:1056px;*/
	/* Set custom break point in  navigation.js as well. Based on nav contents*/
	width:80%;
	margin:0 auto;
	position: relative;
	/*overflow:auto; FlowBehind*/
	/*border:1px solid #066;*/
}
#headerWrap .logo{
	float:left;
	margin:12px 10px 10px 10px;
	/*border:1px solid #F63;*/
}
@media only screen and (max-width: 1400px) {
	#headerWrap {
		width:97%;
	}

}

#headerWrap .topRight{
	float:right;
	padding:15px 15px 10px 5px;
	font-size:14px;
}

/* Opt for natural links. 

#headerWrap .topRight a:link {color:#333; line-height: inherit;}
#headerWrap .topRight a:visited {color:#333; outline: 0;}
#headerWrap .topRight a:hover {color:#4b7b02;}
#headerWrap .topRight a:active {color:#333;}
#headerWrap .topRight a:focus {color:#333;} */
