@import url(menu.css);

@import url(site.css);

@import url(forms.css);

/* --- general --- */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #616161;
	font: 12px/ 18px Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #616161;
}

div,form,ul {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	color: #ef8205;;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	overflow: visible;
	background: #8e8e8e url(../img/body_bg.png) repeat-x;
	text-align: center;
}

.line {
	height: 1px;
	font-size: 0;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/* --- middle --- */
.middle-container {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
}

/* header */
.header {
	width: 952px;
	height: 73px;
}

.header-logo {
	width: 288px;
	height: 73px;
	float: left;
}

.header-logo a {
	display: block;
	width: 288px;
	height: 73px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

.header-search {
	width: 278px;
	height: 73px;
	float: right;
	background-image: url(../img/search_bg.png);
	background-repeat: no-repeat;
	text-align: center;
}

/* search form */
.header-search form {
	display: block;
	width: 255px;
	height: 34px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #969694;
}

.header-search form p {
	padding-top: 7px;
}

.header-search #search {
	width: 180px;
	height: 16px;
	padding-left: 3px;
	border: 1px solid #d5d5d4;
	background: #828281 url(../img/input_bg.png) repeat-x;
	color: #f8f7f7;
}

/* column left */
.col-left {
	width: 674px;
	float: left;
	background-image: url(../img/top_left_bg.png);
	background-repeat: no-repeat;
}

.content {
	width: 674px;
	background-image: url(../img/general_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	text-align: center;
}

.content-container {
	width: 674px;
	background-image: url(../img/general_top_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
}

.content-body {
	width: 630px;
	margin-left: 20px;
	text-align: left !important;
}

/* breadcrumbs */
.breadcrumbs * {
	line-height: normal;
	font-size: 10px;
	color: #616161;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.head-title {
	font-size: 18px;
	font-weight: normal;
	color: #ef8205;
}

/* column right */
.col-right {
	width: 278px;
	float: left;
	background-image: url(../img/margin_bg.png);
	background-repeat: repeat-y;
}

.citation {
	width: 278px;
	height: 125px;
	background-image: url(../img/top_right_bg.png);
	background-repeat: no-repeat;
}

.citation h4 {
	margin: 0;
	padding: 25px 10px 0 10px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #adbac1;
}

.citation h3 {
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #f7f7f8;
}

.col-right-container {
	width: 278px;
	background-image: url(../img/margin_top.png);
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.col-right-margin {
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: left !important;
}

.col-right-margin h4 {
	display: block;
	width: 252px;
	height: 29px;
	background-image: url(../img/margin_header.png);
	background-repeat: no-repeat;
	margin: 0;
}

.col-right-margin h4.log {
	margin-top: 12px;
}

.col-right-margin h4.inf {
	margin-bottom: 10px;
	margin-top: 12px;
}

.col-right-margin h4 a,.col-right-margin h4 span {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 0 0 20px;
	margin: 0;
}

.col-right-margin h4 a:hover {
	text-decoration: underline;
}

/* client login */
.client-login {
	display: block;
	width: 240px;
	margin: 0;
	margin-left: 15px;
}

.client-login p {
	font-size: 12px;
	color: #fff;
	margin: 5px 0;
}

.client-login .input {
	width: 180px;
	height: 16px;
	padding-left: 3px;
	border: 1px solid #c5c5c5;
	background: #828281 url(../img/input_bg.png) repeat-x;
	color: #f8f7f7;
	margin: 6px 0 6px 0;
}

.client-login span {
	font-size: 10px;
	color: #b5b5b5;
}

.client-login a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #b5b5b5;
}

.client-login a:hover {
	text-decoration: underline;
}

/* --- footer --- */
.footer span {
	font-size: 11px;
}

.footer-container {
	text-align: center;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
}

.footer {
	width: 952px;
	color: #f8f7f7;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.footer p {
	line-height: 22px;
}

.footer a {
	color: #f8f7f7;
	text-decoration: none;
	text-transform: uppercase;
}

.footer a:hover {
	text-decoration: underline;
}

/* --- top menu --- */
.top-menu {
	width: 674px;
	height: 165px;
}

.top-menu-break {
	width: 674px;
	height: 99px;
}

/* Directional and spacial */
.f-left,.left {
	float: left;
}

.f-right,.right {
	float: right;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.v-bottom {
	vertical-align: bottom;
}

.a-left {
	text-align: left;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
}

.nm {
	margin: 0 !important;
}

.np {
	padding: 0 !important;
}

.lhn {
	line-height: normal !important;
}

.no-display {
	display: none;
}

.no-show {
	display: none;
}

.nowrap,.nobr {
	white-space: nowrap;
}

.no-float {
	float: none !important;
}

.pointer {
	cursor: pointer;
}

.clr {
	clear: both;
}

.c-blue {
	color: #3e8fa8;
}