/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.8%;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #666666;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #ffae00;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif
}
p, label{
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
.container{
	width: 980px;
	margin: auto;
	text-align: left;
}
.header{
	width: 980px;
	height: 266px;
	margin: auto;
	text-align: left;
	background: url('../img/header.jpg') top left no-repeat;
}
.content{
	width: 980px;
	margin: auto;
	text-align: left;
	background: url('../img/background_content.jpg') top left no-repeat;
	min-height: 500px;
	height: auto !important;
	height: auto;
}
.text_box {
	width: 700px;
	margin: auto;
	padding: 40px 10px;
	text-align: left;
}
.navigation{
	width: 950px;
	height: 100px;
	padding-top: 230px;
	font-weight: bold;
	margin:  auto;
	text-align: center
}
.navigation a {
	font-size: 15px;
	color: #FFFFFF;
	font-family: Geneva, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin-right: 60px;
}
.navigation a:hover{
	color: #ffae00;
}
.footer{
	text-align: center;
	height: 50px;
	width: 980px;
	background: #5f605f;
	padding-top: 10px;
}
.footer span{
	font-size: 11px;
	color: #FFFFFF;
}
.footer a{
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

.background{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1; 
}
.background img{
	width: 100%;
}
/* ---------------- Other --------------- */
.clear{
	clear: both;
}
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}

.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.inputStyle{}
.noDecoration{text-decoration: none}