@charset "utf-8";
/* CSS Document */

body {
	background-image: url(assets/images/pagebg_sub.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-familY:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 100px;
	width: 100%;
}

#headerlogo {
	float:left;
	margin-left: 10px;
}

#lowprice {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}

#upper_right {
	float: right;
	text-align: right;
	margin-top: 8px;
}

#upper_right a {
	color: #0037F4;
	text-decoration: none;
	font-size: 12px;
}

#upper_loginbox {
	margin-top: 8px;
	font-size: 11px;
}

#upper_loginbox .inputfield {
	font-size: 11px;
	width: 100px;
	margin-right: 6px;
}

#menu {
	height: 38px;
	width: 670px;
	background-color: #3d3d3d;
	border-bottom: 1px solid #fff;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 11px 0 0 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0 12px 0 12px;
	font-size: 14px;
}

#menu ul li a:hover {
	background-color: #cff0ff;
	color: #000;
}

#fpfeature {
	width: 920px;
	height: 363px;
	margin: 0 auto;
	background-image: url(assets/images/fpfeature.jpg);
}

#fpfeature #featuredescription {
	width: 440px;
	height: 175px;
	float: right;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	margin: 150px 110px 0 0;
	_margin: 160px 65px 0 0;
}

#fpfeature #featuredescription a {
	color: #fff;
	text-decoration: none;
}

#fpfeature #featuredescription a:hover {
	color: #fff;
	background-color:#296CDC;
	text-decoration: none;
}

.blueround{display:block}
.blueround * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e7f3ff}
.blueround1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e7f3ff;
  border-right:1px solid #e7f3ff;
  background:#e7f3ff}
.blueround2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e7f3ff;
  border-right:1px solid #e7f3ff;
  background:#e7f3ff}
.blueround3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ebc7ce;
  border-right:1px solid #ebc7ce;}
.blueround4{
  border-left:1px solid #e7f3ff;
  border-right:1px solid #e7f3ff}
.blueround5{
  border-left:1px solid #e7f3ff;
  border-right:1px solid #e7f3ff}
.blueroundfg{
  background:#e7f3ff}

.bluebox {
	background-color: #e7f3ff;
}

#content {
	margin: 5px 10px 25px 10px;	
	min-height: 300px;
	_height: 300px;
}

a {
	color: #005dab;
	text-decoration: none;	
}

a:hover {
	color: #ab2400;
	text-decoration: underline;
}

#fpcol1 {
	width: 298px;
	float: left;
	margin-left: 20px;
}

#fpcol2 {
	width: 298px;
	float: left;
	margin-left: 20px;
}

#fpcol3 {
	width: 298px;
	float: left;
	margin-left: 20px;
}


h3 { color: #235a8b; margin-bottom: 8px; font-size: 18px; }

h4 { color: #235a8b; margin-bottom: 8px; font-size: 16px; }

#loginbox {
	height: 90px;
}

.loginlabel {
	float: left;
	padding: 6px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	width: 110px;
}

.loginfield {
	float: left;
	padding: 2px;
	width: 160px;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

#footerfade {
	height: 24px;
	width: 100%;
	background-image: url(assets/images/footerfade.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#footer {
	border-top: 1px solid #bdbdbd;
	width: 100%;
	background-color: #eeeeee;
	height: 150px;
	font-size: 12px;
}

#footerint {
	margin: 0 auto;
	width: 960px;
}


#copyright {
	text-align: right;
	float: right;
	padding: 5px;
	color: #666666;
}

#labelband {
	height: 24px;
	color: #3d3d3d;
	font-size: 18px;
	padding: 12px;
}

.accountlabel {
	float: left;
	width: 220px;
	padding: 10px 5px 10px 5px;
	text-align: right;
}

.accountfield {
	float: left;
	width: 250px;
	padding: 6px 2px 6px 2px;
}

.accountfield input {
	width: 200px;
}

.error {
	border: 2px solid #DF0000;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFF0F0;
	font-weight: bold;
}

.error a {
	color: #A80000;
	text-decoration: underline;
}

#survey {
	float: right;
	background-color: #fff99f;
	padding: 5px;
	width: 200px;
	color: #845400;	
}
