@charset "utf-8";
/* CSS Document */

body{
	background: #333 url(../img/tile.gif) center 0 repeat-y;
	padding: 0;
	margin: 0;
}
html { 
	overflow: -moz-scrollbars-vertical;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	font-family: Arial, Verdana; 
	color: #000;
}
p, ul, ol, table {
	font-size: .7em;
	line-height: 1.5em;
}
h1, h2{
	margin: 10px 0 0 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #c3c3c3;
	font-size: 1em;
	color: #f9a222;
}
a {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
img {
	border: 0;
}
ol {
	font-size: .7em; margin: 0 0 0 22px; padding: 0;
}
ul { 
	list-style-type: disc;
	font-size: .7em;
}
#container{
	width: 770px;
	margin: 0 auto;
	background-color: white;
	height: auto;
}
#header{
	background: url(../img/bg_header.gif) 0 0 no-repeat;
	height: 98px;
}
#header img{
	margin: 48px 0 0 20px;
	float: left;
}
#header ul a{
	color: white;
	text-decoration: none;
}
#header ul a:hover{
	color: #a2a2a2;
}
#header ul{
	color: white;
	list-style-type: none;
	float: right;
	margin: 75px 20px 0 0;
}
* html #header ul{
	margin: 75px 10px 0 0;
}
#header ul li{
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	background: url(../img/spacer.gif) 0 0 no-repeat;
}
#header ul li.none{
	background: none;
}
.floatL{
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-right: 20px;
}
.floatR{
	float: left;
	width: 170px;
	padding-right: 20px;
	
}
.clearer{
	clear: both;
}
span{
	color: #666;
}
.mail{
	float: left;
	background: url(../img/mail.gif) 0 3px no-repeat;
	padding: 0 0 15px 45px;
	margin-top: 20px;
	width: 180px;
}
#banner{
	width: 230px;
	height: 95px;
	float: left;
}
#banner h2{
	border-bottom: 0;
	margin: 20px 0 -5px 85px;
	color: #f9a222;
	font-size: .8em;
}
#banner p{
	margin: 0 0 0 85px;
	color: #666;
}
#banner a{
	text-decoration: none;
}
.box_01{
	background: url(../img/box_01.gif) 0 0 no-repeat;
	margin: 38px 0 0 0;
}
* html .box_01{
	margin: 37px 0 0 0;
}
*:first-child+html .box_01{
	margin: 37px 0 0 0;
}
.box_02{
	background: url(../img/box_02.gif) 0 0 no-repeat;	
	height: 90px!important;
}
.box_03{
	background: url(../img/box_03.gif) 0 0 no-repeat;
	margin-bottom: 0!important;
	height: 105px!important;
}
.box_04{
	background: url(../img/box_04.gif) 0 0 no-repeat;
	margin-bottom: 0!important;
	height: 85px!important;
}
.box_01 h2{
	margin: 22px 0 -5px 85px!important;
}
.box_02 h2{
	margin: 20px 0 -5px 85px!important;
}
.box_03 h2{
	margin: 35px 0 -5px 85px!important;
}
.box_04 h2{
	margin: 15px 0 -5px 85px!important;
}
#footer{
	border-top: 1px solid #c3c3c3;
	margin: 20px 20px;
	float: left;
	width: 730px;
}
* html #footer{
	width: 730px;
	margin: 20px 0;
	position: relative;
	left: 20px;
	background-color: white;
}
#footer p{
	text-align: right;
	color: #666;
}
strong{
	display: block;
	color: #f9a222;
}
#hilight{
	border: 1px solid #c3c3c3;
	padding: 0 10px;
	background: url(../img/tile_highlight.gif)0 bottom  repeat-x;
}