@charset "utf-8";
/* CSS Document */

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
	}
body {
	font:75%/150% "Lucida Grande", Arial, sans-serif;
	color: #444444;
	background: #FAFCFF;
	margin: 10px;
	text-align: center;
	}
a {
	color: #3399FF;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #3399FF;
	}
a:active {
	text-decoration: none;
	}
p.w3c {
	float: right;
	text-align: right;
	width: 300px;
	}
p.links {
	float: left;
	width: 300px;
	text-align: left;
	}
p.legal {
	color: #999;
	text-transform: lowercase;
	padding: 8px 6px;
	}
p.legal a {
	color: #39F;
	}
p.legal a:hover {
	color: #999;
	border-bottom: 1px dotted #999;
	}
.word {
	background: url(../images/document2.png) center left no-repeat;
	height: 70px;
	padding: 5px 10px 5px 60px;
	background-color: #FCFCFC;
	border: 1px solid #F7F7F7;
	margin: 5px;
	}	
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #E9E9E9;
	background-color: #FFF;
	}
#header {
	height: 110px;
	border-bottom: 1px solid #E9E9E9;
	background: #FFF url(../images/amri_logo.jpg) top left no-repeat;
	}
#header h1 {
	height: 110px;
	width: 100%;
	}
#header h1 a {
	display: block;
	height: 110px;
	}
#header h1 span {
	display: none;
	}
#layout {
	overflow: hidden;
	display: block;
	}
#nav {
	float: left;
	width: 180px;
	border-right: 1px solid #E9E9E9;
	padding: 0pt 0pt 3000px;
	background: #FFFFFF none repeat scroll 0% 0%;
	margin-bottom: -3000px;
	text-align: left;
	font-size: 110%;
	text-transform: lowercase;
	}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#nav ul li {
	display: block;
	}
#nav ul li a {
	display: block;
	padding: 4px 0 4px 10px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #E9E9E9;
	color: #39F;
	margin-bottom: 1px;
	}
#nav ul li a.bottom {
	border-bottom: 0px;
	margin-bottom: 0px;
	}
#nav ul li a:hover {
	color: #FFF;
	font-weight: bold;
	background-color: #3399FF;
	}
#content {
	text-align: left;
	margin-left: 190px;
	padding: 10px;
	}
#content h2 {
	font-size: 180%;
	line-height: 180%;
	}
#content h3 {
	font-size: 150%;
	line-height: 220%;
	}
#content p {
	font-size: 110%;
	line-height: 180%;
	}
#footer {
	clear: both;
	border-top: 1px solid #E9E9E9;
	}
.contact {
	padding-left: 60px;
	min-height: 60px;
	margin-top: 10px;
	border-top: 1px dotted #E9E9E9;
	padding-top: 10px;
	}
.address {
	background: url(../images/address.jpg) center left no-repeat;
	}
.contacts {
	background: url(../images/contact.jpg) center left no-repeat;
	}
.sitemap {
	padding: 10px 0 10px 40px;
	}
.sitemap ul {
	list-style-image: url(../images/action_li.jpg);
	}
.sitemap ul li {
	padding: 4px;
	}
.breadcrumbs {
	color: #AAA;
	}
img {
	border: 0;
	}
div.w3c {
	padding: 10px 0;
	}