@charset "utf-8";
body {
	background:white;
	color:#333;
	height:auto;
	font-size:.8em;
}
#header {
	height:120px;
	position:relative;
}
#header p {
	display:none;
}
#header p.logo {
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:673px;
	height:110px;
	overflow:hidden;
}
#header p.logo img {
	width:673px;
	height:110px;
	margin:0;
	padding:0;
}
#header ul.address{
	position:absolute;
	z-index:+3;
	margin:0;
	padding:0;
	top:40px;
	left:105px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
}
#header ul.address li {
	margin:0;
	padding:0;
	line-height:12px;
}
#sideBar {
	display:none;
}
h1, h2, h3, h4, h5, h6 {page-break-after:avoid;}
#content h1 {
	color:#008ed1;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#content h2  {
	color:#008ed1;
	font-weight:normal;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}
#content h3 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}
#content h4 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#content h5 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}
#content h6 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	max-width:673px;
}
#content p, #content ul, #content ol{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.25;
}
#content a {
	color:#008ed1;
	letter-spacing:.1em;
}
#content a:after {
	content:" ("attr(href)") ";
  font-size: 90%;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border-top:1px solid #333;
	font-size:.8em;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#focus {
	display:none;
	height:0px;
	width:0px;
}
