﻿@charset "UTF-8";
/* 	Background-Styles */

body {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 13px;
	color:#7f7d78;
	background-color:#131211;
	margin:0px;
	padding:0px;
}
#main {
	background:#dde0e4 url(../images/background_light_slice.png) repeat-x;;
}
#main .container {
	background-image:url(../images/background_light.jpg);
	background-repeat:no-repeat;
}
#footer {
	background-repeat:repeat-x;
	padding:40px;
	position:relative;
	top:-20px;
	width:900px;
	margin:0 auto;
}
#container {
	width:900px;
	margin:0 auto;
	position:relative;
}

#header {
	display: block;
	height: 70px;
	margin: 0;
}

#TopBar {
	display: block;
	width: 900px;
	height: 35px;
	margin: 0;
}

#TopInfo {
	color: #e2e5e8;
	line-height: 35px;
	font-size: 11px;
	width: 350px;
	float: left;
}

#TopInfo strong {
	font-weight: bolder;
	color: #fff;
}


#TopNavigation {
	float: right;
	width: 550px;
	line-height: 35px;
	font-size: 10px;
	text-align: right;
}

#TopNavigation a {
	color: #e2e5e8;
	text-transform: uppercase;
}

#TopNavigation a:hover {
	color: #ffcd06;
}


#SearchBar {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: right;
	margin: 0;	
}

#banner {
	display: block;
	background-image:url(../images/banner.jpg);
	width: 900px;
	height: 220px;
}

#Nav {
	display: block;
	position:relative;
	background-image:url(../images/menu_back.png);
	height: 40px;
}

.block_inside { 
	display:block;
	background: #ffffff url(../images/background_block_slice.jpg) repeat-x;	
	padding: 20px;
	overflow: hidden;
}
.image_block {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:5px 5px 5px 5px;
	float:left;
	margin-right: 20px;
	
}
.image_block img {
	border:1px solid #b5b5b5;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;
}

/*
	main_area-Home-Styles
*/

#block_main_area {
	overflow:hidden;
}
#main_area_items {
	width:900px;
	margin-right:25px;
	float:left;
	min-height:100px;
	padding-top:3px;
}

#main_area_block_items {
	width:900px;
	margin-right:25px;
	float:left;
	min-height:100px;
}

.mini_main_area_item {
	margin-bottom:10px;
	position:relative;
}
.mini_main_area_item .block_inside { 
	background:none;
	background-color:#fafbfd;
	padding:0 30px 15px 30px;
	min-height: 500px;	
}
.mini_main_area_item .thumbnail { float:left; margin-right:20px; border:1px solid #979390; }


/*
	Block-Content-Styles
*/

#content_area {
	width:665px;
	float:left;
}
#content_area .block_inside {
	min-height:400px;
}

#content_area .separator {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}

/*
	Text-Styles   
*/

h1, h2, h3, h4, h5 {
	font-family: "Gill Sans MT", "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #333;
}
h1 {
	font-size: 34px;
	line-height: 30px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 15px;
	color: #555555;
}
h1 a {
	font-size: 32px;
	line-height: 30px;
	color: #555555;
	font-weight: normal;
}
h1 a:hover {
	color: #cf494f;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 10px 0;
	color:#63605e;
	letter-spacing:-1px;
}
h2 a {
	font-weight: normal;
	color: #333!important;
}
h2 a:hover {
	font-weight: normal;
	color: #cf494f!important;
}

h3 {
	margin: 0 0 5px 0;
	font-size:18px;
	line-height: 18px;
	color:#63605e;
}
h4 {
	color:#007de2;
	margin:0;
}
small {
	color:#595856;
	font-size:9px;
	display:block;
	text-transform: uppercase;
}
small a {
	color:#007de2;
}

strong {
	font-weight: bolder;
	color: #222222;
}


a.button {
	background: #245c9c url(../images/button_back.png) repeat-x;
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px !important;
	min-width: 40px;
	overflow: visible;
	height: 20px;
	line-height: 20px;
	margin-right: 3px;
}

a.button:hover {
	background:#3493be url(../images/button_back.png) 0 -30px repeat-x;
	text-decoration: none;
	color: #242424;
}

/*
	Footer-Styles
*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer_column {
	float:left;
	width:120px;
	margin-right:30px;
}
#footer .long {
	width:610px;
}
#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

hr {
	height: 1px;
	color: #a3a09e;
	border: 0;
	background-color: #a3a09e;
	height: 1px;
	width: 100%;
	margin: 10px 0 10px 0;
	display: block;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 160px;
	padding: 3px 6px 0 0;
	font-weight: normal;
}

/* a
-----*/
a:visited img { border: 0px }
a:link img { border: 0px }
a:active img { border: 0px }
a img { border: 0; }

a {
	color:#4b7e9b;
	text-decoration:none;
	text-decoration: none;
	font-family: inherit;
	font-weight: bold;
}

a:hover {
	color: #f26722;
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
	clear: both;
}

#breadcrumb {
	display: block;
	margin: -13px 0 10px 0;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	background: #f0f0f0;
}

#breadcrumb a {
	font-size: 10px;
	text-transform: uppercase;
}

hr {
	color: #dadada;
	background-color: #dadada;
	height: 1px;
	border: 0;
	display: block;
	margin: 10px 10px 10px 0;
	width: 815px;
	float: left;
}
#Wrapper {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 920px;
}
#Container {
	display: inline;
	float: left;
	width: 920px;
	background: url(../images/container_top.png) no-repeat;
}
#Header {
	display: inline;
	float: left;
	width: 920px;
	height: 95px;
}
li.page-item a {
	background: url(../images/nav.png) repeat-x;
}
li.page-item a:hover  {
	background: url(../images/nav.png) 0 -50px repeat-x;
}

.metadata {
	display: block;
	float: left;
	width: 840px;
	margin: 10px 0;
	padding: 5px 0;
}

a.button_panel {
	display: inline-block;
	margin: 10px 50px 10px 0 !important;
	background: #32312f url(../images/button_bg.jpg) repeat-x;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #32312f;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	min-width: 340px;
	width: 340px;
	overflow: visible;
	text-align: left;
	vertical-align: middle;
}
a.button_panel:hover {
	background: #bd352a url(../images/button_bg_o.jpg) repeat-x;
	border-color: #bd352a;
}
a.button_panel img {
	border: 0;
	vertical-align: middle;
}
a.button_pages {
	display: inline-block;
	padding: 3px;
	color: #32312f;
	text-decoration: none;
	border: 1px solid #32312f;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 14px;
	min-width: 14px;
	width: 14px;
	overflow: visible;
	text-align: center;
	float: left;
	margin: 0 0 0 3px;
}
a.button_pages:hover {
	background: #bd352a url(../images/button_bg_o.jpg) repeat-x;
	border-color: #bd352a;
	color: #ffffff;	
}
.button_pages {
	float: left;
	display: inline-block;
	padding: 3px;
	color: #a58a20;
	text-decoration: none;
	border: 1px solid #a58a20;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 14px;
	min-width: 14px;
	width: 14px;
	overflow: visible;
	text-align: center;
	margin: 0 0 0 3px;
}

.item-info {
	display: block;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;	
	border-bottom: 1px #eaeaea solid;
	font-size: 8px;
	text-transform: uppercase;
	
}
.item-info a {
	font-size: 8px;
	text-transform: uppercase;
}

.NewsItem {
	display: block;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 12px;
}

#breadcrumb a {
	font-size: 10px;
	text-transform: uppercase;
}


.box {
	display: block;
	border: 1px #dddddd solid;
	margin-bottom: 10px;	
}

.box h2 {
	background: #010101 url('../images/menu_back.png') repeat-x; 
	color: #fff;
	line-height: 36px;
	padding-left: 5px;
}

.box_content {
	padding: 0 10px;
}

#MainColumn2 .box {
	background-color: #e7edf4	
}

#gallerycontainer {
	width: 850px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#scrollableContainer {
	position: relative;
	float: left;
	margin: 0 auto;
	text-align: center;
}


#image_wrap {
	border: #fff 2px solid;
	padding: 0;
	text-align: center;
	background-color: #222;
	margin: 15px auto;
	outline-style: solid;
	outline-color: #ddd;
	outline-width: 1px;
	height: 600px;
	width: 800px;
	-moz-ouline-radius: 4px;
}

.imagethumb {
	margin: 3px;
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #eee;
	vertical-align: bottom;
	padding: 5px;
	border: 1px #bbb solid;
	
}