img , button { behavior: url('/css/iepngfix.htc') }

button:hover {
	cursor: pointer;
}

*:focus {
    outline: 0;
}
*:focus {
    outline: none;
}
*::-moz-focus-inner {
    border: none;
}

html, body {
    margin: 0;
    font-family: arial , sans-serif;
    color: #333333;
    height: 100%;
}

a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:active {
    outline: none;
}

a img {
    border: 0;
}

#headerBar {
	left:0;
	top: 0;
    text-align: left;
    width: 100%;
	height: 90px;
    background-color: transparent;
    text-align: center;
	z-index: 2;
}

#header, #footer {
    width: 980px;
    height: 110px;
    margin: 0px auto;
}

#logo {
    float: left;
	margin: 0;
}

#homeHeaderBar {
	top: 80px;
	text-align: left;
    width: 100%;
	height: 550px;
	background: transparent url('/img/homeheaderbg.png') repeat-x;
}

#homeHeader {
	width: 980px;
    height: 457px;
    margin: 0px auto;
	background: transparent url('/img/homeheader.png');
}

#learnmore {
	color: #b62531;
	font-size: 15px;
	font-weight: bold;
}

#try {
	position: absolute;
	margin-top: 260px;
	margin-left: 3px;
	width: 178px;
	height: 38px;
	border: 0;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	background: transparent url('/img/buttons.png') 0 -182px no-repeat;
}

#actions {
	position: absolute;
	margin-top: 380px;
	margin-left: 3px;
	width: 530px;
	height: 19px;
}

#actions img {
	float: left;
}

#homeHeader img {
	margin: 0;
}

#logArea {
    width: 400px;
    height: 21px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #989898;
    text-align: right;
	font-size: 14px;
}

a#signout {
	color: #b62531;
	font-weight: bold;
	margin: 10px 8px 10px 10px;
}

#searchArea {
	float: right;
    width: 400px;
    height: 23px;
    text-align: right;
}

#searchInput {
    float: right;
    width: 174px;
    height: 21px;
    background-color: #EFEFEF;
    border: 0;
    margin-top: 2px;
    margin-right: 6px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 21px;
	padding-left: 2px;
	padding-right: 2px;
	color: #ababab;
}

#searchButton {
    float: right;
    cursor: pointer;
    width: 62px;
    height: 25px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    background: transparent url('/img/buttons.png') 0 -417px no-repeat;
}
