.header {
	background-image: url('/images/header_line_1x120.png');
	background-color: #ebf1f7;
	height: 120px;
	width: 830px;
	position: relative;
	margin: 0px auto;
}
.mainLogo {
	min-height: 120px;
	min-width: 225px;
	position: absolute;
	top: 0px;
	left: 10px;
	border: 0px;
	text-decoration: none;
}
.mainLogo img {
	border: 0px none;
}
.speechBubble {
	position: absolute;
	min-height: 76px;
	min-width: 142px;
	top: 5px;
	left: 235px;
	border: 0px;
	text-decoration: none;
}
.speechBubble img {
	border: 0px none;
}
.upperMenu {
	position: absolute;
	top: 15px;
	left: 500px;
	height: 25px;
}
#upperListLeftCap {
	position: absolute;
	top: 0px;
	left: 0px;
}
#upperListRightCap {
	position: absolute;
	top: 0px;
	left: 297px;
}
.upperListDiv {
	height: 25px;
	max-height: 25px;
	background-image: url('/images/bubble/bubble_middle.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 17px;
	width: 280px;
	padding-top: 5px;
}
.upperList {
	font-weight: 500;
	list-style-type: none;
	white-space: nowrap;
	font-size: 10pt;
	display: inline;
	letter-spacing: 0px;
}
.upperList li {
	display: inline;
	padding: 0px 4px;
	border: 0px;
}
.upperList li a {
	text-decoration: none;
	color: #666666;
}
.upperList li a:hover {
	color: #e61e26;
}

.tabMenu {
	position: absolute;
	height: 30px;
	top: 82px;
	right: 0px;
	background-color: #aaaaaa;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.tabMenu img {
	border: 0px none;
}

#tab1 {
	position: absolute;
	right: 375px;
}

#tab2 {
	position: absolute;
	right: 250px;
}

#tab3 {
	position: absolute;
	right: 125px;
}
#tab4 {
	position: absolute;
	right: 0px;
}
.socialLinks {
	position: absolute;
	top: 49px;
	right: 16px;
}