/* Contains master styles for main layout, typography and page styles */

/*------------------------------------------------------------------------------------
  @group Global Reset
------------------------------------------------------------------------------------*/
* {
  padding:0;
  margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.access{ display:none; } /* For accessibility related elements */
.clear{ clear:both; height:0px; font-size:0px; line-height:0px; overflow:hidden; }
a{ outline:none; }
a img{ border:none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display:inline-block;}
.clearfix {display: block;}

/* @end */

.clear {
	clear: both;
}

.hidden {
	position: absolute;
	margin-left: -999px;
}

html, body {
	background-color: #bdbebd;
	color: #333;
	font-family: "Helvetica","Arial";
	font-size: 14px;
	line-height: 17px;
}

div#wrapper {
	margin: 0pt auto;
	text-align: center;
	width: 844px;
}

div#inner {
	text-align: left;
	width: 724px;
	margin: 0pt auto;
}

div#header {
	margin-left: -30px;
	width: 100%;
	height: 66px;
}

div#header.privacy {
	background: transparent url(images/privacy_title.gif) no-repeat left;
}

div#header.terms {
	background: transparent url(images/terms_title.gif) no-repeat left;
}

div#header.sitemap {
	background: transparent url(images/sitemap_title.gif) no-repeat left;
}

div#header.accessibility {
	background: transparent url(images/access_title.gif) no-repeat left;
}

div#header.contact {
	background: transparent url(images/contact_title.gif) no-repeat left;
}

.close_btn {
	margin-top: 20px;
	background: transparent url(images/close_btn.gif);
	float: right;
	width: 97px;
	height: 56px;
}

.close_btn a {
	display: block;
	width: 100%;
	height: 100%;
}	

ul li {
	padding-bottom: 5px;
}

ul li a {
	color: #333;
}

h2 {
	font-size: 17px;
	color: #fff;
}

h3 {
	font-size: 15px;
}