@charset "UTF-8";
/* CSS Document */

.white_top {
	background-image: url(../images/white_top.png);
	height: 22px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -22px;
}
.white {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/white.png);
	background-repeat: repeat-y;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 10px;
}
.white_bottom {
	background-image: url(../images/white_bottom.png);
	height: 22px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -22px;
}

/* Nav
----------------------------------------------- */

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a6a5a5;
	text-align: right;
	padding-bottom: 15px;
}

.nav_cont {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	font-family: "12";
	color: #FFF;
}
.nav_right{
	margin-top: 20px;
}
.logo {
	background-image: url(../images/logo_large.png);
	height: 78px;
	width: 453px;
	position: absolute;
}
.navigation {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	margin-right: -6px;
	letter-spacing: 1px;
	width: 500px;
}
.navigation a {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFF;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
}
