@media screen
{
#header {
	height: 130px;
	border-bottom: 1px solid #ccc;
}

#header-logo {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
}

@media print
{
#header {
	display: none;
}
}

#container {
	background: #f1f2ea url(/style/nav-background.gif) repeat-y left top;
	width: 100%;
	float: right;
	overflow: auto;
}

@media screen
{
#content {
	margin: 20px 10px 0 180px;
	max-width: 60em;
	_width: 60em;
}
}

@media print
{
#content {
	margin: 0px;
}
}

#content h2 {
	background: url(/style/accent.gif) no-repeat left center;
	padding-left: 90px;
}

#content .plain h2 {
	background: none;
	padding: 0;
}

#content ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/style/arrow-bullet.gif);
	margin: 10px 0px 20px 90px;
	padding-left: 0px;
}

#content li {
	margin-top: 20px;
	line-height: 1.5em;
}

#content ul.list li {
	clear: both;
}

#content ul.list li a {
	font-weight: bold;
}

#content ul li ul {
	list-style-image: url(/style/angle-bullet.gif); /* does not work in ie 6 */
	width: 80%;
	margin: 0px 0px 0px 30px;
	padding-left: 0px;
}

#content ul li ul li {
	margin-top: 10px;
	line-height: 1.2em;
}

#content img.thumb { /* tentative */
	float: left;
	padding: 3px 3px 20px 3px;
	margin: 0 1em 1em 0;
	background-color: #e0e0e0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #ffffff;
}

#content img.left, #content img.right, #content img.center  {
	padding: 3px 3px 20px 3px;
	background-color: #e0e0e0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #ffffff;
}

#content img.left  {
	float: left;
	margin: 0 1em 0.2em 0;
}

#content img.right{
	float: right;
	margin: 0 0 0.2em 1em;
}

#content img.center {
	display: block;
	margin: 1em auto;
}

#content span.posted {
	color: #666;
	font-weight: normal;
}

/* useful?
#content table {
	margin: 20px 0 0 0;
}

#content td {
	font-size: 8pt;
	padding: 0px 20px 20px 0px;
	line-height: 1.6em;
	margin: 0px;
}

#content table strong {
	color: #535;
}
*/

#content p {
	margin: 1em 0 2em 90px;
}

#content .plain p{
	margin: 1em 0 2em 0;
}

#content .list p {
	margin: 0 0 2em 0;
}

#content p#headline {
	margin: 10px 0px 20px 0px;
}

#content td p {
	margin: 1em 0 2em 0;
}

#content dl {
	margin-left: 90px;
}

@media screen
{
#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #999999;

}
}

@media print
{
#footer {
	display: none;
}
}

#footer ul {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0 !important;
	padding: 0 0 5px 0;
}

#footer ul li {
/*	margin: 0 0 0 0;
	padding-left: 15px;
	padding-right: 15px; */
	display: inline;
}

/*** navigation menus

css-based solution stolen and adapted from
http://www.alistapart.com/articles/horizdropdowns/
and
http://htmldog.com/articles/suckerfish/dropdowns/
***/

@media print
{
#navbox {
	display: none;
}
}

@media screen
{
#navbox {
	width: 160px;
	clear: both;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	top: 130px ! important;
}
}

@media print
{
#navbottom {
	display: none;
}
}

@media screen
{
#navbottom {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	clear: both;
}

}
/* navigation level 1 */
#navbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

/* navigation menu item level 1 */
#navbox li {
	position: relative;
}

/* navigation level 2 */
#navbox li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#navbox ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;  /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	width: 148px;
}

/* Fix IE. Hide from IE Mac. http://www.positioniseverything.net/articles/hollyhack.html \*/
* html #navbox ul li { float: left; height: 1%; }
* html #navbox ul li a { height: 1%; }
/* End */

#navbox ul li a:hover { color: #000; background: #e9e9e9; } /* Hover Styles */
#navbox li ul li a { padding: 6px 5px; } /* Sub Menu Styles */

#navbox li:hover ul ul, #navbox li.sfhover ul ul { display:none; } /* The magic */
#navbox li:hover ul, #navbox li li:hover ul, #navbox li.sfhover ul, #navbox li li.sfhover ul {display:block; /*margin: 0 0 0 -5px; z-order: 1;*/}

/* search box */
#navbox form {
	color: #777;
	background: #fff;  /* IE6 Bug */
	margin: 0 0 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #ccc;
}

#navbox form input {
}

#search-term {
	width: 115px;
}

#search-submit {
	width: 20px;
	margin: 0 0 0 5px;
	border: 1px solid #888;
}

#navbox img {
	margin: 10px 0 0 20px;
}


#navbox img#certification-mark {
	margin: 10px 10px 0;
    float:right
}

/* ==activestate == */
ul#nav a.active{font-weight: bold;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10pt;
	left: 0;
	top: 0;
	padding: 0px;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .8ex;
	text-transform: uppercase;
	color: #535;
	margin: 10px 0 0 0;
}

h1 a {
	color: #535;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .2ex;
	word-spacing: .5ex;
	color: #535;
	clear: both;
	margin: 15px 0 10px 0;
}

h2 a {
	color: #535;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #535;
	margin: 5px 0 10px 0;
}

h3 a {
	color: #535;
}

h3.announce {
	margin-top: 4em;
	margin-left: 90px;
}

h3.events {
	margin-top: 1em;
	margin-left: 90px;
}

p {
	font-size: 1em;
	line-height: 1.3em;
}

p a {
	color: #858;
}

a {
	color: #535;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #000;
}

img {
	border: none;
}

td {
	vertical-align: top;
}


input, textarea {
	border: 1px solid #aaa;
}


@media screen
{
a.zoombox {
	display: block;
	background-color: #e0e0e0;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 3px 20px 3px;
	background-image: url(/style/icon-enlarge.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: pointer;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #ffffff;
}

img.zoombox {
	background-color: #e0e0e0;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 3px 20px 3px;
	background-image: url(/style/icon-enlarge.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: pointer;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #ffffff;
}
}

@media print
{
a.zoombox, img.zoombox {
	float: left;
	margin: 0 10px 10px 0;
}
}

#footer a {
	color: #000;
}

dl.calendar dt {
	margin: 1em 0 0.5em;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-image: url(/style/arrow-bullet.gif);
	background-position: 0px 5px;
	font-weight: bold;
}

.fineprint {
	font-size: 0.8em;
	width: 60%;
}

.tinylink {
	font-size: 0.6em;
}

#last-modified {
	font-size: 0.8em;
	color: #aaa;
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	text-align: left;
}
#last-modified a {color: #aaa; }

#content ul.pdf-links {
	list-style-type: none;
	margin: 10px 0px 20px 90px;
	list-style-position: outside;
	list-style-image: url(/style/icon-pdf.gif);
}

#content ul.pdf-links li {
	padding: 0px 0px 0px 10px;
}

#content ul.pdf-links li a {
	font-weight: normal;
}

#content .sitemap ul {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #535;
	list-style-type: none;
	margin: 20px 0px 20px 90px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(/style/arrow-bullet.gif);
}

#content .sitemap ul li {
	margin-top: 20px;
}

#content .sitemap ul li ul {
	margin: 10px 0 20px 0;
	padding-left: 20px;
}

#content .sitemap ul li ul li {
	margin-top: 5px;
}

#content .sitemap li ul li{
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

#content .sitemap li a:visited {
	color: #444;
}

#content .sitemap #searchform {
	display: none;
}

@media print
{
#address {
	display: none;
}
}

@media screen
{
#address {
	margin: 10px 10px 0 0;
	text-align: left;
	float: right;
}

#address h1 {
	font-size: 0.9em;
	letter-spacing: 0.15em;
	color: #666;
	text-transform: none;
}

#address h2 {
	font-size: 0.8em;
	margin: 5px 0 0px;
	letter-spacing: .2em;
	color: #666;
}

#address address {
	font-size: 0.7em;
	font-style: normal;
	letter-spacing: .15em;
	color: #666;
}
}

@media print
{
.decorative {
	display: none;
}
}

.information {
	background-image: url(/style/icon-info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	width: 60%;
}

.information.alert {
	width: 12em;
	float: right;
	border: 1px solid #ccc;
	padding: 0em 3em;
	background-position: 0.8em 1.25em;
	background-color: #fcfce0;
	font-size: 0.8em;
}

.information.alert h2 {
	letter-spacing: 0;
}

#russian-banner.information.alert {
	padding: 0 0 0 3em;
	width: 20em;
}

#russian-banner.information.alert p {
	margin: 1em 0;
	padding: 0;
}

.datetag {
	font-size: 8pt;
	background-color: #ddd;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 1em;
}


/* == contact form == */
form.zemContactForm  {
	width: 630px;
	_width: 740px;
}

form.zemContactForm h2 {
	margin-top: 2em;
}

form.zemContactForm div {
	width: 210px;
	float: left;
	padding-left:90px;
}

label {
	font-size: 8pt;
	color: #333;
	margin-top:0.8em;
}

label.zemText, label.zemTextarea {
	display: block;
}

input.zemText, input.zemTextarea {
	width: 270px;
}

input.zemText {
	width: 270px;
}

textarea.zemTextarea#interests {
	width: 570px;
}

fieldset {
	border: none;
	width: 90%;
}

legend {
	display: none;
}

.zemCheckbox {
	border: none;
}

.zemSubmit {
	position: relative;
	left: 470px;
	margin-left: 90px;
	width: 100px;
	height: 1.8em;
}

label.street_2 {
	visibility: hidden;
}

label.street_3 {
	visibility: hidden;
}

form hr {clear:both;border:none;padding-top:2em;visibility:hidden}

/* == special f/x == */

#content .teaserbox {
	background-color: #e0e0e0;
	padding: 5px;
	margin: 5px;
	vertical-align: top;
	width: 49%;
}

#content .teaserbox img {
    float: left;
}

#content .teaserbox p {
	font-size: 0.8em;
    margin: 0 0 0 90px;
}

#content .teaserbox h3 {
    margin: 0 0 0 90px;
}

#content img.logo {
	float: left;
	margin: 0 0 20px 0;
}

#content .expando {
	min-height: 30em;
	_height: 30em;
}

#content .readmore {
	background-color: #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 5px 2px;
	line-height: 3px;
	color: white;
	margin: 0 0 0 0.5em;
	font-size: 13px;
	vertical-align: middle;
}

/*== section-specific formatting ==*/
body#contact #content ul li {
	list-style-image: none;
	padding-bottom: 10px;
	clear: both;
}

body#contact img.thumb{
	padding: 3px;
}

body#contact h3{
	_margin-top: -1.5em; /* IE 6 */
}

#instructions ul {
	margin-left: 90px;
	list-style-image: none;
}

#instructions p {
	margin-left: 180px;
}

#instructions ul li {
	padding-left: 90px;
	min-height: 40px;
	_height: 40px;
}

#instructions ul li ul {
	padding-left: 20px;
	margin-left: 0px;
}

#instructions ul.bytrain li ul li, #instructions ul.byplane li ul li, #instructions ul.car li ul li {
	background: none;
	padding-left: 0;
	min-height: 0;
	line-height: 1em;
}

#instructions ul.byplane li {
	background: transparent url(/images/byplane.gif) no-repeat top left;
}

#instructions ul.bycar li {
	background: transparent url(/images/bycar.gif) no-repeat top left;
}

#instructions ul.bytrain li {
	background: transparent url(/images/bytrain.gif) no-repeat top left;
}

#company #team, #company #contact, #company #directions, #company #data {
	padding-top: 40px;
	background: transparent no-repeat top left;
}

#company #team {
	background-image: url(/images/team-background.jpg);
}

#company #contact {
	background-image: url(/images/talkback-background.jpg);
}

#company #directions {
	background-image: url(/images/how-to-find-us-background.jpg);
}

#company #data {
	background-image: url(/images/company-data-background.jpg);
}

