@charset "UTF-8";
/* CSS Document */

/* elements */

.clear {
	clear: both;
}

html {
	height: 100%;
}

/* body */

body {
	font-size: 12px;
	height: 100%;
}

/* links fixes */

.right {
	background-image: url(i/right_bg.png);
	width: 273px;
	float: right;
	margin-top: -202px;
	margin-right: 27px;
	text-align: center;
	line-height: 1;
}
.right a {
	color: white;
}
.right p {
	margin-top: -15px;
	font-size: 12px;
	line-height: 1.1;
}

/* container */

#container {
	width: 870px;
    min-height: 100%;
   	height: auto !important;
    height: 100%;
	margin: 0 auto -34px;
}

/* banner */

#banner {
	background-image: url(i/banner.png);
	width: 870px;
	height: 107px;
	margin-top: 9px;
}

/* nav, menu, mailing list */

#nav {
	background-image: url(i/nav.png);
	width: 870px;
	height: 90px;
}

.menu {
	float: left;
	margin: 5px 0 0 18px;
	word-spacing: 35px;
}
.menu a {
	color: white;
	text-decoration: none;
	font-size: 13px;
}
.menu a:hover {
	text-decoration: underline;
}

.mailing {
	float: right;
	margin: 28px 18px 0 0;
}

.input {
	background: url(i/input.png) no-repeat;
	border: 0px solid #000;
	color: white;
	width: 250px;
	height: 27px;
	font-size: 14px;
	padding: 5px 0 0 25px;
}

.reset,
.submit {
	border: 1px solid #1d7fcd;
	background: #1965a1;
	color: white;
}

/* left content */

#top {
	background-image: url(i/h1.png);
	width: 548px;
	height: 24px;
	float: left;
	margin-top: -57px;
}

#left {
	float: left;
	background-image: url(i/left_bg.png);
	width: 548px;
	color: white;
	margin-top: -33px;
	text-align: center;
	padding-top: 5px;
}
#left a {
	color: white;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#left p {
	text-align: left;
	margin-left: 5px;
}

#bottom {
	background-image: url(i/left_bottom.png);
	width: 548px;
	height: 11px;
	float: left;
}

/* right content */

#right {
	background-image: url(i/right_bg.png);
	width: 273px;
	float: right;
	margin-top: -460px;
	margin-right: 27px;
	text-align: center;
	line-height: 1;
}
#right p {
	margin-top: -15px;
	font-size: 12px;
	line-height: 1.1;
}
#right a {
	color: white;
}

/* push */

.push {
	height: 34px;
}

/* footer, copyright, links */

#footer {
	background-image: url(i/footer.png);
	width: 842px;
	height: 34px;
	margin: 34px auto 0 auto;
}

.copyright {
	float: left;
	color: white;
	margin: 10px 0 0 10px;
}

.links {
	float: right;
	margin: 10px 10px 0 0;
}
.links a {
	text-decoration: none;
	color: white;
}
.links a:hover {
	text-decoration: underline;
}
.email {
	font-weight: bold;
}