
/* = general
-------------------------------------------------- */
* {
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	font-size: .75em;
	color: #666;
	background: #e3e5e4;
}

h1 {
	padding: 8px 0 15px 0;
	border-bottom: 2px solid #d91921;
	margin: 0 0 15px;
}

h1 img {
	display: block;
}

h1 a:focus img {
	outline: 1px dotted #d91921;
}

h2 {
	position: absolute;
	top: -1000em;
}

h3 {
	font-size: 2.1em;
	font-weight: normal;
	color: #666;
	margin-bottom: .28em;
}

h4 {
	color: #666;
	margin-bottom: .2em;
}

p {
	margin-bottom: .5em;
}

ul,
ol {
	margin: 0 0 .5em 1.5em;
}

a {
	outline: 0;
	text-decoration: none;
	color: #666;
}

a:hover,
a:focus,
a:active {
	color: #d91921;
}

#main { /* see ie.css */
	position: relative;
	background: #fff;
	width: 860px;
	padding: 20px;
	margin: 0 auto;
}

.hidden {
	display: none;
}

/* clearfix */
#nav:after,
#content:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* /general */

/* = skiplinks
-------------------------------------------------- */
#skip {
	list-style: none;
	position: absolute;
	left: 0;
}

#skip li a {
	display: block;
	position: absolute;
	top: -1000em;
	left: 25.5em;
	color: #d91921;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

#skip li a:hover,
#skip li a:focus,
#skip li a:active {
	top: 0;
}

/* = navigation
-------------------------------------------------- */
#nav {
	list-style: none;
	float: right;
	position: relative;
	z-index: 100;
	margin-top: -55px;
}

#nav li {
	display: block;
	float: left;
	position: relative;
}

#nav li a,
#nav li strong {
	display: block;
	float: left;
	color: #666;
	padding: 1px .5em;
}

#nav li strong {
	font-weight: normal;
	color: #d91921;
}

#nav li:hover > a,
#nav li:focus > a,
#nav li:active > a,
#nav li a:hover,
#nav li a:focus,
#nav li a:active { /* see ie.css */
	background: #bec7ca;
}

#nav li ul { /* see ie.css */
	display: none;
	position: absolute;
	top: 1.5444em;
	z-index: 100;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#nav li:hover ul {
	display: block;
	margin-left: 0;
}

#nav li ul li {
	float: none;
}

#nav li ul li a,
#nav li ul li strong { /* see ie.css */
	float: none;
	white-space: nowrap;
	color: #666;
	background: #e4e8e9;
	border-top: 1px solid #fff;
}

#nav li ul li strong {
	color: #d91921;
}

#nav li ul li a:hover,
#nav li ul li a:focus,
#nav li ul li a:active {
	background: #d4dbe0;
}

/* sub navigation */
#subnav {
	clear: both;
	float: left;
	width: 200px;
	margin-right: 20px;
}

#subnav h4 {
	padding-left: 18px;
	margin-bottom: .2em;
}

#subnav ul {
	list-style: none;
	margin-left: 0;
}

#subnav ul li a,
#subnav ul li strong {
	display: block;
	padding-left: 18px;
}

#subnav ul li strong {
	font-weight: normal;
	color: #d91921;
	background: url(../../images/usa/arrow.png) no-repeat 0 .25em;
}

/* breadcrumb navigation */
#breadcrumb {
	list-style: none;
	margin-left: 0;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
	background: url(../../images/usa/breadcrumb.png) no-repeat right center;
	padding-right: 10px;
}

#breadcrumb li strong {
	font-weight: normal;
}
/* /navigation */

/* = keyvisual
-------------------------------------------------- */
#keyvisual { /* see ie.css */
	color: #fff;
	background-repeat: no-repeat;
	min-height: 320px;
	margin-bottom: 20px;
}

#keyvisual div {
	width: 38%;
	padding: 20px;
}

#keyvisual div h3 {
	font-size: 6.7em;
	font-family: "times new roman", times, serif;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	margin-bottom: .28em;
}

#keyvisual div p {
	font-size: 1em;
	line-height: 1.3;
}

#keyvisual div a {
	color: #fff;
}

#keyvisual img {
	float: right;
	display: block;
	margin-left: 20px;
}

#keyvisual ul {
	list-style: none;
	float: right;
	width: 440px;
}

#keyvisual ul li {
	float: left;
	margin: 0 0 20px 20px;
}

#keyvisual ul li img {
	float: none;
	margin: 0;
}
/* /keyvisual */

/* = content
-------------------------------------------------- */
#content {
	margin-bottom: 2em;
}

#content p {
	margin-bottom: 1em;
}

#content h3 {
	line-height: 1;
}

#content .teaser {
	float: left;
	width: 200px;
	margin-top: .7em;
	margin-right: 20px;
}

#content .teaser h3 {
	font-size: 1.5em;
	color: #4f5355;
}

#content .teaser img {
	display: block;
	margin-bottom: .8em;
}

/* page: home */
#page-home #keyvisual {
	min-height: 420px;
}

#page-home #content {
	margin-right: -20px;
}

#page-home #content .teaser {
	margin-top: 0;
}

/* page: data */
#page-data #content {
	background: url(../../images/usa/background_data.jpg) no-repeat;
	min-height: 600px;
	padding: .5em 20em 0 1.8em;
}

/* display: teaser */
.display-teaser #content {
	margin-left: 440px;
}

.display-teaser #content .teaser { /* see ie.css */
	margin-left: -220px;
}

/* display: subnav */
.display-subnav #content {
	margin-left: 440px;
}
/* /content */

/* = controls
-------------------------------------------------- */
a.button {
	font-weight: bold;
	color: #666;
	background: url(../../images/usa/arrow.png) no-repeat 0 .12em;
	padding-left: 18px;
}

a.button:hover,
a.button:focus,
a.button:active {
	background-position: 0 -8.25em;
}

a.pdf {
	display: block;
	background: url(../../images/usa/pdf.png) no-repeat;
	min-height: 45px;
	padding-left: 55px;
}

a.pdf strong {
	display: block;
	line-height: 1.3;
}
/* /controls */

/* = footer
-------------------------------------------------- */
#foot {
	list-style: none;
	clear: both;
	color: #8e989c;
	width: 860px;
	padding: 6px 0 0;
	border-top: 1px solid #8e989c;
}

#foot li {
	display: inline;
	font-size: .9166em;
	background: url(../../images/usa/separator.png) no-repeat left center;
	padding: 0 .7em 0 1.1em;
}

#foot li.first {
	background: none;
	padding-left: 0;
}

#foot li a {
	color: #8e989c;
}

#foot li a:hover,
#foot li a:focus,
#foot li a:active {
	color: #d91921;
}
/* /footer */

