/* 	Property Adjustment Key: top, right, bottom, left */

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 140px;
	background-color: #1C5180;
	position: relative;
}

#header * {
    font-family: Arial;
    font-size: 105%;
}

.funwayHeaderLogo {
	background: #1C5180 url(images/funwayHeaderLogo.gif?v=2) no-repeat top left;
	width: 322px;
	height: 53px;
	position: absolute;
	top: 35px;
	left: 10px;
}

#profileLinks {
	width: 100%;
	text-align: right;
	padding: 7px 0px 0px 0px;
	font-size: 94%;
	letter-spacing: normal;
	color: #FFFFFF;
	*height: 30px;
}

#profileLinks a:link, #profileLinks a:visited, #profileLinks a:active {
	color: #B4D7F2; 
	text-decoration: underline;
}
	
#profileLinks a:hover {
	text-decoration: none;
}

#profileLinks a.headerHighlight {
    color: #ffbf00;
    font-weight: bold;
}

.contactText, #profileLinks .pipe {
	color: #B4D7F2;
}

#header .phoneHighlight, #header .highlight {
	color: #FFBF00;
	font-weight: bold;
	font-size: 130%;
}

.noUnderline {
    text-decoration: none;
}

/* Nav Bar */

#nav {
	width: 994px;
	height: 44px;	
	left: 0;
	bottom: -7px;
	padding: 0px 0px 0px 0px;	
	position: absolute;
}

#nav li {margin: 0; padding: 0; list-style: none; float: left;}

#nav li img {height: 44px; display: block;}

#nav li a img {background: url(images/navSprite.gif?v=2) no-repeat;}

#nav li#panel1nav a img {width: 193px; background-position: 0 0;}
#nav li#panel2nav a img {width: 117px; background-position: -193px 0;}
#nav li#panel3nav a img {width: 206px; background-position: -310px 0;}
#nav li#panel4nav a img {width: 143px; background-position: -516px 0;}
#nav li#panel5nav a img {width: 154px; background-position: -659px 0;}
#nav li#panel6nav a img {width: 181px; background-position: -813px 0;}	 

#nav li#panel1nav a:hover img {width: 193px; background-position: 0 -46px;}
#nav li#panel2nav a:hover img {width: 117px; background-position: -193px -46px;}
#nav li#panel3nav a:hover img {width: 206px; background-position: -310px -46px;}
#nav li#panel4nav a:hover img {width: 143px; background-position: -516px -46px;}
#nav li#panel5nav a:hover img {width: 154px; background-position: -659px -46px;}
#nav li#panel6nav a:hover img {width: 181px; background-position: -813px -46px;}
































#secondNavField {
	padding: 5px 10px 0px 0px;
	font-size: 90%;
	text-align: right;
	width: 979px;
}

#navPosition {
	padding: 0px 0px 0px 412px;
	margin: 0px 6px 0px 0px;
	border-bottom: 1px solid #25A1D8;
	float: right;
	clear: both;
}

#primeNavField {
	padding: 10px 0px 0px 15px;


	width: 974px;
	overflow: hidden;
}

#topLogo a {
	background: #9FAAAC url(images/header_grey.jpg?v=2) no-repeat top center;
	margin-right: auto;
	margin-left: auto;
	width: 598px;
	height: 85px;
	text-indent: -9000px;
	display: block;
}







/* Language Selector */

fieldset#languageSelector {
    width: auto;
    display: inline;
    float: right;
    margin: 0 20px 0 0;
}

fieldset#languageSelector label {
    font-size: 80%;
    font-weight: normal;
    float: left;
    margin: 2px 2px 0 0;
}

fieldset#languageSelector select {
    font-size: 80%;
    font-weight: normal;
}

/* Click-to-Chat Feature */

#clickToChatPosition {
    float: right;
    margin: 5px 20px 0 0;
}

.emailUsBtn  {
    width: 130px;
    height: 50px;
    background: transparent url(images/emailUsBtn.gif?v=2) no-repeat 0 0;
}

.chatNowBtn  {
    width: 130px;
    height: 50px;
    background: transparent url(images/chatNowBtn.gif?v=2) no-repeat 0 0;
}

/* necessary to override inline-styling from click to chat vendor */
#iibody img {
    position: absolute;
}

