@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* First sort out IE */
@font-face {
	font-family: DINWebRegular;
	src: url(DINWeb.eot);
}

/* then for Mozilla browsers -> Firefox */
@font-face {
	font-family: DINWebRegular;
	src: url(DINWeb.woff) format('woff');
}

			

body, td, th {
	font-family: DINWebRegular, sans-serif;
	font-size: 13px;
	color: #555;
	line-height:17px;
}
body {  
	padding:0px;
	margin: 0px;
	/* background-color: #000; */
}
a {
	font-family: DINWebRegular, sans-serif;
	color:#5a595c;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
hr{
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin:20px 0 0 0;
}
h1{
	font-family: DINWebRegular, sans-serif;
	font-size:25px;
	color:#333;
	letter-spacing:-1px;
	margin:25px 0 15px 0;
	line-height:25px;

}
#wrapper{
	width:960px;
	margin:0 auto;
	background: #fff;
	font-size: 13px;
	font-family: DINWebRegular, sans-serif;
	color:#5a595c;
	line-height: 15px;
}
#logo{
	text-align:center;
	margin:58px 0 9px 0;
}
.clear{
	clear:both;
	font-size:1px;
}
img{
	margin:0px;
}

#topNav {
	width:118px;
	float:right;
	margin:0px;
	padding:0px;
}
#topNav li {
	float:left;
	margin:0px;
	padding:0px;
}
#leftPanel{
	width:449px;
	float:left;
}
#rightPanel{
	margin-top:12px;
	width:511px;
	float:right;
}
#rightPanel .rightContent{
	margin:0 0 0 42px;
}
#footer{
	margin:24px 0 0 0;	
}
.contactPopup{
	overflow:hidden;
	display:block;
	width:80px;
	height:37px;
	background:url(../images/contactUsBtn2.jpg) 0 0;
}
a.contactPopup:hover{
	background:url(../images/contactUsBtn2.jpg) 0 -37px;
}
a.footerContact{
	float:left;
	background:url(../images/footer-email.jpg) 0 0;
    width:141px;
    height:60px;
	overflow:hidden;
	display:block;
}
a.footerContact:hover{
	background:url(../images/footer-email.jpg) 0 -60px;
}
.rightContent a.bodyLink{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
.rightContent a.bodyLink:hover{
	color:#5a595c;
	font-weight:normal;
	text-decoration:none;
}

a.footerPrint{
	float:left;
	background:url(../images/footer-print.jpg) 0 0;
    width:164px;
    height:60px;
	overflow:hidden;
	display:block;
}
a.footerPrint:hover{
	background:url(../images/footer-print.jpg) 0 -60px;
}