@charset "utf-8";
/* CSS Document */

html,body h1 {margin:0px;}

h1 {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	width: 950px;
	color: #666;
	margin: 0;
}

img {
	border:0px;
	margin:0px;
}

#headerImage {
	width: 950px;
	text-align: right;
}

#headerContainer {
	width: 950px;
	height: 100px;
}

#headerLogo {
	width: 170px;
	float: left;
	margin-right: 3px;
}

#headerFlash {
	width: 370px;
	float: left;
	margin-right: 3px;
	height: 100px;
	position: relative;
}

.flash {
	position: absolute;
	top: 45px;
}

#headerInfo {
	float: left;
	height: 100px;
	width: 404px;
}

#headerInfoText {
	width: 404px;
	font-size: 13px;
	color: #666;
	float: left;
	line-height: 30px;
}

#headerInfoText a {
	color:#666;
	text-decoration:none;
}

#headerInfoText a:hover {
	color:#ff9999;
	text-decoration:none;
}

#headerInfoText ul {
	margin: 0;
	padding: 0;
}

#headerInfoText li {
	float: right;
	list-style: none;
	margin-left: 10px;
}

#headerInfoImg {
	float: left;
	width: 404px;
}

.imgMarginRight {
	margin-right:2px;
}

.imgMarginBottom {
	margin-bottom:2px;
}

#menuContainer {
	width: 950px;
	padding-top: 10px;
}

#menuContainer ul {
	margin:0px;
	padding:0px;
}

#menuContainer li {
	float:left;
	list-style:none;
	width: 103px;
	margin-right: 2px;
}

#headerBanner {
	width: 950px;
	padding-top: 3px;
}
