body {
	background: #6269c1 url(../images/body.jpg) no-repeat 50% 0;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
}
h1, h2, h3, h4, p, ul, input {
	margin: 0;
	padding: 0;
}
ul {list-style: none;}
form {display: inline;}
input {font-family: Arial, Helvetica, sans-serif;}
h1 {
	font: bold 22px/30px "Times New Roman", Times, serif;
	color: #86001c;
	border-bottom: 1px solid #ddd;
}
h2 {
	font: bold 16px/24px "Times New Roman", Times, serif;
	color: #86001c;
	border-bottom: 1px solid #ddd;
}
h3 {
	font: bold 14px/20px "Times New Roman", Times, serif;
	color: #86001c;
}
p {line-height: 15px;padding-top: 7px;padding-bottom: 2px;}
/* - header part - */
#header {
	background: url(../images/header.jpg) no-repeat;
	width: 898px;
	height: 244px;
	margin: 28px auto 0;
	position: relative;
	z-index: 2;
}
/* - logo - */
.logo {
	position: absolute;
	top: 56px;
	right: 42px;
}
.logo a {
	background: url(../images/logo.gif) no-repeat;
	width: 220px;
	height: 96px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
/* - search form - */
.search-form {
	position: absolute;
	top: 217px;
	right: 9px;
}
.search-form input {float: left;}
.search-form .string {
	background: #fff;
	width: 100px;
	height: 17px;
	font-size: 12px;
	color: #a4a4a4;
	border: 1px solid #f51010;
	padding: 1px 5px 0;
	margin-right: 9px;
}
/* - navigation - */
#navigation {
	position: absolute;
	top: 217px;
	left: -15px;
	
}
#navigation li {
	float: left;
	display: inline;
	padding-bottom: 7px;
	margin-left: 39px;
}
#navigation a {
	float: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#navigation a span {
	height: 20px;
	float: left;
	padding: 0 5px;
	margin-right: -2px;
	position: relative;
	cursor: pointer;
}
/* - second level - */
#navigation li:hover a,
#navigation li.hover a {background: url(../images/navigation-a.gif) no-repeat;}
#navigation li:hover span,
#navigation li.hover span {background: url(../images/navigation-span.gif) no-repeat 100% 0;}
#navigation li:hover ul a,
#navigation li.hover ul a {background: none;}
#navigation li:hover,
#navigation li.hover {position: relative;}
#navigation li:hover ul,
#navigation li.hover ul {display: block;}
#navigation li:hover ul ul,
#navigation li.hover ul ul {display: none;}
#navigation ul {
	background: #d2232b;
	width: 187px;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 3;
	display: none;
}
#navigation ul li {
	width: 187px;
	display: block;
	float: none !important;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#navigation ul a {
	width: 178px;
	display: block;
	line-height: 20px;
	font-weight: normal;
	float: none;
	padding-left: 9px;
}
#navigation ul li:hover a,
#navigation ul li.hover a {
	background: #fff;
	color: #000;
}
#navigation ul li:hover ul a,
#navigation ul li.hover ul a {
	background: none;
	color: #fff;
}
/* - third level - */
#navigation ul li:hover ul,
#navigation ul li.hover ul {display: block;}
#navigation ul ul {
	position: absolute;
	top: 0;
	left: 187px;
	display: none;
	border-left: 1px solid #aa131e;
}
#navigation ul ul li:hover a,
#navigation ul ul li.hover a {
	background: #fff;
	color: #000;
}
/* - content part - */
/* - index.html - */
#content {
	background: #fff;
	width: 898px;
	overflow: hidden;
	padding: 8px 0;
	margin: 0 auto;
}
/* - left column - */
.who {
	background: #d9cb89;
	width: 225px;
	float: left;
	display: inline;
	padding: 0 13px;
	margin-left: 6px;
}
.who h2{
	border-color: #8d7e35;
	margin: 6px 0 10px;
}
.who p {margin-bottom: 10px;}
.who img {
	float: left;
	margin-right: 5px;
}
/* - center column - */
.mid-col {
	width: 373px;
	float: left;
	display: inline;
	margin: 0 0 -15px 11px;
}
.left {float: left;}
.right {float: right;}
.mid-col ul li {margin-bottom: 9px;}
.mid-col ul img {
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
}
.mid-col h2 {margin-bottom: 5px;}
.mid-col p {margin-bottom: 15px;}
/* - right column - */
.calendar {
	width: 236px;
	float: right;
	display: inline;
	margin: 3px 10px 0 0;
}
.calendar ul li {
	border-bottom: 1px solid #ddd;
	padding: 5px 2px;
}
.calendar ul em {
	font-style: normal;
	display: block;
}
.calendar ul a {
	font-weight: bold;
	color: #323a97;
	text-decoration: none;
}
.calendar ul a:hover {text-decoration: underline;}
.full {background: url(../images/full.gif) no-repeat;}
.local {background: url(../images/local.gif) no-repeat;}
.full,
.local {
	width: 235px;
	height: 49px;
	display: block;
	line-height: 49px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	margin-top: 15px;
}
.full:hover,
.local:hover {text-decoration: underline;}
/* - inner-1.html - */
/* - left column - */
.sidebar {
	width: 236px;
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
}
.sidebar ul {
	width: 236px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.sidebar ul li {
	width: 236px;
	line-height: 34px;
	border-top: 1px solid #ddd;
	padding: 0 !important;
	margin: 0 !important;
}
.sidebar ul a {
	font-weight: bold;
	color: #323a97;
	text-decoration: none;
	padding: 0 !important;
	margin: 0 !important;
}
.sidebar ul a:hover {text-decoration: underline;}

.sidebar2 {
	width: 120px;
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
}
.sidebar2 ul {
	width: 120px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.sidebar2 ul li {
	width: 120px;
	line-height: 18px;
	border-top: 1px solid #ddd;
	padding: 0 !important;
	margin: 0 !important;
}
.sidebar2 ul a {
	font-weight: bold;
	color: #323a97;
	text-decoration: none;
	padding: 0 !important;
	margin: 0 !important;
}
.sidebar2 ul a:hover {text-decoration: underline;}

/* - right column - */
.post-hold {
	width: 600px;
	float: right;
	display: inline;
	margin-right: 28px;
}
.post {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
.post img {
	float: right;
	padding: 4px;
	border: 1px solid #323a97;
	margin-left: 10px;
}
.post h1,
.post h2,
.post h3 {margin-bottom: 5px;}
.post ul {
	margin: 10px 0 0 8px;
}
.post ul li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	line-height: 21px;
	padding-left: 18px;
}

.post-hold ul li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	line-height: 21px;
	padding-left: 18px;
	margin-top: 3px;
}

.post ul a {
	color: #000;
	text-decoration: none;
}
.post ul a:hover {text-decoration: underline;}

.post-hold2 {
	width: 716px;
	float: right;
	display: inline;
	margin-right: 28px;
}

.post-hold2 ul li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	line-height: 21px;
	padding-left: 18px;
	margin-top: 3px;
}

/* - footer part - */
#footer {
	background: url(../images/footer.gif) no-repeat;
	width: 898px;
	height: 181px;
	overflow: hidden;
	padding-bottom: 27px;
	margin: 0 auto;
}
.partners {
	float: left;
	display: inline;
	margin: 13px 0 0 15px;
}
.partners h4 {
	font-size: 12px;
	line-height: 16px;
}
.partners ul {
	width: 393px;
	overflow: hidden;
	margin-top: -5px;
}
.partners ul li {
	float: left;
	margin: 11px 11px 0 0;
}
.partners ul img {
	border: none;
	display: block;
}
.contacts {
	float: right;
	display: inline;
	text-align: right;
	margin: 38px 45px 0 0;
}
.contacts li {
	color: #323a97;
	line-height: 15px;
}
.contacts a {
	font-weight: bold;
	color: #323a97;
	text-decoration: none;
}
.contacts a:hover {text-decoration: underline;}

////* BF Styles *////

.picture-right {
	float:right;
	border:1px solid #cccccc;
	padding:9px;
	margin:0px 0px 5px 10px;
	background:#fff;
}

.picture-left {
	float:left;
	border:1px solid #cccccc;
	padding:9px;
	margin:0px 10px 5px 0px;
	background:#fff;
}

.picture-not-aligned {
	border:1px solid #cccccc;
	padding:9px;
	margin:0px 0px 5px 0px;
	background:#fff;
}

.table-lines {
	border-top:1px solid #cccccc;
	margin-bottom:10px;
}

.table-lines td {
	border-bottom:1px solid #cccccc;
	padding:7px;
	vertical-align:top;
}
.table-lines img {
	padding:7px;	
}
