body {
	margin : 0;
	padding-bottom : 20px;
	color : #000;
	font : 11px Arial, Helvetica, sans-serif;
	background : #e7e7e8;
}
a:link {
	color : #369;
	text-decoration : none;
}
a:visited {
	text-decoration : none;
	color : #369;
}
a:hover {
	text-decoration : underline;
	color : #f90;
}
a:active {
	text-decoration : none;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #369;
}
.bold-green {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-style : none;
	font-weight : bold;
	color : #55a51c;
	padding-left : 10px;
	padding-top : 18px;
	text-align : left;
	width : 150px;
	clear : left;
	float : left;
	padding-bottom : 0;
}
.bold-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-style : none;
	font-weight : bold;
	color : #7d0a05;
	padding-top : 18px;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	float : left;
}
.Small-bold-blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight :bold;
	color : #0066cc;
	text-align : left;
	float : center;
}
.Small-bold-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	color : #000;
	text-align : left;
	clear : left;
	float : left;
}
#container {
	margin : 0 auto;
	padding : 15px;
	width : 932px;
	overflow : hidden;
	background-color : #fff;
}
#content-container {
	background : url(images/bg-top-main-content.gif) no-repeat;
	margin : 0 auto;
	margin-left : 14px;
	width : 932px;
	overflow : hidden;
	background-color : #fff;
}
#header {
	padding : 0 0 0 5px;
	width : 926px;
	overflow : hidden;
}
#header div {
	padding : 0 14px 0 8px;
	width : 910px;
	overflow : hidden;
}
.header-text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-style : italic;
	font-weight : bold;
	line-height : 22px;
	color : #5586af;
	position : absolute;
	margin-top : 78px;
	margin-left : 120px;
	height : 25px;
}
.logo {
	float : left;
	margin-top : 0;
	padding-top : 5px;
	width : 100px;
	height : 133px;
	overflow : hidden;
	text-indent : -9999px;
	background : url(images/logo.gif) no-repeat;
}
.logo a {
	display : block;
	height : 100%;
}
.logo2 {
	float : left;
	margin-top : 2px;
	width : 137px;
	height : 57px;
	overflow : hidden;
	text-indent : -9999px;
	background : url(images/logo2.gif) no-repeat;
}
.logo2 a {
	display : block;
	height : 100%;
}
#header div ul {
	float : right;
	display : inline;
	margin : 0 -1px 0 0;
	padding : 0;
	list-style : none;
	overflow : hidden;
}
#header div li {
	float : left;
	margin-right : -2px;
	padding : 0 7px 0 8px;
	background : url(images/sep-top-menu.gif) no-repeat 100% 50%;
}
#header div li a {
	font-size : 11px;
	line-height : 13px;
	color : #a1a1a5;
}
#header div li.active a, #header div li a:hover {
	text-decoration : none;
	color : #f4911e;
}
#navigation {
	margin : 0;
	padding : 15px 0 0 6px;
	list-style : none;
	width : 923px;
	height : 43px;
	overflow : hidden;
	background : url(images/bg-navigation.gif) no-repeat;
}
#navigation li:first-child {
	background : none;
}
#navigation li {
	float : left;
	padding : 0 25px;
	line-height : 24px;
	font-size : 16px;
	font-weight : bold;
	background : url(images/sep-navigation.gif) no-repeat;
}
#navigation li a {
	color : #a1a1a5;
}
#navigation li.active a, #navigation li a:hover {
	text-decoration : none;
	color : #f4911e;
}
#subnav, #subnav ul {
	float : left;
	margin-top : 12px;
	padding : 0;
	list-style : none;
	width : 180px;
	overflow : hidden;
}
#subnav ul {
	margin : 6px 0 0 0;
}
#subnav li {
	line-height : 16px;
	font-size : 14px;
	padding : 7px 0;
	background : url(images/sep-subnav.gif) repeat-x 0% 100%;
}
#subnav li a {
	display : block;
	color : #747679;
	width : 180px;
	padding : 0 0 0 18px;
}
#subnav li.active a, #subnav li a:hover {
	color : #ea7125;
	text-decoration : none;
	background : url(images/bullet-arrow-orange.gif) no-repeat 1px 50%;
}
#subnav li.active ul a, #subnav li.active ul li.active a, #subnav li ul a, #subnav li ul li.active a {
	color : #747679;
	background-image : none;
}
#subnav li.active ul li a:hover, #subnav li.active ul li.active a {
	color : #ea7125;
}
.flash {
	width : 912px;
	height : 296px;
	padding : 16px 0 0 20px;
	background : url(images/bg-flash.gif) no-repeat;

}
.flash img {
	float : left;
}
#left-column {
	float : left;
	width : 199px;
	padding-top : 2px;
	margin-left : -18px;
	margin-top : 20px;
	display : inline;
}
#left-menu {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #eee;
	font-size : 11.5px;
	line-height : 22px;
	padding-left : 5px;
	padding-top : 5px;
	padding-bottom : 10px;
}

#content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 19px;
	color : #747679;
	text-align : justify;
	float : left;
	width : 485px;
	padding-left : 5px;
	margin-left : 5px;
}
#content-wide {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 19px;
	color : #747679;
	text-align : justify;
	float : left;
	width : 650px;
	padding-top : 0;
	margin-top : 2px;
	padding-right : 10px;
	margin-right : 4px;
	padding-left : 10px;
	margin-left : 4px;
}
#footer-navigation {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #999;
	width : 900px;
	height : 20px;
	line-height : 16px;
	clear : both;
	background-color : #fff;
	text-align : center;
	vertical-align : middle;
	padding-top : 5px;
	padding-bottom : 5px;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
}
#bottom-photos {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #ccc;
	background-color : #fff;
	height : 170px;
	width : 900px;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : left;
	line-height : 16px;
	margin-top : 0;
	margin-left: 2px;
	margin-bottom : 10;
	border : 0;
}
img {
	border-style : none;
}
#bottom-copy-box {
	clear : both;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #fff;
	color : #777;
	font-weight : normal;
	height : 15px;
	width : 898px;
	text-align : left;
	line-height : 16px;
	padding-top : 0;
	padding-bottom : 2px;
	padding-left: 4px;
	padding-right : 4px;
}
.logo-text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 14px;
	color : #5586af;
	text-align : center;
	vertical-align : top;
}
.page-title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height : 22px;
	color : #777;
	background : url(images/back8-660h2.jpg);
	display : block;
	padding-top : 2px;
	padding-bottom : 3px;
	padding-left : 2px;
	margin-left: 0px;
}
.subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 22px;
	color : #555;
}
.small-title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 22px;
	font-weight : bold;
	color : #fff;
}
.menu-headline {
	font-family : Arial, Helvetica, sans-serif;
	background : url(images/menu_bg.gif);
	font-size : 14px;
	line-height : 22px;
	font-weight : bold;
	color : #333;
	padding-left : 6px;
	width : 199px;
}
.content {
	clear : both;
}
.sidebar {
	float : right;
	width : 217px;
}
#sidebar ul {
	margin-left : 0;
	padding-left : 1em;
	padding-right : 1.5em;
}
.general-sidebar {
	float : right;
	margin-right : 26px;
	margin-bottom : 14px;
	width : 211px;
}
.inner-sidebar {
	width : 100%;
	background : url(images/bg-top-sidebar-inner.gif) no-repeat center top;
}
.main-sidebar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 19px;
	color : #747679;
	text-align : justify;
	margin-top : 0;
	width : 216px;
	padding-left : 1px;
	overflow : hidden;
}
.main-sidebar h2 {
	padding : 0 0 29px 4px;
}
.main-sidebar h3 {
	margin : 0;
	padding-bottom : 5px;
	background-color : #fff;
	font-size : 21px;
	line-height : 23px;
	color : #55a51c;
	font-weight : normal;
	position : relative;
}
.main-sidebar em {
	display : block;
	padding-bottom : 2px;
	font-size : 11px;
	line-height : 13px;
	font-style : normal;
	color : #747679;
}
.content-headline {
	margin-top : 0;
	font-size : 18px;
	line-height : 35px;
	font-weight : bold;
	color : #888;
	padding-left: 4px;
}
.content-prize-text, .content, .contacts {
	margin : 0;
	font-size : 12px;
	line-height : 19px;
	color : #747679;
}
.contacts {
	margin-top : 11px;
}
.contacts a, .content a, .main-sidebar a {
	font-size : 12px;
	line-height : 19px;
	color : #55a51c;
}
.sidebar span {
	clear : both;
	display : block;
	margin-right : -10px;
	margin-bottom : 4px;
	width : 227px;
	height : 51px;
	overflow : hidden;
	text-indent : -9999px;
	position : relative;
	top : -5px;
}
.sidebar span a {
	display : block;
	height : 100%;
}
.sidebar span a:hover {
	background-position : 0% -51px;
}
#content.inner {
	padding : 10px 4px 0 14px;
	width : 914px;
}
.main-content {
	float : left;
	width : 674px;
	overflow : hidden;
	background : url(images/bg-main-content.gif) repeat-y;
	position : relative;
}
.inner-main-content {
	padding : 34px 0 0;
	overflow : hidden;
	background : url(images/bg-top-main-content.gif) no-repeat;
}
.main-part {
	padding : 0 14px 25px 23px;
	width : 637px;
	overflow : hidden;
	background : url(images/bg-bottom-main-content.gif) no-repeat 0% 100%;
}
#left-menu ul {
	list-style : none;
	padding : 0;
	margin : 0;
}
#page {
	margin-left : 0;
}
#left-menu li a.current {
	color : #ffffff;
	font-weight : normal;
}
#left-menu li.current {
	width : 191px;
	height : 23px;
	margin-left : 0;
	padding-left : 8px;
	background-image : url(images/orange-spacer.gif);
}
div.img-right img {
	float : right;
	margin : 5px;
}
div.img-left img {
	float : left;
	margin : 5px;
}
.top-bar {
	background-repeat : repeat-x;
	padding : 0;
	width : 880px;
	height : 4px;
}
#top-navigation li a.current {
	color : #ffffff;
	font-weight : normal;
}
#top-navigation li.current {
	background-image : url(images/orange-spacer.gif);
}
