body {
	/*  */
	background-color: #0d21b2;
	font-family: 'Calibri', calibri;
	color: #FABC14;
	font-size: 18px;
	line-height: 18px;
	text-align: justify;
}
a {
	text-decoration: underline;
	color: #FABC14;
}
a:hover {
	text-decoration: none;
	color: white;
}
p.half { width: 48%; }
p.question {
	font-size: 15px;
	font-style: italic;
}
h2 {
	/*  */
	color: #FABC14;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 21px;
}
.left {
	float: left;
	margin-right: 35px;
}
.right { float: right; }
img.right {
	float: right !important;
	margin-left: 25px;
	margin-bottom: 25px;
}
img.left {
	float: left !important;
	margin-right: 25px;
	margin-bottom: 25px;
}
p strong {
	font-weight: bold;
	color: #fabc14;
}
p { margin-bottom: 15px; }
h1 {
	font-size: 33px;
	line-height: 61px;
	padding-left: 15px;
	color: #FABC14;
}
h1.index {
	text-indent: -9999em;
	background: url('../images/logo.png') no-repeat;
}
h1 strong { color: #FABC14; }
#headline {
	width: 980px;
	height: 61px;
	margin-bottom: 15px;
	background: url('../images/h1_bcg.png') repeat-x;
}
#all {
	width: 980px;
	margin: auto;
}
#header {
	height: 143px;
	width: 100%;
	float: left;
	position: relative;
}
#up_contact {
	/*  */
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('../images/up_contact.png') repeat-x;
	height: 45px;
	padding: 0 20px 0 20px;
	line-height: 45px;
	color: #FABC14;
	background-color: #660000;
}
#logo {
	position: relative;
	width: 122px;
	height: 122px;
	top: 10px;
	left: 0px;
}
#content {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #FABC14;
}
#content p { sfloat: left; }
#menu ul li {
	display: inline;
	font-size: 18px;
	smargin-right: 25px;
	line-height: 45px;
	padding: 15px 10px 20px 15px;
}
#menu {
	background: url('../images/menu_bottom.png') repeat-x 0 45px;
	width: 100%;
	height: 60px;
	position: relative;
	top: -27px;
}
#menu ul {
	text-align: right;
	background: url('../images/menu_bcg.png') repeat-x;
	swidth: 556px;
	float: right;
	spadding-right: 20px;
	color: #600;
}
#menu ul li.active { background: url('../images/menu_active.png') repeat-x; }
#menu ul li.active a { color: black; }
#footer {
	/*  */
	background-color: #E9E9E9;
	padding: 15px;
	float: left;
	width: 962px;
	height: 110px;
}
#copyright {
	float:left;
	position:relative;
	top: 10px;
}
#copyright p { width: 980px; }
#copyright p span { float:right; }
#slider {
	width: 980px;
	float: left;
	height: 400px;
	position: relative;
}
#ribbon {
	position: absolute;
	top: -3px;
	left: -15px;
	z-index: 500;
}
#frame {
	position: absolute;
	z-index: 0;
	width: 739px;
	height: 341px;
	top: -3px;
	left: -80px;
}
/*
 Slideshow
 */

#slider {
	margin-top: 15px;
	z-index: 100;
	border: 10px solid #eda410;
	height: 250px;
	width: 960px;
}


#slider .nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a { display:inline !important; }
.nivo-html-caption { display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	background: url('../images/prev.png');
	display:block;
	height:29px;
	width: 29px;
	text-indent: 9999em;
}
.nivo-nextNav {
	right:0px;
	background: url('../images/next.png');
	display:block;
	height:29px;
	width: 29px;
	text-indent: 9999em;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	display: none;
}
.nivo-controlNav a { cursor:pointer; }
.nivo-controlNav a.active { font-weight:bold; }
.bx-wrapper {
	position: relative;
	margin: 0 0 60px;
	padding: 0;
 *zoom: 1;
}
#mini {
	width: 580px;
	float:right;
}
#footer iframe {
	float: left;
	width: 200px;
}
.bx-wrapper img { display: block; }
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block;  *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
.bx-wrapper .bx-next:hover { background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
