html { 
	background: #010101; 
 
}

html * { 
	outline: none;
}

body {
	color: #333333; 
	background: #ffffff; 
	font-family: helvetica, arial, sans-serif; 
	padding: 0; 
	margin: 0;
	font-size: 13px;
    line-height: 18px;
}

ul {margin: 0;}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a {
	color: #0099cc; 
	text-decoration: none;
}

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

.center {
	width: 900px; 
	margin: 0 auto; 
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both; 
	*height: 1px !important; 
	_line-height: 1px !important;
}

strong {
	font-weight: bold;
}

#header {
	background: url(../graphics/header_background.png) bottom repeat-x #4c4942; 
	height: 120px; 
	xxborder-top: 3px solid #fd8a0d;
	xxborder-bottom: 3px solid #fd8a0d;
	
}

#header .center {
	position: relative;
}

#header h1 {
	padding: 0; 
	margin: 0;
}



#header #logo { 
	background: transparent url(../graphics/logo.png) no-repeat scroll 0 0;
	height: 100px;
	position: relative;
	top: 0;
	width:200px;
}

#header #logo span {
	display: none;
}


#header .center span {
	color: #fff;
}






/* @end */


/* @group Footer */

#footer {
	background: url(../graphics/footer-background.png) top repeat-x #010101; 
	height: 100px; 
	padding: 26px 0;
}

#footer .left {
	color: #ffffff;
	padding-left: 145px;
	margin-left: 42px;
	background: url(../graphics/jf_sign.png) no-repeat 0 1px;
	min-height: 120px;
	_height: 115px;
	width: 200px;
	float: left;

}

#footer .right {
	font-size: 10px;
	color: #999999;
	float: right;
	width:400px;
}

#footer a {
	color: #fd8a0d;
	text-decoration: none;

}

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

#footer h2 {
	margin-bottom: 3px; 
	color: #ffffff;
}

#footer form h2 {
	margin-bottom: 5px;
}

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


#footer .utilities {
	line-height: 20px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#footer .utilities ul li {
	font-size: 10px;
	display: inline;
	padding: 0 0px;
}

/* @end */
