body {
	margin:0;
	padding:0;
	background: #000;
	font-family: veranda, arial, helvetica, sans-serif;
	font-size:12px;
	color: #fff;
}

a{
	color:#9FABB6;
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	text-decoration:underline;
}

.wrapper{
	display:block;
	width: 750px;
	margin: 0 auto;
}

#header{
	height:150px;
	background: url(../images/bg_header.jpg) bottom center no-repeat;
	border-bottom:1px solid #666;
}

.logo{
	display:block;
	float:left;
	width:250px;
	height:110px;
	margin:0px;
	padding:0px;
	background:url(../images/logo.jpg) center no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	cursor:pointer;	
}

#menu{
	margin-left:-5px;
}

#middle{
	background: url(../images/middle.jpg) center no-repeat;
}

#homeflash{
	display:block;
	width:750px;
	height:395px;
	padding:10px 0px 10px 20px;
	_padding:10px 0px 10px 10px;
	margin:0 auto;
}

#content{
	display:block;
	width:700px;
	min-height:395px;
	_height:395px;
	padding:10px 20px 10px 10px;
	margin:0 auto;
	text-align:justify;
}

#column1, #column2{
	display:block;
	float:left;
	width: 340px;
}

#column1{
	margin-right:20px;
}

#column1 img, #column2 img{
	margin:0px 7px 0px 7px;
	border:3px solid #87AAD2;
}
	
#footer{
	height:150px;
	background: url(../images/bg_footer.jpg) top center no-repeat;
	border-top:1px solid #666;
	clear:left;
}	

#footer ul{
	list-style-type:none;
	margin-top:20px;
}

#footer ul li{
	float:left;
	padding:0px 20px 0px 20px;
	background: url(../images/li.jpg) center left no-repeat;
}

#footer ul li.first{
	background:none;
	padding:0px 20px 0px 0px;
	_margin-top:1px;
}

#footer ul li a{
	color:#C2C9D6;
	font-size:11px;
}

#footer ul li a:hover{
	color:#C2C9D6;
	font-size:11px;
	border-bottom:solid 2px #D76E41;
}
	
.wa{
	text-align:center;
	padding:30px 0px 5px 0px;
	_padding:20px 0px 5px 0px;
	font-size:10px;
	clear:left;
}

#content h2{
	font-size:16px;
	color:#D76E41;
	margin:5px 0;
	padding:14px 5px 10px 25px;
	background: url(../images/h2.jpg) center left no-repeat;
	border-bottom:1px solid #788591;
}

#content h2 span{
	margin:0 10px 0 10px;
	width:10px;
	background: url(../images/h2_span.gif) center left no-repeat;
	padding-left:20px;
	color:#D76E41;
}

#content h3{
	color:#9FABB6;
	font-weight:bold;
	border-bottom:1px dotted #6F7579;
	font-size:14px;
}

#content ul{
	list-style-type:none;
	padding-left:0;
}

#content ul li{
	background: url(../images/arrow.gif) top left no-repeat;
	padding-left:15px;
	margin:8px 0;
}

#content span{
	color:#FDBE8C;
}

p.back{
	display:block;
	width:60px;
	float:right;
	color:#97A8B7;
	background: url(../images/back_arrow.gif) center left no-repeat;
	padding-left:15px;
}

a.pdf{
	background: #333 url(../images/pdf.gif) center left no-repeat;
	padding:15px 10px 15px 50px;
	border:1px solid #666;
	display:block;
	width:280px;
}

a.careers{
	background: #333 url(../images/job.gif) center left no-repeat;
	padding:5px 10px 5px 24px;
	border:1px solid #666;
	display:block;
	width:280px;
}

#login{
	display:block;
	margin:0 auto;
	width:310px;
	_width:390px;
	border:1px solid #666;
	background: #333 url(../images/login.jpg) center left no-repeat;
	margin-top:30px;
	padding:30px 30px 30px 140px;
	_padding:30px 30px 30px 70px;
}

#login label{
	display:block;
	float:left;
	width:90px;
	margin-top:12px;
	margin-left:70px;
}

#login input{
	border:1px solid #fff;
	background: #9FABB6;
	margin-top:10px;
	font-size:11px;
	color:#fff;
}

#login input.submit{
	background: #778A9B;
	padding:2px;
	margin-left:195px;
	_margin-left:265px;
	cursor:pointer;
	color:#000;
	border:1px solid #000;
}

p.forgotpass{
	text-align:right;
	padding-right:40px;
	_padding-right:50px;
	font-size:10px;
}

div.faq, div.faq a{
	text-align:left;
	color:#FDBE8C;
}

.question{
	background: url(../images/arrow.gif) top left no-repeat;
	padding-left:15px;
}

.top{
	text-align:right;
	padding-right:12px;
	background: url(../images/top.gif) center right no-repeat;
}

.big{
	font-size:15px;
	font-weight:bold;
}